Hello community,

here is the log from the commit of package python-openstackdocstheme for 
openSUSE:Factory checked in at 2019-04-12 09:13:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openstackdocstheme (Old)
 and      /work/SRC/openSUSE:Factory/.python-openstackdocstheme.new.27019 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-openstackdocstheme"

Fri Apr 12 09:13:38 2019 rev:8 rq:692846 version:1.29.2

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-openstackdocstheme/python-openstackdocstheme.changes
      2018-09-07 15:38:22.962601918 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-openstackdocstheme.new.27019/python-openstackdocstheme.changes
   2019-04-12 09:13:39.457649425 +0200
@@ -1,0 +2,46 @@
+Mon Apr  8 14:01:46 UTC 2019 - cloud-de...@suse.de
+
+- update to version 1.29.2
+  - Add options for sphinx-build -W in docstheme-build-translated.sh
+  - Catch OSError when trying to get the last_update from git
+  - Change openstack-dev to openstack-discuss
+  - Add starlingxdocs theme support
+  - Translations: Handle directories
+  - ensure repository_name is always set
+  - Do not show badge for master only repos
+  - import zuul job settings from project-config
+  - Fix the incorrect storyboard url
+  - Fix use_storyboard
+  - Silence! A sequel
+  - Readd get_openstack_logo_path
+  - Fix regressions introduced in 1.25.0
+  - Fix project-navigator link
+  - Import tools for building translated documents
+  - Exit trap cleanup in docstheme-build-translated.sh
+  - Make root title customizable
+  - Use sphinx-build everywhere
+  - Move bootstrap modifications to 'combined.css'
+  - Import build-openstack-api-ref
+  - log details of html context
+  - pass useStoryboard to logABug
+  - Add an option to disable global TOC section
+  - Make a bare-bones starlingxdocs theme
+  - use git modification timestamps as last-updated time for each page
+  - Fix typo
+  - switch documentation job to new PTI
+  - Remove example of deprecated app.info
+  - The theme is openstackdocs
+  - Fix wrong variable in build-translated
+  - css: Don't use bold text in titles
+  - Silence!
+  - Handle StoryBoard project groups
+  - Add scripts to the head section
+  - Set default paths for OpenStack
+  - Do not display "latest" badge if repo is not versioned
+  - css: Use ellipsis for long titles in sidebar
+  - StarlingX nav fix to remove "Software Update" links
+  - Update hacking version
+  - Remove setup.py check from pep8 job
+  - Fix build jobs
+
+-------------------------------------------------------------------

Old:
----
  openstackdocstheme-1.22.0.tar.gz

New:
----
  openstackdocstheme-1.29.2.tar.gz

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

Other differences:
------------------
++++++ python-openstackdocstheme.spec ++++++
--- /var/tmp/diff_new_pack.dYHUUG/_old  2019-04-12 09:13:40.585650089 +0200
+++ /var/tmp/diff_new_pack.dYHUUG/_new  2019-04-12 09:13:40.585650089 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-openstackdocstheme
 #
-# 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,34 +12,38 @@
 # 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-openstackdocstheme
-Version:        1.22.0
+Version:        1.29.2
 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.22.0.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/o/openstackdocstheme/openstackdocstheme-1.29.2.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
 BuildRequires:  python2-setuptools
 BuildRequires:  python3-Sphinx
-BuildRequires:  python3-devel
 BuildRequires:  python3-dulwich >= 0.15.0
 BuildRequires:  python3-pbr >= 2.0.0
-BuildRequires:  python3-requests
 BuildRequires:  python3-setuptools
 Requires:       python-Sphinx
 Requires:       python-dulwich >= 0.15.0
 BuildArch:      noarch
+%if 0%{?suse_version}
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
+%else
+# on RDO, update-alternatives is in chkconfig
+Requires(post): chkconfig
+Requires(postun): chkconfig
+%endif
 %python_subpackages
 
 %description
@@ -47,7 +51,7 @@
 to docs.openstack.org. Intended for use by OpenStack projects.
 
 %prep
-%autosetup -p1 -n openstackdocstheme-1.22.0
+%autosetup -p1 -n openstackdocstheme-1.29.2
 
 # we dont need hacking
 sed -i '/^hacking.*/d' test-requirements.txt
@@ -58,6 +62,14 @@
 
 %install
 %python_install
+%python_clone -a %{buildroot}%{_bindir}/docstheme-build-translated.sh
+%python_clone -a %{buildroot}%{_bindir}/docstheme-lang-display-name.py
+
+%post
+%{python_install_alternative docstheme-build-translated.sh 
docstheme-lang-display-name.py}
+
+%postun
+%python_uninstall_alternative docstheme-build-translated.sh
 
 %check
 %{python_expand rm -rf .testrepository
@@ -67,6 +79,10 @@
 %files %{python_files}
 %license LICENSE
 %doc README.rst
+%python_alternative %{_bindir}/docstheme-build-translated.sh
+%python_alternative %{_bindir}/docstheme-lang-display-name.py
+%exclude %{_sysconfdir}/alternatives/*.pyc
+%exclude %{_sysconfdir}/alternatives/*.pyo
 %{python_sitelib}/openstackdocstheme
 %{python_sitelib}/openstackdocstheme-*-py?.?.egg-info
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.dYHUUG/_old  2019-04-12 09:13:40.617650108 +0200
+++ /var/tmp/diff_new_pack.dYHUUG/_new  2019-04-12 09:13:40.617650108 +0200
@@ -1,6 +1,6 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/openstackdocstheme/openstackdocstheme.spec.j2</param>
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/openstackdocstheme/openstackdocstheme.spec.j2</param>
     <param name="output-name">python-openstackdocstheme.spec</param>
     <param 
name="requirements">https://raw.githubusercontent.com/openstack/openstackdocstheme/master/requirements.txt</param>
     <param name="changelog-email">cloud-de...@suse.de</param>

++++++ openstackdocstheme-1.22.0.tar.gz -> openstackdocstheme-1.29.2.tar.gz 
++++++
++++ 7065 lines of diff (skipped)


Reply via email to