Rebuilt for Python 3.10
This commit is contained in:
parent
2f59b14755
commit
bce7c332f5
@ -1,4 +1,3 @@
|
|||||||
%global _without_tests 1
|
|
||||||
%global pypi_name pluggy
|
%global pypi_name pluggy
|
||||||
|
|
||||||
# Turn the tests off when bootstrapping Python, because pytest requires pluggy
|
# Turn the tests off when bootstrapping Python, because pytest requires pluggy
|
||||||
@ -6,7 +5,7 @@
|
|||||||
|
|
||||||
Name: python-pluggy
|
Name: python-pluggy
|
||||||
Version: 0.13.1
|
Version: 0.13.1
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: The plugin manager stripped of pytest specific details
|
Summary: The plugin manager stripped of pytest specific details
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -65,6 +64,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest testing -k "not
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 0.13.1-5
|
||||||
|
- Rebuilt for Python 3.10
|
||||||
|
|
||||||
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 0.13.1-4
|
* Wed Jun 02 2021 Python Maint <python-maint@redhat.com> - 0.13.1-4
|
||||||
- Bootstrap for Python 3.10
|
- Bootstrap for Python 3.10
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user