14
0
Files
python-pyfiglet/python-pyfiglet.changes
Dirk Mueller ae25492a93 - 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
2024-01-07 21:00:23 +00:00

62 lines
2.0 KiB
Plaintext

-------------------------------------------------------------------
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>
- %python3_only -> %python_alternative
-------------------------------------------------------------------
Wed May 8 17:49:32 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Activate test suite
- Remove tests from runtime package
- Install manpage and add doc/figfont.txt to %doc
- Update to v0.8
* Change LICENSE to MIT
* Provide font installation option (-L) and remove
unlicenced fonts from the distribution
-------------------------------------------------------------------
Thu Nov 8 15:00:58 UTC 2018 - Antonio Larrosa <alarrosa@suse.com>
- Remove BuildRequires python-devel
-------------------------------------------------------------------
Tue Nov 6 12:44:51 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Fix typography.
-------------------------------------------------------------------
Mon Nov 5 21:02:33 UTC 2018 - Todd R <toddrme2178@gmail.com>
- Initial version