diff --git a/pytest_xdist-3.6.1.tar.gz b/pytest_xdist-3.6.1.tar.gz deleted file mode 100644 index de871fe0e168b84d87bea62fbc5abb2462e4b1a8..0000000000000000000000000000000000000000 Binary files a/pytest_xdist-3.6.1.tar.gz and /dev/null differ diff --git a/pytest_xdist-3.8.0.tar.gz b/pytest_xdist-3.8.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..9b850e8d7955c39a035a2c010920d8dc9c2b010b Binary files /dev/null and b/pytest_xdist-3.8.0.tar.gz differ diff --git a/python-pytest-xdist.spec b/python-pytest-xdist.spec index e94d53cb44e607c574995aae1431e6b87a53092d..bada1e5b5e13517a50e71f1f3867e16635292f69 100644 --- a/python-pytest-xdist.spec +++ b/python-pytest-xdist.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-pytest-xdist -Version: 3.6.1 +Version: 3.8.0 Release: 1 Summary: pytest xdist plugin for distributed testing and loop-on-failing modes License: MIT @@ -54,6 +54,20 @@ if [ -f README.txt ]; then cp -af README.txt %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Mon Aug 11 2025 yaoxin <1024769339@qq.com> - 3.8.0-1 +- Update to 3.8.0: + * #1083: Add --no-loadscope-reorder and --loadscope-reorder + option to control whether to automatically reorder tests in + loadscope for tests where relative ordering matters. This + only applies when using ``loadscope``. + * #1142: Added support for Python 3.13. + * #1170: Add the --px arg to create proxy gateways. + * #1200: Now multiple xdist_group markers are considered when + assigning tests to groups (order does not matter). + * #1162: Dropped support for EOL Python 3.8. + * #1190: Switched to using a SPDX license identifier introduced + in PEP 639. + * Thu Aug 29 2024 Ge Wang - 3.6.1-1 - Update package to version 3.6.1