forked from pool/python-pyfiglet
- update to 1.0.2:
* Close file handle in preloadFont * Add python3.9 to testing * subprocess32 no longer needed * Add python_requires >= 3.9 - update to 1.0.0: * Update setup.py for python 3.6 and 3.7 * Add 'make publish' which also publishes wheel (0.8.post1) * Add support for zipped fonts * Fix simple typo: compatability -> compatibility * make color parameter caps * add options for handling surrounding whitespace * Fix for #89 - clarify font licensing * Update __init__.py * Add loading German Umlaute * Added fonts * Support caca2tlf converted fonts better * add blocky font * Fix setup * Revert "Fix setup" * Update test.yml python versions * Port to importlib.resources * seek to the start of the file after checking for a zip header * Fix for various font issues * Fix most reming font issues * Fix #95 - Default fonts if user just runs setup.py * Setup auto publish OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyfiglet?expand=0&rev=12
This commit is contained in:
@@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 7 20:58:55 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 1.0.2:
|
||||
* Close file handle in preloadFont
|
||||
* Add python3.9 to testing
|
||||
* subprocess32 no longer needed
|
||||
* Add python_requires >= 3.9
|
||||
- update to 1.0.0:
|
||||
* Update setup.py for python 3.6 and 3.7
|
||||
* Add 'make publish' which also publishes wheel (0.8.post1)
|
||||
* Add support for zipped fonts
|
||||
* Fix simple typo: compatability -> compatibility
|
||||
* make color parameter caps
|
||||
* add options for handling surrounding whitespace
|
||||
* Fix for #89 - clarify font licensing
|
||||
* Update __init__.py
|
||||
* Add loading German Umlaute
|
||||
* Added fonts
|
||||
* Support caca2tlf converted fonts better
|
||||
* add blocky font
|
||||
* Fix setup
|
||||
* Revert "Fix setup"
|
||||
* Update test.yml python versions
|
||||
* Port to importlib.resources
|
||||
* seek to the start of the file after checking for a zip header
|
||||
* Fix for various font issues
|
||||
* Fix most reming font issues
|
||||
* Fix #95 - Default fonts if user just runs setup.py
|
||||
* Setup auto publish
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 20 07:26:26 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user