From 4c5147d6ceb97fc67f84ff3c307ddcc7734026a108603858d52e86af1d45cacb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 26 Feb 2025 10:33:00 +0000 Subject: [PATCH] - 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 --- 1.9.0.tar.gz | 3 --- 1.9.1.tar.gz | 3 +++ python-fangfrisch.changes | 11 +++++++++++ python-fangfrisch.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 1.9.0.tar.gz create mode 100644 1.9.1.tar.gz diff --git a/1.9.0.tar.gz b/1.9.0.tar.gz deleted file mode 100644 index ca15e8c..0000000 --- a/1.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4150eee1b226d77cdda3e961edba65d6605871568759dc482730b4162ef9ba66 -size 127572 diff --git a/1.9.1.tar.gz b/1.9.1.tar.gz new file mode 100644 index 0000000..a899b2a --- /dev/null +++ b/1.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22db9b9a4726df005fb2f26612ffa6a39b654442fd413e6ecc7d4019ff26dc9f +size 127746 diff --git a/python-fangfrisch.changes b/python-fangfrisch.changes index 1a6599c..c7c7989 100644 --- a/python-fangfrisch.changes +++ b/python-fangfrisch.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Feb 26 10:32:53 UTC 2025 - Dirk Müller + +- 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 diff --git a/python-fangfrisch.spec b/python-fangfrisch.spec index 1e92f69..62f4a8b 100644 --- a/python-fangfrisch.spec +++ b/python-fangfrisch.spec @@ -1,7 +1,7 @@ # # spec file for package python-fangfrisch # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define skip_python2 1 Name: python-fangfrisch -Version: 1.9.0 +Version: 1.9.1 Release: 0 Summary: Update and verify unofficial Clam Anti-Virus signatures License: GPL-3.0-or-later