python3-attrs provides python-attrs

This commit is contained in:
jpzhang187 2021-03-30 10:34:40 +08:00
parent 5b75faf66f
commit 8b304cb9fe

View File

@ -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 \ ease the chores of implementing the most common attribute-related \
object protocols. \ object protocols. \
%global modname attrs
%bcond_with tests %bcond_with tests
Name: python-attrs Name: python-attrs
Summary: Python attributes without boilerplate Summary: Python attributes without boilerplate
Version: 19.3.0 Version: 19.3.0
Release: 2 Release: 3
License: MIT License: MIT
URL: http://www.attrs.org/ URL: http://www.attrs.org/
Source0: https://github.com/hynek/attrs/archive/%{version}/attrs-%{version}.tar.gz 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 %doc AUTHORS.rst README.rst
%changelog %changelog
* Tue Mar 30 2021 zhangjiapeng <zhangjiapeng9@huawei.com> - 19.3.0-3
- python3-attrs provides python-attrs
* Wed Oct 21 2020 chengzihan <chengzihan2@huawei.com> - 19.3.0.-2 * Wed Oct 21 2020 chengzihan <chengzihan2@huawei.com> - 19.3.0.-2
- Remove subpackage python2-attrs - Remove subpackage python2-attrs