Rebuilt for Python 3.10

This commit is contained in:
Python Maint 2021-06-04 12:04:23 +02:00 committed by Miro Hrončok
parent 8ee1d9bc82
commit 0419ffdb7d

View File

@ -1,4 +1,3 @@
%global _without_tests 1
%global modname attrs
%if 0%{?rhel} && 0%{?rhel} <= 7
@ -11,7 +10,7 @@
Name: python-attrs
Version: 21.2.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: Python attributes without boilerplate
License: MIT
@ -62,6 +61,9 @@ PYTHONPATH=%{buildroot}/%{python3_sitelib} py.test-3 -v
%{python3_sitelib}/*
%changelog
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 21.2.0-3
- Rebuilt for Python 3.10
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 21.2.0-2
- Bootstrap for Python 3.10