Hello community,

here is the log from the commit of package python-microversion_parse for 
openSUSE:Factory checked in at 2020-02-18 10:40:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-microversion_parse (Old)
 and      /work/SRC/openSUSE:Factory/.python-microversion_parse.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-microversion_parse"

Tue Feb 18 10:40:15 2020 rev:3 rq:774905 version:0.2.1

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-microversion_parse/python-microversion_parse.changes
      2019-05-03 22:41:18.751100740 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-microversion_parse.new.26092/python-microversion_parse.changes
   2020-02-18 10:41:20.513059148 +0100
@@ -1,0 +2,5 @@
+Fri Dec 20 07:52:37 UTC 2019 - Dirk Mueller <dmuel...@suse.com>
+
+- switch to stable/train package template
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-microversion_parse.spec ++++++
--- /var/tmp/diff_new_pack.S54xmo/_old  2020-02-18 10:41:21.473061107 +0100
+++ /var/tmp/diff_new_pack.S54xmo/_new  2020-02-18 10:41:21.477061115 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-microversion_parse
 #
-# Copyright (c) 2019 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
@@ -22,27 +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-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.
 
@@ -51,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.S54xmo/_old  2020-02-18 10:41:21.517061197 +0100
+++ /var/tmp/diff_new_pack.S54xmo/_new  2020-02-18 10:41:21.521061205 +0100
@@ -1,6 +1,6 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/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">cloud-de...@suse.de</param>


Reply via email to