enable check

This commit is contained in:
tanyulong2021 2023-02-16 14:20:31 +08:00
parent 622176c7cb
commit b4ca97a53c

View File

@ -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 <tanyulong@kylinos.cn> - 22.1.0-6
- enable check
* Fri Jan 13 2023 caofei <caofei@xfusion.com> - 22.1.0-5
- Fix minor stub issues