Hello community,

here is the log from the commit of package python-openstackdocstheme for 
openSUSE:Factory checked in at 2018-09-07 15:38:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openstackdocstheme (Old)
 and      /work/SRC/openSUSE:Factory/.python-openstackdocstheme.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-openstackdocstheme"

Fri Sep  7 15:38:21 2018 rev:7 rq:633087 version:1.22.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-openstackdocstheme/python-openstackdocstheme.changes
      2018-02-27 16:57:15.953542178 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-openstackdocstheme.new/python-openstackdocstheme.changes
 2018-09-07 15:38:22.962601918 +0200
@@ -1,0 +2,32 @@
+Mon Sep  3 18:06:39 UTC 2018 - [email protected]
+
+- update to version 1.22.0
+  - ignore files created during packaging
+  - Move code out of '__init__'
+  - Avoid text overflow in toc
+  - Update the description of "giturl"
+  - Updated Search widget
+  - add the series name to the template context
+  - Make bg color for highlighted text less bright
+  - Configure additional properties
+  - trivial: Generate '{project}-doc' roles, not '{project}-doc-link'
+  - Mark some functions as private
+  - Fix typo in logger.warning() call
+  - Strip tags from titles in bugTitle and meta
+  - Use metadata summary instead name for doc title
+  - automatically create project doc-link roles
+  - trivial: Use the 'get_html_theme_path' function
+  - Relocate bug_tag in logABug generated URL
+  - Make emphasize-lines more highlighted
+  - Configure project name, version, release
+  - Remove name from project stanza
+  - fix tox python3 overrides
+  - Check RST as part of linting
+  - trivial: Remove cruft from 'conf.py'
+  - always look for the .gitreview file in root of repo
+  - Updated from global requirements
+  - Handle possible exceptions when fetching version numbers
+  - Added deprecation badge
+- remove 0001-Fix-typo-in-logger.warning-call.patch (upstream)
+
+-------------------------------------------------------------------

Old:
----
  0001-Fix-typo-in-logger.warning-call.patch
  openstackdocstheme-1.18.1.tar.gz

New:
----
  openstackdocstheme-1.22.0.tar.gz

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

Other differences:
------------------
++++++ python-openstackdocstheme.spec ++++++
--- /var/tmp/diff_new_pack.JyF3Oz/_old  2018-09-07 15:38:23.538601299 +0200
+++ /var/tmp/diff_new_pack.JyF3Oz/_new  2018-09-07 15:38:23.538601299 +0200
@@ -17,28 +17,26 @@
 
 
 Name:           python-openstackdocstheme
-Version:        1.18.1
+Version:        1.22.0
 Release:        0
 Summary:        OpenStack Docs Theme
 License:        Apache-2.0
 Group:          Development/Languages/Python
-Url:            https://launchpad.net/%{sname}
-Source0:        
https://files.pythonhosted.org/packages/source/o/openstackdocstheme/openstackdocstheme-1.18.1.tar.gz
-# https://review.openstack.org/538006, to fix logger.warn issue
-Patch0001:      0001-Fix-typo-in-logger.warning-call.patch
+URL:            https://launchpad.net/%{sname}
+Source0:        
https://files.pythonhosted.org/packages/source/o/openstackdocstheme/openstackdocstheme-1.22.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python-devel
 BuildRequires:  python2-Sphinx
 BuildRequires:  python2-dulwich >= 0.15.0
 BuildRequires:  python2-pbr >= 2.0.0
-BuildRequires:  python2-requests >= 2.14.2
-BuildRequires:  python2-setuptools >= 16.0
+BuildRequires:  python2-requests
+BuildRequires:  python2-setuptools
 BuildRequires:  python3-Sphinx
 BuildRequires:  python3-devel
 BuildRequires:  python3-dulwich >= 0.15.0
 BuildRequires:  python3-pbr >= 2.0.0
-BuildRequires:  python3-requests >= 2.14.2
-BuildRequires:  python3-setuptools >= 16.0
+BuildRequires:  python3-requests
+BuildRequires:  python3-setuptools
 Requires:       python-Sphinx
 Requires:       python-dulwich >= 0.15.0
 BuildArch:      noarch
@@ -49,7 +47,7 @@
 to docs.openstack.org. Intended for use by OpenStack projects.
 
 %prep
-%autosetup -p1 -n openstackdocstheme-1.18.1
+%autosetup -p1 -n openstackdocstheme-1.22.0
 
 # we dont need hacking
 sed -i '/^hacking.*/d' test-requirements.txt

++++++ _service ++++++
--- /var/tmp/diff_new_pack.JyF3Oz/_old  2018-09-07 15:38:23.566601269 +0200
+++ /var/tmp/diff_new_pack.JyF3Oz/_new  2018-09-07 15:38:23.566601269 +0200
@@ -1,8 +1,8 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/openstack/openstackdocstheme/openstackdocstheme.spec.j2</param>
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/openstackdocstheme/openstackdocstheme.spec.j2</param>
     <param name="output-name">python-openstackdocstheme.spec</param>
-    <param 
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/requirements.txt</param>
+    <param 
name="requirements">https://raw.githubusercontent.com/openstack/openstackdocstheme/master/requirements.txt</param>
     <param name="changelog-email">[email protected]</param>
     <param name="changelog-provider">gh,openstack,openstackdocstheme</param>
   </service>

++++++ openstackdocstheme-1.18.1.tar.gz -> openstackdocstheme-1.22.0.tar.gz 
++++++
++++ 2459 lines of diff (skipped)


Reply via email to