14
0

- 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
This commit is contained in:
2024-06-10 09:52:48 +00:00
committed by Git OBS Bridge
parent 332ebdde5a
commit 13b2187337
4 changed files with 15 additions and 5 deletions

View File

@@ -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