Hello community, here is the log from the commit of package python-oslosphinx for openSUSE:Factory checked in at 2016-05-19 12:14:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2015-09-02 07:54:05.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-oslosphinx.new/python-oslosphinx.changes 2016-05-19 12:14:30.000000000 +0200 @@ -1,0 +2,30 @@ +Thu Mar 3 07:44:29 UTC 2016 - [email protected] + +- Switch to .spec from rpm-packaging upstream project + +------------------------------------------------------------------- +Thu Feb 18 11:53:18 UTC 2016 - [email protected] + +- update to 4.3.0: + * Add version and download badges to README + * Correct project source guessing for OpenStack + * Updated from global requirements + * Deprecated tox -downloadcache option removed + * Removes MANIFEST.in as it is not needed explicitely by PBR + * Use proper decode function name + * trap errors from git not being present + * Fix a string vs bytes issue in _guess_cgit_link + * Remove Python 2.6 classifier + * fix html context event handler + * cleanup tox.ini + * add config option to point to the cgit browser + * fix html-page-context event handler + * No need for Oslo Incubator Sync + * Make urlparse import Python3-compatible + * Fix subprocess exception name + * Titles in table of contents continue into the page + * clean up documentation titles and intros + * add pbr-generated release history to the doc build + * add link to project source in navigation sidebar + +------------------------------------------------------------------- Old: ---- oslosphinx-3.0.0.tar.gz rpmlintrc New: ---- oslosphinx-4.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-oslosphinx.spec ++++++ --- /var/tmp/diff_new_pack.gKOARb/_old 2016-05-19 12:14:31.000000000 +0200 +++ /var/tmp/diff_new_pack.gKOARb/_new 2016-05-19 12:14:31.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-oslosphinx # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -17,31 +17,20 @@ Name: python-oslosphinx -Version: 3.0.0 +Version: 4.3.0 Release: 0 -Url: https://launchpad.net/oslo/ +Url: https://launchpad.net/oslosphinx Summary: OpenStack Sphinx License: Apache-2.0 Group: Development/Languages/Python Source: https://pypi.python.org/packages/source/o/oslosphinx/oslosphinx-%{version}.tar.gz -Source99: rpmlintrc -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: openstack-suse-macros +BuildRequires: openstack-macros BuildRequires: python-devel BuildRequires: python-pbr -Requires: python-pbr >= 0.6 -Requires: python-requests >= 2.2.0 -Provides: python-oslo.sphinx = %{version} -Obsoletes: python-oslo.sphinx < %{version} -Provides: %{name}-doc = %{version} -Obsoletes: %{name}-doc < %{version} -Provides: %{name}-test = %{version} -Obsoletes: %{name}-test < %{version} -%if 0%{?suse_version} && 0%{?suse_version} <= 1110 -%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%else +Requires: python-pbr >= 1.8 +Requires: python-requests >= 2.8.1 +Requires: python-six >= 1.9.0 BuildArch: noarch -%endif %description The Oslo Sphinx library provides an OpenStack common @@ -58,7 +47,8 @@ %files %defattr(-,root,root,-) -%doc LICENSE README.rst AUTHORS +%doc README.rst AUTHORS +%license LICENSE %{python2_sitelib}/oslosphinx %{python2_sitelib}/*.egg-info ++++++ oslosphinx-3.0.0.tar.gz -> oslosphinx-4.3.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-3.0.0/AUTHORS new/oslosphinx-4.3.0/AUTHORS --- old/oslosphinx-3.0.0/AUTHORS 2015-06-09 17:09:33.000000000 +0200 +++ new/oslosphinx-4.3.0/AUTHORS 2016-02-10 00:18:24.000000000 +0100 @@ -1,21 +1,29 @@ Anne Gentle <[email protected]> Ben Nemec <[email protected]> +Brant Knudson <[email protected]> ChangBo Guo(gcb) <[email protected]> Cyril Roelandt <[email protected]> +Cyril Roelandt <[email protected]> Davanum Srinivas <[email protected]> Davanum Srinivas <[email protected]> Dirk Mueller <[email protected]> Doug Hellmann <[email protected]> Doug Hellmann <[email protected]> Dougal Matthews <[email protected]> +Eric Brown <[email protected]> Graham Hayes <[email protected]> +Javier Pena <[email protected]> Jeremy Stanley <[email protected]> Joe Gordon <[email protected]> Julien Danjou <[email protected]> Mark McLoughlin <[email protected]> Monty Taylor <[email protected]> +Ondřej Nový <[email protected]> Sascha Peilicke <[email protected]> Sascha Peilicke <[email protected]> Sean Dague <[email protected]> Sergey Lukjanov <[email protected]> +THOMAS J. COCOZZELLO <[email protected]> Vishvananda Ishaya <[email protected]> +briancurtin <[email protected]> +sonu.kumar <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-3.0.0/ChangeLog new/oslosphinx-4.3.0/ChangeLog --- old/oslosphinx-3.0.0/ChangeLog 2015-06-09 17:09:33.000000000 +0200 +++ new/oslosphinx-4.3.0/ChangeLog 2016-02-10 00:18:24.000000000 +0100 @@ -1,6 +1,75 @@ CHANGES ======= +4.3.0 +----- + +* Add version and download badges to README +* Correct project source guessing for OpenStack +* Updated from global requirements + +4.2.0 +----- + +* Updated from global requirements +* Deprecated tox -downloadcache option removed +* Removes MANIFEST.in as it is not needed explicitely by PBR +* Use proper decode function name + +4.1.0 +----- + +* trap errors from git not being present +* Updated from global requirements +* Fix a string vs bytes issue in _guess_cgit_link + +4.0.0 +----- + +* Remove Python 2.6 classifier + +3.4.1 +----- + +* fix html context event handler +* cleanup tox.ini + +3.4.0 +----- + +* add config option to point to the cgit browser + +3.3.1 +----- + +* fix html-page-context event handler + +3.3.0 +----- + +* Updated from global requirements +* No need for Oslo Incubator Sync +* Make urlparse import Python3-compatible +* Fix subprocess exception name +* Titles in table of contents continue into the page +* clean up documentation titles and intros +* add pbr-generated release history to the doc build +* add link to project source in navigation sidebar +* Updated from global requirements + +3.2.0 +----- + +* Updated from global requirements +* Updated from global requirements + +3.1.0 +----- + +* Updated from global requirements +* Updated from global requirements +* Updated from global requirements + 3.0.0 ----- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-3.0.0/MANIFEST.in new/oslosphinx-4.3.0/MANIFEST.in --- old/oslosphinx-3.0.0/MANIFEST.in 2015-06-09 17:09:16.000000000 +0200 +++ new/oslosphinx-4.3.0/MANIFEST.in 1970-01-01 01:00:00.000000000 +0100 @@ -1,4 +0,0 @@ -recursive-include oslosphinx *.html *.css *.js *.conf *.jpg *.gif -include AUTHORS -include HACKING.rst -include ChangeLog diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-3.0.0/PKG-INFO new/oslosphinx-4.3.0/PKG-INFO --- old/oslosphinx-3.0.0/PKG-INFO 2015-06-09 17:09:33.000000000 +0200 +++ new/oslosphinx-4.3.0/PKG-INFO 2016-02-10 00:18:24.000000000 +0100 @@ -1,13 +1,22 @@ Metadata-Version: 1.1 Name: oslosphinx -Version: 3.0.0 +Version: 4.3.0 Summary: OpenStack Sphinx Extensions and Theme Home-page: http://www.openstack.org/ Author: OpenStack Author-email: [email protected] License: UNKNOWN -Description: OpenStack Sphinx Extensions - =========================== +Description: ============================= + OpenStack Sphinx Extensions + ============================= + + .. image:: https://img.shields.io/pypi/v/oslosphinx.svg + :target: https://pypi.python.org/pypi/oslosphinx/ + :alt: Latest Version + + .. image:: https://img.shields.io/pypi/dm/oslosphinx.svg + :target: https://pypi.python.org/pypi/oslosphinx/ + :alt: Downloads Theme and extension support for Sphinx documentation from the OpenStack project. @@ -26,7 +35,6 @@ Classifier: Operating System :: POSIX :: Linux Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 2 -Classifier: Programming Language :: Python :: 2.6 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-3.0.0/README.rst new/oslosphinx-4.3.0/README.rst --- old/oslosphinx-3.0.0/README.rst 2015-06-09 17:09:16.000000000 +0200 +++ new/oslosphinx-4.3.0/README.rst 2016-02-10 00:18:11.000000000 +0100 @@ -1,5 +1,14 @@ -OpenStack Sphinx Extensions -=========================== +============================= + OpenStack Sphinx Extensions +============================= + +.. image:: https://img.shields.io/pypi/v/oslosphinx.svg + :target: https://pypi.python.org/pypi/oslosphinx/ + :alt: Latest Version + +.. image:: https://img.shields.io/pypi/dm/oslosphinx.svg + :target: https://pypi.python.org/pypi/oslosphinx/ + :alt: Downloads Theme and extension support for Sphinx documentation from the OpenStack project. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-3.0.0/doc/source/conf.py new/oslosphinx-4.3.0/doc/source/conf.py --- old/oslosphinx-3.0.0/doc/source/conf.py 2015-06-09 17:09:16.000000000 +0200 +++ new/oslosphinx-4.3.0/doc/source/conf.py 2016-02-10 00:18:11.000000000 +0100 @@ -26,6 +26,8 @@ 'oslosphinx' ] +oslosphinx_cgit_link = 'http://git.openstack.org/cgit/openstack/oslosphinx' + # autodoc generation is a bit aggressive and a nuisance when doing heavy # text edit cycles. # execute "export SPHINX_DEBUG=1" in your terminal to disable @@ -72,4 +74,4 @@ ] # Example configuration for intersphinx: refer to the Python standard library. -#intersphinx_mapping = {'http://docs.python.org/': None} \ No newline at end of file +#intersphinx_mapping = {'http://docs.python.org/': None} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-3.0.0/doc/source/history.rst new/oslosphinx-4.3.0/doc/source/history.rst --- old/oslosphinx-3.0.0/doc/source/history.rst 1970-01-01 01:00:00.000000000 +0100 +++ new/oslosphinx-4.3.0/doc/source/history.rst 2016-02-10 00:18:11.000000000 +0100 @@ -0,0 +1 @@ +.. include:: ../../ChangeLog diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-3.0.0/doc/source/index.rst new/oslosphinx-4.3.0/doc/source/index.rst --- old/oslosphinx-3.0.0/doc/source/index.rst 2015-06-09 17:09:16.000000000 +0200 +++ new/oslosphinx-4.3.0/doc/source/index.rst 2016-02-10 00:18:11.000000000 +0100 @@ -1,6 +1,9 @@ -============ - oslosphinx -============ +============================================ + oslosphinx --- OpenStack Sphinx Extensions +============================================ + +oslosphinx contains the theme and extension support for Sphinx +documentation from the OpenStack project. .. toctree:: :maxdepth: 2 @@ -9,6 +12,14 @@ check_blueprints contributing +Release Notes +============= + +.. toctree:: + :maxdepth: 1 + + history + Indices and tables ================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-3.0.0/doc/source/usage.rst new/oslosphinx-4.3.0/doc/source/usage.rst --- old/oslosphinx-3.0.0/doc/source/usage.rst 2015-06-09 17:09:16.000000000 +0200 +++ new/oslosphinx-4.3.0/doc/source/usage.rst 2016-02-10 00:18:11.000000000 +0100 @@ -13,3 +13,14 @@ html_theme_options = {'incubating': True} in your conf.py as well, to enable the Incubation theme. + +Linking to a Source Repository +============================== + +``oslosphinx`` defines a configuration option ``oslosphinx_cgit_link`` +which should be the URL to the git repository browser for the project +being documented. The default is a guess, and will be right for a lot +of projects, but to ensure that it is correct in all situations it is +best to set the value in conf.py:: + + oslosphinx_cgit_link = 'http://git.openstack.org/cgit/openstack/oslosphinx' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-3.0.0/openstack-common.conf new/oslosphinx-4.3.0/openstack-common.conf --- old/oslosphinx-3.0.0/openstack-common.conf 2015-06-09 17:09:16.000000000 +0200 +++ new/oslosphinx-4.3.0/openstack-common.conf 1970-01-01 01:00:00.000000000 +0100 @@ -1,4 +0,0 @@ -[DEFAULT] - -# The base module to hold the copy of openstack.common -base=oslosphinx diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-3.0.0/oslosphinx/__init__.py new/oslosphinx-4.3.0/oslosphinx/__init__.py --- old/oslosphinx-3.0.0/oslosphinx/__init__.py 2015-06-09 17:09:16.000000000 +0200 +++ new/oslosphinx-4.3.0/oslosphinx/__init__.py 2016-02-10 00:18:11.000000000 +0100 @@ -13,6 +13,36 @@ # under the License. import os +import re +import six +from six.moves.urllib import parse +import subprocess + + +CGIT_BASE = 'http://git.openstack.org/cgit/' + + +def _guess_cgit_link(): + try: + git_remote = subprocess.check_output( + ['git', 'config', '--local', '--get', 'remote.origin.url'] + ) + except (OSError, subprocess.CalledProcessError): + # git is not present or the command failed + return None + else: + if six.PY3: + git_remote = os.fsdecode(git_remote) + parsed = parse.urlparse(git_remote) + parsed = '/'.join(parsed.path.rstrip('/').split('/')[-2:]) + parsed = re.sub(r'\.git$', '', parsed) + return CGIT_BASE + parsed + + +def _html_page_context(app, pagename, templatename, context, doctree): + # Insert the cgit link into the template context. + context['cgit_link'] = app.config.oslosphinx_cgit_link + return None def builder_inited(app): @@ -33,7 +63,13 @@ # the templates and theme. if hasattr(app.builder, 'init_templates'): app.builder.init_templates() + # Register our page context additions + app.connect('html-page-context', _html_page_context) def setup(app): app.connect('builder-inited', builder_inited) + # Try to guess at the default value for where the cgit repository + # is. + cgit_link = _guess_cgit_link() + app.add_config_value('oslosphinx_cgit_link', cgit_link, 'env') diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-3.0.0/oslosphinx/theme/openstack/layout.html new/oslosphinx-4.3.0/oslosphinx/theme/openstack/layout.html --- old/oslosphinx-3.0.0/oslosphinx/theme/openstack/layout.html 2015-06-09 17:09:16.000000000 +0200 +++ new/oslosphinx-4.3.0/oslosphinx/theme/openstack/layout.html 2016-02-10 00:18:11.000000000 +0100 @@ -30,6 +30,15 @@ title="{{ _('next chapter') }}">{{ next.title }}</a></p> {%- endif %} {%- endblock %} + {%- block projectsource %} + {%- if cgit_link %} + <h3>{{ _('Project Source') }}</h3> + <ul class="this-page-menu"> + <li><a href="{{cgit_link}}" + rel="nofollow">{{ _('Project Source') }}</a></li> + </ul> + {%- endif %} + {%- endblock %} {%- block sidebarsourcelink %} {%- if show_source and has_source and sourcename %} <h3>{{ _('This Page') }}</h3> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-3.0.0/oslosphinx/theme/openstack/static/basic.css new/oslosphinx-4.3.0/oslosphinx/theme/openstack/static/basic.css --- old/oslosphinx-3.0.0/oslosphinx/theme/openstack/static/basic.css 2015-06-09 17:09:16.000000000 +0200 +++ new/oslosphinx-4.3.0/oslosphinx/theme/openstack/static/basic.css 2016-02-10 00:18:11.000000000 +0100 @@ -42,7 +42,7 @@ div.sphinxsidebar { float: left; - width: 230px; + width: 260px; margin-left: -100%; font-size: 90%; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-3.0.0/oslosphinx/theme/openstack/static/tweaks.css new/oslosphinx-4.3.0/oslosphinx/theme/openstack/static/tweaks.css --- old/oslosphinx-3.0.0/oslosphinx/theme/openstack/static/tweaks.css 2015-06-09 17:09:16.000000000 +0200 +++ new/oslosphinx-4.3.0/oslosphinx/theme/openstack/static/tweaks.css 2016-02-10 00:18:11.000000000 +0100 @@ -85,7 +85,7 @@ div.body { margin-top: -25px; - margin-left: 230px; + margin-left: 260px; } div.document { @@ -113,3 +113,16 @@ margin-top: 0; font-weight: normal; } + +/** Provide the sidebar to allow long words to go to the next line + making them easier to read.*/ +div.sphinxsidebar a { + display: block; + text-indent: -1em; + margin-left: 1em; + word-wrap: break-word; +} + +div.sphinxsidebar ul { + margin: 10px 10px; +} \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-3.0.0/oslosphinx.egg-info/PKG-INFO new/oslosphinx-4.3.0/oslosphinx.egg-info/PKG-INFO --- old/oslosphinx-3.0.0/oslosphinx.egg-info/PKG-INFO 2015-06-09 17:09:33.000000000 +0200 +++ new/oslosphinx-4.3.0/oslosphinx.egg-info/PKG-INFO 2016-02-10 00:18:24.000000000 +0100 @@ -1,13 +1,22 @@ Metadata-Version: 1.1 Name: oslosphinx -Version: 3.0.0 +Version: 4.3.0 Summary: OpenStack Sphinx Extensions and Theme Home-page: http://www.openstack.org/ Author: OpenStack Author-email: [email protected] License: UNKNOWN -Description: OpenStack Sphinx Extensions - =========================== +Description: ============================= + OpenStack Sphinx Extensions + ============================= + + .. image:: https://img.shields.io/pypi/v/oslosphinx.svg + :target: https://pypi.python.org/pypi/oslosphinx/ + :alt: Latest Version + + .. image:: https://img.shields.io/pypi/dm/oslosphinx.svg + :target: https://pypi.python.org/pypi/oslosphinx/ + :alt: Downloads Theme and extension support for Sphinx documentation from the OpenStack project. @@ -26,7 +35,6 @@ Classifier: Operating System :: POSIX :: Linux Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 2 -Classifier: Programming Language :: Python :: 2.6 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.4 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-3.0.0/oslosphinx.egg-info/SOURCES.txt new/oslosphinx-4.3.0/oslosphinx.egg-info/SOURCES.txt --- old/oslosphinx-3.0.0/oslosphinx.egg-info/SOURCES.txt 2015-06-09 17:09:33.000000000 +0200 +++ new/oslosphinx-4.3.0/oslosphinx.egg-info/SOURCES.txt 2016-02-10 00:18:24.000000000 +0100 @@ -3,9 +3,7 @@ ChangeLog HACKING.rst LICENSE -MANIFEST.in README.rst -openstack-common.conf requirements.txt setup.cfg setup.py @@ -14,6 +12,7 @@ doc/source/check_blueprints.rst doc/source/conf.py doc/source/contributing.rst +doc/source/history.rst doc/source/index.rst doc/source/usage.rst oslosphinx/__init__.py diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-3.0.0/oslosphinx.egg-info/pbr.json new/oslosphinx-4.3.0/oslosphinx.egg-info/pbr.json --- old/oslosphinx-3.0.0/oslosphinx.egg-info/pbr.json 2015-06-09 17:09:33.000000000 +0200 +++ new/oslosphinx-4.3.0/oslosphinx.egg-info/pbr.json 2016-02-10 00:18:24.000000000 +0100 @@ -1 +1 @@ -{"is_release": true, "git_version": "af39c45"} \ No newline at end of file +{"is_release": true, "git_version": "8084f2a"} \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-3.0.0/oslosphinx.egg-info/requires.txt new/oslosphinx-4.3.0/oslosphinx.egg-info/requires.txt --- old/oslosphinx-3.0.0/oslosphinx.egg-info/requires.txt 2015-06-09 17:09:33.000000000 +0200 +++ new/oslosphinx-4.3.0/oslosphinx.egg-info/requires.txt 2016-02-10 00:18:24.000000000 +0100 @@ -1,2 +1,3 @@ -pbr>=0.11,<2.0 -requests>=2.5.2 +pbr>=1.6 +requests!=2.9.0,>=2.8.1 +six>=1.9.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-3.0.0/requirements.txt new/oslosphinx-4.3.0/requirements.txt --- old/oslosphinx-3.0.0/requirements.txt 2015-06-09 17:09:16.000000000 +0200 +++ new/oslosphinx-4.3.0/requirements.txt 2016-02-10 00:18:11.000000000 +0100 @@ -2,5 +2,6 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -pbr>=0.11,<2.0 -requests>=2.5.2 +pbr>=1.6 # Apache-2.0 +requests!=2.9.0,>=2.8.1 # Apache-2.0 +six>=1.9.0 # MIT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-3.0.0/setup.cfg new/oslosphinx-4.3.0/setup.cfg --- old/oslosphinx-3.0.0/setup.cfg 2015-06-09 17:09:33.000000000 +0200 +++ new/oslosphinx-4.3.0/setup.cfg 2016-02-10 00:18:24.000000000 +0100 @@ -14,7 +14,6 @@ Operating System :: POSIX :: Linux Programming Language :: Python Programming Language :: Python :: 2 - Programming Language :: Python :: 2.6 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.4 @@ -41,6 +40,6 @@ [egg_info] tag_build = -tag_date = 0 tag_svn_revision = 0 +tag_date = 0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-3.0.0/setup.py new/oslosphinx-4.3.0/setup.py --- old/oslosphinx-3.0.0/setup.py 2015-06-09 17:09:16.000000000 +0200 +++ new/oslosphinx-4.3.0/setup.py 2016-02-10 00:18:11.000000000 +0100 @@ -1,4 +1,3 @@ -#!/usr/bin/env python # Copyright (c) 2013 Hewlett-Packard Development Company, L.P. # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -26,5 +25,5 @@ pass setuptools.setup( - setup_requires=['pbr'], + setup_requires=['pbr>=1.8'], pbr=True) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-3.0.0/test-requirements.txt new/oslosphinx-4.3.0/test-requirements.txt --- old/oslosphinx-3.0.0/test-requirements.txt 2015-06-09 17:09:16.000000000 +0200 +++ new/oslosphinx-4.3.0/test-requirements.txt 2016-02-10 00:18:11.000000000 +0100 @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -hacking>=0.10.0,<0.11 +hacking<0.11,>=0.10.0 # this is required for the docs build jobs -sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3 +sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslosphinx-3.0.0/tox.ini new/oslosphinx-4.3.0/tox.ini --- old/oslosphinx-3.0.0/tox.ini 2015-06-09 17:09:16.000000000 +0200 +++ new/oslosphinx-4.3.0/tox.ini 2016-02-10 00:18:11.000000000 +0100 @@ -3,12 +3,7 @@ envlist = pep8 [testenv] -usedevelop = True -install_command = pip install -U {opts} {packages} deps = -r{toxinidir}/test-requirements.txt -setenv = VIRTUAL_ENV={envdir} -sitepackages = False -downloadcache = {toxworkdir}/_download [testenv:pep8] commands =
