From f4ce5922a360acdccb4f17c1def9e971bf4be2c10ac295f4b7e6847056da8856 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 13 Jun 2025 10:44:42 +0000 Subject: [PATCH] Accepting request 1285204 from home:glaubitz:branches:devel:languages:python - Update to 1.16.0 * Removed official support for python versions ``<3.9``. These versions will not run in CI anymore. * Fixed ``RuntimeError`` in tests when running on python 3.14. Added python 3.14 to CI. Fixes #112 - Use Python 3.11 on SLE-15 by default OBS-URL: https://build.opensuse.org/request/show/1285204 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-makefun?expand=0&rev=16 --- makefun-1.15.6.tar.gz | 3 --- makefun-1.16.0.tar.gz | 3 +++ python-makefun.changes | 10 ++++++++++ python-makefun.spec | 5 +++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 makefun-1.15.6.tar.gz create mode 100644 makefun-1.16.0.tar.gz diff --git a/makefun-1.15.6.tar.gz b/makefun-1.15.6.tar.gz deleted file mode 100644 index 51e89a3..0000000 --- a/makefun-1.15.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:26bc63442a6182fb75efed8b51741dd2d1db2f176bec8c64e20a586256b8f149 -size 72583 diff --git a/makefun-1.16.0.tar.gz b/makefun-1.16.0.tar.gz new file mode 100644 index 0000000..2838ee0 --- /dev/null +++ b/makefun-1.16.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e14601831570bff1f6d7e68828bcd30d2f5856f24bad5de0ccb22921ceebc947 +size 73565 diff --git a/python-makefun.changes b/python-makefun.changes index 6208069..13d94da 100644 --- a/python-makefun.changes +++ b/python-makefun.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Jun 12 15:53:22 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 1.16.0 + * Removed official support for python versions ``<3.9``. + These versions will not run in CI anymore. + * Fixed ``RuntimeError`` in tests when running on python 3.14. + Added python 3.14 to CI. Fixes #112 +- Use Python 3.11 on SLE-15 by default + ------------------------------------------------------------------- Tue Oct 29 21:11:12 UTC 2024 - Dirk Müller diff --git a/python-makefun.spec b/python-makefun.spec index dbad63f..a7859cf 100644 --- a/python-makefun.spec +++ b/python-makefun.spec @@ -1,7 +1,7 @@ # # spec file for package python-makefun # -# 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 @@ -16,8 +16,9 @@ # +%{?sle15_python_module_pythons} Name: python-makefun -Version: 1.15.6 +Version: 1.16.0 Release: 0 License: BSD-3-Clause Summary: Small library to dynamically create python functions