From 13b21873376fcc77b5d47699d82213b78812f84f9ab26d9540d1fa053fcb5a2d Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 10 Jun 2024 09:52:48 +0000 Subject: [PATCH] - update to 1.7.0: * Added support for Python 3.10-3.12 and PyPy 3.10 * Removed support for Python 3.5-3.7 * Improved type annotations and added the ``py.typed`` file * Added ``pre-commit`` configuration * Improved linting and CI configuration OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-queuelib?expand=0&rev=11 --- python-queuelib.changes | 10 ++++++++++ python-queuelib.spec | 4 ++-- queuelib-1.6.2.tar.gz | 3 --- queuelib-1.7.0.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 queuelib-1.6.2.tar.gz create mode 100644 queuelib-1.7.0.tar.gz diff --git a/python-queuelib.changes b/python-queuelib.changes index 6b22822..29bda40 100644 --- a/python-queuelib.changes +++ b/python-queuelib.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jun 10 09:52:31 UTC 2024 - Dirk Müller + +- update to 1.7.0: + * Added support for Python 3.10-3.12 and PyPy 3.10 + * Removed support for Python 3.5-3.7 + * Improved type annotations and added the ``py.typed`` file + * Added ``pre-commit`` configuration + * Improved linting and CI configuration + ------------------------------------------------------------------- Mon Sep 6 09:07:34 UTC 2021 - pgajdos@suse.com diff --git a/python-queuelib.spec b/python-queuelib.spec index 32df562..a500b5b 100644 --- a/python-queuelib.spec +++ b/python-queuelib.spec @@ -1,7 +1,7 @@ # # spec file for package python-queuelib # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-queuelib -Version: 1.6.2 +Version: 1.7.0 Release: 0 Summary: Collection of Persistent (Disk-Based) Queues License: BSD-2-Clause diff --git a/queuelib-1.6.2.tar.gz b/queuelib-1.6.2.tar.gz deleted file mode 100644 index a6d5f95..0000000 --- a/queuelib-1.6.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b207267f2642a8699a1f806045c56eb7ad1a85a10c0e249884580d139c2fcd2 -size 12787 diff --git a/queuelib-1.7.0.tar.gz b/queuelib-1.7.0.tar.gz new file mode 100644 index 0000000..85e1748 --- /dev/null +++ b/queuelib-1.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2855162096cf0230510890b354379ea1c0ff19d105d3147d349d2433bb222b08 +size 13291