Hello community, here is the log from the commit of package python-oslosphinx for openSUSE:Factory checked in at 2017-02-21 13:39:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-oslosphinx (Old) and /work/SRC/openSUSE:Factory/.python-oslosphinx.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslosphinx" Changes: -------- --- /work/SRC/openSUSE:Factory/python-oslosphinx/python-oslosphinx.changes 2016-09-30 15:29:46.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-oslosphinx.new/python-oslosphinx.changes 2017-02-21 13:39:06.495439473 +0100 @@ -1,0 +2,18 @@ +Fri Feb 10 14:07:05 UTC 2017 - [email protected] + +- update to version 4.10.0: + - Remove references to Python 3.4 + - Add Constraints support + - Updated from global requirements + - Show team and repo badges on README + - Update homepage with developer documentation page + - Support more notice blocks like important, tip and caution + - Add reno for release notes management + - Fixed AttributeError: 'str' object has no attribute 'decode' + +------------------------------------------------------------------- +Fri Oct 14 14:06:34 UTC 2016 - [email protected] + +- switch to stable/newton in _service + +------------------------------------------------------------------- Old: ---- oslosphinx-4.7.0.tar.gz New: ---- oslosphinx-4.10.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-oslosphinx.spec ++++++ --- /var/tmp/diff_new_pack.W0KwGq/_old 2017-02-21 13:39:06.919379667 +0100 +++ /var/tmp/diff_new_pack.W0KwGq/_new 2017-02-21 13:39:06.923379103 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-oslosphinx # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -18,7 +18,7 @@ %global sname oslosphinx Name: python-oslosphinx -Version: 4.7.0 +Version: 4.10.0 Release: 0 Summary: OpenStack Sphinx License: Apache-2.0 @@ -27,9 +27,9 @@ Source0: https://pypi.io/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz BuildRequires: openstack-macros BuildRequires: python-devel -BuildRequires: python-pbr >= 1.6 +BuildRequires: python-pbr >= 1.8 BuildRequires: python-setuptools >= 16.0 -Requires: python-pbr >= 1.6 +Requires: python-pbr >= 1.8 Requires: python-requests >= 2.10.0 Requires: python-six >= 1.9.0 BuildArch: noarch @@ -39,7 +39,8 @@ layer of Sphinx plugins. %prep -%setup -q -n %{sname}-%{version} +%autosetup -n %{sname}-%{version} +%py_req_cleanup %build %{py2_build} @@ -48,7 +49,7 @@ %{py2_install} %files -%doc README.rst AUTHORS +%doc README.rst %license LICENSE %{python2_sitelib}/%{sname} %{python2_sitelib}/*.egg-info ++++++ _service ++++++ --- /var/tmp/diff_new_pack.W0KwGq/_old 2017-02-21 13:39:06.959374025 +0100 +++ /var/tmp/diff_new_pack.W0KwGq/_new 2017-02-21 13:39:06.959374025 +0100 @@ -1,8 +1,10 @@ <services> <service mode="disabled" name="renderspec"> - <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/oslosphinx/oslosphinx.spec.j2</param> + <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/openstack/oslosphinx/oslosphinx.spec.j2</param> <param name="output-name">python-oslosphinx.spec</param> - <param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/master/global-requirements.txt</param> + <param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/ocata/global-requirements.txt</param> + <param name="changelog-email">[email protected]</param> + <param name="changelog-provider">gh,openstack,oslosphinx</param> </service> <service mode="disabled" name="download_files"> <param name="changesgenerate">enable</param> @@ -10,4 +12,5 @@ <service name="refresh_patches" mode="disabled"> <param name="changesgenerate">enable</param> </service> + <service name="format_spec_file" mode="disabled"/> </services> \ No newline at end of file ++++++ oslosphinx-4.7.0.tar.gz -> oslosphinx-4.10.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-4.7.0/AUTHORS new/oslosphinx-4.10.0/AUTHORS --- old/oslosphinx-4.7.0/AUTHORS 2016-08-02 20:14:38.000000000 +0200 +++ new/oslosphinx-4.10.0/AUTHORS 2017-01-18 15:11:16.000000000 +0100 @@ -1,3 +1,4 @@ +Akihiro Motoki <[email protected]> Anne Gentle <[email protected]> Ben Nemec <[email protected]> Brant Knudson <[email protected]> @@ -12,6 +13,7 @@ Doug Hellmann <[email protected]> Dougal Matthews <[email protected]> Eric Brown <[email protected]> +Flavio Percoco <[email protected]> Graham Hayes <[email protected]> Javier Pena <[email protected]> Jeremy Stanley <[email protected]> @@ -27,6 +29,8 @@ Sean Dague <[email protected]> Sergey Lukjanov <[email protected]> THOMAS J. COCOZZELLO <[email protected]> +Tony Breeds <[email protected]> Vishvananda Ishaya <[email protected]> +avnish <[email protected]> briancurtin <[email protected]> sonu.kumar <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-4.7.0/ChangeLog new/oslosphinx-4.10.0/ChangeLog --- old/oslosphinx-4.7.0/ChangeLog 2016-08-02 20:14:38.000000000 +0200 +++ new/oslosphinx-4.10.0/ChangeLog 2017-01-18 15:11:16.000000000 +0100 @@ -1,6 +1,28 @@ CHANGES ======= +4.10.0 +------ + +* Remove references to Python 3.4 +* Add Constraints support +* Updated from global requirements +* Show team and repo badges on README + +4.9.0 +----- + +* Updated from global requirements +* Add reno for release notes management + +4.8.0 +----- + +* Updated from global requirements +* Update homepage with developer documentation page +* Support more notice blocks like important, tip and caution +* Fixed AttributeError: 'str' object has no attribute 'decode' + 4.7.0 ----- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-4.7.0/PKG-INFO new/oslosphinx-4.10.0/PKG-INFO --- old/oslosphinx-4.7.0/PKG-INFO 2016-08-02 20:14:38.000000000 +0200 +++ new/oslosphinx-4.10.0/PKG-INFO 2017-01-18 15:11:17.000000000 +0100 @@ -1,12 +1,21 @@ Metadata-Version: 1.1 Name: oslosphinx -Version: 4.7.0 +Version: 4.10.0 Summary: OpenStack Sphinx Extensions and Theme -Home-page: http://www.openstack.org/ +Home-page: http://docs.openstack.org/developer/oslosphinx Author: OpenStack Author-email: [email protected] License: UNKNOWN -Description: ============================= +Description: ======================== + Team and repository tags + ======================== + + .. image:: http://governance.openstack.org/badges/oslosphinx.svg + :target: http://governance.openstack.org/reference/tags/index.html + + .. Change things from this point on + + ============================= OpenStack Sphinx Extensions ============================= @@ -37,5 +46,5 @@ Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.4 +Classifier: Programming Language :: Python :: 3.5 Classifier: Topic :: Documentation diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-4.7.0/README.rst new/oslosphinx-4.10.0/README.rst --- old/oslosphinx-4.7.0/README.rst 2016-08-02 20:13:09.000000000 +0200 +++ new/oslosphinx-4.10.0/README.rst 2017-01-18 15:09:55.000000000 +0100 @@ -1,3 +1,12 @@ +======================== +Team and repository tags +======================== + +.. image:: http://governance.openstack.org/badges/oslosphinx.svg + :target: http://governance.openstack.org/reference/tags/index.html + +.. Change things from this point on + ============================= OpenStack Sphinx Extensions ============================= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-4.7.0/doc/source/index.rst new/oslosphinx-4.10.0/doc/source/index.rst --- old/oslosphinx-4.7.0/doc/source/index.rst 2016-08-02 20:13:09.000000000 +0200 +++ new/oslosphinx-4.10.0/doc/source/index.rst 2017-01-18 15:09:55.000000000 +0100 @@ -20,6 +20,14 @@ history +Development +=========== + +.. toctree:: + :maxdepth: 1 + + theme_check + Indices and tables ================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-4.7.0/doc/source/theme_check.rst new/oslosphinx-4.10.0/doc/source/theme_check.rst --- old/oslosphinx-4.7.0/doc/source/theme_check.rst 1970-01-01 01:00:00.000000000 +0100 +++ new/oslosphinx-4.10.0/doc/source/theme_check.rst 2017-01-18 15:09:55.000000000 +0100 @@ -0,0 +1,25 @@ +=========== +Theme check +=========== + +This page is used to check the themes provided by oslosphinx. + +.. note:: + + A comment with additional information that explains a part of the text. + +.. important:: + + Something you must be aware of before proceeding. + +.. tip:: + + An extra but helpful piece of practical advice. + +.. Caution:: + + Helpful information that prevents the user from making mistakes. + +.. Warning:: + + Critical information about the risk of data loss or security issues. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-4.7.0/oslosphinx/__init__.py new/oslosphinx-4.10.0/oslosphinx/__init__.py --- old/oslosphinx-4.7.0/oslosphinx/__init__.py 2016-08-02 20:13:09.000000000 +0200 +++ new/oslosphinx-4.10.0/oslosphinx/__init__.py 2017-01-18 15:09:55.000000000 +0100 @@ -55,14 +55,13 @@ try: raw_version_list = subprocess.Popen( git_cmd, stdout=subprocess.PIPE).communicate()[0] + raw_version_list = raw_version_list.decode("utf8") except OSError: app.warn('Cannot get tags from git repository. ' 'Not setting "other_versions".') - raw_version_list = '' + raw_version_list = u'' # grab last five that start with a number and reverse the order - if six.PY3: - raw_version_list = raw_version_list.decode("utf8") _tags = [t.strip("'") for t in raw_version_list.split('\n')] other_versions = [ t for t in _tags if t and t[0] in string.digits diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-4.7.0/oslosphinx/theme/openstack/static/nature.css new/oslosphinx-4.10.0/oslosphinx/theme/openstack/static/nature.css --- old/oslosphinx-4.7.0/oslosphinx/theme/openstack/static/nature.css 2016-08-02 20:13:09.000000000 +0200 +++ new/oslosphinx-4.10.0/oslosphinx/theme/openstack/static/nature.css 2017-01-18 15:09:55.000000000 +0100 @@ -188,8 +188,8 @@ } div.note { - background-color: #eee; - border: 1px solid #ccc; + background-color: #edf2f7; + border: 1px solid #2a4e68; } div.seealso { @@ -206,6 +206,21 @@ border: 1px solid #f66; } +div.important { + background-color: #feffbe; + border: 1px solid #d7aa16; +} + +div.caution { + background-color: #eee; + border: 1px solid #ccc; +} + +div.tip { + background-color: #eee; + border: 1px solid #ccc; +} + p.admonition-title { display: inline; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-4.7.0/oslosphinx.egg-info/PKG-INFO new/oslosphinx-4.10.0/oslosphinx.egg-info/PKG-INFO --- old/oslosphinx-4.7.0/oslosphinx.egg-info/PKG-INFO 2016-08-02 20:14:38.000000000 +0200 +++ new/oslosphinx-4.10.0/oslosphinx.egg-info/PKG-INFO 2017-01-18 15:11:16.000000000 +0100 @@ -1,12 +1,21 @@ Metadata-Version: 1.1 Name: oslosphinx -Version: 4.7.0 +Version: 4.10.0 Summary: OpenStack Sphinx Extensions and Theme -Home-page: http://www.openstack.org/ +Home-page: http://docs.openstack.org/developer/oslosphinx Author: OpenStack Author-email: [email protected] License: UNKNOWN -Description: ============================= +Description: ======================== + Team and repository tags + ======================== + + .. image:: http://governance.openstack.org/badges/oslosphinx.svg + :target: http://governance.openstack.org/reference/tags/index.html + + .. Change things from this point on + + ============================= OpenStack Sphinx Extensions ============================= @@ -37,5 +46,5 @@ Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.4 +Classifier: Programming Language :: Python :: 3.5 Classifier: Topic :: Documentation diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-4.7.0/oslosphinx.egg-info/SOURCES.txt new/oslosphinx-4.10.0/oslosphinx.egg-info/SOURCES.txt --- old/oslosphinx-4.7.0/oslosphinx.egg-info/SOURCES.txt 2016-08-02 20:14:38.000000000 +0200 +++ new/oslosphinx-4.10.0/oslosphinx.egg-info/SOURCES.txt 2017-01-18 15:11:17.000000000 +0100 @@ -14,6 +14,7 @@ doc/source/contributing.rst doc/source/history.rst doc/source/index.rst +doc/source/theme_check.rst doc/source/usage.rst oslosphinx/__init__.py oslosphinx/check_blueprints.py @@ -33,4 +34,11 @@ oslosphinx/theme/openstack/static/header_bg.jpg oslosphinx/theme/openstack/static/nature.css oslosphinx/theme/openstack/static/openstack_logo.png -oslosphinx/theme/openstack/static/tweaks.css \ No newline at end of file +oslosphinx/theme/openstack/static/tweaks.css +releasenotes/notes/add-reno-996dd44974d53238.yaml +releasenotes/source/conf.py +releasenotes/source/index.rst +releasenotes/source/unreleased.rst +releasenotes/source/_static/.placeholder +releasenotes/source/_templates/.placeholder +tools/tox_install.sh \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-4.7.0/oslosphinx.egg-info/pbr.json new/oslosphinx-4.10.0/oslosphinx.egg-info/pbr.json --- old/oslosphinx-4.7.0/oslosphinx.egg-info/pbr.json 2016-08-02 20:14:38.000000000 +0200 +++ new/oslosphinx-4.10.0/oslosphinx.egg-info/pbr.json 2017-01-18 15:11:16.000000000 +0100 @@ -1 +1 @@ -{"git_version": "3bcdfc6", "is_release": true} \ No newline at end of file +{"git_version": "a45542e", "is_release": true} \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-4.7.0/oslosphinx.egg-info/requires.txt new/oslosphinx-4.10.0/oslosphinx.egg-info/requires.txt --- old/oslosphinx-4.7.0/oslosphinx.egg-info/requires.txt 2016-08-02 20:14:38.000000000 +0200 +++ new/oslosphinx-4.10.0/oslosphinx.egg-info/requires.txt 2017-01-18 15:11:16.000000000 +0100 @@ -1,3 +1,3 @@ -pbr>=1.6 -requests>=2.10.0 +pbr>=1.8 +requests!=2.12.2,>=2.10.0 six>=1.9.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-4.7.0/releasenotes/notes/add-reno-996dd44974d53238.yaml new/oslosphinx-4.10.0/releasenotes/notes/add-reno-996dd44974d53238.yaml --- old/oslosphinx-4.7.0/releasenotes/notes/add-reno-996dd44974d53238.yaml 1970-01-01 01:00:00.000000000 +0100 +++ new/oslosphinx-4.10.0/releasenotes/notes/add-reno-996dd44974d53238.yaml 2017-01-18 15:09:55.000000000 +0100 @@ -0,0 +1,3 @@ +--- +other: + - Introduce reno for deployer release notes. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-4.7.0/releasenotes/source/conf.py new/oslosphinx-4.10.0/releasenotes/source/conf.py --- old/oslosphinx-4.7.0/releasenotes/source/conf.py 1970-01-01 01:00:00.000000000 +0100 +++ new/oslosphinx-4.10.0/releasenotes/source/conf.py 2017-01-18 15:09:55.000000000 +0100 @@ -0,0 +1,276 @@ +# -*- 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 = [ + 'oslosphinx', + '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'oslosphinx Release Notes' +copyright = u'2016, oslosphinx Developers' + +# 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. +import pkg_resources +release = pkg_resources.get_distribution('oslosphinx').version +# The short X.Y version. +version = release + +# 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 = 'default' + +# 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 = 'oslosphinxReleaseNotesDoc' + + +# -- 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', 'oslosphinxReleaseNotes.tex', + u'oslosphinx Release Notes Documentation', + u'oslosphinx Developers', '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', 'oslosphinxReleaseNotes', + u'oslosphinx Release Notes Documentation', + [u'oslosphinx Developers'], 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', 'oslosphinxReleaseNotes', + u'oslosphinx Release Notes Documentation', + u'oslosphinx Developers', 'oslosphinxReleaseNotes', + '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/oslosphinx-4.7.0/releasenotes/source/index.rst new/oslosphinx-4.10.0/releasenotes/source/index.rst --- old/oslosphinx-4.7.0/releasenotes/source/index.rst 1970-01-01 01:00:00.000000000 +0100 +++ new/oslosphinx-4.10.0/releasenotes/source/index.rst 2017-01-18 15:09:55.000000000 +0100 @@ -0,0 +1,8 @@ +========================== + oslosphinx Release Notes +========================== + + .. toctree:: + :maxdepth: 1 + + unreleased diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-4.7.0/releasenotes/source/unreleased.rst new/oslosphinx-4.10.0/releasenotes/source/unreleased.rst --- old/oslosphinx-4.7.0/releasenotes/source/unreleased.rst 1970-01-01 01:00:00.000000000 +0100 +++ new/oslosphinx-4.10.0/releasenotes/source/unreleased.rst 2017-01-18 15:09:55.000000000 +0100 @@ -0,0 +1,5 @@ +============================== + Current Series Release Notes +============================== + +.. release-notes:: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-4.7.0/requirements.txt new/oslosphinx-4.10.0/requirements.txt --- old/oslosphinx-4.7.0/requirements.txt 2016-08-02 20:13:09.000000000 +0200 +++ new/oslosphinx-4.10.0/requirements.txt 2017-01-18 15:09:55.000000000 +0100 @@ -2,6 +2,6 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -pbr>=1.6 # Apache-2.0 -requests>=2.10.0 # Apache-2.0 +pbr>=1.8 # Apache-2.0 +requests!=2.12.2,>=2.10.0 # Apache-2.0 six>=1.9.0 # MIT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-4.7.0/setup.cfg new/oslosphinx-4.10.0/setup.cfg --- old/oslosphinx-4.7.0/setup.cfg 2016-08-02 20:14:38.000000000 +0200 +++ new/oslosphinx-4.10.0/setup.cfg 2017-01-18 15:11:17.000000000 +0100 @@ -5,7 +5,7 @@ README.rst author = OpenStack author-email = [email protected] -home-page = http://www.openstack.org/ +home-page = http://docs.openstack.org/developer/oslosphinx classifier = Environment :: OpenStack Intended Audience :: Information Technology @@ -16,7 +16,7 @@ Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.4 + Programming Language :: Python :: 3.5 Topic :: Documentation [global] @@ -41,5 +41,4 @@ [egg_info] tag_build = tag_date = 0 -tag_svn_revision = 0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-4.7.0/test-requirements.txt new/oslosphinx-4.10.0/test-requirements.txt --- old/oslosphinx-4.7.0/test-requirements.txt 2016-08-02 20:13:09.000000000 +0200 +++ new/oslosphinx-4.10.0/test-requirements.txt 2017-01-18 15:09:55.000000000 +0100 @@ -5,4 +5,6 @@ hacking<0.11,>=0.10.0 # this is required for the docs build jobs -sphinx!=1.3b1,<1.3,>=1.2.1 # BSD +sphinx!=1.3b1,<1.4,>=1.2.1 # BSD + +reno>=1.8.0 # Apache-2.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-4.7.0/tools/tox_install.sh new/oslosphinx-4.10.0/tools/tox_install.sh --- old/oslosphinx-4.7.0/tools/tox_install.sh 1970-01-01 01:00:00.000000000 +0100 +++ new/oslosphinx-4.10.0/tools/tox_install.sh 2017-01-18 15:09:55.000000000 +0100 @@ -0,0 +1,30 @@ +#!/usr/bin/env bash + +# Client constraint file contains this client version pin that is in conflict +# with installing the client from source. We should remove the version pin in +# the constraints file before applying it for from-source installation. + +CONSTRAINTS_FILE="$1" +shift 1 + +set -e + +# NOTE(tonyb): Place this in the tox enviroment's log dir so it will get +# published to logs.openstack.org for easy debugging. +localfile="$VIRTUAL_ENV/log/upper-constraints.txt" + +if [[ "$CONSTRAINTS_FILE" != http* ]]; then + CONSTRAINTS_FILE="file://$CONSTRAINTS_FILE" +fi +# NOTE(tonyb): need to add curl to bindep.txt if the project supports bindep +curl "$CONSTRAINTS_FILE" --insecure --progress-bar --output "$localfile" + +pip install -c"$localfile" openstack-requirements + +# This is the main purpose of the script: Allow local installation of +# the current repo. It is listed in constraints file and thus any +# install will be constrained and we need to unconstrain it. +edit-constraints "$localfile" -- "$CLIENT_NAME" + +pip install -c"$localfile" -U "$@" +exit $? diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-4.7.0/tox.ini new/oslosphinx-4.10.0/tox.ini --- old/oslosphinx-4.7.0/tox.ini 2016-08-02 20:13:09.000000000 +0200 +++ new/oslosphinx-4.10.0/tox.ini 2017-01-18 15:09:55.000000000 +0100 @@ -1,8 +1,13 @@ [tox] -minversion = 1.6 +minversion = 2.0 envlist = pep8 [testenv] +setenv = + VIRTUAL_ENV={envdir} + BRANCH_NAME=master + CLIENT_NAME=oslosphinx +install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} deps = -r{toxinidir}/test-requirements.txt [testenv:pep8] @@ -18,3 +23,6 @@ [flake8] exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools show-source = True + +[testenv:releasenotes] +commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
