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