commit python-reno for openSUSE:Factory

2020-08-13 Thread root
Hello community,

here is the log from the commit of package python-reno for openSUSE:Factory 
checked in at 2020-08-13 10:12:36

Comparing /work/SRC/openSUSE:Factory/python-reno (Old)
 and  /work/SRC/openSUSE:Factory/.python-reno.new.3399 (New)


Package is "python-reno"

Thu Aug 13 10:12:36 2020 rev:9 rq:825343 version:3.1.0

Changes:

--- /work/SRC/openSUSE:Factory/python-reno/python-reno.changes  2020-04-19 
21:49:34.728093892 +0200
+++ /work/SRC/openSUSE:Factory/.python-reno.new.3399/python-reno.changes
2020-08-13 10:12:41.742586292 +0200
@@ -1,0 +2,17 @@
+Fri Jun  5 19:31:53 UTC 2020 - Dirk Mueller 
+
+- update 3.1.0
+  * Set parallel\_read\_safe to True
+  * Handle empty config files
+  * Add cache support for release dates
+  * Remove future imports
+  * Keep scanning master branch after first shared commit
+  * Sort config options
+  * Add support for release dates
+  * sphinxext: Support rootdir discovery without git
+  * Use unittest.mock instead of third party mock
+  * tox: Suppress output
+  * do not include external svgs from readme in docs
+  * Update hacking for Python3
+
+---

Old:

  reno-3.0.1.tar.gz

New:

  reno-3.1.0.tar.gz



Other differences:
--
++ python-reno.spec ++
--- /var/tmp/diff_new_pack.HCcBfO/_old  2020-08-13 10:12:44.378587941 +0200
+++ /var/tmp/diff_new_pack.HCcBfO/_new  2020-08-13 10:12:44.382587944 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-reno
-Version:3.0.1
+Version:3.1.0
 Release:0
 Summary:RElease NOtes manager
 License:Apache-2.0

++ reno-3.0.1.tar.gz -> reno-3.1.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reno-3.0.1/AUTHORS new/reno-3.1.0/AUTHORS
--- old/reno-3.0.1/AUTHORS  2020-04-01 21:33:22.0 +0200
+++ new/reno-3.1.0/AUTHORS  2020-05-14 18:13:05.0 +0200
@@ -30,12 +30,14 @@
 Mike Perez 
 Monty Taylor 
 Nguyen Hai Truong 
+Niraj Tolia 
 Paul Belanger 
 Rajath Agasthya 
 Sahid Orentino Ferdjaoui 
 Sean McGinnis 
 Sharat Sharma 
 Stephen Finucane 
+Stephen Finucane 
 Swapnil Kulkarni (coolsvap) 
 Thanh Ha 
 Thomas Bechtold 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reno-3.0.1/ChangeLog new/reno-3.1.0/ChangeLog
--- old/reno-3.0.1/ChangeLog2020-04-01 21:33:22.0 +0200
+++ new/reno-3.1.0/ChangeLog2020-05-14 18:13:05.0 +0200
@@ -1,6 +1,22 @@
 CHANGES
 ===
 
+3.1.0
+-
+
+* Set parallel\_read\_safe to True
+* Handle empty config files
+* Add cache support for release dates
+* Remove future imports
+* Keep scanning master branch after first shared commit
+* Sort config options
+* Add support for release dates
+* sphinxext: Support rootdir discovery without git
+* Use unittest.mock instead of third party mock
+* tox: Suppress output
+* do not include external svgs from readme in docs
+* Update hacking for Python3
+
 3.0.1
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reno-3.0.1/PKG-INFO new/reno-3.1.0/PKG-INFO
--- old/reno-3.0.1/PKG-INFO 2020-04-01 21:33:22.0 +0200
+++ new/reno-3.1.0/PKG-INFO 2020-05-14 18:13:05.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: reno
-Version: 3.0.1
+Version: 3.1.0
 Summary: RElease NOtes manager
 Home-page: https://docs.openstack.org/reno/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reno-3.0.1/doc/source/index.rst 
