Update 3.10.3 - Fixes rhbz#1945754

Also adopt rpmautospec and add new BR on numpy for checks
epel9
Mikel Olasagasti Uranga 3 years ago
parent 633e466c9d
commit 4ee6c2d2b0

1
.gitignore vendored

@ -5,3 +5,4 @@
/pytest-randomly-3.4.1.tar.gz /pytest-randomly-3.4.1.tar.gz
/pytest-randomly-3.5.0.tar.gz /pytest-randomly-3.5.0.tar.gz
/pytest-randomly-3.10.1.tar.gz /pytest-randomly-3.10.1.tar.gz
/pytest-randomly-3.10.3.tar.gz

@ -0,0 +1,50 @@
* Sat Nov 06 2021 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 3.10.1-1
- Update to 3.10.1
- Switch to pyproject-rpm-macros
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 3.5.0-3
- Rebuilt for Python 3.10
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sat Dec 12 2020 Dan Callaghan <djc@djc.id.au> - 3.5.0-1
- new upstream release 3.5.0, including license change to MIT:
https://github.com/pytest-dev/pytest-randomly/blob/3.5.0/HISTORY.rst
* Thu Aug 20 2020 Merlin Mathesius <mmathesi@redhat.com> - 3.4.1-4
- Fix Rawhide FTBFS error by pulling in upstream patch
- Fix ELN FTBFS error by making minor conditional fixes
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Jul 15 2020 Dan Callaghan <djc@djc.id.au> - 3.4.1-2
- skip tests for optional faker integration when it is not available
* Wed Jul 15 2020 Dan Callaghan <djc@djc.id.au> - 3.4.1-1
- new upstream release 3.4.1:
https://github.com/pytest-dev/pytest-randomly/blob/3.4.1/HISTORY.rst
* Sat Jun 13 2020 Dan Callaghan <djc@djc.id.au> - 3.4.0-1
- new upstream release 3.4.0:
https://github.com/pytest-dev/pytest-randomly/blob/3.4.0/HISTORY.rst
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 3.3.1-2
- Rebuilt for Python 3.9
* Sun May 17 2020 Dan Callaghan <dan.callaghan@opengear.com> - 3.3.1-1
- new upstream release 3.3.1:
https://github.com/pytest-dev/pytest-randomly/blob/3.3.1/HISTORY.rst
* Thu Jan 30 2020 Dan Callaghan <dan.callaghan@opengear.com> - 3.2.1-1
- new upstream release 3.2.1
* Mon Dec 30 2019 Dan Callaghan <dan.callaghan@opengear.com> - 1.2.3-2
- re-enabled tests, suppress pytest bytecode
* Mon Dec 31 2018 Dan Callaghan <dan.callaghan@opengear.com> - 1.2.3-1
- initial version

