Accepting request 1223973 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1223973 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-git-pw?expand=0&rev=9
This commit is contained in:
commit
95b218f403
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e118e31bbe259ed9ae540d627cc563a6ece553d02aed11b1a92bbac408a0da0e
|
||||
size 43835
|
3
git_pw-2.7.0.tar.gz
Normal file
3
git_pw-2.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:99cb0b4a603386127c8205358d9780428a0468f8b1cb73ace804a5a466a28ef4
|
||||
size 45461
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 13 14:30:51 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user