15
0

- update to 5.0.2:

* Fix the build backend.
  * Drop Python 3.7 support.
  * Bump dependencies.
  * Add support for Python 3.11.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flufl.i18n?expand=0&rev=15
This commit is contained in:
2024-01-05 17:21:49 +00:00
committed by Git OBS Bridge
parent 83d73dab78
commit c40d42a508
4 changed files with 18 additions and 12 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Jan 5 17:20:10 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 5.0.2:
* Fix the build backend.
* Drop Python 3.7 support.
* Bump dependencies.
-------------------------------------------------------------------
Tue Jun 13 16:10:05 UTC 2023 - Dirk Müller <dmueller@suse.com>
@@ -22,7 +30,7 @@ Wed Sep 28 15:29:41 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
* Update to pdm 1.3.
* Update dependencies.
* Make sure the doctest teardown gets run.
* Add support for Python 3.11.
* Add support for Python 3.11.
-------------------------------------------------------------------
Sat Jul 2 10:08:22 UTC 2022 - Matej Cepl <mcepl@suse.com>