14
0

Accepting request 623629 from devel:languages:python

- Depend on python-rpm-macros

OBS-URL: https://build.opensuse.org/request/show/623629
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-jenkins?expand=0&rev=5
This commit is contained in:
2018-07-18 20:57:09 +00:00
committed by Git OBS Bridge
2 changed files with 12 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 18 11:32:00 UTC 2018 - tchvatal@suse.com
- Depend on python-rpm-macros
-------------------------------------------------------------------
Mon Sep 25 12:39:24 UTC 2017 - dmueller@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-python-jenkins
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2014 Thomas Bechtold <thomasbechtold@jpberlin.de>
#
# All modifications and additions to the file contributed by third parties
@@ -24,16 +24,16 @@ Release: 0
Summary: Python bindings for the remote Jenkins API
License: BSD-3-Clause
Group: Development/Languages/Python
Url: http://launchpad.net/python-jenkins
Source: https://pypi.io/packages/source/p/python-jenkins/python-jenkins-%{version}.tar.gz
BuildRequires: %{python_module devel}
URL: http://launchpad.net/python-jenkins
Source: https://files.pythonhosted.org/packages/source/p/python-jenkins/python-jenkins-%{version}.tar.gz
BuildRequires: %{python_module pbr}
BuildArch: noarch
BuildRequires: python-rpm-macros
Requires: python-multi_key_dict
Requires: python-setuptools
Requires: python-six >= 1.3.0
Provides: python-jenkins = %{version}
Obsoletes: python-jenkins <= 0.4.12
BuildArch: noarch
%python_subpackages
%description
@@ -53,8 +53,8 @@ API. It current supports management of:
%python_install
%files %{python_files}
%defattr(-,root,root,-)
%doc COPYING README.rst
%license COPYING
%doc README.rst
%{python_sitelib}/*
%changelog