From b010e47d591fe9d3648b4fa06343111a3500d943b042dbd9be1fe1e1bd1b3fb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 12 Aug 2019 14:16:36 +0000 Subject: [PATCH] Accepting request 722645 from home:mcalabkova:branches:devel:languages:python - update to version 2.0 * Extracted new SimpleLockFile that removes implicit behavior writing to the lock file, and instead allows a subclass to define that behavior. * SimpleLockFile and thus LockFile are now new-style classes. Any clients relying on LockFile being an old-style class will need to be adapted. * Drop support for Python 3.4. * Add support for Python 3.8b3. OBS-URL: https://build.opensuse.org/request/show/722645 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zc.lockfile?expand=0&rev=7 --- python-zc.lockfile.changes | 13 +++++++++++++ python-zc.lockfile.spec | 2 +- zc.lockfile-1.4.tar.gz | 3 --- zc.lockfile-2.0.tar.gz | 3 +++ 4 files changed, 17 insertions(+), 4 deletions(-) delete mode 100644 zc.lockfile-1.4.tar.gz create mode 100644 zc.lockfile-2.0.tar.gz diff --git a/python-zc.lockfile.changes b/python-zc.lockfile.changes index 077130b..05b2540 100644 --- a/python-zc.lockfile.changes +++ b/python-zc.lockfile.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Aug 12 10:35:36 UTC 2019 - Marketa Calabkova + +- update to version 2.0 + * Extracted new SimpleLockFile that removes implicit behavior + writing to the lock file, and instead allows a subclass to + define that behavior. + * SimpleLockFile and thus LockFile are now new-style classes. Any + clients relying on LockFile being an old-style class will need + to be adapted. + * Drop support for Python 3.4. + * Add support for Python 3.8b3. + ------------------------------------------------------------------- Tue Apr 9 11:06:01 UTC 2019 - Marketa Calabkova diff --git a/python-zc.lockfile.spec b/python-zc.lockfile.spec index 8797a89..f10c758 100644 --- a/python-zc.lockfile.spec +++ b/python-zc.lockfile.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-zc.lockfile -Version: 1.4 +Version: 2.0 Release: 0 Summary: Basic inter-process locks License: ZPL-2.1 diff --git a/zc.lockfile-1.4.tar.gz b/zc.lockfile-1.4.tar.gz deleted file mode 100644 index dbd9d1b..0000000 --- a/zc.lockfile-1.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95a8e3846937ab2991b61703d6e0251d5abb9604e18412e2714e1b90db173253 -size 11075 diff --git a/zc.lockfile-2.0.tar.gz b/zc.lockfile-2.0.tar.gz new file mode 100644 index 0000000..8620bad --- /dev/null +++ b/zc.lockfile-2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:307ad78227e48be260e64896ec8886edc7eae22d8ec53e4d528ab5537a83203b +size 11923