* Change preconfigured "sanesecurity" mirror URL.
* Raise Python requirement from version 3.8 to 3.9. Python 3.8
has reached EOL on 2024-10-07 and is no longer supported by
the Python Software Foundation.
* Improvements to development and testing.
- Switch package to modern Python Stack on SLE-15
* Use Python 3.11 on SLE-15 by default
* Drop support for older Python versions
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fangfrisch?expand=0&rev=7
69 lines
3.0 KiB
Plaintext
69 lines
3.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon May 5 07:22:04 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to 1.9.2
|
|
* Change preconfigured "sanesecurity" mirror URL.
|
|
* Raise Python requirement from version 3.8 to 3.9. Python 3.8
|
|
has reached EOL on 2024-10-07 and is no longer supported by
|
|
the Python Software Foundation.
|
|
* Improvements to development and testing.
|
|
- Switch package to modern Python Stack on SLE-15
|
|
* Use Python 3.11 on SLE-15 by default
|
|
* Drop support for older Python versions
|
|
|
|
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Clean up the SPEC, switch to pyproject_* macros.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Nov 7 09:19:59 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
|
|
|
- Update to 1.9.0 (2024-03-08):
|
|
- The logic for on_update* has been largely rewritten. As a
|
|
user-visible side effect, detailed debugging information
|
|
about 'on_update_*' tasks is now available.
|
|
- For improved flexibility, configuration sections
|
|
may now override global 'on_update_exec' and
|
|
'on_update_timeout'. Eearlier Fangfrisch versions only
|
|
examined the DEFAULTS section.
|
|
- Add internal default configurations for providers InterServer
|
|
(https://www.interserver.net/) and Fangfrisch News
|
|
(https://rseichter.github.io/fangfrisch/#ffnews). As per
|
|
usual, these new providers are disabled by default.
|
|
- Update to 1.8.1 (2024-02-21):
|
|
- Python unit tests requiring network connections are now
|
|
disabled by default to facilitate sandboxed testing. Set
|
|
environment variable NETWORK_TESTS=1 to enable these tests.
|
|
- Update to 1.8.0 (2024-02-14):
|
|
- Sanesecurity (https://sanesecurity.com) provider default
|
|
configuration overhaul. Switch to a less congested mirror
|
|
site, add/remove several signature URLs.
|
|
- Modernise Python build re PEP 517
|
|
(https://peps.python.org/pep-0517/).
|
|
- Update to 1.7.0 (2024-02-03):
|
|
- Support user-defined connection timeouts.
|
|
- Update to 1.6.1 (2023-02-21):
|
|
- Require SQLAlchemy version 1.4 or higher. Version 1.3 is no
|
|
longer maintained by the SQLAlchemy developers.
|
|
- Update to 1.6.0 (2023-02-18):
|
|
- Use Python context management protocol to improve SQLAlchemy
|
|
session handling, in particular to more reliably release
|
|
resources like database connections.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Apr 25 13:23:59 UTC 2022 - Marcus Meissner <meissner@suse.com>
|
|
|
|
- fangfrisch - fetch third party clamav signatures
|