new/reno-3.1.0/doc/source/index.rst
--- old/reno-3.0.1/doc/source/index.rst 2020-04-01 21:32:27.0 +0200
+++ new/reno-3.1.0/doc/source/index.rst 2020-05-14 18:12:18.0 +0200
@@ -1,4 +1,5 @@
 .. include:: ../../README.rst
+   :end-before: Project Meta-data
 
 EuroPython 2018 Presentation
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reno-3.0.1/lower-constraints.txt 
new/reno-3.1.0/lower-constraints.txt
--- old/reno-3.0.1/lower-constraints.txt2020-04-01 21:32:27.0 
+0200
+++ new/reno-3.1.0/lower-constraints.txt2020-05-14 18:12:18.0 
+0200
@@ -2,4 +2,4 @@
 dulwich==0.15.0
 PyYAML==3.10.0
 Sphinx==1.6.1
-stestr==2.0.0
+stestr==2.1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/reno-3.0.1/releasenotes/notes/keep-scanning-past-branchpoint-61f72023c32cf0b3.yaml
 
new/reno-3.1.0/releasenotes/notes/keep-scanning-past-branchpoint-61f72023c32cf0b3.yaml
--- 

commit python-reno for openSUSE:Factory

2020-04-19 Thread root
Hello community,

here is the log from the commit of package python-reno for openSUSE:Factory 
checked in at 2020-04-19 21:49:32

Comparing /work/SRC/openSUSE:Factory/python-reno (Old)
 and  /work/SRC/openSUSE:Factory/.python-reno.new.2738 (New)


Package is "python-reno"

Sun Apr 19 21:49:32 2020 rev:8 rq:794362 version:3.0.1

Changes:

--- /work/SRC/openSUSE:Factory/python-reno/python-reno.changes  2019-06-18 
14:50:41.757649717 +0200
+++ /work/SRC/openSUSE:Factory/.python-reno.new.2738/python-reno.changes
2020-04-19 21:49:34.728093892 +0200
@@ -1,0 +2,22 @@
+Wed Apr 15 15:29:40 UTC 2020 - Marketa Calabkova 
+
+- update to 3.0.1
+  * scan the whole branch if a version cannot be found
+
+---
+Fri Mar 27 12:13:30 UTC 2020 - pgaj...@suse.com
+
+- version update to 3.0.0
+  * Remove usage of six
+  * [ussuri][goal] Drop python 2.7 support and testing
+  * Add extension metadata to sphinxext
+  * Handle Windows compatibility
+  * Scan all branches for cache generation
+  * Avoid docutils 0.15 with py2
+  * Add Python 3 Train unit tests
+  * Fix py27 test: Update sphinx requirement
+  * OpenDev Migration Patch
+  * Switch to current hacking
+  * Remove references to oslosphinx
+
+---

Old:

  _service
  reno-2.11.3.tar.gz

New:

  reno-3.0.1.tar.gz



Other differences:
--
++ python-reno.spec ++
--- /var/tmp/diff_new_pack.rXMDem/_old  2020-04-19 21:49:35.864096171 +0200
+++ /var/tmp/diff_new_pack.rXMDem/_new  2020-04-19 21:49:35.868096179 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-reno
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,56 +16,40 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:   python-reno
-Version:2.11.3
+Version:3.0.1
 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.11.3.tar.gz
-BuildRequires:  openstack-macros
-BuildRequires:  python2-PyYAML
-BuildRequires:  python2-Sphinx
-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-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
+URL:https://www.openstack.org/
+Source0:
https://files.pythonhosted.org/packages/source/r/reno/reno-%{version}.tar.gz
+BuildRequires:  %{python_module PyYAML}
+BuildRequires:  %{python_module Sphinx}
+BuildRequires:  %{python_module docutils}
+BuildRequires:  %{python_module dulwich >= 0.15.0}
+BuildRequires:  %{python_module openstackdocstheme}
+BuildRequires:  %{python_module oslotest}
+BuildRequires:  %{python_module pbr}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module stestr}
+BuildRequires:  %{python_module testscenarios}
+BuildRequires:  %{python_module testtools}
+BuildRequires:  fdupes
+BuildRequires:  git-core
+BuildRequires:  gpg2
+BuildRequires:  python-rpm-macros
+Requires:   python-PyYAML >= 3.10
 Requires:   python-Sphinx
 Requires:   python-docutils
