diff --git a/attrs-19.3.0.tar.gz b/attrs-19.3.0.tar.gz deleted file mode 100644 index 5c7e44c..0000000 Binary files a/attrs-19.3.0.tar.gz and /dev/null differ diff --git a/attrs-20.3.0.tar.gz b/attrs-20.3.0.tar.gz new file mode 100644 index 0000000..61fbde1 Binary files /dev/null and b/attrs-20.3.0.tar.gz differ diff --git a/python-attrs.spec b/python-attrs.spec index 54e4c2c..3f73ccc 100644 --- a/python-attrs.spec +++ b/python-attrs.spec @@ -8,8 +8,8 @@ object protocols. \ %bcond_with tests Name: python-attrs Summary: Python attributes without boilerplate -Version: 19.3.0 -Release: 3 +Version: 20.3.0 +Release: 1 License: MIT URL: http://www.attrs.org/ Source0: https://github.com/hynek/attrs/archive/%{version}/attrs-%{version}.tar.gz @@ -57,6 +57,9 @@ PYTHONPATH=$RPM_BUILD_ROOT/%{python3_sitelib} py.test-3 -v %doc AUTHORS.rst README.rst %changelog +* Mon July 26 2021 liusheng - 20.3.0-3 +- Upgrade to version 20.3.0 + * Tue Mar 30 2021 zhangjiapeng - 19.3.0-3 - python3-attrs provides python-attrs