From a56fdbca49727e83f54c4e9e9ca348625ce2eecce1ef0dca06a6c4953552c85f Mon Sep 17 00:00:00 2001 From: Nico Krapp Date: Wed, 13 Nov 2024 14:56:28 +0000 Subject: [PATCH] Accepting request 1223967 from home:glaubitz:branches:devel:languages:python - Update to 2.7.0 * Python 3.13 is now officially supported and tested * Python 3.8 is no longer supported - Adjust upstream source name in spec file OBS-URL: https://build.opensuse.org/request/show/1223967 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-git-pw?expand=0&rev=23 --- git-pw-2.6.0.tar.gz | 3 --- git_pw-2.7.0.tar.gz | 3 +++ python-git-pw.changes | 8 ++++++++ python-git-pw.spec | 8 ++++---- 4 files changed, 15 insertions(+), 7 deletions(-) delete mode 100644 git-pw-2.6.0.tar.gz create mode 100644 git_pw-2.7.0.tar.gz diff --git a/git-pw-2.6.0.tar.gz b/git-pw-2.6.0.tar.gz deleted file mode 100644 index 02ef21d..0000000 --- a/git-pw-2.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e118e31bbe259ed9ae540d627cc563a6ece553d02aed11b1a92bbac408a0da0e -size 43835 diff --git a/git_pw-2.7.0.tar.gz b/git_pw-2.7.0.tar.gz new file mode 100644 index 0000000..8c18bb7 --- /dev/null +++ b/git_pw-2.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99cb0b4a603386127c8205358d9780428a0468f8b1cb73ace804a5a466a28ef4 +size 45461 diff --git a/python-git-pw.changes b/python-git-pw.changes index 16c9bc8..ffa1358 100644 --- a/python-git-pw.changes +++ b/python-git-pw.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Nov 13 14:30:51 UTC 2024 - John Paul Adrian Glaubitz + +- Update to 2.7.0 + * Python 3.13 is now officially supported and tested + * Python 3.8 is no longer supported +- Adjust upstream source name in spec file + ------------------------------------------------------------------- Sat Jan 20 14:05:25 UTC 2024 - Dirk Müller diff --git a/python-git-pw.spec b/python-git-pw.spec index 09ec393..c76f77f 100644 --- a/python-git-pw.spec +++ b/python-git-pw.spec @@ -16,10 +16,10 @@ # -%define modname git-pw +%define modname git_pw %define skip_python2 1 Name: python-git-pw -Version: 2.6.0 +Version: 2.7.0 Release: 0 Summary: A tool for integrating Git with Patchwork License: MIT @@ -43,8 +43,8 @@ Requires: python-click >= 6.0 Requires: python-pyaml >= 5.1 Requires: python-requests > 2.0 Requires: python-tabulate >= 0.8 -Provides: %{modname} = %{version} -Obsoletes: %{modname} < %{version} +Provides: git-pw = %{version} +Obsoletes: git-pw < %{version} Requires(post): update-alternatives Requires(postun):update-alternatives %python_subpackages