15
0

- update to 1.9.1:

* Raise Python requirement from version 3.7 to 3.8. Python 3.7
    has reached EOL in 2023 and is no longer maintained by the
    Python Software Foundation.
  * Add CI tests using Python 3.13, drop tests for 3.7.
  * Restructure Python build to ease packaging.
  * Fix issue #41.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fangfrisch?expand=0&rev=5
This commit is contained in:
2025-02-26 10:33:00 +00:00
committed by Git OBS Bridge
parent 931c835875
commit 4c5147d6ce
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Feb 26 10:32:53 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 1.9.1:
* Raise Python requirement from version 3.7 to 3.8. Python 3.7
has reached EOL in 2023 and is no longer maintained by the
Python Software Foundation.
* Add CI tests using Python 3.13, drop tests for 3.7.
* Restructure Python build to ease packaging.
* Fix issue #41.
-------------------------------------------------------------------
Thu Nov 7 09:48:47 UTC 2024 - Matej Cepl <mcepl@cepl.eu>