Hello community,

here is the log from the commit of package python-congressclient for 
openSUSE:Factory checked in at 2020-03-24 22:31:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-congressclient (Old)
 and      /work/SRC/openSUSE:Factory/.python-congressclient.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-congressclient"

Tue Mar 24 22:31:59 2020 rev:8 rq:783827 version:1.13.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-congressclient/python-congressclient.changes  
    2019-05-03 22:40:18.310973494 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-congressclient.new.3160/python-congressclient.changes
    2020-03-24 22:32:03.633080799 +0100
@@ -1,0 +2,17 @@
+Wed Mar 11 13:06:11 UTC 2020 - Dirk Mueller <[email protected]>
+
+- build against python 3.x only
+
+-------------------------------------------------------------------
+Wed Oct  9 12:57:27 UTC 2019 - [email protected]
+
+- update to version 1.13.0
+  - Switch python3 versions of test jobs to match Train PTI
+  - add releasenotes tox env and commands
+  - Cap sphinx for py2 to match global requirements
+  - OpenDev Migration Patch
+  - Dropping the py35 testing
+  - add python 3.7 unit test job
+  - Changes for url transition to OpenDev
+
+-------------------------------------------------------------------

Old:
----
  python-congressclient-1.12.0.tar.gz

New:
----
  python-congressclient-1.13.0.tar.gz

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

Other differences:
------------------
++++++ python-congressclient.spec ++++++
--- /var/tmp/diff_new_pack.QnaxtK/_old  2020-03-24 22:32:04.797081384 +0100
+++ /var/tmp/diff_new_pack.QnaxtK/_new  2020-03-24 22:32:04.801081386 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-congressclient
 #
-# 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,41 +16,25 @@
 #
 
 
-%global sname python-congressclient
 Name:           python-congressclient
-Version:        1.12.0
+Version:        1.13.0
 Release:        0
 Summary:        Client library for Congress
 License:        Apache-2.0
 Group:          Development/Languages/Python
-URL:            https://launchpad.net/%{name}
-Source0:        
https://files.pythonhosted.org/packages/source/p/python-congressclient/python-congressclient-1.12.0.tar.gz
+URL:            https://launchpad.net/python-congressclient
+Source0:        
https://files.pythonhosted.org/packages/source/p/python-congressclient/python-congressclient-1.13.0.tar.gz
 BuildRequires:  openstack-macros
-BuildRequires:  python-fixtures
-BuildRequires:  python-jsonpatch
-BuildRequires:  python-mock
-BuildRequires:  python-osc-lib
-BuildRequires:  python-oslo.log >= 3.36.0
-BuildRequires:  python-oslo.serialization >= 2.18.0
-BuildRequires:  python-oslo.utils
-BuildRequires:  python-oslotest
-BuildRequires:  python-pbr >= 2.0.0
-BuildRequires:  python-python-subunit
-BuildRequires:  python-requests-mock
-BuildRequires:  python-setuptools
-BuildRequires:  python-sphinxcontrib-apidoc
-BuildRequires:  python-stestr
-BuildRequires:  python-testscenarios
-Requires:       python-Babel >= 2.3.4
-Requires:       python-cliff >= 2.8.0
-Requires:       python-keystoneauth1 >= 3.4.0
-Requires:       python-oslo.i18n >= 3.15.3
-Requires:       python-oslo.log >= 3.36.0
-Requires:       python-oslo.serialization >= 2.18.0
-Requires:       python-oslo.utils
-Requires:       python-pbr >= 2.0.0
-Requires:       python-requests
-Requires:       python-six >= 1.10.0
+BuildRequires:  python3-fixtures
+BuildRequires:  python3-mock
+BuildRequires:  python3-osc-lib
+BuildRequires:  python3-oslo.log >= 3.36.0
+BuildRequires:  python3-oslo.serialization >= 2.18.0
+BuildRequires:  python3-oslotest
+BuildRequires:  python3-pbr >= 2.0.0
+BuildRequires:  python3-requests-mock
+BuildRequires:  python3-sphinxcontrib-apidoc
+BuildRequires:  python3-stestr
 BuildArch:      noarch
 
 %description
@@ -63,12 +47,27 @@
 state abides by the cloud operator's policies. Congress
 is designed to work with any policy and any cloud service.
 
