1
0
forked from pool/python-git-pw

Accepting request 1076891 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1076891
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-git-pw?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2023-04-03 15:46:39 +00:00 committed by Git OBS Bridge
commit 9a7bad43e5
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 3 08:17:21 UTC 2023 - pgajdos@suse.com
- python-six is not required
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Dec 14 08:47:02 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com> Wed Dec 14 08:47:02 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-git-pw # spec file for package python-git-pw
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -33,7 +33,6 @@ BuildRequires: %{python_module pyaml >= 5.1}
BuildRequires: %{python_module pytest >= 3.0} BuildRequires: %{python_module pytest >= 3.0}
BuildRequires: %{python_module requests > 2.0} BuildRequires: %{python_module requests > 2.0}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six >= 1.12}
BuildRequires: %{python_module tabulate >= 0.8} BuildRequires: %{python_module tabulate >= 0.8}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: git-core BuildRequires: git-core
@ -43,7 +42,6 @@ Requires: python-arrow >= 0.10
Requires: python-click >= 6.0 Requires: python-click >= 6.0
Requires: python-pyaml >= 5.1 Requires: python-pyaml >= 5.1
Requires: python-requests > 2.0 Requires: python-requests > 2.0
Requires: python-six >= 1.12
Requires: python-tabulate >= 0.8 Requires: python-tabulate >= 0.8
Provides: %{modname} = %{version} Provides: %{modname} = %{version}
Obsoletes: %{modname} < %{version} Obsoletes: %{modname} < %{version}
@ -56,7 +54,7 @@ git-pw is a tool for integrating Git with Patchwork, the web-based patch
tracking system. tracking system.
%prep %prep
%setup -q -n %{modname}-%{version} %autosetup -p1 -n %{modname}-%{version}
%build %build
%python_build %python_build