14
0

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
This commit is contained in:
2025-06-13 10:44:42 +00:00
committed by Git OBS Bridge
parent 5420741f3f
commit f4ce5922a3
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:26bc63442a6182fb75efed8b51741dd2d1db2f176bec8c64e20a586256b8f149
size 72583

3
makefun-1.16.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e14601831570bff1f6d7e68828bcd30d2f5856f24bad5de0ccb22921ceebc947
size 73565

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jun 12 15:53:22 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <dmueller@suse.com>

View File

@@ -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