- update to 0.5.11:

* Minor release with updated cpython version bagde in README.md
- update to 0.5.10:
  * drop platformdirs as a dependency
- update to 0.5.9:
  * Bring back support to python 3.9 (almost EOL) and 3.10
- update to 0.5.8:
  * Fixed missing dependency: platformdirs
- update to 0.5.7:
  * Libraries updated and supported python versions: 3.11, 3.12
    and 3.13
  * Modify yaml_implicit_resolvers only in subclass of
    yaml.Resolver
  * Add loaded_provider function and allow re-initializing un-
    loaded providers

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-knowit?expand=0&rev=2
This commit is contained in:
2025-09-29 11:26:46 +00:00
committed by Git OBS Bridge
parent df4777affc
commit af292d9d73
4 changed files with 26 additions and 7 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Mon Sep 29 11:26:15 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 0.5.11:
* Minor release with updated cpython version bagde in README.md
- update to 0.5.10:
* drop platformdirs as a dependency
- update to 0.5.9:
* Bring back support to python 3.9 (almost EOL) and 3.10
- update to 0.5.8:
* Fixed missing dependency: platformdirs
- update to 0.5.7:
* Libraries updated and supported python versions: 3.11, 3.12
and 3.13
* Modify yaml_implicit_resolvers only in subclass of
yaml.Resolver
* Add loaded_provider function and allow re-initializing un-
loaded providers
-------------------------------------------------------------------
Sat May 3 06:23:49 UTC 2025 - Luigi Baldoni <aloisio@gmx.com>