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,3 +1,13 @@
-------------------------------------------------------------------
Mon Jun 10 09:52:31 UTC 2024 - Dirk Müller <dmueller@suse.com>
- 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