@ -1,8 +1,8 @@
%global upstream_name pytest-randomly %global upstream_name pytest-randomly
Name: python-%{upstream_name} Name: python-%{upstream_name}
Version: 3.10.1 Version: 3.10.3
Release: 1%{?dist} Release: %autorelease
Summary: Pytest plugin to randomly order tests and control random.seed Summary: Pytest plugin to randomly order tests and control random.seed
License: MIT License: MIT
URL: https://github.com/pytest-dev/pytest-randomly URL: https://github.com/pytest-dev/pytest-randomly
@ -14,6 +14,7 @@ BuildRequires: pyproject-rpm-macros
# Required for tests # Required for tests
BuildRequires: python3dist(factory-boy) BuildRequires: python3dist(factory-boy)
BuildRequires: python3dist(numpy)
BuildRequires: python3dist(pytest-forked) BuildRequires: python3dist(pytest-forked)
BuildRequires: python3dist(pytest-xdist) BuildRequires: python3dist(pytest-xdist)
@ -30,7 +31,7 @@ Summary: %{summary}
%autosetup -n %{upstream_name}-%{version} -p1 %autosetup -n %{upstream_name}-%{version} -p1
%generate_buildrequires %generate_buildrequires
%pyproject_buildrequires -r -x test %pyproject_buildrequires
%build %build
%pyproject_wheel %pyproject_wheel
@ -47,53 +48,4 @@ Summary: %{summary}
%license LICENSE %license LICENSE
%changelog %changelog
* Sat Nov 06 2021 Mikel Olasagasti Uranga <mikel@olasagasti.info> - 3.10.1-1 %autochangelog
- Update to 3.10.1
- Switch to pyproject-rpm-macros
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 3.5.0-3
- Rebuilt for Python 3.10
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sat Dec 12 2020 Dan Callaghan <djc@djc.id.au> - 3.5.0-1
- new upstream release 3.5.0, including license change to MIT:
https://github.com/pytest-dev/pytest-randomly/blob/3.5.0/HISTORY.rst
* Thu Aug 20 2020 Merlin Mathesius <mmathesi@redhat.com> - 3.4.1-4
- Fix Rawhide FTBFS error by pulling in upstream patch
- Fix ELN FTBFS error by making minor conditional fixes
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Jul 15 2020 Dan Callaghan <djc@djc.id.au> - 3.4.1-2
- skip tests for optional faker integration when it is not available
* Wed Jul 15 2020 Dan Callaghan <djc@djc.id.au> - 3.4.1-1
- new upstream release 3.4.1:
https://github.com/pytest-dev/pytest-randomly/blob/3.4.1/HISTORY.rst
* Sat Jun 13 2020 Dan Callaghan <djc@djc.id.au> - 3.4.0-1
- new upstream release 3.4.0:
https://github.com/pytest-dev/pytest-randomly/blob/3.4.0/HISTORY.rst
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 3.3.1-2
- Rebuilt for Python 3.9
* Sun May 17 2020 Dan Callaghan <dan.callaghan@opengear.com> - 3.3.1-1
- new upstream release 3.3.1:
https://github.com/pytest-dev/pytest-randomly/blob/3.3.1/HISTORY.rst
* Thu Jan 30 2020 Dan Callaghan <dan.callaghan@opengear.com> - 3.2.1-1
- new upstream release 3.2.1
* Mon Dec 30 2019 Dan Callaghan <dan.callaghan@opengear.com> - 1.2.3-2
- re-enabled tests, suppress pytest bytecode
* Mon Dec 31 2018 Dan Callaghan <dan.callaghan@opengear.com> - 1.2.3-1
- initial version

@ -1,2 +1,3 @@
SHA512 (pytest-randomly-3.5.0.tar.gz) = 1ab57c45ccb858f243faf054fdaa1972ccb15dcedf98f2bcd88e105e888200f2eac0dc1c06940b09f00cf570437ddb92d82aa0ad35e9f51e3308d3723cdf4c6c SHA512 (pytest-randomly-3.5.0.tar.gz) = 1ab57c45ccb858f243faf054fdaa1972ccb15dcedf98f2bcd88e105e888200f2eac0dc1c06940b09f00cf570437ddb92d82aa0ad35e9f51e3308d3723cdf4c6c
SHA512 (pytest-randomly-3.10.1.tar.gz) = d93e017df706d7021ff3f4682b4ed65d474177a60e303455685266d47a0a214e4f30b2f7dd150768de711d602ca1d22e2cfeca2703a7139cfaab97e3424afa1c SHA512 (pytest-randomly-3.10.1.tar.gz) = d93e017df706d7021ff3f4682b4ed65d474177a60e303455685266d47a0a214e4f30b2f7dd150768de711d602ca1d22e2cfeca2703a7139cfaab97e3424afa1c
SHA512 (pytest-randomly-3.10.3.tar.gz) = b7ba266e968e3814898495e602eca23bf1edd7c37b1ea8a9ae396af193e65315a6377528db0b977e5bbb22b4c22d018ab5120a0982a24eb235651c868735410c

Loading…
Cancel
Save