Hello community,

here is the log from the commit of package python-reno for openSUSE:Factory 
checked in at 2019-06-18 14:50:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-reno (Old)
 and      /work/SRC/openSUSE:Factory/.python-reno.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-reno"

Tue Jun 18 14:50:39 2019 rev:7 rq:709595 version:2.11.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-reno/python-reno.changes  2018-02-26 
23:25:53.084752872 +0100
+++ /work/SRC/openSUSE:Factory/.python-reno.new.4811/python-reno.changes        
2019-06-18 14:50:41.757649717 +0200
@@ -1,0 +2,51 @@
+Thu Jun 13 04:32:03 UTC 2019 - cloud-de...@suse.de
+
+- update to version 2.11.3 (bsc#1137659)
+  - Streamline published release notes
+  - switch doc and pypi jobs to use python3
+  - Migrate the link of bug report button to storyboard
+  - update sphinx to at least 1.6.1
+  - include the branch name in anchors to make them more unique
+  - add lower-constraints tox environment and job
+  - Update the min version of tox to 2.0
+  - cleanups for dev workflow descriptions
+  - Add python 3.6 unit test job
+  - import zuul job settings from project-config
+  - Collapse Unreleased and Mainline sections
+  - add unreleased_version_title configuration option
+  - trivial change to contributing instructions
+  - refactor handling of missing config files for better testing
+  - Change openstack-dev to openstack-discuss
+  - update the oudated URL in doc
+  - preserve the order of tags when reading the cache file
+  - Enhance the travis hack
+  - only override config values from command line if they are actually set
+  - move sphinx flags to tox.ini
+  - report line numbers for generated content more accurately
+  - Update links in README
+  - Switch to use stestr for unit test
+  - update bug report URLs to use storyboard
+  - sphinxext: Use 'sphinx.util.logging'
+  - sphinxext: Use unicode_literals
+  - Fix traceback when no args are passed to reno
+  - tests: Use mock decorator instead of context manager
+  - Integrate a setuptools command
+  - build our docs with the lower-constraints
+  - fix documentation project template
+  - doc: Note development workflows supported by reno
+  - build universal wheels
+  - move package publishing template back to project-config
+  - link to the europython 2018 presentation about reno
+  - update test fixtures to capture log output
+  - fix tox python3 overrides
+  - Make section titles have stable anchor links
+  - Add cover job
+  - add python 3.7 unit test job
+  - Allow tags prefixed with v in default regex
+  - Update url in HACKING.rst
+  - Use unicode for debug string
+  - Add usage with travis CI to docs
+  - report when loading data from the cache file
+  - Update sphinx extension logging
+
+-------------------------------------------------------------------

Old:
----
  reno-2.7.0.tar.gz

New:
----
  reno-2.11.3.tar.gz

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

Other differences:
------------------
++++++ python-reno.spec ++++++
--- /var/tmp/diff_new_pack.HSTGE2/_old  2019-06-18 14:50:42.689649264 +0200
+++ /var/tmp/diff_new_pack.HSTGE2/_new  2019-06-18 14:50:42.689649264 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-reno
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,45 +12,47 @@
 # 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/
 #
 
 
 Name:           python-reno
-Version:        2.7.0
+Version:        2.11.3
 Release:        0
 Summary:        RElease NOtes manager
 License:        Apache-2.0
 Group:          Development/Languages/Python
-Url:            http://www.openstack.org/
-Source0:        
https://files.pythonhosted.org/packages/source/r/reno/reno-2.7.0.tar.gz
+URL:            http://www.openstack.org/
+Source0:        
https://files.pythonhosted.org/packages/source/r/reno/reno-2.11.3.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-devel
-BuildRequires:  python2-PyYAML >= 3.10
+BuildRequires:  python2-PyYAML
 BuildRequires:  python2-Sphinx
-BuildRequires:  python2-docutils >= 0.11
-BuildRequires:  python2-dulwich >= 0.15.0
-BuildRequires:  python2-oslotest >= 3.2.0
-BuildRequires:  python2-pbr >= 2.0.0
-BuildRequires:  python2-setuptools >= 16.0
-BuildRequires:  python2-testrepository >= 0.0.18
-BuildRequires:  python2-testscenarios >= 0.4
-BuildRequires:  python2-testtools >= 2.2.0
-BuildRequires:  python3-PyYAML >= 3.10
+BuildRequires:  python2-docutils
+BuildRequires:  python2-dulwich
+BuildRequires:  python2-openstackdocstheme
+BuildRequires:  python2-oslotest
+BuildRequires:  python2-pbr
+BuildRequires:  python2-setuptools
+BuildRequires:  python2-stestr
+BuildRequires:  python2-testscenarios
+BuildRequires:  python2-testtools
+BuildRequires:  python3-PyYAML
 BuildRequires:  python3-Sphinx
-BuildRequires:  python3-devel
-BuildRequires:  python3-docutils >= 0.11
-BuildRequires:  python3-dulwich >= 0.15.0
-BuildRequires:  python3-oslotest >= 3.2.0
-BuildRequires:  python3-pbr >= 2.0.0
-BuildRequires:  python3-setuptools >= 16.0
-BuildRequires:  python3-testrepository >= 0.0.18
-BuildRequires:  python3-testscenarios >= 0.4
-BuildRequires:  python3-testtools >= 2.2.0
-Requires:       python-PyYAML >= 3.10
+BuildRequires:  python3-docutils
+BuildRequires:  python3-dulwich
+BuildRequires:  python3-openstackdocstheme
+BuildRequires:  python3-oslotest
+BuildRequires:  python3-pbr
+BuildRequires:  python3-setuptools
+BuildRequires:  python3-stestr
+BuildRequires:  python3-testscenarios
+BuildRequires:  python3-testtools
+Requires:       python-PyYAML
 Requires:       python-Sphinx
-Requires:       python-docutils >= 0.11
-Requires:       python-dulwich >= 0.15.0
+Requires:       python-docutils
+Requires:       python-dulwich
+Requires:       python-pbr
+Requires:       python-six
 BuildArch:      noarch
 %if 0%{?suse_version}
 BuildRequires:  git-core
@@ -71,7 +73,9 @@
 repository and then building documentation from them.
 
 %prep
-%autosetup -p1 -n reno-2.7.0
+%autosetup -p1 -n reno-2.11.3
+# we dont need hacking
+sed -i '/^hacking.*/d' test-requirements.txt
 %py_req_cleanup
 
 %build
@@ -88,11 +92,9 @@
 %python_uninstall_alternative reno
 
 %check
-%{python_expand rm -rf .testrepository
 rm -rf .git
 git init .
-$python setup.py test
-}
+%python_exec -m stestr.cli run
 
 %files %{python_files}
 %license LICENSE

++++++ _service ++++++
--- /var/tmp/diff_new_pack.HSTGE2/_old  2019-06-18 14:50:42.721649249 +0200
+++ /var/tmp/diff_new_pack.HSTGE2/_new  2019-06-18 14:50:42.721649249 +0200
@@ -2,7 +2,7 @@
   <service mode="disabled" name="renderspec">
     <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/reno/reno.spec.j2</param>
     <param name="output-name">python-reno.spec</param>
-    <param 
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/master/requirements.txt</param>
+    <param 
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/master/global-requirements.txt</param>
     <param name="changelog-email">cloud-de...@suse.de</param>
     <param name="changelog-provider">gh,openstack,reno</param>
   </service>

++++++ reno-2.7.0.tar.gz -> reno-2.11.3.tar.gz ++++++
++++ 1708 lines of diff (skipped)


Reply via email to