Hello community, here is the log from the commit of package python-pycadf for openSUSE:Factory checked in at 2018-09-07 15:39:26 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pycadf (Old) and /work/SRC/openSUSE:Factory/.python-pycadf.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pycadf" Fri Sep 7 15:39:26 2018 rev:12 rq:633116 version:2.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pycadf/python-pycadf.changes 2018-03-19 23:36:51.144655879 +0100 +++ /work/SRC/openSUSE:Factory/.python-pycadf.new/python-pycadf.changes 2018-09-07 15:39:27.442532700 +0200 @@ -1,0 +2,10 @@ +Mon Sep 3 17:25:51 UTC 2018 - [email protected] + +- update to version 2.8.0 + - Trivial: Update pypi url to new url + - fix tox python3 overrides + - Updated from global requirements + - add lower-constraints job + - Remove moxstubout usage + +------------------------------------------------------------------- Old: ---- pycadf-2.7.0.tar.gz New: ---- pycadf-2.8.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pycadf.spec ++++++ --- /var/tmp/diff_new_pack.xenXJI/_old 2018-09-07 15:39:27.962532142 +0200 +++ /var/tmp/diff_new_pack.xenXJI/_new 2018-09-07 15:39:27.962532142 +0200 @@ -1,5 +1,5 @@ # -# spec file for package python +# spec file for package python-pycadf # # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # @@ -16,49 +16,71 @@ # -%global sname pycadf -Name: python-%{sname} -Version: 2.7.0 +%global oldpython python +Name: python-pycadf +Version: 2.8.0 Release: 0 Summary: DMTF Cloud Audit (CADF) data model License: Apache-2.0 Group: Development/Languages/Python -Url: https://launchpad.net/pycadf -Source0: https://files.pythonhosted.org/packages/source/p/%{sname}/%{sname}-%{version}.tar.gz +URL: https://launchpad.net/pycadf +Source0: https://files.pythonhosted.org/packages/source/p/pycadf/pycadf-2.8.0.tar.gz BuildRequires: openstack-macros BuildRequires: python-devel -BuildRequires: python-fixtures >= 3.0.0 -BuildRequires: python-oslo.config >= 5.1.0 -BuildRequires: python-oslo.serialization >= 2.18.0 -BuildRequires: python-oslotest >= 3.2.0 -BuildRequires: python-pbr >= 2.0.0 -BuildRequires: python-setuptools >= 16.0 +BuildRequires: python2-fixtures +BuildRequires: python2-oslo.config >= 5.2.0 +BuildRequires: python2-oslo.serialization >= 2.18.0 +BuildRequires: python2-oslotest +BuildRequires: python2-pbr +BuildRequires: python2-setuptools +BuildRequires: python2-testrepository +BuildRequires: python2-testscenarios +BuildRequires: python2-testtools +BuildRequires: python3-devel +BuildRequires: python3-fixtures +BuildRequires: python3-oslo.config >= 5.2.0 +BuildRequires: python3-oslo.serialization >= 2.18.0 +BuildRequires: python3-oslotest +BuildRequires: python3-pbr +BuildRequires: python3-setuptools +BuildRequires: python3-testrepository +BuildRequires: python3-testscenarios +BuildRequires: python3-testtools +Requires: %{oldpython}-pycadf-common Requires: python-debtcollector >= 1.2.0 -Requires: python-oslo.config >= 5.1.0 +Requires: python-oslo.config >= 5.2.0 Requires: python-oslo.serialization >= 2.18.0 Requires: python-pytz >= 2013.6 Requires: python-six >= 1.10.0 BuildArch: noarch +%python_subpackages %description DMTF Cloud Audit (CADF) data model -%package doc +%package -n python-pycadf-doc Summary: Documentation for the DMTF Cloud Audit (CADF) data model Group: Development/Languages/Python BuildRequires: python-Sphinx -BuildRequires: python-openstackdocstheme >= 1.18.1 +BuildRequires: python-openstackdocstheme -%description doc +%description -n python-pycadf-doc Documentation for the DMTF Cloud Audit (CADF) data model. +%package -n python-pycadf-common +Summary: Common files for the DMTF Cloud Audit (CADF) data model +Group: Development/Languages/Python + +%description -n python-pycadf-common +Configuration files for the DMTF Cloud Audit (CADF) data model. + %prep -%autosetup -n %{sname}-%{version} +%autosetup -n pycadf-2.8.0 sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg %py_req_cleanup %build -%py2_build +%{python_build} # generate html docs %{__python2} setup.py build_sphinx @@ -66,20 +88,28 @@ rm -rf doc/build/html/.{doctrees,buildinfo} %install -%py2_install +%{python_install} # FIXME: pbr/wheel bug installing onfiguration files in /usr/etc mkdir -p %{buildroot}/%{_sysconfdir} -mv %{buildroot}%{_prefix}%{_sysconfdir}/%{sname} %{buildroot}/%{_sysconfdir}/ +mv %{buildroot}%{_prefix}%{_sysconfdir}/pycadf %{buildroot}/%{_sysconfdir}/ -%files +%check +%{python_expand rm -rf .testrepository +$python setup.py testr +} + +%files %{python_files} %doc README.rst %license LICENSE -%dir %{_sysconfdir}/%{sname} -%config(noreplace) %{_sysconfdir}/%{sname}/*.conf -%{python2_sitelib}/%{sname} -%{python2_sitelib}/%{sname}-*-py?.?.egg-info +%{python_sitelib}/pycadf +%{python_sitelib}/pycadf-*-py?.?.egg-info + +%files -n python-pycadf-common +%license LICENSE +%dir %{_sysconfdir}/pycadf +%config(noreplace) %{_sysconfdir}/pycadf/*.conf -%files doc +%files -n python-pycadf-doc %license LICENSE %doc doc/build/html ++++++ _service ++++++ --- /var/tmp/diff_new_pack.xenXJI/_old 2018-09-07 15:39:27.986532116 +0200 +++ /var/tmp/diff_new_pack.xenXJI/_new 2018-09-07 15:39:27.990532112 +0200 @@ -1,8 +1,8 @@ <services> <service mode="disabled" name="renderspec"> - <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/openstack/pycadf/pycadf.spec.j2</param> + <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/pycadf/pycadf.spec.j2</param> <param name="output-name">python-pycadf.spec</param> - <param name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/queens/requirements.txt</param> + <param name="requirements">https://raw.githubusercontent.com/openstack/pycadf/stable/rocky/requirements.txt</param> <param name="changelog-email">[email protected]</param> <param name="changelog-provider">gh,openstack,pycadf</param> </service> ++++++ pycadf-2.7.0.tar.gz -> pycadf-2.8.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pycadf-2.7.0/.zuul.yaml new/pycadf-2.8.0/.zuul.yaml --- old/pycadf-2.7.0/.zuul.yaml 1970-01-01 01:00:00.000000000 +0100 +++ new/pycadf-2.8.0/.zuul.yaml 2018-07-13 22:23:34.000000000 +0200 @@ -0,0 +1,7 @@ +- project: + check: + jobs: + - openstack-tox-lower-constraints + gate: + jobs: + - openstack-tox-lower-constraints diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pycadf-2.7.0/AUTHORS new/pycadf-2.8.0/AUTHORS --- old/pycadf-2.7.0/AUTHORS 2018-01-31 21:07:28.000000000 +0100 +++ new/pycadf-2.8.0/AUTHORS 2018-07-13 22:27:51.000000000 +0200 @@ -3,6 +3,7 @@ Arun Kant <[email protected]> Brad Topol <[email protected]> ChangBo Guo(gcb) <[email protected]> +Charles Short <[email protected]> Christian Berendt <[email protected]> Cyril Roelandt <[email protected]> Davanum Srinivas <[email protected]> @@ -33,6 +34,7 @@ Swapnil Kulkarni (coolsvap) <[email protected]> Tony Breeds <[email protected]> Tony Xu <[email protected]> +Zuul <[email protected]> bgsilva <[email protected]> chenghuiyu <[email protected]> gord chung <[email protected]> @@ -42,5 +44,6 @@ lin-hua-cheng <[email protected]> liyingjun <[email protected]> [email protected] <[email protected]> +melissaml <[email protected]> nizam <[email protected]> reedip <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pycadf-2.7.0/ChangeLog new/pycadf-2.8.0/ChangeLog --- old/pycadf-2.7.0/ChangeLog 2018-01-31 21:07:28.000000000 +0100 +++ new/pycadf-2.8.0/ChangeLog 2018-07-13 22:27:51.000000000 +0200 @@ -1,6 +1,16 @@ CHANGES ======= +2.8.0 +----- + +* fix tox python3 overrides +* Remove moxstubout usage +* add lower-constraints job +* Trivial: Update pypi url to new url +* Updated from global requirements +* Updated from global requirements + 2.7.0 ----- @@ -347,6 +357,10 @@ ----- * validate attributes against basestring + +v0.1 +---- + * add support for audit api middleware * DMTF CADF format * test commit diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pycadf-2.7.0/PKG-INFO new/pycadf-2.8.0/PKG-INFO --- old/pycadf-2.7.0/PKG-INFO 2018-01-31 21:07:29.000000000 +0100 +++ new/pycadf-2.8.0/PKG-INFO 2018-07-13 22:27:51.000000000 +0200 @@ -1,18 +1,17 @@ Metadata-Version: 1.1 Name: pycadf -Version: 2.7.0 +Version: 2.8.0 Summary: CADF Library Home-page: https://docs.openstack.org/pycadf/latest/ Author: OpenStack Author-email: [email protected] License: UNKNOWN -Description-Content-Type: UNKNOWN Description: ======================== Team and repository tags ======================== - .. image:: https://governance.openstack.org/badges/pycadf.svg - :target: https://governance.openstack.org/reference/tags/index.html + .. image:: https://governance.openstack.org/tc/badges/pycadf.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html .. Change things from this point on @@ -21,15 +20,15 @@ ====== .. image:: https://img.shields.io/pypi/v/pycadf.svg - :target: https://pypi.python.org/pypi/pycadf/ + :target: https://pypi.org/project/pycadf/ :alt: Latest Version .. image:: https://img.shields.io/pypi/dm/pycadf.svg - :target: https://pypi.python.org/pypi/pycadf/ + :target: https://pypi.org/project/pycadf/ :alt: Downloads This library provides an auditing data model based on the `Cloud Auditing Data - Federation <http://www.dmtf.org/standards/cadf>`_ specification, primarily for + Federation <https://www.dmtf.org/standards/cadf>`_ specification, primarily for use by OpenStack. The goal is to establish strict expectations about what auditors can expect from audit notifications. @@ -40,8 +39,8 @@ * `Bugs`_ - issue tracking * `Source`_ - .. _PyPi: https://pypi.python.org/pypi/pycadf - .. _Online Documentation: https://docs.openstack.org/developer/pycadf/ + .. _PyPi: https://pypi.org/project/pycadf + .. _Online Documentation: https://docs.openstack.org/pycadf/latest/ .. _Launchpad project: https://launchpad.net/pycadf .. _Blueprints: https://blueprints.launchpad.net/pycadf .. _Bugs: https://bugs.launchpad.net/pycadf diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pycadf-2.7.0/README.rst new/pycadf-2.8.0/README.rst --- old/pycadf-2.7.0/README.rst 2018-01-31 21:04:28.000000000 +0100 +++ new/pycadf-2.8.0/README.rst 2018-07-13 22:23:34.000000000 +0200 @@ -2,8 +2,8 @@ Team and repository tags ======================== -.. image:: https://governance.openstack.org/badges/pycadf.svg - :target: https://governance.openstack.org/reference/tags/index.html +.. image:: https://governance.openstack.org/tc/badges/pycadf.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html .. Change things from this point on @@ -12,15 +12,15 @@ ====== .. image:: https://img.shields.io/pypi/v/pycadf.svg - :target: https://pypi.python.org/pypi/pycadf/ + :target: https://pypi.org/project/pycadf/ :alt: Latest Version .. image:: https://img.shields.io/pypi/dm/pycadf.svg - :target: https://pypi.python.org/pypi/pycadf/ + :target: https://pypi.org/project/pycadf/ :alt: Downloads This library provides an auditing data model based on the `Cloud Auditing Data -Federation <http://www.dmtf.org/standards/cadf>`_ specification, primarily for +Federation <https://www.dmtf.org/standards/cadf>`_ specification, primarily for use by OpenStack. The goal is to establish strict expectations about what auditors can expect from audit notifications. @@ -31,8 +31,8 @@ * `Bugs`_ - issue tracking * `Source`_ -.. _PyPi: https://pypi.python.org/pypi/pycadf -.. _Online Documentation: https://docs.openstack.org/developer/pycadf/ +.. _PyPi: https://pypi.org/project/pycadf +.. _Online Documentation: https://docs.openstack.org/pycadf/latest/ .. _Launchpad project: https://launchpad.net/pycadf .. _Blueprints: https://blueprints.launchpad.net/pycadf .. _Bugs: https://bugs.launchpad.net/pycadf diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pycadf-2.7.0/doc/source/index.rst new/pycadf-2.8.0/doc/source/index.rst --- old/pycadf-2.7.0/doc/source/index.rst 2018-01-31 21:04:28.000000000 +0100 +++ new/pycadf-2.8.0/doc/source/index.rst 2018-07-13 22:23:34.000000000 +0200 @@ -58,7 +58,7 @@ .. _Gerrit: https://docs.openstack.org/infra/manual/developers.html#development-workflow .. _Bug reports: https://bugs.launchpad.net/pycadf/+bugs .. _blueprints: https://blueprints.launchpad.net/pycadf -.. _PyPi: https://pypi.python.org/pypi/pycadf +.. _PyPi: https://pypi.org/project/pycadf .. _tarball: https://tarballs.openstack.org/pycadf Code Documentation diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pycadf-2.7.0/lower-constraints.txt new/pycadf-2.8.0/lower-constraints.txt --- old/pycadf-2.7.0/lower-constraints.txt 1970-01-01 01:00:00.000000000 +0100 +++ new/pycadf-2.8.0/lower-constraints.txt 2018-07-13 22:23:34.000000000 +0200 @@ -0,0 +1,55 @@ +alabaster==0.7.10 +appdirs==1.3.0 +Babel==2.3.4 +coverage==4.0 +debtcollector==1.2.0 +docutils==0.11 +dulwich==0.15.0 +extras==1.0.0 +fixtures==3.0.0 +flake8==2.2.4 +flake8-docstrings==0.2.1.post1 +hacking==0.10.3 +imagesize==0.7.1 +iso8601==0.1.11 +Jinja2==2.10 +keystoneauth1==3.4.0 +linecache2==1.0.0 +MarkupSafe==1.0 +mccabe==0.2.1 +mock==2.0.0 +monotonic==0.6 +mox3==0.20.0 +msgpack-python==0.4.0 +netaddr==0.7.18 +netifaces==0.10.4 +openstackdocstheme==1.18.1 +os-client-config==1.28.0 +oslo.config==5.2.0 +oslo.i18n==3.15.3 +oslo.serialization==2.18.0 +oslo.utils==3.33.0 +oslotest==3.2.0 +pbr==2.0.0 +pep257==0.7.0 +pep8==1.5.7 +pyflakes==0.8.1 +Pygments==2.2.0 +pyparsing==2.1.0 +python-mimeparse==1.6.0 +python-subunit==1.0.0 +pytz==2013.6 +PyYAML==3.12 +requests==2.14.2 +requestsexceptions==1.2.0 +rfc3986==0.3.1 +six==1.10.0 +snowballstemmer==1.2.1 +Sphinx==1.6.2 +sphinxcontrib-websupport==1.0.1 +stevedore==1.20.0 +testrepository==0.0.18 +testtools==2.2.0 +traceback2==1.4.0 +unittest2==1.1.0 +wrapt==1.7.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pycadf-2.7.0/pycadf/tests/base.py new/pycadf-2.8.0/pycadf/tests/base.py --- old/pycadf-2.7.0/pycadf/tests/base.py 2018-01-31 21:04:28.000000000 +0100 +++ new/pycadf-2.8.0/pycadf/tests/base.py 2018-07-13 22:23:34.000000000 +0200 @@ -18,7 +18,6 @@ import fixtures from oslo_config import cfg -from oslotest import moxstubout import testtools @@ -27,9 +26,6 @@ def setUp(self): super(TestCase, self).setUp() self.tempdir = self.useFixture(fixtures.TempDir()) - moxfixture = self.useFixture(moxstubout.MoxStubout()) - self.mox = moxfixture.mox - self.stubs = moxfixture.stubs cfg.CONF([], project='pycadf') def path_get(self, project_file=None): diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pycadf-2.7.0/pycadf.egg-info/PKG-INFO new/pycadf-2.8.0/pycadf.egg-info/PKG-INFO --- old/pycadf-2.7.0/pycadf.egg-info/PKG-INFO 2018-01-31 21:07:28.000000000 +0100 +++ new/pycadf-2.8.0/pycadf.egg-info/PKG-INFO 2018-07-13 22:27:51.000000000 +0200 @@ -1,18 +1,17 @@ Metadata-Version: 1.1 Name: pycadf -Version: 2.7.0 +Version: 2.8.0 Summary: CADF Library Home-page: https://docs.openstack.org/pycadf/latest/ Author: OpenStack Author-email: [email protected] License: UNKNOWN -Description-Content-Type: UNKNOWN Description: ======================== Team and repository tags ======================== - .. image:: https://governance.openstack.org/badges/pycadf.svg - :target: https://governance.openstack.org/reference/tags/index.html + .. image:: https://governance.openstack.org/tc/badges/pycadf.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html .. Change things from this point on @@ -21,15 +20,15 @@ ====== .. image:: https://img.shields.io/pypi/v/pycadf.svg - :target: https://pypi.python.org/pypi/pycadf/ + :target: https://pypi.org/project/pycadf/ :alt: Latest Version .. image:: https://img.shields.io/pypi/dm/pycadf.svg - :target: https://pypi.python.org/pypi/pycadf/ + :target: https://pypi.org/project/pycadf/ :alt: Downloads This library provides an auditing data model based on the `Cloud Auditing Data - Federation <http://www.dmtf.org/standards/cadf>`_ specification, primarily for + Federation <https://www.dmtf.org/standards/cadf>`_ specification, primarily for use by OpenStack. The goal is to establish strict expectations about what auditors can expect from audit notifications. @@ -40,8 +39,8 @@ * `Bugs`_ - issue tracking * `Source`_ - .. _PyPi: https://pypi.python.org/pypi/pycadf - .. _Online Documentation: https://docs.openstack.org/developer/pycadf/ + .. _PyPi: https://pypi.org/project/pycadf + .. _Online Documentation: https://docs.openstack.org/pycadf/latest/ .. _Launchpad project: https://launchpad.net/pycadf .. _Blueprints: https://blueprints.launchpad.net/pycadf .. _Bugs: https://bugs.launchpad.net/pycadf diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pycadf-2.7.0/pycadf.egg-info/SOURCES.txt new/pycadf-2.8.0/pycadf.egg-info/SOURCES.txt --- old/pycadf-2.7.0/pycadf.egg-info/SOURCES.txt 2018-01-31 21:07:29.000000000 +0100 +++ new/pycadf-2.8.0/pycadf.egg-info/SOURCES.txt 2018-07-13 22:27:51.000000000 +0200 @@ -1,9 +1,11 @@ .testr.conf +.zuul.yaml AUTHORS CONTRIBUTING.rst ChangeLog LICENSE README.rst +lower-constraints.txt requirements.txt setup.cfg setup.py diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pycadf-2.7.0/pycadf.egg-info/pbr.json new/pycadf-2.8.0/pycadf.egg-info/pbr.json --- old/pycadf-2.7.0/pycadf.egg-info/pbr.json 2018-01-31 21:07:28.000000000 +0100 +++ new/pycadf-2.8.0/pycadf.egg-info/pbr.json 2018-07-13 22:27:51.000000000 +0200 @@ -1 +1 @@ -{"git_version": "21e59ea", "is_release": true} \ No newline at end of file +{"git_version": "7df2d59", "is_release": true} \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pycadf-2.7.0/pycadf.egg-info/requires.txt new/pycadf-2.8.0/pycadf.egg-info/requires.txt --- old/pycadf-2.7.0/pycadf.egg-info/requires.txt 2018-01-31 21:07:28.000000000 +0100 +++ new/pycadf-2.8.0/pycadf.egg-info/requires.txt 2018-07-13 22:27:51.000000000 +0200 @@ -1,4 +1,4 @@ -oslo.config>=4.6.0 +oslo.config>=5.2.0 oslo.serialization!=2.19.1,>=2.18.0 pytz>=2013.6 six>=1.10.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pycadf-2.7.0/requirements.txt new/pycadf-2.8.0/requirements.txt --- old/pycadf-2.7.0/requirements.txt 2018-01-31 21:04:28.000000000 +0100 +++ new/pycadf-2.8.0/requirements.txt 2018-07-13 22:23:34.000000000 +0200 @@ -1,7 +1,7 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -oslo.config>=4.6.0 # Apache-2.0 +oslo.config>=5.2.0 # Apache-2.0 oslo.serialization!=2.19.1,>=2.18.0 # Apache-2.0 pytz>=2013.6 # MIT six>=1.10.0 # MIT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pycadf-2.7.0/test-requirements.txt new/pycadf-2.8.0/test-requirements.txt --- old/pycadf-2.7.0/test-requirements.txt 2018-01-31 21:04:28.000000000 +0100 +++ new/pycadf-2.8.0/test-requirements.txt 2018-07-13 22:23:34.000000000 +0200 @@ -7,11 +7,11 @@ coverage!=4.4,>=4.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD -oslotest>=1.10.0 # Apache-2.0 python-subunit>=1.0.0 # Apache-2.0/BSD +mock>=2.0.0 # BSD testrepository>=0.0.18 # Apache-2.0/BSD testtools>=2.2.0 # MIT # this is required for the docs build jobs -openstackdocstheme>=1.17.0 # Apache-2.0 -sphinx>=1.6.2 # BSD +openstackdocstheme>=1.18.1 # Apache-2.0 +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pycadf-2.7.0/tox.ini new/pycadf-2.8.0/tox.ini --- old/pycadf-2.7.0/tox.ini 2018-01-31 21:04:28.000000000 +0100 +++ new/pycadf-2.8.0/tox.ini 2018-07-13 22:23:34.000000000 +0200 @@ -11,18 +11,23 @@ commands = python setup.py testr --slowest --testr-args='{posargs}' [testenv:pep8] +basepython = python3 commands = flake8 [testenv:docs] +basepython = python3 commands = python setup.py build_sphinx [testenv:cover] +basepython = python3 commands = python setup.py testr --coverage [testenv:venv] +basepython = python3 commands = {posargs} [testenv:debug] +basepython = python3 commands = oslo_debug_helper {posargs} [flake8] @@ -45,3 +50,10 @@ # D401: First line should be in imperative mood ignore = H405,D100,D101,D102,D103,D104,D105,D200,D202,D203,D204,D205,D208,D400,D401 exclude = .tox,dist,doc,*.egg,build + +[testenv:lower-constraints] +basepython = python3 +deps = + -c{toxinidir}/lower-constraints.txt + -r{toxinidir}/test-requirements.txt + -r{toxinidir}/requirements.txt