-Requires:   python-dulwich
+Requires:   python-dulwich >= 0.15.0
 Requires:   python-pbr
 Requires:   python-six
-BuildArch:  noarch
-%if 0%{?suse_version}
-BuildRequires:  git-core
-BuildRequires:  gpg2
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
-%else
-BuildRequires:  git
-BuildRequires:  gnupg
-# on RDO, update-alternatives is in chkconfig
-Requires(post): chkconfig
-Requires(postun): chkconfig
-%endif
+BuildArch:  noarch
 %python_subpackages
 
 %description
@@ -73,16 +57,15 @@
 repository and then building documentation from them.
 
 %prep
-%autosetup -p1 -n reno-2.11.3
-# we dont need hacking
-sed -i '/^hacking.*/d' test-requirements.txt

commit python-reno for openSUSE:Factory

2019-06-18 Thread root
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:  

commit python-reno for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package python-reno for openSUSE:Factory 
checked in at 2018-02-26 23:25:51

Comparing /work/SRC/openSUSE:Factory/python-reno (Old)
 and  /work/SRC/openSUSE:Factory/.python-reno.new (New)


Package is "python-reno"

Mon Feb 26 23:25:51 2018 rev:6 rq:580045 version:2.7.0

Changes:

--- /work/SRC/openSUSE:Factory/python-reno/python-reno.changes  2017-12-07 
13:54:04.024783229 +0100
+++ /work/SRC/openSUSE:Factory/.python-reno.new/python-reno.changes 
2018-02-26 23:25:53.084752872 +0100
@@ -1,0 +2,9 @@
+Mon Feb 26 07:04:59 UTC 2018 - cloud-de...@suse.de
+
+- update to version 2.7.0
+  - improve output messages
+  - add an internal sphinx extension to show the configuration defaults
+  - support scanning closed stable branches
+  - define options with help text
+
+---

Old:

  reno-2.6.0.tar.gz

New:

  reno-2.7.0.tar.gz



Other differences:
--
++ python-reno.spec ++
--- /var/tmp/diff_new_pack.HmIbzW/_old  2018-02-26 23:25:53.956721513 +0100
+++ /var/tmp/diff_new_pack.HmIbzW/_new  2018-02-26 23:25:53.956721513 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-reno
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,36 +17,39 @@
 
 
 Name:   python-reno
-Version:2.6.0
+Version:2.7.0
 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.6.0.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/r/reno/reno-2.7.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
-BuildRequires:  python2-Babel >= 2.3.4
 BuildRequires:  python2-PyYAML >= 3.10
+BuildRequires:  python2-Sphinx
+BuildRequires:  python2-docutils >= 0.11
 BuildRequires:  python2-dulwich >= 0.15.0
-BuildRequires:  python2-oslotest >= 1.10.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-Babel >= 2.3.4
 BuildRequires:  python3-PyYAML >= 3.10
+BuildRequires:  python3-Sphinx
 BuildRequires:  python3-devel
+BuildRequires:  python3-docutils >= 0.11
 BuildRequires:  python3-dulwich >= 0.15.0
-BuildRequires:  python3-oslotest >= 1.10.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-Babel >= 2.3.4
 Requires:   python-PyYAML >= 3.10
+Requires:   python-Sphinx
+Requires:   python-docutils >= 0.11
 Requires:   python-dulwich >= 0.15.0
 BuildArch:  noarch
 %if 0%{?suse_version}
@@ -68,7 +71,7 @@
 repository and then building documentation from them.
 
 %prep
-%autosetup -p1 -n reno-2.6.0
+%autosetup -p1 -n reno-2.7.0
 %py_req_cleanup
 
 %build

