From a6b090ba66d375196a50bdacbea045c8b313371b Mon Sep 17 00:00:00 2001 From: jpzhang187 Date: Tue, 30 Mar 2021 10:18:31 +0800 Subject: [PATCH] python3-attrs provides python-attrs (cherry picked from commit 8be1b9e3be52a969334c4a54d662bb57e61f4fab) --- python-attrs.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-attrs.spec b/python-attrs.spec index d71a3e4..74f719b 100644 --- a/python-attrs.spec +++ b/python-attrs.spec @@ -2,12 +2,13 @@ attrs is an MIT-licensed Python package with class decorators that \ ease the chores of implementing the most common attribute-related \ object protocols. \ +%global modname attrs %bcond_with tests Name: python-attrs Summary: Python attributes without boilerplate Version: 17.4.0 -Release: 9 +Release: 10 License: MIT URL: http://www.attrs.org/ Source0: https://github.com/hynek/attrs/archive/%{version}/attrs-%{version}.tar.gz @@ -69,5 +70,8 @@ PYTHONPATH=$RPM_BUILD_ROOT/%{python3_sitelib} py.test-3 -v %doc AUTHORS.rst README.rst %changelog +* Tue Mar 30 2021 zhangjiapeng - 17.4.0-10 +- python3-attrs provides python-attrs + * Thu Dec 5 2019 caomeng - 17.4.0-9 - Package init