Rebuilt for Python 3.9
This commit is contained in:
parent
b55760a4cd
commit
2ede196822
@ -1,4 +1,3 @@
|
|||||||
%global _without_tests 1
|
|
||||||
%global modname attrs
|
%global modname attrs
|
||||||
|
|
||||||
%if 0%{?rhel} && 0%{?rhel} <= 7
|
%if 0%{?rhel} && 0%{?rhel} <= 7
|
||||||
@ -11,7 +10,7 @@
|
|||||||
|
|
||||||
Name: python-attrs
|
Name: python-attrs
|
||||||
Version: 19.3.0
|
Version: 19.3.0
|
||||||
Release: 3%{?dist}
|
Release: 4%{?dist}
|
||||||
Summary: Python attributes without boilerplate
|
Summary: Python attributes without boilerplate
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -63,6 +62,9 @@ PYTHONPATH=%{buildroot}/%{python3_sitelib} py.test-3 -v
|
|||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 23 2020 Miro Hrončok <mhroncok@redhat.com> - 19.3.0-4
|
||||||
|
- Rebuilt for Python 3.9
|
||||||
|
|
||||||
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 19.3.0-3
|
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 19.3.0-3
|
||||||
- Bootstrap for Python 3.9
|
- Bootstrap for Python 3.9
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user