14
0
forked from pool/python-w3lib

- update to 2.2.0:

* Dropped Python 3.7 support (#214).
  * Added Python 3.12 and PyPy 3.10 support (#218).
  * Added the description to the package metadata (#227).
  * Improved type hints (#226).
  * Added the ``pre-commit`` configuration, code reformatted with
    ``black``
  * Updated CI configuration (#217, #227).
- use PEP517 build

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-w3lib?expand=0&rev=24
This commit is contained in:
2024-06-10 09:27:02 +00:00
committed by Git OBS Bridge
parent 75982c34f4
commit f349430ee6
4 changed files with 23 additions and 7 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Jun 10 09:25:26 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.2.0:
* Dropped Python 3.7 support (#214).
* Added Python 3.12 and PyPy 3.10 support (#218).
* Added the description to the package metadata (#227).
* Improved type hints (#226).
* Added the ``pre-commit`` configuration, code reformatted with
``black``
* Updated CI configuration (#217, #227).
- use PEP517 build
-------------------------------------------------------------------
Fri Jan 12 08:28:28 UTC 2024 - Dirk Müller <dmueller@suse.com>