++ reno-2.6.0.tar.gz -> reno-2.7.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reno-2.6.0/ChangeLog new/reno-2.7.0/ChangeLog
--- old/reno-2.6.0/ChangeLog2017-11-16 10:33:40.0 +0100
+++ new/reno-2.7.0/ChangeLog2018-02-01 02:14:43.0 +0100
@@ -1,6 +1,14 @@
 CHANGES
 ===
 
+2.7.0
+-
+
+* support scanning closed stable branches
+* improve output messages
+* add an internal sphinx extension to show the configuration defaults
+* define options with help text
+
 2.6.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reno-2.6.0/PKG-INFO new/reno-2.7.0/PKG-INFO
--- old/reno-2.6.0/PKG-INFO 2017-11-16 10:33:40.0 +0100
+++ new/reno-2.7.0/PKG-INFO 2018-02-01 02:14:43.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: reno
-Version: 2.6.0
+Version: 2.7.0
 Summary: RElease NOtes manager
 Home-page: https://docs.openstack.org/reno/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reno-2.6.0/doc/source/conf.py 
new/reno-2.7.0/doc/source/conf.py
--- old/reno-2.6.0/doc/source/conf.py   2017-11-16 10:32:31.0 +0100
+++ 

commit python-reno for openSUSE:Factory

2017-12-07 Thread root
Hello community,

here is the log from the commit of package python-reno for openSUSE:Factory 
checked in at 2017-12-07 13:53:40

Comparing /work/SRC/openSUSE:Factory/python-reno (Old)
 and  /work/SRC/openSUSE:Factory/.python-reno.new (New)


Package is "python-reno"

Thu Dec  7 13:53:40 2017 rev:5 rq:548450 version:2.6.0

Changes:

--- /work/SRC/openSUSE:Factory/python-reno/python-reno.changes  2017-08-12 
20:25:38.301180190 +0200
+++ /work/SRC/openSUSE:Factory/.python-reno.new/python-reno.changes 
2017-12-07 13:54:04.024783229 +0100
@@ -1,0 +2,29 @@
+Mon Dec  4 22:33:06 UTC 2017 - cloud-de...@suse.de
+
+- update to version 2.6.0
+  - remove some duplication in ChangeTracker
+  - Replace http with https
+  - Add user details for editing stable branch notes
+  - switch from oslosphinx to openstackdocstheme
+  - Update documention link for doc migration
+  - loader: Extract cache filename from config object
+  - expand examples in documentation
+  - ignore changes until the file is added within the scanned range
+  - fix release note markup
+  - Allow users to change prelude section name
+  - Block comment should start with '# '
+  - Clean up rendered HTML with openstackdocstheme
+  - update bindep list
+  - requirements: Stop requiring a specific pbr version
+  - Move notesdir default to 'defaults' module
+  - Remove Babel from setup.cfg and requirements
+  - rearrange the existing docs to follow the new standard layout
+  - Support repodir config files
+  - add release note for scanner fix
+  - Add option to create release note from user-provided template
+  - update ref search logic for zuulv3 CI layout
+  - release note for zuulv3 fix
+  - allow release notes sections to be single strings
+  - add option for ignoring some notes files
+
+---

Old:

  reno-2.4.1.tar.gz

New:

  reno-2.6.0.tar.gz



Other differences:
--
++ python-reno.spec ++
--- /var/tmp/diff_new_pack.gY5gow/_old  2017-12-07 13:54:11.776502130 +0100
+++ /var/tmp/diff_new_pack.gY5gow/_new  2017-12-07 13:54:11.776502130 +0100
@@ -16,61 +16,85 @@
 #
 
 
-%global sname reno
 Name:   python-reno
-Version:2.4.1
+Version:2.6.0
 Release:0
 Summary:RElease NOtes manager
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://www.openstack.org/
-Source0:https://pypi.io/packages/source/r/reno/reno-%{version}.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/r/reno/reno-2.6.0.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-Babel >= 2.3.4
-BuildRequires:  python-PyYAML >= 3.10.0
 BuildRequires:  python-devel
