14
0
forked from pool/python-pygal

- update to 3.0.4:

* Missing declaration of importlib_metadata dependency in setup.py
  * Failure with tox due to missing README.md
  * Misused entry_points causing failure with Python 3.12
  * Prevent installing with Python versions < 3.8
  * Replace unmaintained pytest-flake8 with plain flake8
  * Remove Iterable import deprecation warning
  * Remove invalid escape sequence warnings in tests
  * Fix test failures due to removed pytest attribute
  * Fix linting errors with latest isort and flake8
- use packaged COPYING
  for all python flavors not just the main one

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygal?expand=0&rev=24
This commit is contained in:
2023-12-14 21:28:17 +00:00
committed by Git OBS Bridge
parent f98287c3d6
commit 3010d2dcaa
5 changed files with 22 additions and 175 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Dec 14 21:24:19 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.0.4:
* Missing declaration of importlib_metadata dependency in setup.py
* Failure with tox due to missing README.md
* Misused entry_points causing failure with Python 3.12
* Prevent installing with Python versions < 3.8
* Replace unmaintained pytest-flake8 with plain flake8
* Remove Iterable import deprecation warning
* Remove invalid escape sequence warnings in tests
* Fix test failures due to removed pytest attribute
* Fix linting errors with latest isort and flake8
- use packaged COPYING
-------------------------------------------------------------------
Fri Apr 21 12:30:43 UTC 2023 - Dirk Müller <dmueller@suse.com>
@@ -12,7 +27,7 @@ Thu Apr 13 22:43:40 UTC 2023 - Matej Cepl <mcepl@suse.com>
Wed Feb 1 22:46:16 UTC 2023 - Dirk Müller <dmueller@suse.com>
- skip python 2.x (no longer supported) and enable CairoSVG
for all python flavors not just the main one
for all python flavors not just the main one
-------------------------------------------------------------------
Thu Dec 9 10:19:36 UTC 2021 - Matej Cepl <mcepl@suse.com>