Hello community, here is the log from the commit of package python-os-api-ref for openSUSE:Factory checked in at 2018-02-14 10:50:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-os-api-ref (Old) and /work/SRC/openSUSE:Factory/.python-os-api-ref.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-os-api-ref" Wed Feb 14 10:50:41 2018 rev:4 rq:575942 version:1.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-os-api-ref/python-os-api-ref.changes 2017-09-20 17:13:16.224661083 +0200 +++ /work/SRC/openSUSE:Factory/.python-os-api-ref.new/python-os-api-ref.changes 2018-02-14 10:50:41.807681694 +0100 @@ -1,0 +2,13 @@ +Mon Feb 12 10:02:41 UTC 2018 - [email protected] + +- update to version 1.5.0 (bsc#1078607) + - doc: Remove deprecated call to sphinx.util.compat + - Clear description for max_version field + - Add 'uuid' type + - Fix wrong links + - Remove unconstraint package installation + - Update and replace http with https for doc links + - Fix Zuul jobs + - Updated from global requirements + +------------------------------------------------------------------- Old: ---- os-api-ref-1.4.0.tar.gz New: ---- os-api-ref-1.5.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-os-api-ref.spec ++++++ --- /var/tmp/diff_new_pack.lmY4sM/_old 2018-02-14 10:50:42.503656647 +0100 +++ /var/tmp/diff_new_pack.lmY4sM/_new 2018-02-14 10:50:42.503656647 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-os-api-ref # -# 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 @@ -18,29 +18,29 @@ %global sname os-api-ref Name: python-os-api-ref -Version: 1.4.0 +Version: 1.5.0 Release: 0 Summary: Sphinx Extensions to support API reference sites in OpenStack 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 +Source0: https://files.pythonhosted.org/packages/source/o/%{sname}/%{sname}-%{version}.tar.gz BuildRequires: openstack-macros -BuildRequires: python-PyYAML >= 3.10.0 +BuildRequires: python-PyYAML >= 3.10 BuildRequires: python-Sphinx -BuildRequires: python-beautifulsoup4 +BuildRequires: python-beautifulsoup4 >= 4.6.0 BuildRequires: python-docutils >= 0.11 -BuildRequires: python-openstackdocstheme >= 1.11.0 +BuildRequires: python-openstackdocstheme >= 1.17.0 BuildRequires: python-oslosphinx >= 4.7.0 BuildRequires: python-pbr >= 2.0.0 -BuildRequires: python-python-subunit >= 0.0.18 -BuildRequires: python-sphinx-testing +BuildRequires: python-python-subunit >= 1.0.0 +BuildRequires: python-sphinx-testing >= 0.7.2 BuildRequires: python-testrepository >= 0.0.18 -BuildRequires: python-testtools >= 1.4.0 -Requires: python-PyYAML >= 3.10.0 +BuildRequires: python-testtools >= 2.2.0 +Requires: python-PyYAML >= 3.10 Requires: python-Sphinx Requires: python-docutils >= 0.11 -Requires: python-openstackdocstheme >= 1.11.0 +Requires: python-openstackdocstheme >= 1.17.0 Requires: python-pbr >= 2.0.0 BuildArch: noarch ++++++ _service ++++++ --- /var/tmp/diff_new_pack.lmY4sM/_old 2018-02-14 10:50:42.539655352 +0100 +++ /var/tmp/diff_new_pack.lmY4sM/_new 2018-02-14 10:50:42.543655208 +0100 @@ -1,8 +1,8 @@ <services> <service mode="disabled" name="renderspec"> - <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/pike/openstack/os-api-ref/os-api-ref.spec.j2</param> + <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/os-api-ref/os-api-ref.spec.j2</param> <param name="output-name">python-os-api-ref.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/rpm-packaging/master/requirements.txt</param> <param name="changelog-email">[email protected]</param> <param name="changelog-provider">gh,openstack,os-api-ref</param> </service> ++++++ os-api-ref-1.4.0.tar.gz -> os-api-ref-1.5.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-api-ref-1.4.0/.zuul.yaml new/os-api-ref-1.5.0/.zuul.yaml --- old/os-api-ref-1.4.0/.zuul.yaml 1970-01-01 01:00:00.000000000 +0100 +++ new/os-api-ref-1.5.0/.zuul.yaml 2018-01-18 15:20:43.000000000 +0100 @@ -0,0 +1,19 @@ +- job: + name: os-api-ref-nova-src + parent: build-openstack-api-ref + description: | + Run the api-ref job against nova with proposed os-api-ref change. + vars: + zuul_work_dir: src/git.openstack.org/openstack/nova + required-projects: + - openstack/nova + - openstack/os-api-ref + +- project: + name: openstack/os-api-ref + check: + jobs: + - os-api-ref-nova-src + gate: + jobs: + - os-api-ref-nova-src diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-api-ref-1.4.0/AUTHORS new/os-api-ref-1.5.0/AUTHORS --- old/os-api-ref-1.4.0/AUTHORS 2017-06-13 22:11:08.000000000 +0200 +++ new/os-api-ref-1.5.0/AUTHORS 2018-01-18 15:23:16.000000000 +0100 @@ -11,11 +11,17 @@ Nam Nguyen Hoai <[email protected]> Ondřej Nový <[email protected]> Sean Dague <[email protected]> +Stephen Finucane <[email protected]> Thomas Bechtold <[email protected]> Tony Breeds <[email protected]> Tony Xu <[email protected]> +Tristan Cacqueray <[email protected]> Yuval Brik <[email protected]> +Zuul <[email protected]> gengchc2 <[email protected]> +ghanshyam <[email protected]> ricolin <[email protected]> +shangxiaobj <[email protected]> shashi.kant <[email protected]> tengqm <[email protected]> +yanghuichan <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-api-ref-1.4.0/CONTRIBUTING.rst new/os-api-ref-1.5.0/CONTRIBUTING.rst --- old/os-api-ref-1.4.0/CONTRIBUTING.rst 2017-06-13 22:09:14.000000000 +0200 +++ new/os-api-ref-1.5.0/CONTRIBUTING.rst 2018-01-18 15:20:43.000000000 +0100 @@ -1,14 +1,14 @@ If you would like to contribute to the development of OpenStack, you must follow the steps in this page: - http://docs.openstack.org/infra/manual/developers.html + https://docs.openstack.org/infra/manual/developers.html If you already have a good understanding of how the system works and your OpenStack accounts are set up, you can skip to the development workflow section of this documentation to learn how changes to OpenStack should be submitted for review via the Gerrit tool: - http://docs.openstack.org/infra/manual/developers.html#development-workflow + https://docs.openstack.org/infra/manual/developers.html#development-workflow Pull requests submitted through GitHub will be ignored. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-api-ref-1.4.0/ChangeLog new/os-api-ref-1.5.0/ChangeLog --- old/os-api-ref-1.4.0/ChangeLog 2017-06-13 22:11:08.000000000 +0200 +++ new/os-api-ref-1.5.0/ChangeLog 2018-01-18 15:23:16.000000000 +0100 @@ -1,6 +1,20 @@ CHANGES ======= +1.5.0 +----- + +* Updated from global requirements +* Fix wrong links +* Update and replace http with https for doc links +* Add 'uuid' type +* Fix Zuul jobs +* Updated from global requirements +* Updated from global requirements +* doc: Remove deprecated call to sphinx.util.compat +* Remove unconstraint package installation +* Clear description for max\_version field + 1.4.0 ----- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-api-ref-1.4.0/HACKING.rst new/os-api-ref-1.5.0/HACKING.rst --- old/os-api-ref-1.4.0/HACKING.rst 2017-06-13 22:09:14.000000000 +0200 +++ new/os-api-ref-1.5.0/HACKING.rst 2018-01-18 15:20:43.000000000 +0100 @@ -1,4 +1,4 @@ os-api-ref Style Commandments =============================================== -Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ +Read the OpenStack Style Commandments https://docs.openstack.org/hacking/latest/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-api-ref-1.4.0/PKG-INFO new/os-api-ref-1.5.0/PKG-INFO --- old/os-api-ref-1.4.0/PKG-INFO 2017-06-13 22:11:09.000000000 +0200 +++ new/os-api-ref-1.5.0/PKG-INFO 2018-01-18 15:23:17.000000000 +0100 @@ -1,17 +1,18 @@ Metadata-Version: 1.1 Name: os-api-ref -Version: 1.4.0 +Version: 1.5.0 Summary: Sphinx Extensions to support API reference sites in OpenStack -Home-page: http://docs.openstack.org/developer/os-api-ref +Home-page: https://docs.openstack.org/os-api-ref/latest/ Author: OpenStack Author-email: [email protected] License: UNKNOWN +Description-Content-Type: UNKNOWN Description: ======================== Team and repository tags ======================== - .. image:: http://governance.openstack.org/badges/os-api-ref.svg - :target: http://governance.openstack.org/reference/tags/index.html + .. image:: https://governance.openstack.org/tc/badges/os-api-ref.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html .. Change things from this point on @@ -116,8 +117,8 @@ * Free software: Apache license - * Documentation: http://docs.openstack.org/developer/os-api-ref - * Source: http://git.openstack.org/cgit/openstack/os-api-ref + * Documentation: https://docs.openstack.org/os-api-ref/latest/ + * Source: https://git.openstack.org/cgit/openstack/os-api-ref Platform: UNKNOWN diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-api-ref-1.4.0/README.rst new/os-api-ref-1.5.0/README.rst --- old/os-api-ref-1.4.0/README.rst 2017-06-13 22:09:14.000000000 +0200 +++ new/os-api-ref-1.5.0/README.rst 2018-01-18 15:20:43.000000000 +0100 @@ -2,8 +2,8 @@ Team and repository tags ======================== -.. image:: http://governance.openstack.org/badges/os-api-ref.svg - :target: http://governance.openstack.org/reference/tags/index.html +.. image:: https://governance.openstack.org/tc/badges/os-api-ref.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html .. Change things from this point on @@ -108,5 +108,5 @@ * Free software: Apache license -* Documentation: http://docs.openstack.org/developer/os-api-ref -* Source: http://git.openstack.org/cgit/openstack/os-api-ref +* Documentation: https://docs.openstack.org/os-api-ref/latest/ +* Source: https://git.openstack.org/cgit/openstack/os-api-ref diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-api-ref-1.4.0/doc/source/usage.rst new/os-api-ref-1.5.0/doc/source/usage.rst --- old/os-api-ref-1.4.0/doc/source/usage.rst 2017-06-13 22:09:14.000000000 +0200 +++ new/os-api-ref-1.5.0/doc/source/usage.rst 2018-01-18 15:20:43.000000000 +0100 @@ -170,7 +170,7 @@ type the javascript/json type of the field. one of ``boolean``, ``int``, - ``float``, ``string``, ``array``, ``object``. + ``float``, ``string``, ``uuid``, ``array``, ``object``. min_version the microversion that this parameter was introduced at. Will render @@ -178,7 +178,7 @@ max_version the last version that includes this parameter. Will render - a *Deprecated in $version* stanza in the html output. + a *Available until $version* stanza in the html output. rest_status_code diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-api-ref-1.4.0/os_api_ref/__init__.py new/os-api-ref-1.5.0/os_api_ref/__init__.py --- old/os-api-ref-1.4.0/os_api_ref/__init__.py 2017-06-13 22:09:15.000000000 +0200 +++ new/os-api-ref-1.5.0/os_api_ref/__init__.py 2018-01-18 15:20:43.000000000 +0100 @@ -15,10 +15,10 @@ import re from docutils import nodes +from docutils.parsers import rst from docutils.parsers.rst.directives.tables import Table from docutils.statemachine import ViewList import pbr.version -from sphinx.util.compat import Directive from sphinx.util.osutil import copyfile import yaml @@ -123,7 +123,7 @@ pass -class RestExpandAllDirective(Directive): +class RestExpandAllDirective(rst.Directive): # This tells sphinx that the directive will need to generate # content during the final build phase. has_content = True @@ -149,7 +149,7 @@ return [node] -class RestMethodDirective(Directive): +class RestMethodDirective(rst.Directive): # this enables content in the directive has_content = True @@ -441,7 +441,7 @@ str(min_version).replace('.', '_')) classes.append(min_ver_css_name) if max_version: - desc += ("\n\n**Deprecated in version %s**\n" % + desc += ("\n\n**Available until version %s**\n" % max_version) max_ver_css_name = ("rp_max_ver_" + str(max_version).replace('.', '_')) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-api-ref-1.4.0/os_api_ref/tests/test_microversions.py new/os-api-ref-1.5.0/os_api_ref/tests/test_microversions.py --- old/os-api-ref-1.4.0/os_api_ref/tests/test_microversions.py 2017-06-13 22:09:14.000000000 +0200 +++ new/os-api-ref-1.5.0/os_api_ref/tests/test_microversions.py 2018-01-18 15:20:43.000000000 +0100 @@ -87,7 +87,7 @@ <td>body</td> <td>string</td> <td><p class="first">The name of things</p> -<p class="last"><strong>Deprecated in version 2.20</strong></p> +<p class="last"><strong>Available until version 2.20</strong></p> </td> </tr> </tbody> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-api-ref-1.4.0/os_api_ref.egg-info/PKG-INFO new/os-api-ref-1.5.0/os_api_ref.egg-info/PKG-INFO --- old/os-api-ref-1.4.0/os_api_ref.egg-info/PKG-INFO 2017-06-13 22:11:08.000000000 +0200 +++ new/os-api-ref-1.5.0/os_api_ref.egg-info/PKG-INFO 2018-01-18 15:23:16.000000000 +0100 @@ -1,17 +1,18 @@ Metadata-Version: 1.1 Name: os-api-ref -Version: 1.4.0 +Version: 1.5.0 Summary: Sphinx Extensions to support API reference sites in OpenStack -Home-page: http://docs.openstack.org/developer/os-api-ref +Home-page: https://docs.openstack.org/os-api-ref/latest/ Author: OpenStack Author-email: [email protected] License: UNKNOWN +Description-Content-Type: UNKNOWN Description: ======================== Team and repository tags ======================== - .. image:: http://governance.openstack.org/badges/os-api-ref.svg - :target: http://governance.openstack.org/reference/tags/index.html + .. image:: https://governance.openstack.org/tc/badges/os-api-ref.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html .. Change things from this point on @@ -116,8 +117,8 @@ * Free software: Apache license - * Documentation: http://docs.openstack.org/developer/os-api-ref - * Source: http://git.openstack.org/cgit/openstack/os-api-ref + * Documentation: https://docs.openstack.org/os-api-ref/latest/ + * Source: https://git.openstack.org/cgit/openstack/os-api-ref Platform: UNKNOWN diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-api-ref-1.4.0/os_api_ref.egg-info/SOURCES.txt new/os-api-ref-1.5.0/os_api_ref.egg-info/SOURCES.txt --- old/os-api-ref-1.4.0/os_api_ref.egg-info/SOURCES.txt 2017-06-13 22:11:09.000000000 +0200 +++ new/os-api-ref-1.5.0/os_api_ref.egg-info/SOURCES.txt 2018-01-18 15:23:17.000000000 +0100 @@ -1,6 +1,7 @@ .coveragerc .mailmap .testr.conf +.zuul.yaml AUTHORS CONTRIBUTING.rst ChangeLog @@ -52,5 +53,4 @@ os_api_ref/tests/examples/warnings/conf.py os_api_ref/tests/examples/warnings/empty_parameters_file.yaml os_api_ref/tests/examples/warnings/index.rst -os_api_ref/tests/examples/warnings/parameters.yaml -tools/tox_install.sh \ No newline at end of file +os_api_ref/tests/examples/warnings/parameters.yaml \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-api-ref-1.4.0/os_api_ref.egg-info/pbr.json new/os-api-ref-1.5.0/os_api_ref.egg-info/pbr.json --- old/os-api-ref-1.4.0/os_api_ref.egg-info/pbr.json 2017-06-13 22:11:08.000000000 +0200 +++ new/os-api-ref-1.5.0/os_api_ref.egg-info/pbr.json 2018-01-18 15:23:16.000000000 +0100 @@ -1 +1 @@ -{"git_version": "a67ed2f", "is_release": true} \ No newline at end of file +{"git_version": "cb41558", "is_release": true} \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-api-ref-1.4.0/os_api_ref.egg-info/requires.txt new/os-api-ref-1.5.0/os_api_ref.egg-info/requires.txt --- old/os-api-ref-1.4.0/os_api_ref.egg-info/requires.txt 2017-06-13 22:11:08.000000000 +0200 +++ new/os-api-ref-1.5.0/os_api_ref.egg-info/requires.txt 2018-01-18 15:23:16.000000000 +0100 @@ -1,5 +1,5 @@ pbr!=2.1.0,>=2.0.0 -PyYAML>=3.10.0 -six>=1.9.0 -sphinx!=1.6.1,>=1.5.1 -openstackdocstheme>=1.5.0 +PyYAML>=3.10 +six>=1.10.0 +sphinx!=1.6.6,>=1.6.2 +openstackdocstheme>=1.17.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-api-ref-1.4.0/requirements.txt new/os-api-ref-1.5.0/requirements.txt --- old/os-api-ref-1.4.0/requirements.txt 2017-06-13 22:09:14.000000000 +0200 +++ new/os-api-ref-1.5.0/requirements.txt 2018-01-18 15:20:56.000000000 +0100 @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. pbr!=2.1.0,>=2.0.0 # Apache-2.0 -PyYAML>=3.10.0 # MIT -six>=1.9.0 # MIT -sphinx!=1.6.1,>=1.5.1 # BSD -openstackdocstheme>=1.5.0 # Apache-2.0 +PyYAML>=3.10 # MIT +six>=1.10.0 # MIT +sphinx!=1.6.6,>=1.6.2 # BSD +openstackdocstheme>=1.17.0 # Apache-2.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-api-ref-1.4.0/setup.cfg new/os-api-ref-1.5.0/setup.cfg --- old/os-api-ref-1.4.0/setup.cfg 2017-06-13 22:11:09.000000000 +0200 +++ new/os-api-ref-1.5.0/setup.cfg 2018-01-18 15:23:17.000000000 +0100 @@ -5,7 +5,7 @@ README.rst author = OpenStack author-email = [email protected] -home-page = http://docs.openstack.org/developer/os-api-ref +home-page = https://docs.openstack.org/os-api-ref/latest/ classifier = Environment :: OpenStack Intended Audience :: Information Technology diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-api-ref-1.4.0/test-requirements.txt new/os-api-ref-1.5.0/test-requirements.txt --- old/os-api-ref-1.4.0/test-requirements.txt 2017-06-13 22:09:14.000000000 +0200 +++ new/os-api-ref-1.5.0/test-requirements.txt 2018-01-18 15:20:43.000000000 +0100 @@ -5,9 +5,9 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 -python-subunit>=0.0.18 # Apache-2.0/BSD +python-subunit>=1.0.0 # Apache-2.0/BSD oslosphinx>=4.7.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD -testtools>=1.4.0 # MIT -sphinx-testing # BSD License -beautifulsoup4 # MIT +testtools>=2.2.0 # MIT +sphinx-testing>=0.7.2 # BSD License +beautifulsoup4>=4.6.0 # MIT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-api-ref-1.4.0/tools/tox_install.sh new/os-api-ref-1.5.0/tools/tox_install.sh --- old/os-api-ref-1.4.0/tools/tox_install.sh 2017-06-13 22:09:14.000000000 +0200 +++ new/os-api-ref-1.5.0/tools/tox_install.sh 1970-01-01 01:00:00.000000000 +0100 @@ -1,30 +0,0 @@ -#!/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/os-api-ref-1.4.0/tox.ini new/os-api-ref-1.5.0/tox.ini --- old/os-api-ref-1.4.0/tox.ini 2017-06-13 22:09:14.000000000 +0200 +++ new/os-api-ref-1.5.0/tox.ini 2018-01-18 15:20:43.000000000 +0100 @@ -6,11 +6,10 @@ [testenv] setenv = VIRTUAL_ENV={envdir} - BRANCH_NAME=master - CLIENT_NAME=os-api-ref -install_command = {toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} - pip install -U {opts} {packages} -deps = -r{toxinidir}/requirements.txt +install_command = pip install -U {opts} {packages} +deps = + -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} + -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = python setup.py test --slowest --no-parallel --testr-args='{posargs}'