-BuildRequires:  python-dulwich >= 0.15.0
-BuildRequires:  python-oslotest >= 1.10.0
-BuildRequires:  python-pbr >= 2.0.0
-BuildRequires:  python-setuptools >= 16.0
-BuildRequires:  python-testrepository >= 0.0.18
-BuildRequires:  python-testscenarios >= 0.4
-BuildRequires:  python-testtools >= 1.4.0
+BuildRequires:  python2-Babel >= 2.3.4
+BuildRequires:  python2-PyYAML >= 3.10
+BuildRequires:  python2-dulwich >= 0.15.0
+BuildRequires:  python2-oslotest >= 1.10.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-Babel >= 2.3.4
+BuildRequires:  python3-PyYAML >= 3.10
+BuildRequires:  python3-devel
+BuildRequires:  python3-dulwich >= 0.15.0
+BuildRequires:  python3-oslotest >= 1.10.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-Babel >= 2.3.4
-Requires:   python-PyYAML >= 3.10.0
+Requires:   python-PyYAML >= 3.10
 Requires:   python-dulwich >= 0.15.0
 BuildArch:  noarch
 %if 0%{?suse_version}
 BuildRequires:  git-core
 BuildRequires:  gpg2
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 %else
 BuildRequires:  git
 BuildRequires:  gnupg
+# on RDO, update-alternatives is in chkconfig
+Requires(post): chkconfig
+Requires(postun): chkconfig
 %endif
+%python_subpackages
 
 %description
 Reno is a release notes manager for storing release notes in a git
 repository and then building documentation from them.
 
 %prep
-%autosetup -p 1 -n %{sname}-%{version}
+%autosetup -p1 -n reno-2.6.0
 %py_req_cleanup
 
 %build
-%{py2_build}
+%{python_build}
 
 %install
-%{py2_install}
+%{python_install}
+%python_clone -a %{buildroot}%{_bindir}/reno
+
+%post
+%python_install_alternative 

commit python-reno for openSUSE:Factory

2017-08-12 Thread root
Hello community,

here is the log from the commit of package python-reno for openSUSE:Factory 
checked in at 2017-08-12 20:25:32

Comparing /work/SRC/openSUSE:Factory/python-reno (Old)
 and  /work/SRC/openSUSE:Factory/.python-reno.new (New)


Package is "python-reno"

Sat Aug 12 20:25:32 2017 rev:4 rq:514635 version:2.4.1

Changes:

