diff --git a/python-attrs.spec b/python-attrs.spec index da49c8d..5c61218 100644 --- a/python-attrs.spec +++ b/python-attrs.spec @@ -5,11 +5,11 @@ object protocols. \ %global modname attrs -%bcond_with tests +%bcond_without tests Name: python-attrs Summary: Python attributes without boilerplate Version: 22.1.0 -Release: 5 +Release: 6 License: MIT URL: http://www.attrs.org/ Source0: https://github.com/hynek/attrs/archive/%{version}/attrs-%{version}.tar.gz @@ -62,6 +62,9 @@ PYTHONPATH=$RPM_BUILD_ROOT/%{python3_sitelib} py.test-3 -v %doc AUTHORS.rst README.rst %changelog +* Thu Feb 16 2023 tanyulong - 22.1.0-6 +- enable check + * Fri Jan 13 2023 caofei - 22.1.0-5 - Fix minor stub issues