Compare commits

...

No commits in common. "c8-stream-3.8" and "c8s-stream-3.9" have entirely different histories.

3 changed files with 23 additions and 9 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/pluggy-0.13.0.tar.gz
SOURCES/pluggy-0.13.1.tar.gz

View File

@ -1 +1 @@
9d172f2825272e63095ab8e37aae8f1367aad057 SOURCES/pluggy-0.13.0.tar.gz
828b2c10996d902b8c47f2fded0e101c636b9ff9 SOURCES/pluggy-0.13.1.tar.gz

View File

@ -4,7 +4,7 @@
%bcond_without tests
Name: python-pluggy
Version: 0.13.0
Version: 0.13.1
Release: 3%{?dist}
Summary: The plugin manager stripped of pytest specific details
@ -41,10 +41,11 @@ The plugin manager stripped of pytest specific details.
%prep
%autosetup -p1 -n %{pypi_name}-%{version}
# Remove dependency of setuptools-scm
# Remove dependency of setuptools_scm
sed -i "/ *use_scm_version=.*,/d" setup.py
sed -i "s/ *setup_requires=.*/version='%{version}',/" setup.py
%build
%py3_build
@ -55,7 +56,7 @@ sed -i "s/ *setup_requires=.*/version='%{version}',/" setup.py
%if %{with tests}
%check
# TODO investigate test_load_setuptools_instantiation failure
PYTHONPATH=$PWD %{__python3} -m pytest testing -k "not test_load_setuptools_instantiation"
PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest testing -k "not test_load_setuptools_instantiation"
%endif
@ -67,11 +68,24 @@ PYTHONPATH=$PWD %{__python3} -m pytest testing -k "not test_load_setuptools_inst
%changelog
* Fri Dec 13 2019 Tomas Orsava <torsava@redhat.com> - 0.13.0-3
- Exclude unsupported i686 arch
* Tue Jan 12 2021 Tomas Orsava <torsava@redhat.com> - 0.13.1-3
- Convert from Fedora to the python39 module in RHEL8
- Resolves: rhbz#1877430
* Tue Nov 19 2019 Lumír Balhar <lbalhar@redhat.com> - 0.13.0-2
- Adjusted for Python 3.8 module in RHEL 8
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Fri Jun 05 2020 Matthias Runge <mrunge@redhat.com> - 0.13.1-1
- update to 0.13.1
* 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
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Mon Nov 18 2019 Patrik Kopkan <pkopkan@redhat.com> - 0.13.0-1
- Update to 0.13.0 (#1750961)