--- /work/SRC/openSUSE:Factory/python-reno/python-reno.changes  2016-08-26 
23:17:59.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-reno.new/python-reno.changes 
2017-08-12 20:25:38.301180190 +0200
@@ -1,0 +2,116 @@
+Sat Aug  5 07:04:19 UTC 2017 - cloud-de...@suse.de
+
+- update to version 2.4.1
+  - add function for reducing change list to operations
+  - sphinxext: Include branch information in source name
+  - Properly declare dependency on six
+  - return the name of the cache file created
+  - Have import order follow standard and fix misspelling
+  - Remove discover from test-requirements
+  - Replace LOG.wirn with LOG.warning
+  - Support to set a custom template used to create new notes
+  - set up logging in the sphinx extension
+  - set relnotesdir to default inside config
+  - Changed the link to home-page
+  - Show team and repo badges on README
+  - Using fixtures.MockPatch instead of mockpatch.Patch
+  - clarify automatic inclusion of prelude section
+  - update release notes
+  - let the Config object give us the path to the notes
+  - define Config class
+  - logging improvements
+  - trim Newton history to avoid duplication
+  - use dulwich to find the current version on a branch
+  - fix a problem scanning for the base of a branch with no tag
+  - Wrap template at ~79 characters
+  - add filename and sha in comments in report output
+  - Add YAML configuration parsing
+  - Document how reno handles eol branches in config
+  - add a --title option to the report command
+  - doc: Document the available configuration options
+  - Remove oslotest from test-requirements.txt
+  - add a lint command
+  - make sections configurable
+  - add sha info to ChangeTracker debug output
+  - move tag management into repo subclass
+  - do not test python 3.4 by default
+  - Remove link to modindex
+  - tone down the warning for missing configuration file
+  - deal with unsigned tags
+  - fix the way we handle deleted notes
+  - fix the logic for determining where to stop scanning a branch
+  - use unicode literals in scanner tests
+  - do not allow multiple files with the same UID
+  - Add support for tags tagging other tags
+  - Enable to create and edit a note with reno new
+  - allow tracking branch names when the branches only exist on origin
+  - only show recent releases on the current series pages
+  - deal with remote branches
+  - refactor change tracking in scanner
+  - use dulwich to get the contents of a file
+  - Make note template follow correct formatting
+  - add the irc channel to the readme file
+  - support removed stable branches
+  - add reference to project team guide for openstack projects
+  - use dulwich to implement get_notes_by_version
+  - Add debugging section to docs
+  - reconfigure release notes display to include newton
+  - Link to reStructuredText primer from usage docs
+  - quiet gpg commands in tests
+  - ensure tags are returned in a consistent order
+  - let the Config class clean up the reporoot we're given
+  - traversal performance improvements
+  - fix sphinxext scanner when it has a list of versions to include
+  - optimize check for the current version
+  - add more tests for _get_ref
+  - log scanner tests in a way that makes them easier to debug
+  - Make oslosphinx requirement optional
+  - skip the test that fails on git 2.9.2
+  - fix an infinite loop in the topo traversal algorithm
+  - documentation improvements
+  - use dulwich to determine the tags on a branch
+  - add a null logging handler
+  - show full history
+  - fix bytes/str handling when looking for file content
+  - use Config instead of individual args with parameters
+  - Add support for custom tag version schemes
+  - add release note for log level fix
+  - add python 3.5 classifier and default tox env
+  - Remove support for py34
+  - Remove support for py33
+  - set the default for reporoot for the command line
+  - add missing reporoot arg to 'new' command
+  - stop scanning at the base of a branch
+  - comment out openstack governance badges
+  - teach the scanner to look at uncommitted files
+  - use dulwich to determine the branch base
+  - shortcut the branch scan by looking at the version number
+  - try to discover the repository root in sphinx builds
+  - deal with non-unique UIDs
+  - log git commands run in scanner tests
+  - fix branch handling in sphinx extension
+  - ignore staged files that are not notes
+  - uncap pbr dependency
+  - add configuration option to not stop at 

commit python-reno for openSUSE:Factory

2016-08-26 Thread h_root
Hello community,

here is the log from the commit of package python-reno for openSUSE:Factory 
checked in at 2016-08-26 23:17:52

Comparing /work/SRC/openSUSE:Factory/python-reno (Old)
 and  /work/SRC/openSUSE:Factory/.python-reno.new (New)


Package is "python-reno"

Changes:

--- /work/SRC/openSUSE:Factory/python-reno/python-reno.changes  2016-06-07 
23:49:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-reno.new/python-reno.changes 
2016-08-26 23:17:59.0 +0200
@@ -1,0 +2,17 @@
+Thu Aug 25 12:54:11 UTC 2016 - tbecht...@suse.com
+
+- Use pypi.io as Source url
+
+---
+Thu Aug 25 12:09:26 UTC 2016 - tbecht...@suse.com
+
+- update to 1.8.0:
+  * ignore all coverage output files
+  * add warnings for malformated input
+  * add API for writing the cache file
+  * report extra files with warnings
+  * Ignore empty sections in notes
+  * Clean up oslo-incubator stuff
+  * [Trivial] Remove executable privilege of doc/source/conf.py
+
+---

Old:

  reno-1.6.2.tar.gz

New:

  reno-1.8.0.tar.gz



Other differences:
--
++ python-reno.spec ++
--- /var/tmp/diff_new_pack.hvjvpl/_old  2016-08-26 23:18:02.0 +0200
+++ /var/tmp/diff_new_pack.hvjvpl/_new  2016-08-26 23:18:02.0 +0200
@@ -17,13 +17,13 @@
 
 
 Name:   python-reno