+%package -n python3-congressclient
+Summary:        Client library for OpenStack Congress
+Group:          Development/Languages/Python
+Requires:       python3-Babel >= 2.3.4
+Requires:       python3-cliff >= 2.8.0
+Requires:       python3-keystoneauth1 >= 3.4.0
+Requires:       python3-oslo.i18n >= 3.15.3
+Requires:       python3-oslo.log >= 3.36.0
+Requires:       python3-oslo.serialization >= 2.18.0
+Requires:       python3-pbr >= 2.0.0
+Requires:       python3-requests
+Requires:       python3-six >= 1.10.0
+
+%description -n python3-congressclient
+Client library for interacting with Openstack Congress API.
+
 %package doc
 Summary:        Documentation for OpenStack Congress API client libary
 Group:          Documentation/HTML
-BuildRequires:  python-Sphinx
-BuildRequires:  python-openstackdocstheme
-BuildRequires:  python-reno
+BuildRequires:  python3-Sphinx
+BuildRequires:  python3-openstackdocstheme
 
 %description doc
 This package is client for Congress component.
@@ -82,27 +81,27 @@
 This package contains the documentation.
 
 %prep
-%autosetup -n %{name}-%{version}
+%autosetup -p1 -n python-congressclient-%{version}
 %py_req_cleanup
 
 %build
-%{py2_build}
+%{py3_build}
 
 # Build HTML docs and man page
-PBR_VERSION=1.12.0 sphinx-build -b html doc/source doc/build/html
+PBR_VERSION=1.13.0 %sphinx_build -b html doc/source doc/build/html
 rm -rf doc/build/html/.{doctrees,buildinfo}
 
 %install
-%{py2_install}
+%{py3_install}
 
 %check
-stestr run
+%{__python3} -m stestr.cli run
 
-%files
+%files -n python3-congressclient
 %doc README.rst
 %license LICENSE
