Update package with version 3.15.0
This commit is contained in:
parent
6ab3de1c26
commit
7daebd21f2
Binary file not shown.
BIN
pytest_randomly-3.15.0.tar.gz
Normal file
BIN
pytest_randomly-3.15.0.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
Name: python-pytest-randomly
|
Name: python-pytest-randomly
|
||||||
Version: 3.12.0
|
Version: 3.15.0
|
||||||
Release: 1
|
Release: 1
|
||||||
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
|
License: MIT License
|
||||||
URL: https://github.com/pytest-dev/pytest-randomly
|
URL: https://github.com/pytest-dev/pytest-randomly
|
||||||
Source0: %{url}/archive/%{version}/pytest-randomly-%{version}.tar.gz
|
Source0: %{url}/archive/%{version}/pytest_randomly-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -25,7 +25,7 @@ BuildRequires: python3-wheel
|
|||||||
Pytest plugin to randomly order tests and control random.seed.
|
Pytest plugin to randomly order tests and control random.seed.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n pytest-randomly-%{version}
|
%autosetup -n pytest_randomly-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_build
|
%pyproject_build
|
||||||
@ -35,12 +35,22 @@ Pytest plugin to randomly order tests and control random.seed.
|
|||||||
|
|
||||||
%files -n python3-pytest-randomly
|
%files -n python3-pytest-randomly
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc README.rst HISTORY.rst
|
%doc README.rst
|
||||||
%{python3_sitelib}/pytest_randomly-*dist-info/
|
%{python3_sitelib}/pytest_randomly-*dist-info/
|
||||||
%{python3_sitelib}/pytest_randomly/
|
%{python3_sitelib}/pytest_randomly/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 5 2024 Dongxing Wang <dongxing.wang_a@thundersoft.com> - 3.15.0-1
|
||||||
|
- Update package with version 3.15.0
|
||||||
|
Make requirements compile disable pip's require-virtualenv flag always
|
||||||
|
Update setuptools config
|
||||||
|
Add dependabot configuration for GitHub Actions
|
||||||
|
Bump actions/setup-python from 3 to 4
|
||||||
|
Activate numpy tests on Python 3.11
|
||||||
|
Add setup-cfg-fmt to pre-commit
|
||||||
|
|
||||||
* Wed Jul 05 2023 mengzhaoa <mengzhaoa@isoftstone.com> - 3.12.0-1
|
* Wed Jul 05 2023 mengzhaoa <mengzhaoa@isoftstone.com> - 3.12.0-1
|
||||||
- Upgrade package python3-pytest-randomly of version to 3.12.0
|
- Upgrade package python3-pytest-randomly of version to 3.12.0
|
||||||
|
|
||||||
* Thu Jun 23 2022 OpenStack_SIG <openstack@openeuler.org> - 1.0.0-1
|
* Thu Jun 23 2022 OpenStack_SIG <openstack@openeuler.org> - 1.0.0-1
|
||||||
- Init package python3-pytest-randomly of version 1.0.0
|
- Init package python3-pytest-randomly of version 1.0.0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user