-Version:1.6.2
+Version:1.8.0
 Release:0
 Summary:RElease NOtes manager
 License:Apache-2.0
 Group:  Development/Languages/Python
 Url:http://www.openstack.org/
-Source: 
https://pypi.python.org/packages/source/r/reno/reno-%{version}.tar.gz
+Source: https://pypi.io/packages/source/r/reno/reno-%{version}.tar.gz
 BuildRequires:  python-Babel
 BuildRequires:  python-PyYAML
 BuildRequires:  python-devel

++ reno-1.6.2.tar.gz -> reno-1.8.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reno-1.6.2/AUTHORS new/reno-1.8.0/AUTHORS
--- old/reno-1.6.2/AUTHORS  2016-04-07 10:37:22.0 +0200
+++ new/reno-1.8.0/AUTHORS  2016-06-23 20:25:20.0 +0200
@@ -1,7 +1,10 @@
 Brant Knudson 
+ChangBo Guo(gcb) 
+Clint Byrum 
 Doug Hellmann 
 Graham Hayes 
 Ian Cordasco 
 Louis Taylor 
 Mike Perez 
 Monty Taylor 
+ZhiQiang Fan 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reno-1.6.2/ChangeLog new/reno-1.8.0/ChangeLog
--- old/reno-1.6.2/ChangeLog2016-04-07 10:37:22.0 +0200
+++ new/reno-1.8.0/ChangeLog2016-06-23 20:25:20.0 +0200
@@ -1,6 +1,21 @@
 CHANGES
 ===
 
+1.8.0
+-
+
+* ignore all coverage output files
+* add warnings for malformated input
+* add API for writing the cache file
+* report extra files with warnings
+
+1.7.0
+-
+
+* Ignore empty sections in notes
+* Clean up oslo-incubator stuff
+* [Trivial] Remove executable privilege of doc/source/conf.py
+
 1.6.2
 -
 
@@ -10,6 +25,9 @@
 -
 
 * handle deleted notes properly
+* make the cache command write to a file by default
+* use the cache file instead of scanner when possible
+* add 'cache' command to write a cache file
 * refactor argument buildup to make it more reusable
 * improve test coverage
 * always show coverage report for test runs
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reno-1.6.2/PKG-INFO new/reno-1.8.0/PKG-INFO
--- old/reno-1.6.2/PKG-INFO 2016-04-07 10:37:23.0 +0200
+++ new/reno-1.8.0/PKG-INFO 2016-06-23 20:25:20.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: reno
-Version: 1.6.2
+Version: 1.8.0
 Summary: RElease NOtes manager
 Home-page: http://www.openstack.org/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reno-1.6.2/openstack-common.conf 
new/reno-1.8.0/openstack-common.conf
--- old/reno-1.6.2/openstack-common.conf2016-04-07 10:35:17.0 
+0200
+++ new/reno-1.8.0/openstack-common.conf1970-01-01 01:00:00.0 
+0100
@@ -1,6 +0,0 @@
-[DEFAULT]
-
-# The list of modules to copy from oslo-incubator.git
-
-# The base module to hold the copy of openstack.common
-base=reno
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reno-1.6.2/reno/cache.py new/reno-1.8.0/reno/cache.py
--- old/reno-1.6.2/reno/cache.py1970-01-01 01:00:00.0 +0100
+++ 

commit python-reno for openSUSE:Factory

2016-06-07 Thread h_root
Hello community,

here is the log from the commit of package python-reno for openSUSE:Factory 
checked in at 2016-06-07 23:49:29

Comparing /work/SRC/openSUSE:Factory/python-reno (Old)
 and  /work/SRC/openSUSE:Factory/.python-reno.new (New)


Package is "python-reno"

Changes:

