diff --git a/2.1.0.tar.gz b/2.1.0.tar.gz deleted file mode 100644 index b94e1d4..0000000 --- a/2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11e762a7494c110da7a2fad06f7796e7dd347e64405590a30ecde72cc7cfbb36 -size 20552 diff --git a/2.2.1.tar.gz b/2.2.1.tar.gz new file mode 100644 index 0000000..63fe02b --- /dev/null +++ b/2.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f12a244baa5da24a8d40af7c59a02b7e1f63aa9efc4e682efb43d0e291fc4d1 +size 21303 diff --git a/python-pytest-services.changes b/python-pytest-services.changes index f7e5f3b..2a08e43 100644 --- a/python-pytest-services.changes +++ b/python-pytest-services.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +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. + Fix needed for pytest-xdist. (StabbarN) + * #42: Retry on zc.lockfile.LockError in file_lock, use existing + timeout kwarg (mshriver) + ------------------------------------------------------------------- Mon Jun 29 12:05:26 UTC 2020 - Marketa Calabkova diff --git a/python-pytest-services.spec b/python-pytest-services.spec index bb19474..f783b16 100644 --- a/python-pytest-services.spec +++ b/python-pytest-services.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-pytest-services -Version: 2.1.0 +Version: 2.2.1 Release: 0 Summary: Services plugin for pytest testing framework License: MIT @@ -30,6 +30,7 @@ BuildRequires: %{python_module psutil} BuildRequires: %{python_module pylibmc} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests} +BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module zc.lockfile >= 2.0} BuildRequires: fdupes