diff --git a/.python-pytest-xdist.metadata b/.python-pytest-xdist.metadata index 01601ec..0abe09e 100644 --- a/.python-pytest-xdist.metadata +++ b/.python-pytest-xdist.metadata @@ -1 +1 @@ -76df595d1c7fe31ac3b01411a4e0e18d061befd2 SOURCES/pytest-xdist-3.2.1.tar.gz +424a0e8f3658bc564a3ad62527e83144653ea98c SOURCES/pytest-xdist-3.3.1.tar.gz diff --git a/SPECS/python-pytest-xdist.spec b/SPECS/python-pytest-xdist.spec index dd42871..9e0559f 100644 --- a/SPECS/python-pytest-xdist.spec +++ b/SPECS/python-pytest-xdist.spec @@ -1,8 +1,8 @@ %global pypi_name pytest-xdist Name: python-%{pypi_name} -Version: 3.2.1 -Release: 1%{?dist} +Version: 3.3.1 +Release: 3%{?dist} Summary: pytest plugin for distributed testing and loop-on-failing modes License: MIT @@ -34,7 +34,6 @@ Summary: %{summary} %prep %autosetup -n %{pypi_name}-%{version} -p 1 -sed -i 's/setuptools-scm\[toml\]>=6.2.3/setuptools-scm[toml]/g' pyproject.toml %generate_buildrequires %pyproject_buildrequires -x testing -x psutil -x setproctitle @@ -56,6 +55,15 @@ sed -i 's/setuptools-scm\[toml\]>=6.2.3/setuptools-scm[toml]/g' pyproject.toml %{python3_sitelib}/xdist/ %changelog +* Fri Jul 21 2023 Fedora Release Engineering - 3.3.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Wed Jun 14 2023 Python Maint - 3.3.1-2 +- Rebuilt for Python 3.12 + +* Fri May 19 2023 Scott Talbert - 3.3.1-1 +- Update to new upstream release 3.3.1 (#2203558) + * Wed Apr 26 2023 Scott Talbert - 3.2.1-1 - Update to new upstream release 3.2.1 (#2177575)