--- /work/SRC/openSUSE:Factory/python-reno/python-reno.changes  2016-03-07 
13:24:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-reno.new/python-reno.changes 
2016-06-07 23:49:31.0 +0200
@@ -1,0 +2,13 @@
+Sat Jun  4 06:24:55 UTC 2016 - tbecht...@suse.com
+
+- update to 1.6.2:
+  * default to collapsing pre-releases in sphinxext
+  * handle deleted notes properly
+  * refactor argument buildup to make it more reusable
+  * improve test coverage
+  * always show coverage report for test runs
+  * Add deprecations section to usage documentation
+  * use less entropy in unit tests
+  * collapse pre-release notes into regular releases by default
+
+---

Old:

  reno-1.5.0.tar.gz

New:

  reno-1.6.2.tar.gz



Other differences:
--
++ python-reno.spec ++
--- /var/tmp/diff_new_pack.YgrV0U/_old  2016-06-07 23:49:32.0 +0200
+++ /var/tmp/diff_new_pack.YgrV0U/_new  2016-06-07 23:49:32.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-reno
 #
-# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -13,20 +13,21 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 Name:   python-reno
-Version:1.5.0
+Version:1.6.2
 Release:0
-License:Apache-2.0
 Summary:RElease NOtes manager
-Url:http://www.openstack.org/
+License:Apache-2.0
 Group:  Development/Languages/Python
+Url:http://www.openstack.org/
 Source: 
https://pypi.python.org/packages/source/r/reno/reno-%{version}.tar.gz
 BuildRequires:  python-Babel
+BuildRequires:  python-PyYAML
 BuildRequires:  python-devel
 BuildRequires:  python-pbr
-BuildRequires:  python-PyYAML
 BuildRequires:  python-setuptools
 %if %{with tests}
 BuildRequires:  python-testrepository
@@ -77,7 +78,6 @@
 %_sbindir/update-alternatives --remove reno %{_bindir}/reno-%{py_ver}
 fi
 
-
 %files
 %defattr(-,root,root,-)
 %doc LICENSE ChangeLog README.rst AUTHORS

++ reno-1.5.0.tar.gz -> reno-1.6.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reno-1.5.0/AUTHORS new/reno-1.6.2/AUTHORS
--- old/reno-1.5.0/AUTHORS  2016-02-10 15:53:53.0 +0100
+++ new/reno-1.6.2/AUTHORS  2016-04-07 10:37:22.0 +0200
@@ -3,4 +3,5 @@
 Graham Hayes 
 Ian Cordasco 
 Louis Taylor 
+Mike Perez 
 Monty Taylor 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reno-1.5.0/ChangeLog new/reno-1.6.2/ChangeLog
--- old/reno-1.5.0/ChangeLog2016-02-10 15:53:53.0 +0100
+++ new/reno-1.6.2/ChangeLog2016-04-07 10:37:22.0 +0200
@@ -1,6 +1,26 @@
 CHANGES
 ===
 
+1.6.2
+-
+
+* default to collapsing pre-releases in sphinxext
+
+1.6.1
+-
+
+* handle deleted notes properly
+* refactor argument buildup to make it more reusable
+* improve test coverage
+* always show coverage report for test runs
+
+1.6.0
+-
+
+* Add deprecations section to usage documentation
+* use less entropy in unit tests
+* collapse pre-release notes into regular releases by default
+
 1.5.0
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reno-1.5.0/PKG-INFO new/reno-1.6.2/PKG-INFO
--- old/reno-1.5.0/PKG-INFO 2016-02-10 15:53:54.0 +0100
+++ new/reno-1.6.2/PKG-INFO 2016-04-07 10:37:23.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: reno
-Version: 1.5.0
+Version: 1.6.2
 Summary: RElease NOtes manager
 Home-page: http://www.openstack.org/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/reno-1.5.0/doc/source/usage.rst 
new/reno-1.6.2/doc/source/usage.rst
--- old/reno-1.5.0/doc/source/usage.rst 2016-02-10 15:53:35.0 +0100
+++ new/reno-1.6.2/doc/source/usage.rst 2016-04-07 10:35:17.0 +0200
@@ -64,6 +64,13 @@
   A list of upgrade notes in the release. For example, if a database
   schema alteration is needed.