From ca276df41b5901871032b7bd41950f4e4520b413b958e0a50b73a0765027a2d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Fri, 11 Jul 2025 10:32:19 +0000 Subject: [PATCH] Accepting request 1291912 from home:glaubitz:branches:devel:languages:python - Update to 5.9 * NEW: Add support for Python 3.14. * ENHANCE: Switch to deploying with PyPI's "Trusted Publisher". OBS-URL: https://build.opensuse.org/request/show/1291912 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-backrefs?expand=0&rev=3 --- backrefs-5.8.tar.gz | 3 --- backrefs-5.9.tar.gz | 3 +++ python-backrefs.changes | 7 +++++++ python-backrefs.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 backrefs-5.8.tar.gz create mode 100644 backrefs-5.9.tar.gz diff --git a/backrefs-5.8.tar.gz b/backrefs-5.8.tar.gz deleted file mode 100644 index 20e6e04..0000000 --- a/backrefs-5.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2cab642a205ce966af3dd4b38ee36009b31fa9502a35fd61d59ccc116e40a6bd -size 6773994 diff --git a/backrefs-5.9.tar.gz b/backrefs-5.9.tar.gz new file mode 100644 index 0000000..df01594 --- /dev/null +++ b/backrefs-5.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:808548cb708d66b82ee231f962cb36faaf4f2baab032f2fbb783e9c2fdddaa59 +size 5765857 diff --git a/python-backrefs.changes b/python-backrefs.changes index b518b97..fa7ee94 100644 --- a/python-backrefs.changes +++ b/python-backrefs.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jul 11 10:06:38 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 5.9 + * NEW: Add support for Python 3.14. + * ENHANCE: Switch to deploying with PyPI's "Trusted Publisher". + ------------------------------------------------------------------- Thu Apr 24 13:10:41 UTC 2025 - ecsos diff --git a/python-backrefs.spec b/python-backrefs.spec index 62f94a6..fd7e122 100644 --- a/python-backrefs.spec +++ b/python-backrefs.spec @@ -18,19 +18,19 @@ %{?sle15_python_module_pythons} Name: python-backrefs -Version: 5.8 +Version: 5.9 Release: 0 Summary: A wrapper around re and regex that adds additional back references License: MIT URL: https://github.com/facelessuser/backrefs Source: https://files.pythonhosted.org/packages/source/b/backrefs/backrefs-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module hatchling >= 0.21.1} BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module pytest} BuildRequires: %{python_module regex} +BuildRequires: %{python_module setuptools} BuildRequires: fdupes +BuildRequires: python-rpm-macros Suggests: python-regex BuildArch: noarch %python_subpackages