update to 20.3.0

This commit is contained in:
lyn1001 2021-08-18 10:13:33 +08:00
parent 30e755cad6
commit fd89ae0491
3 changed files with 7 additions and 2 deletions

Binary file not shown.

BIN
attrs-20.3.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,3 +1,5 @@
#%define _python_bytecompile_errors_terminate_build 0
%global _description \ %global _description \
attrs is an MIT-licensed Python package with class decorators that \ 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 \
@ -7,8 +9,8 @@ object protocols. \
%bcond_with tests %bcond_with tests
Name: python-attrs Name: python-attrs
Summary: Python attributes without boilerplate Summary: Python attributes without boilerplate
Version: 17.4.0 Version: 20.3.0
Release: 10 Release: 1
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
@ -70,6 +72,9 @@ PYTHONPATH=$RPM_BUILD_ROOT/%{python3_sitelib} py.test-3 -v
%doc AUTHORS.rst README.rst %doc AUTHORS.rst README.rst
%changelog %changelog
* Mon Aug 16 2021 liyanan <liyanan32@huawei.com> - 20.3.0-1
- update to 20.3.0
* Tue Mar 30 2021 zhangjiapeng <zhangjiapeng9@huawei.com> - 17.4.0-10 * Tue Mar 30 2021 zhangjiapeng <zhangjiapeng9@huawei.com> - 17.4.0-10
- python3-attrs provides python-attrs - python3-attrs provides python-attrs