Hello community,
here is the log from the commit of package python-openstack-doc-tools for
openSUSE:Factory checked in at 2018-09-07 15:38:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-openstack-doc-tools (Old)
and /work/SRC/openSUSE:Factory/.python-openstack-doc-tools.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-openstack-doc-tools"
Fri Sep 7 15:38:13 2018 rev:4 rq:633085 version:1.8.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-openstack-doc-tools/python-openstack-doc-tools.changes
2017-08-28 15:30:26.268798745 +0200
+++
/work/SRC/openSUSE:Factory/.python-openstack-doc-tools.new/python-openstack-doc-tools.changes
2018-09-07 15:38:19.090606077 +0200
@@ -1,0 +2,64 @@
+Tue Sep 4 08:01:56 UTC 2018 - [email protected]
+
+- update to version 1.8.0
+ - Update hacking
+ - Remove cliff-tablib dependency
+ - Do not add EOL releases to sitemap
+ - Add openssl libs to bindep
+ - Include 'deprecation' as a flag
+ - sitemap: Add ocata
+ - Fix to use "." to source script files
+ - Remove pylint
+ - Cleanup doc-tools-check-languages
+ - Remove 'autogenerate_config_docs'
+ - Update RELEASE_NOTES
+ - extract_swift_flags: Remove 'docbook' command
+ - Avoid tox_install.sh for constraints support
+ - Update docs theme configuration
+ - [autohelp] Update opt types
+ - Remove swift tooling
+ - Update sitemap tests
+ - trivial: Remove 'pass_through'
+ - Change priorities for sitemap
+ - Remove setting of version/release from releasenotes
+ - [diff_branches] remove the broken --format option
+ - Index options by group too
+ - Actually skip 'update' when flagmapping are disabled
+ - add lower-constraints job
+ - Add bindep.txt
+ - Remove some useless files
+ - Remove "cleanup" tools
+ - option.help can be None
+ - Clean imports in code
+ - Remove MANIFEST.in file
+ - Add missing doc for dump in autohelp-wrapper
+ - Remove unused oslo.config requirement
+ - Update links in README
+ - Remove the 'openstack-auto-commands' tool
+ - [cli-ref] add API version for cinder explicitly
+ - Switch to openstackdocstheme
+ - [cli-ref] add line break to avoid lengthy line
+ - [autohelp] Return options as dicts instead of lists
+ - Fix URLs
+ - Add release-note about docs
+ - Make openstack-doc-tools can be used in the individual client repos
+ - Remove handling of install-guide/config-reference for Pike
+ - Simplify the format of paragraphs
+ - Allow overriding of openstack-manuals dir
+ - [lang] Fixes PUBLISH_DIR for api-quick-start
+ - Handle object type when registering runtime options in autohelp
+ - Separate option formatting
+ - Remove unnecessary parameter
+ - Update index page
+ - Document installation of scrapy via pip
+ - Update ZUUL variables for Zuul v3
+ - Updated from global requirements
+ - extract_swift_flags: Remove '--from' argument
+ - Make flagmapping optional
+
+-------------------------------------------------------------------
+Fri Feb 23 13:16:27 UTC 2018 - [email protected]
+
+- Switch to stable/queens spec template
+
+-------------------------------------------------------------------
Old:
----
openstack-doc-tools-1.5.0.tar.gz
New:
----
openstack-doc-tools-1.8.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-openstack-doc-tools.spec ++++++
--- /var/tmp/diff_new_pack.iJM9sw/_old 2018-09-07 15:38:19.482605656 +0200
+++ /var/tmp/diff_new_pack.iJM9sw/_new 2018-09-07 15:38:19.486605651 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-openstack-doc-tools
#
-# 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
@@ -19,30 +19,30 @@
%global sname openstack-doc-tools
%global module os_doc_tools
Name: python-openstack-doc-tools
-Version: 1.5.0
+Version: 1.8.0
Release: 0
Summary: OpenStack Docs Tools
License: Apache-2.0
Group: Development/Languages/Python
-Url: https://launchpad.net/%{sname}
-Source0:
https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
+URL: https://launchpad.net/%{sname}
+Source0:
https://files.pythonhosted.org/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz
BuildRequires: openstack-macros
-BuildRequires: python-Babel >= 2.3.4
-BuildRequires: python-PyYAML >= 3.10.0
+BuildRequires: python-Babel
+BuildRequires: python-PyYAML >= 3.12
BuildRequires: python-Sphinx
-BuildRequires: python-demjson
+BuildRequires: python-demjson >= 2.2.2
BuildRequires: python-devel
-BuildRequires: python-mock >= 2.0
-BuildRequires: python-oslosphinx >= 4.7.0
+BuildRequires: python-lxml >= 3.4.1
+BuildRequires: python-mock
+BuildRequires: python-openstackdocstheme
BuildRequires: python-pbr >= 2.0.0
-BuildRequires: python-setuptools >= 16.0
-BuildRequires: python-testrepository >= 0.0.18
-Requires: python-PyYAML >= 3.10.0
+BuildRequires: python-setuptools
+BuildRequires: python-testrepository
+Requires: python-PyYAML >= 3.12
Requires: python-Sphinx
-Requires: python-cliff-tablib >= 1.0
Requires: python-iso8601 >= 0.1.11
-Requires: python-lxml >= 2.3
-Requires: python-oslosphinx >= 4.7.0
+Requires: python-lxml >= 3.4.1
+Requires: python-openstackdocstheme
BuildArch: noarch
%description
@@ -51,6 +51,7 @@
%prep
%autosetup -n %{sname}-%{version}
%py_req_cleanup
+sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
%build
%py2_build
@@ -59,6 +60,8 @@
%py2_install
%check
+# We don't want to run the sitemap tests, it is not included in the package
+rm -f test/test_sitemap_file.py test/test_pipelines.py
%{__python2} setup.py testr
%files
@@ -66,12 +69,9 @@
%doc README.rst
%{_bindir}/doc-tools-build-rst
%{_bindir}/doc-tools-check-languages
-%{_bindir}/doc-tools-update-cli-reference
-%{_bindir}/openstack-auto-commands
%{_bindir}/openstack-indexpage
%{_bindir}/openstack-jsoncheck
%{python2_sitelib}/%{module}
-%{python2_sitelib}/autogenerate_config_docs
%{_datadir}/%{sname}
%{python2_sitelib}/*.egg-info
++++++ _service ++++++
--- /var/tmp/diff_new_pack.iJM9sw/_old 2018-09-07 15:38:19.510605626 +0200
+++ /var/tmp/diff_new_pack.iJM9sw/_new 2018-09-07 15:38:19.510605626 +0200
@@ -1,8 +1,8 @@
<services>
<service mode="disabled" name="renderspec">
- <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/openstack-doc-tools/openstack-doc-tools.spec.j2</param>
+ <param
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/openstack-doc-tools/openstack-doc-tools.spec.j2</param>
<param name="output-name">python-openstack-doc-tools.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/openstack-doc-tools/master/requirements.txt</param>
<param name="changelog-email">[email protected]</param>
<param name="changelog-provider">gh,openstack,openstack-doc-tools</param>
</service>
++++++ openstack-doc-tools-1.5.0.tar.gz -> openstack-doc-tools-1.8.0.tar.gz
++++++
++++ 6571 lines of diff (skipped)