From 8b304cb9fed620048b56bf42bc0e7e7c7d713780 Mon Sep 17 00:00:00 2001 From: jpzhang187 Date: Tue, 30 Mar 2021 10:34:40 +0800 Subject: [PATCH] python3-attrs provides python-attrs --- python-attrs.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-attrs.spec b/python-attrs.spec index c137a75..54e4c2c 100644 --- a/python-attrs.spec +++ b/python-attrs.spec @@ -3,11 +3,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: 19.3.0 -Release: 2 +Release: 3 License: MIT URL: http://www.attrs.org/ Source0: https://github.com/hynek/attrs/archive/%{version}/attrs-%{version}.tar.gz @@ -55,6 +57,9 @@ PYTHONPATH=$RPM_BUILD_ROOT/%{python3_sitelib} py.test-3 -v %doc AUTHORS.rst README.rst %changelog +* Tue Mar 30 2021 zhangjiapeng - 19.3.0-3 +- python3-attrs provides python-attrs + * Wed Oct 21 2020 chengzihan - 19.3.0.-2 - Remove subpackage python2-attrs