Hello community,
here is the log from the commit of package python-microversion_parse for
openSUSE:Leap:15.2 checked in at 2020-03-09 18:08:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-microversion_parse (Old)
and /work/SRC/openSUSE:Leap:15.2/.python-microversion_parse.new.26092
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-microversion_parse"
Mon Mar 9 18:08:50 2020 rev:3 rq:776797 version:0.2.1
Changes:
--------
---
/work/SRC/openSUSE:Leap:15.2/python-microversion_parse/python-microversion_parse.changes
2020-01-15 15:50:35.327499733 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.python-microversion_parse.new.26092/python-microversion_parse.changes
2020-03-09 18:08:51.204980532 +0100
@@ -1,0 +2,10 @@
+Fri Dec 20 07:52:37 UTC 2019 - Dirk Mueller <[email protected]>
+
+- switch to stable/train package template
+
+-------------------------------------------------------------------
+Mon Apr 8 14:01:03 UTC 2019 - Dirk Mueller <[email protected]>
+
+- switch to stable/stein template
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-microversion_parse.spec ++++++
--- /var/tmp/diff_new_pack.7sGuDV/_old 2020-03-09 18:08:51.560981042 +0100
+++ /var/tmp/diff_new_pack.7sGuDV/_new 2020-03-09 18:08:51.564981048 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-microversion_parse
#
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
@@ -22,28 +22,32 @@
Summary: OpenStack microversion header parser
License: Apache-2.0
Group: Development/Languages/Python
-URL: http://www.openstack.org/
-Source0:
https://files.pythonhosted.org/packages/source/m/microversion_parse/microversion_parse-%{version}.tar.gz
+URL: https://www.openstack.org/
+Source0:
https://files.pythonhosted.org/packages/source/m/microversion_parse/microversion_parse-0.2.1.tar.gz
BuildRequires: openstack-macros
-BuildRequires: python-WebOb >= 1.2.3
-BuildRequires: python-devel
-BuildRequires: python-gabbi
-BuildRequires: python-setuptools
-BuildRequires: python-stestr
-BuildRequires: python-testrepository
-BuildRequires: python-testtools
+BuildRequires: python2-WebOb >= 1.2.3
+BuildRequires: python2-gabbi
+BuildRequires: python2-setuptools
+BuildRequires: python2-stestr
+BuildRequires: python2-testtools
+BuildRequires: python3-WebOb >= 1.2.3
+BuildRequires: python3-gabbi
+BuildRequires: python3-setuptools
+BuildRequires: python3-stestr
+BuildRequires: python3-testtools
BuildArch: noarch
+%python_subpackages
%description
A simple parser for OpenStack microversion headers.
-%package doc
+%package -n python-microversion_parse-doc
Summary: Documentation for OpenStack Microversion headers
Group: Development/Languages/Python
BuildRequires: python-Sphinx
BuildRequires: python-oslosphinx
-%description doc
+%description -n python-microversion_parse-doc
This package contains thedocumentation for OpenStack microversion
headers parsing library.
@@ -52,26 +56,26 @@
%py_req_cleanup
%build
-%{py2_build}
+%python_build
# generate html docs
-%{__python2} setup.py build_sphinx
+PBR_VERSION=%{version} sphinx-build -b html doc/source doc/build/html
# remove the sphinx-build leftovers
rm -rf doc/build/html/.{doctrees,buildinfo}
%install
-%{py2_install}
+%python_install
%check
-stestr run
+%python_exec -m stestr.cli run
-%files
+%files %{python_files}
%license LICENSE
%doc ChangeLog README.rst
-%{python2_sitelib}/microversion_parse
-%{python2_sitelib}/microversion_parse*egg-info
+%{python_sitelib}/microversion_parse
+%{python_sitelib}/microversion_parse*egg-info
-%files doc
+%files -n python-microversion_parse-doc
%license LICENSE
%doc doc/build/html
++++++ _service ++++++
--- /var/tmp/diff_new_pack.7sGuDV/_old 2020-03-09 18:08:51.580981071 +0100
+++ /var/tmp/diff_new_pack.7sGuDV/_new 2020-03-09 18:08:51.584981077 +0100
@@ -1,6 +1,6 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/microversion_parse/microversion_parse.spec.j2</param>
+ <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/microversion_parse/microversion_parse.spec.j2</param>
<param name="output-name">python-microversion_parse.spec</param>
<param
name="requirements">https://raw.githubusercontent.com/openstack/microversion-parse/master/requirements.txt</param>
<param name="changelog-email">[email protected]</param>