diff --git a/2.2.1.tar.gz b/2.2.1.tar.gz deleted file mode 100644 index 63fe02b..0000000 --- a/2.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f12a244baa5da24a8d40af7c59a02b7e1f63aa9efc4e682efb43d0e291fc4d1 -size 21303 diff --git a/pytest_services-2.2.2.tar.gz b/pytest_services-2.2.2.tar.gz new file mode 100644 index 0000000..57bf9c7 --- /dev/null +++ b/pytest_services-2.2.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3388f45e66bba81cefc060273306d7e1eb0005d9303af993211fa9ae667534fd +size 27861 diff --git a/python-pytest-services.changes b/python-pytest-services.changes index ca76e1e..26204bc 100644 --- a/python-pytest-services.changes +++ b/python-pytest-services.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Mar 5 08:32:28 UTC 2026 - Dirk Müller + +- update to 2.2.2: + * #47: Replace distutils.spawn.find_executable with + shutil.which. The package distutils is deprecated. + ------------------------------------------------------------------- Thu May 1 07:02:59 UTC 2025 - Steve Kowalik @@ -12,15 +19,15 @@ Sat Jun 10 09:24:57 UTC 2023 - ecsos ------------------------------------------------------------------- Wed Mar 23 06:23:05 UTC 2022 - Steve Kowalik -- Remove mock BuildRequires, not needed. +- Remove mock BuildRequires, not needed. ------------------------------------------------------------------- Thu Nov 5 15:53:37 UTC 2020 - Marketa Machova - Update to 2.2.1 - * #38: Retry to lock resource if zc.lockfile.LockError is raised. + * #38: Retry to lock resource if zc.lockfile.LockError is raised. Fix needed for pytest-xdist. (StabbarN) - * #42: Retry on zc.lockfile.LockError in file_lock, use existing + * #42: Retry on zc.lockfile.LockError in file_lock, use existing timeout kwarg (mshriver) ------------------------------------------------------------------- @@ -29,7 +36,7 @@ Mon Jun 29 12:05:26 UTC 2020 - Marketa Calabkova - Update to version 2.1.0 * #34: Deprecated slave_id fixture in favor of worker_id, for compatibility with pytest-xdist 2. - + ------------------------------------------------------------------- Fri Mar 13 12:39:49 UTC 2020 - Tomáš Chvátal diff --git a/python-pytest-services.spec b/python-pytest-services.spec index f627968..2414374 100644 --- a/python-pytest-services.spec +++ b/python-pytest-services.spec @@ -18,12 +18,12 @@ %{?sle15_python_module_pythons} Name: python-pytest-services -Version: 2.2.1 +Version: 2.2.2 Release: 0 Summary: Services plugin for pytest testing framework License: MIT URL: https://github.com/pytest-dev/pytest-services -Source: https://github.com/pytest-dev/pytest-services/archive/%{version}.tar.gz +Source: https://github.com/pytest-dev/pytest-services/releases/download/v%{version}/pytest_services-%{version}.tar.gz BuildRequires: %{python_module pip} BuildRequires: %{python_module psutil} BuildRequires: %{python_module pylibmc} @@ -55,7 +55,7 @@ The plugin provides a set of fixtures and utility functions to start service processes for your tests with pytest. %prep -%setup -q -n pytest-services-%{version} +%setup -q -n pytest_services-%{version} # we don't test mysql anway sed -i -e '/import MySQLdb/d' tests/test_plugin.py