14
0

- 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:
2024-01-07 21:00:23 +00:00
committed by Git OBS Bridge
parent 611b1f7416
commit ae25492a93
4 changed files with 45 additions and 11 deletions

View File

@@ -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>