From 8b0f67611a6b7723c3900df2db5cb1ad91d62c6665df7fb0cf06df8c5292eb43 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 28 Oct 2024 16:51:25 +0000 Subject: [PATCH] - update to 2.9.0: * Drop Python 3.8 support. * Support Python 3.13. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-patchy?expand=0&rev=8 --- patchy-2.8.0.tar.gz | 3 --- patchy-2.9.0.tar.gz | 3 +++ python-patchy.changes | 7 +++++++ python-patchy.spec | 5 ++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 patchy-2.8.0.tar.gz create mode 100644 patchy-2.9.0.tar.gz diff --git a/patchy-2.8.0.tar.gz b/patchy-2.8.0.tar.gz deleted file mode 100644 index 4f5957f..0000000 --- a/patchy-2.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ab574b4659fb0f7fdafd0e0c49a65b60c84cfe3b9fdef313c11b2069edd2695 -size 52221 diff --git a/patchy-2.9.0.tar.gz b/patchy-2.9.0.tar.gz new file mode 100644 index 0000000..81154b4 --- /dev/null +++ b/patchy-2.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38f12841ca5ac51548c45a518925cfb13bc5b65ab315bc0a3669b550b037441f +size 53229 diff --git a/python-patchy.changes b/python-patchy.changes index 6758807..114e494 100644 --- a/python-patchy.changes +++ b/python-patchy.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Oct 28 16:50:53 UTC 2024 - Dirk Müller + +- update to 2.9.0: + * Drop Python 3.8 support. + * Support Python 3.13. + ------------------------------------------------------------------- Sat Jan 13 20:28:45 UTC 2024 - Dirk Müller diff --git a/python-patchy.spec b/python-patchy.spec index 337f7b9..9fd5fe6 100644 --- a/python-patchy.spec +++ b/python-patchy.spec @@ -16,10 +16,9 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} -%global skip_python2 1 +%{?sle15_python_module_pythons} Name: python-patchy -Version: 2.8.0 +Version: 2.9.0 Release: 0 License: BSD-3-Clause Summary: Patch the inner source of python functions at runtime