b82b8c2b6e
- 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
Dirk Mueller2024-08-31 11:59:00 +00:00
cebef0a4c1
Accepting request 1133201 from devel:languages:python
Ana Guerrero2023-12-15 20:46:06 +00:00
3010d2dcaa
- 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
Dirk Mueller2023-12-14 21:28:17 +00:00
5ae7b419f5
- skip python 2.x (no longer supported) and enable CairoSVG for all python flavors not just the main one
Dirk Mueller2023-02-01 22:46:55 +00:00
3011289e7c
- Add patch pytest4.patch to make the test suite compatible with pytest4+ (yes, THIS is the only change necessary!). gh#Kozea/pygal#340
Matej Cepl2019-11-06 14:21:01 +00:00
3b996b0eae
- Add patch to work with python 3.8: * python38.patch - Restrict pytest to < 3.0 as the testing code does not work upstream on anything else
Tomáš Chvátal
2019-07-19 12:35:57 +00:00
020473c71e
- Make CairoSVG only python3 dependency and simply not provide the png conversion feature on python2
Tomáš Chvátal
2019-03-26 09:26:22 +00:00