diff --git a/python-zc.lockfile.changes b/python-zc.lockfile.changes index cbe0c34..b84c2c4 100644 --- a/python-zc.lockfile.changes +++ b/python-zc.lockfile.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Dec 29 08:59:15 UTC 2023 - Dirk Müller + +- update to 3.0.post1: + * Add ``python_requires`` to ``setup.py`` to prevent installing + on not supported old Python versions. + * Add support for Python 3.9, 3.10, 3.11. + * Drop support for Python 2.7, 3.5, 3.6. + * Drop support for deprecated ``python setup.py test``. + ------------------------------------------------------------------- Sat Jun 10 09:15:59 UTC 2023 - ecsos @@ -12,11 +22,11 @@ Thu Sep 23 09:53:37 UTC 2021 - pgajdos@suse.com 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 + * 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. @@ -27,7 +37,7 @@ Tue Apr 9 11:06:01 UTC 2019 - Marketa Calabkova - update to version 1.4 * Claim support for Python 3.4, 3.5, 3.6 and 3.7. * Drop Python 2.6, 3.2 and 3.3. - * Stop logging failure to acquire locks. Clients can do that if + * Stop logging failure to acquire locks. Clients can do that if they wish. ------------------------------------------------------------------- @@ -72,5 +82,5 @@ Wed Nov 10 12:49:38 UTC 2010 - coolo@novell.com ------------------------------------------------------------------- Wed Jun 2 14:14:44 UTC 2010 - hvogel@novell.com -- Initial Package, Version 1.0.0 +- Initial Package, Version 1.0.0 diff --git a/python-zc.lockfile.spec b/python-zc.lockfile.spec index 2f1f365..ce29e24 100644 --- a/python-zc.lockfile.spec +++ b/python-zc.lockfile.spec @@ -1,7 +1,7 @@ # # spec file for package python-zc.lockfile # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2013 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} Name: python-zc.lockfile -Version: 2.0 +Version: 3.0.post1 Release: 0 Summary: Basic inter-process locks License: ZPL-2.1 diff --git a/zc.lockfile-2.0.tar.gz b/zc.lockfile-2.0.tar.gz deleted file mode 100644 index 8620bad..0000000 --- a/zc.lockfile-2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:307ad78227e48be260e64896ec8886edc7eae22d8ec53e4d528ab5537a83203b -size 11923 diff --git a/zc.lockfile-3.0.post1.tar.gz b/zc.lockfile-3.0.post1.tar.gz new file mode 100644 index 0000000..a07fbba --- /dev/null +++ b/zc.lockfile-3.0.post1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adb2ee6d9e6a2333c91178dcb2c9b96a5744c78edb7712dc784a7d75648e81ec +size 10190