Rebuilt for Python 3.9

This commit is contained in:
Miro Hrončok 2020-05-22 15:51:09 +02:00
parent e53633b235
commit f2a6c8c002

View File

@ -1,4 +1,3 @@
%global _without_tests 1
%global pypi_name pluggy
# Turn the tests off when bootstrapping Python, because pytest requires pluggy
@ -6,7 +5,7 @@
Name: python-pluggy
Version: 0.13.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: The plugin manager stripped of pytest specific details
License: MIT
@ -65,6 +64,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest testing -k "not
%changelog
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 0.13.0-4
- Rebuilt for Python 3.9
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 0.13.0-3
- Bootstrap for Python 3.9