forked from pool/python-python-jenkins
- Depend on python-rpm-macros
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jenkins?expand=0&rev=10
This commit is contained in:
committed by
Git OBS Bridge
parent
79fe237902
commit
b52a0bb1a3
@@ -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
|
Mon Sep 25 12:39:24 UTC 2017 - dmueller@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-python-jenkins
|
# 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>
|
# Copyright (c) 2014 Thomas Bechtold <thomasbechtold@jpberlin.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# 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
|
Summary: Python bindings for the remote Jenkins API
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: http://launchpad.net/python-jenkins
|
URL: http://launchpad.net/python-jenkins
|
||||||
Source: https://pypi.io/packages/source/p/python-jenkins/python-jenkins-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/python-jenkins/python-jenkins-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
|
||||||
BuildRequires: %{python_module pbr}
|
BuildRequires: %{python_module pbr}
|
||||||
BuildArch: noarch
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-multi_key_dict
|
Requires: python-multi_key_dict
|
||||||
Requires: python-setuptools
|
Requires: python-setuptools
|
||||||
Requires: python-six >= 1.3.0
|
Requires: python-six >= 1.3.0
|
||||||
Provides: python-jenkins = %{version}
|
Provides: python-jenkins = %{version}
|
||||||
Obsoletes: python-jenkins <= 0.4.12
|
Obsoletes: python-jenkins <= 0.4.12
|
||||||
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -53,8 +53,8 @@ API. It current supports management of:
|
|||||||
%python_install
|
%python_install
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root,-)
|
%license COPYING
|
||||||
%doc COPYING README.rst
|
%doc README.rst
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Reference in New Issue
Block a user