14
0
forked from pool/python-pygal

- update to 3.0.5:

* Get rid of the u() helper function
  * Get rid of the to_unicode() helper function
  * Get rid of the to_str() helper function
  * Get rid of _ellipsis and base
  * Always import Iterable from collections.abc

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygal?expand=0&rev=26
This commit is contained in:
2024-08-31 11:59:00 +00:00
committed by Git OBS Bridge
parent 3010d2dcaa
commit a842743509
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Aug 31 11:57:50 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.0.5:
* Get rid of the u() helper function
* Get rid of the to_unicode() helper function
* Get rid of the to_str() helper function
* Get rid of _ellipsis and base
* Always import Iterable from collections.abc
-------------------------------------------------------------------
Thu Dec 14 21:24:19 UTC 2023 - Dirk Müller <dmueller@suse.com>