Hello community,
here is the log from the commit of package python-python-jenkins for
openSUSE:Factory checked in at 2018-07-18 22:57:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-jenkins (Old)
and /work/SRC/openSUSE:Factory/.python-python-jenkins.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-python-jenkins"
Wed Jul 18 22:57:09 2018 rev:5 rq:623629 version:0.4.14
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-python-jenkins/python-python-jenkins.changes
2017-09-26 21:17:29.752471080 +0200
+++
/work/SRC/openSUSE:Factory/.python-python-jenkins.new/python-python-jenkins.changes
2018-07-18 22:58:04.234138957 +0200
@@ -1,0 +2,5 @@
+Wed Jul 18 11:32:00 UTC 2018 - [email protected]
+
+- Depend on python-rpm-macros
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-python-jenkins.spec ++++++
--- /var/tmp/diff_new_pack.Xnst1m/_old 2018-07-18 22:58:04.730137312 +0200
+++ /var/tmp/diff_new_pack.Xnst1m/_new 2018-07-18 22:58:04.734137299 +0200
@@ -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 <[email protected]>
#
# All modifications and additions to the file contributed by third parties
@@ -24,16 +24,16 @@
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 @@
%python_install
%files %{python_files}
-%defattr(-,root,root,-)
-%doc COPYING README.rst
+%license COPYING
+%doc README.rst
%{python_sitelib}/*
%changelog