-%{python2_sitelib}/congressclient
-%{python2_sitelib}/*.egg-info
+%{python3_sitelib}/congressclient
+%{python3_sitelib}/*.egg-info
 
 %files doc
 %doc doc/build/html

++++++ _service ++++++
--- /var/tmp/diff_new_pack.QnaxtK/_old  2020-03-24 22:32:04.901081436 +0100
+++ /var/tmp/diff_new_pack.QnaxtK/_new  2020-03-24 22:32:04.901081436 +0100
@@ -1,8 +1,8 @@
 <services>
   <service mode="disabled" name="renderspec">
-    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/stein/openstack/python-congressclient/python-congressclient.spec.j2</param>
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/train/openstack/python-congressclient/python-congressclient.spec.j2</param>
     <param name="output-name">python-congressclient.spec</param>
-    <param 
name="requirements">https://raw.githubusercontent.com/openstack/python-congressclient/stable/stein/requirements.txt</param>
+    <param 
name="requirements">https://raw.githubusercontent.com/openstack/python-congressclient/stable/train/requirements.txt</param>
     <param name="changelog-email">[email protected]</param>
     <param name="changelog-provider">gh,openstack,python-congressclient</param>
   </service>

++++++ python-congressclient-1.12.0.tar.gz -> 
python-congressclient-1.13.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-congressclient-1.12.0/.zuul.yaml 
new/python-congressclient-1.13.0/.zuul.yaml
--- old/python-congressclient-1.12.0/.zuul.yaml 2019-02-05 22:58:57.000000000 
+0100
+++ new/python-congressclient-1.13.0/.zuul.yaml 2019-09-13 16:57:17.000000000 
+0200
@@ -3,7 +3,7 @@
       - check-requirements
       - openstack-lower-constraints-jobs
       - openstack-python-jobs
-      - openstack-python35-jobs
-      - openstack-python36-jobs
+      - openstack-python3-train-jobs
+      - release-notes-jobs-python3
       - openstackclient-plugin-jobs
       - publish-openstack-docs-pti
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-congressclient-1.12.0/AUTHORS 
new/python-congressclient-1.13.0/AUTHORS
--- old/python-congressclient-1.12.0/AUTHORS    2019-02-05 23:00:51.000000000 
+0100
+++ new/python-congressclient-1.13.0/AUTHORS    2019-09-13 16:57:59.000000000 
+0200
@@ -6,10 +6,12 @@
 Arundhati Surpur <[email protected]>
 Cao Xuan Hoang <[email protected]>
 Cleber Rosa <[email protected]>
+Corey Bryant <[email protected]>
 Doug Hellmann <[email protected]>
 Eric K <[email protected]>
 Eric Kao <[email protected]>
 Flavio Percoco <[email protected]>
+Ghanshyam Mann <[email protected]>
 Hangdong Zhang <[email protected]>
 Jeremy Liu <[email protected]>
 Jeremy Stanley <[email protected]>
@@ -46,3 +48,4 @@
 ricolin <[email protected]>
 shu-mutou <[email protected]>
 yuyafei <[email protected]>
+zhangboye <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-congressclient-1.12.0/ChangeLog 
new/python-congressclient-1.13.0/ChangeLog
--- old/python-congressclient-1.12.0/ChangeLog  2019-02-05 23:00:51.000000000 
+0100
+++ new/python-congressclient-1.13.0/ChangeLog  2019-09-13 16:57:59.000000000 
+0200
@@ -1,6 +1,17 @@
 CHANGES
 =======
 
+1.13.0
+------
+
+* Switch python3 versions of test jobs to match Train PTI
+* Cap sphinx for py2 to match global requirements
+* Changes for url transition to OpenDev
+* OpenDev Migration Patch
+* Dropping the py35 testing
+* add python 3.7 unit test job
+* add releasenotes tox env and commands
+
 1.12.0
 ------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-congressclient-1.12.0/PKG-INFO 
new/python-congressclient-1.13.0/PKG-INFO
--- old/python-congressclient-1.12.0/PKG-INFO   2019-02-05 23:00:51.000000000 
+0100
+++ new/python-congressclient-1.13.0/PKG-INFO   2019-09-13 16:57:59.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-congressclient
-Version: 1.12.0
+Version: 1.13.0
 Summary: Client for Congress
 Home-page: https://docs.openstack.org/python-congressclient/latest/
 Author: OpenStack
@@ -23,7 +23,7 @@
         
         * Free software: Apache license
         * Documentation: 
https://docs.openstack.org/python-congressclient/latest/
-        * Source: 
https://git.openstack.org/cgit/openstack/python-congressclient
+        * Source: https://opendev.org/openstack/python-congressclient
         * Bugs: https://bugs.launchpad.net/python-congressclient
         
         
@@ -115,5 +115,5 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-congressclient-1.12.0/README.rst 
new/python-congressclient-1.13.0/README.rst
--- old/python-congressclient-1.12.0/README.rst 2019-02-05 22:58:57.000000000 
+0100
+++ new/python-congressclient-1.13.0/README.rst 2019-09-13 16:57:17.000000000 
+0200
@@ -15,7 +15,7 @@
 
 * Free software: Apache license
 * Documentation: https://docs.openstack.org/python-congressclient/latest/
-* Source: https://git.openstack.org/cgit/openstack/python-congressclient
+* Source: https://opendev.org/openstack/python-congressclient
 * Bugs: https://bugs.launchpad.net/python-congressclient
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-congressclient-1.12.0/doc/requirements.txt 
new/python-congressclient-1.13.0/doc/requirements.txt
--- old/python-congressclient-1.12.0/doc/requirements.txt       2019-02-05 
22:58:57.000000000 +0100
+++ new/python-congressclient-1.13.0/doc/requirements.txt       2019-09-13 
16:57:17.000000000 +0200
@@ -1,3 +1,7 @@
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7'  # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4'  # BSD
 sphinxcontrib-apidoc>=0.2.0  # BSD
 openstackdocstheme>=1.18.1 # Apache-2.0
+
+# releasenotes
+reno>=2.5.0 # Apache-2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-congressclient-1.12.0/python_congressclient.egg-info/PKG-INFO 
new/python-congressclient-1.13.0/python_congressclient.egg-info/PKG-INFO
--- old/python-congressclient-1.12.0/python_congressclient.egg-info/PKG-INFO    
2019-02-05 23:00:51.000000000 +0100
+++ new/python-congressclient-1.13.0/python_congressclient.egg-info/PKG-INFO    
2019-09-13 16:57:59.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: python-congressclient
-Version: 1.12.0
+Version: 1.13.0
 Summary: Client for Congress
 Home-page: https://docs.openstack.org/python-congressclient/latest/
 Author: OpenStack
@@ -23,7 +23,7 @@
         
         * Free software: Apache license
         * Documentation: 
https://docs.openstack.org/python-congressclient/latest/
-        * Source: 
https://git.openstack.org/cgit/openstack/python-congressclient
+        * Source: https://opendev.org/openstack/python-congressclient
         * Bugs: https://bugs.launchpad.net/python-congressclient
         
         
@@ -115,5 +115,5 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-congressclient-1.12.0/python_congressclient.egg-info/SOURCES.txt 
new/python-congressclient-1.13.0/python_congressclient.egg-info/SOURCES.txt
--- old/python-congressclient-1.12.0/python_congressclient.egg-info/SOURCES.txt 
2019-02-05 23:00:51.000000000 +0100
+++ new/python-congressclient-1.13.0/python_congressclient.egg-info/SOURCES.txt 
2019-09-13 16:57:59.000000000 +0200
@@ -60,4 +60,8 @@
 python_congressclient.egg-info/pbr.json
 python_congressclient.egg-info/requires.txt
 python_congressclient.egg-info/top_level.txt
-releasenotes/notes/add-datasource-push-d92854a72b4d6480.yaml
\ No newline at end of file
+releasenotes/notes/add-datasource-push-d92854a72b4d6480.yaml
+releasenotes/source/conf.py
+releasenotes/source/index.rst
+releasenotes/source/_static/.placeholder
+releasenotes/source/_templates/.placeholder
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-congressclient-1.12.0/python_congressclient.egg-info/pbr.json 
new/python-congressclient-1.13.0/python_congressclient.egg-info/pbr.json
--- old/python-congressclient-1.12.0/python_congressclient.egg-info/pbr.json    
2019-02-05 23:00:51.000000000 +0100
+++ new/python-congressclient-1.13.0/python_congressclient.egg-info/pbr.json    
2019-09-13 16:57:59.000000000 +0200
@@ -1 +1 @@
-{"git_version": "b704432", "is_release": true}
\ No newline at end of file
+{"git_version": "595b317", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-congressclient-1.12.0/releasenotes/source/conf.py 
new/python-congressclient-1.13.0/releasenotes/source/conf.py
--- old/python-congressclient-1.12.0/releasenotes/source/conf.py        
1970-01-01 01:00:00.000000000 +0100
+++ new/python-congressclient-1.13.0/releasenotes/source/conf.py        
2019-09-13 16:57:17.000000000 +0200
@@ -0,0 +1,280 @@
+# -*- coding: utf-8 -*-
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+#    http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+# implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+# This file is execfile()d with the current directory set to its
+# containing dir.
+#
+# Note that not all possible configuration values are present in this
+# autogenerated file.
+#
+# All configuration values have a default; values that are commented out
+# serve to show the default.
+
+# If extensions (or modules to document with autodoc) are in another directory,
+# add these directories to sys.path here. If the directory is relative to the
+# documentation root, use os.path.abspath to make it absolute, like shown here.
+# sys.path.insert(0, os.path.abspath('.'))
+
+# -- General configuration ------------------------------------------------
+
+# If your documentation needs a minimal Sphinx version, state it here.
+# needs_sphinx = '1.0'
+
+# Add any Sphinx extension module names here, as strings. They can be
+# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
+# ones.
+extensions = [
+    'openstackdocstheme',
+    'reno.sphinxext',
+]
+
+# Add any paths that contain templates here, relative to this directory.
+templates_path = ['_templates']
+
+# The suffix of source filenames.
+source_suffix = '.rst'
+
+# The encoding of source files.
+# source_encoding = 'utf-8-sig'
+
+# The master toctree document.
+master_doc = 'index'
+
+# General information about the project.
+project = u'congress_tempest_plugin Release Notes'
+copyright = u'2017, OpenStack Developers'
+
+# openstackdocstheme options
+repository_name = 'openstack/congress-tempest-plugin'
+bug_project = 'congress'
+bug_tag = ''
+
+# The version info for the project you're documenting, acts as replacement for
+# |version| and |release|, also used in various other places throughout the
+# built documents.
+#
+# The short X.Y version.
+# The full version, including alpha/beta/rc tags.
+release = ''
+# The short X.Y version.
+version = ''
+
+# The language for content autogenerated by Sphinx. Refer to documentation
+# for a list of supported languages.
+# language = None
+
+# There are two options for replacing |today|: either, you set today to some
+# non-false value, then it is used:
+# today = ''
+# Else, today_fmt is used as the format for a strftime call.
+# today_fmt = '%B %d, %Y'
+
+# List of patterns, relative to source directory, that match files and
+# directories to ignore when looking for source files.
+exclude_patterns = []
+
+# The reST default role (used for this markup: `text`) to use for all
+# documents.
+# default_role = None
+
+# If true, '()' will be appended to :func: etc. cross-reference text.
+# add_function_parentheses = True
+
+# If true, the current module name will be prepended to all description
+# unit titles (such as .. function::).
+# add_module_names = True
+
+# If true, sectionauthor and moduleauthor directives will be shown in the
+# output. They are ignored by default.
+# show_authors = False
+
+# The name of the Pygments (syntax highlighting) style to use.
+pygments_style = 'sphinx'
+
+# A list of ignored prefixes for module index sorting.
+# modindex_common_prefix = []
+
+# If true, keep warnings as "system message" paragraphs in the built documents.
+# keep_warnings = False
+
+
+# -- Options for HTML output ----------------------------------------------
+
+# The theme to use for HTML and HTML Help pages.  See the documentation for
+# a list of builtin themes.
+html_theme = 'openstackdocs'
+
+# Theme options are theme-specific and customize the look and feel of a theme
+# further.  For a list of options available for each theme, see the
+# documentation.
+# html_theme_options = {}
+
+# Add any paths that contain custom themes here, relative to this directory.
+# html_theme_path = []
+
+# The name for this set of Sphinx documents.  If None, it defaults to
+# "<project> v<release> documentation".
+# html_title = None
+
+# A shorter title for the navigation bar.  Default is the same as html_title.
+# html_short_title = None
+
+# The name of an image file (relative to this directory) to place at the top
+# of the sidebar.
+# html_logo = None
+
+# The name of an image file (within the static path) to use as favicon of the
+# docs.  This file should be a Windows icon file (.ico) being 16x16 or 32x32
+# pixels large.
+# html_favicon = None
+
+# Add any paths that contain custom static files (such as style sheets) here,
+# relative to this directory. They are copied after the builtin static files,
+# so a file named "default.css" will overwrite the builtin "default.css".
+html_static_path = ['_static']
+
+# Add any extra paths that contain custom files (such as robots.txt or
+# .htaccess) here, relative to this directory. These files are copied
+# directly to the root of the documentation.
+# html_extra_path = []
+
+# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
+# using the given strftime format.
+# html_last_updated_fmt = '%b %d, %Y'
+
+# If true, SmartyPants will be used to convert quotes and dashes to
+# typographically correct entities.
+# html_use_smartypants = True
+
+# Custom sidebar templates, maps document names to template names.
+# html_sidebars = {}
+
+# Additional templates that should be rendered to pages, maps page names to
+# template names.
+# html_additional_pages = {}
+
+# If false, no module index is generated.
+# html_domain_indices = True
+
+# If false, no index is generated.
+# html_use_index = True
+
+# If true, the index is split into individual pages for each letter.
+# html_split_index = False
+
+# If true, links to the reST sources are added to the pages.
+# html_show_sourcelink = True
+
+# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
+# html_show_sphinx = True
+
+# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
+# html_show_copyright = True
+
+# If true, an OpenSearch description file will be output, and all pages will
+# contain a <link> tag referring to it.  The value of this option must be the
+# base URL from which the finished HTML is served.
+# html_use_opensearch = ''
+
+# This is the file name suffix for HTML files (e.g. ".xhtml").
+# html_file_suffix = None
+
+# Output file base name for HTML help builder.
+htmlhelp_basename = 'congress_tempest_pluginReleaseNotesdoc'
+
+
+# -- Options for LaTeX output ---------------------------------------------
+
+latex_elements = {
+    # The paper size ('letterpaper' or 'a4paper').
+    # 'papersize': 'letterpaper',
+
+    # The font size ('10pt', '11pt' or '12pt').
+    # 'pointsize': '10pt',
+
+    # Additional stuff for the LaTeX preamble.
+    # 'preamble': '',
+}
+
+# Grouping the document tree into LaTeX files. List of tuples
+# (source start file, target name, title,
+#  author, documentclass [howto, manual, or own class]).
+latex_documents = [
+    ('index', 'congress_tempest_pluginReleaseNotes.tex',
+     u'congress_tempest_plugin  Release Notes Documentation',
+     u'OpenStack Foundation', 'manual'),
+]
+
+# The name of an image file (relative to this directory) to place at the top of
+# the title page.
+# latex_logo = None
+
+# For "manual" documents, if this is true, then toplevel headings are parts,
+# not chapters.
+# latex_use_parts = False
+
+# If true, show page references after internal links.
+# latex_show_pagerefs = False
+
+# If true, show URL addresses after external links.
+# latex_show_urls = False
+
+# Documents to append as an appendix to all manuals.
+# latex_appendices = []
+
+# If false, no module index is generated.
+# latex_domain_indices = True
+
+
+# -- Options for manual page output ---------------------------------------
+
+# One entry per manual page. List of tuples
+# (source start file, name, description, authors, manual section).
+man_pages = [
+    ('index', 'congress_tempest_pluginrereleasenotes',
+     u'congress_tempest_plugin  Release Notes Documentation',
+     [u'OpenStack Foundation'], 1)
+]
+
+# If true, show URL addresses after external links.
+# man_show_urls = False
+
+
+# -- Options for Texinfo output -------------------------------------------
+
+# Grouping the document tree into Texinfo files. List of tuples
+# (source start file, target name, title, author,
+#  dir menu entry, description, category)
+texinfo_documents = [
+    ('index', 'congress_tempest_plugin ReleaseNotes',
+     u'congress_tempest_plugin Release Notes Documentation',
+     u'OpenStack Foundation', 'congress_tempest_pluginReleaseNotes',
+     'One line description of project.',
+     'Miscellaneous'),
+]
+
+# Documents to append as an appendix to all manuals.
+# texinfo_appendices = []
+
+# If false, no module index is generated.
+# texinfo_domain_indices = True
+
+# How to display URL addresses: 'footnote', 'no', or 'inline'.
+# texinfo_show_urls = 'footnote'
+
+# If true, do not generate a @detailmenu in the "Top" node's menu.
+# texinfo_no_detailmenu = False
+
+# -- Options for Internationalization output ------------------------------
+locale_dirs = ['locale/']
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-congressclient-1.12.0/releasenotes/source/index.rst 
new/python-congressclient-1.13.0/releasenotes/source/index.rst
--- old/python-congressclient-1.12.0/releasenotes/source/index.rst      
1970-01-01 01:00:00.000000000 +0100
+++ new/python-congressclient-1.13.0/releasenotes/source/index.rst      
2019-09-13 16:57:17.000000000 +0200
@@ -0,0 +1,29 @@
+..
+      Licensed under the Apache License, Version 2.0 (the "License"); you may
+      not use this file except in compliance with the License. You may obtain
+      a copy of the License at
+
+          http://www.apache.org/licenses/LICENSE-2.0
+
+      Unless required by applicable law or agreed to in writing, software
+      distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+      WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+      License for the specific language governing permissions and limitations
+      under the License.
+
+========================================
+Welcome to Congress Client Release Notes
+========================================
+
+Contents
+========
+
+.. toctree::
+   :maxdepth: 2
+
+
+Indices and tables
+==================
+
+* :ref:`genindex`
+* :ref:`search`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-congressclient-1.12.0/setup.cfg 
new/python-congressclient-1.13.0/setup.cfg
--- old/python-congressclient-1.12.0/setup.cfg  2019-02-05 23:00:51.000000000 
+0100
+++ new/python-congressclient-1.13.0/setup.cfg  2019-09-13 16:57:59.000000000 
+0200
@@ -16,8 +16,8 @@
        Programming Language :: Python :: 2
        Programming Language :: Python :: 2.7
        Programming Language :: Python :: 3
-       Programming Language :: Python :: 3.5
        Programming Language :: Python :: 3.6
+       Programming Language :: Python :: 3.7
 
 [files]
 packages = 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-congressclient-1.12.0/tox.ini 
new/python-congressclient-1.13.0/tox.ini
--- old/python-congressclient-1.12.0/tox.ini    2019-02-05 22:58:57.000000000 
+0100
+++ new/python-congressclient-1.13.0/tox.ini    2019-09-13 16:57:17.000000000 
+0200
@@ -1,6 +1,6 @@
 [tox]
 minversion = 2.0
-envlist = py36,py35,py27,pep8
+envlist = py37,py36,py27,pep8
 skipsdist = True
 
 [testenv]
@@ -8,7 +8,7 @@
 install_command = pip install -U {opts} {packages}
 whitelist_externals = find
 deps =
-       
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+       
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
        -r{toxinidir}/requirements.txt
        -r{toxinidir}/test-requirements.txt
 commands =
@@ -32,6 +32,11 @@
 deps = -r{toxinidir}/doc/requirements.txt
 commands = sphinx-build -W -b html doc/source doc/build/html
 
+[testenv:releasenotes]
+basepython = python3
+deps = {[testenv:docs]deps}
+commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html 
releasenotes/source releasenotes/build/html
+
 [hacking]
 import_exceptions = congressclient.i18n
 


Reply via email to