forked from pool/python-git-pw
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
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user