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 reno
+
+%postun
+%python_uninstall_alternative reno
 
 %check
+%{python_expand rm -rf .testrepository
+rm -rf .git
 git init .
-python setup.py test
+$python setup.py test
+}
 
-%files
+%files %{python_files}
 %license LICENSE
-%doc ChangeLog README.rst
-%{_bindir}/reno
-%{python2_sitelib}/reno
-%{python2_sitelib}/*.egg-info
+%python_alternative %{_bindir}/reno
+%{python_sitelib}/reno
+%{python_sitelib}/*.egg-info
 
 %changelog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.gY5gow/_old  2017-12-07 13:54:11.804501114 +0100
+++ /var/tmp/diff_new_pack.gY5gow/_new  2017-12-07 13:54:11.804501114 +0100
@@ -1,8 +1,8 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/reno/reno.spec.j2</param>
+    <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/stable/pike/global-requirements.txt</param>
+    <param 
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/master/requirements.txt</param>
     <param name="changelog-email">cloud-de...@suse.de</param>
     <param name="changelog-provider">gh,openstack,reno</param>
   </service>

++++++ reno-2.4.1.tar.gz -> reno-2.6.0.tar.gz ++++++
++++ 2820 lines of diff (skipped)


Reply via email to