15
0

- update to 1.10.0:

* Added Python 3.12 wheels.
  * Dropped support for Python 3.7.
  * Applied some reformatting and lint fixes using ruff to the
    codebase (mostly more Python 2 leftover cleanups).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lazy-object-proxy?expand=0&rev=31
This commit is contained in:
2023-12-16 21:02:52 +00:00
committed by Git OBS Bridge
parent e3ef373568
commit 6171c7b00b
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Dec 16 21:01:46 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.10.0:
* Added Python 3.12 wheels.
* Dropped support for Python 3.7.
* Applied some reformatting and lint fixes using ruff to the
codebase (mostly more Python 2 leftover cleanups).
-------------------------------------------------------------------
Fri May 5 13:42:30 UTC 2023 - Dirk Müller <dmueller@suse.com>