Hello community, here is the log from the commit of package python-oslo.cache for openSUSE:Factory checked in at 2018-09-07 15:38:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-oslo.cache (Old) and /work/SRC/openSUSE:Factory/.python-oslo.cache.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.cache" Fri Sep 7 15:38:40 2018 rev:5 rq:633095 version:1.30.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-oslo.cache/python-oslo.cache.changes 2018-03-19 23:35:36.407351978 +0100 +++ /work/SRC/openSUSE:Factory/.python-oslo.cache.new/python-oslo.cache.changes 2018-09-07 15:38:42.558580874 +0200 @@ -1,0 +2,18 @@ +Sat Sep 1 08:23:55 UTC 2018 - [email protected] + +- update to version 1.30.1 + - Fix incompatible requirement in lower constraints + - Remove stale pip-missing-reqs tox test + - Update reno for stable/queens + - Update links in README + - Trivial: Update pypi url to new url + - Change memcache_socket_timeout to a float + - Imported Translations from Zanata + - Avoid use of autodoc_tree_index_modules + - Don't let tox_install.sh error if there is nothing to do + - Clean old output before new doc builds + - Switch pep8 job to python 3 + - Updated from global requirements + - add lower-constraints job + +------------------------------------------------------------------- Old: ---- oslo.cache-1.28.0.tar.gz New: ---- oslo.cache-1.30.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-oslo.cache.spec ++++++ --- /var/tmp/diff_new_pack.k2l7rq/_old 2018-09-07 15:38:43.074580320 +0200 +++ /var/tmp/diff_new_pack.k2l7rq/_new 2018-09-07 15:38:43.074580320 +0200 @@ -17,34 +17,49 @@ Name: python-oslo.cache -Version: 1.28.0 +Version: 1.30.1 Release: 0 Summary: Cache storage for Openstack projects License: Apache-2.0 Group: Development/Languages/Python -Url: http://launchpad.net/%{sname} -Source0: https://files.pythonhosted.org/packages/source/o/oslo.cache/oslo.cache-1.28.0.tar.gz +URL: https://launchpad.net/%{sname} +Source0: https://files.pythonhosted.org/packages/source/o/oslo.cache/oslo.cache-1.30.1.tar.gz BuildRequires: openstack-macros BuildRequires: python-devel -BuildRequires: python-dogpile.cache >= 0.6.2 -BuildRequires: python-mock >= 2.0.0 -BuildRequires: python-oslo.config >= 5.1.0 -BuildRequires: python-oslo.i18n >= 3.15.3 -BuildRequires: python-oslo.log >= 3.36.0 -BuildRequires: python-oslo.utils >= 3.33.0 -BuildRequires: python-oslotest >= 3.2.0 -BuildRequires: python-pbr >= 2.0.0 -BuildRequires: python-pymongo >= 3.0.2 -BuildRequires: python-python-memcached >= 1.56 -BuildRequires: python-six >= 1.10.0 +BuildRequires: python2-dogpile.cache >= 0.6.2 +BuildRequires: python2-mock +BuildRequires: python2-oslo.config >= 5.2.0 +BuildRequires: python2-oslo.i18n >= 3.15.3 +BuildRequires: python2-oslo.log >= 3.36.0 +BuildRequires: python2-oslo.utils >= 3.33.0 +BuildRequires: python2-oslotest +BuildRequires: python2-pbr +BuildRequires: python2-pymongo +BuildRequires: python2-python-memcached +BuildRequires: python2-six >= 1.10.0 +BuildRequires: python2-testrepository +BuildRequires: python3-devel +BuildRequires: python3-dogpile.cache >= 0.6.2 +BuildRequires: python3-mock +BuildRequires: python3-oslo.config >= 5.2.0 +BuildRequires: python3-oslo.i18n >= 3.15.3 +BuildRequires: python3-oslo.log >= 3.36.0 +BuildRequires: python3-oslo.utils >= 3.33.0 +BuildRequires: python3-oslotest +BuildRequires: python3-pbr +BuildRequires: python3-pymongo +BuildRequires: python3-python-memcached +BuildRequires: python3-six >= 1.10.0 +BuildRequires: python3-testrepository Requires: python-dogpile.cache >= 0.6.2 -Requires: python-oslo.config >= 5.1.0 +Requires: python-oslo.config >= 5.2.0 Requires: python-oslo.i18n >= 3.15.3 Requires: python-oslo.log >= 3.36.0 Requires: python-oslo.utils >= 3.33.0 -Requires: python-python-memcached >= 1.56 +Requires: python-python-memcached Requires: python-six >= 1.10.0 BuildArch: noarch +%python_subpackages %description oslo.cache aims to provide a generic caching mechanism for OpenStack projects @@ -52,41 +67,44 @@ support memoization, key value storage and interfaces to common caching backends such as Memcached. -%package doc +%package -n python-oslo.cache-doc Summary: Documentation for the OpenStack Oslo Cache library Group: Development/Languages/Python BuildRequires: python-Sphinx -BuildRequires: python-openstackdocstheme >= 1.18.1 +BuildRequires: python-openstackdocstheme +BuildRequires: python-sphinxcontrib-apidoc -%description doc +%description -n python-oslo.cache-doc Documentation for the OpenStack Oslo cache library. %prep -%autosetup -p1 -n oslo.cache-1.28.0 +%autosetup -p1 -n oslo.cache-1.30.1 %py_req_cleanup sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg %build -%{py2_build} +%{python_build} %install -%{py2_install} +%{python_install} # generate html docs -%{__python2} setup.py build_sphinx +PBR_VERSION=1.30.1 sphinx-build -b html doc/source doc/build/html # remove the sphinx-build leftovers rm -rf doc/build/html/.{doctrees,buildinfo} %check -%{__python2} setup.py testr +%{python_expand rm -rf .testrepository +$python setup.py testr +} -%files +%files %{python_files} %license LICENSE %doc README.rst ChangeLog -%{python2_sitelib}/oslo_cache -%{python2_sitelib}/*.egg-info +%{python_sitelib}/oslo_cache +%{python_sitelib}/*.egg-info -%files doc +%files -n python-oslo.cache-doc %license LICENSE %doc doc/build/html ++++++ _service ++++++ --- /var/tmp/diff_new_pack.k2l7rq/_old 2018-09-07 15:38:43.090580303 +0200 +++ /var/tmp/diff_new_pack.k2l7rq/_new 2018-09-07 15:38:43.090580303 +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/oslo.cache/oslo.cache.spec.j2</param> + <param name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/stable/rocky/openstack/oslo.cache/oslo.cache.spec.j2</param> <param name="output-name">python-oslo.cache.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/oslo.cache/stable/rocky/requirements.txt</param> <param name="changelog-email">[email protected]</param> <param name="changelog-provider">gh,openstack,oslo.cache</param> </service> ++++++ oslo.cache-1.28.0.tar.gz -> oslo.cache-1.30.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.cache-1.28.0/.zuul.yaml new/oslo.cache-1.30.1/.zuul.yaml --- old/oslo.cache-1.28.0/.zuul.yaml 1970-01-01 01:00:00.000000000 +0100 +++ new/oslo.cache-1.30.1/.zuul.yaml 2018-05-08 15:14:37.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/oslo.cache-1.28.0/AUTHORS new/oslo.cache-1.30.1/AUTHORS --- old/oslo.cache-1.28.0/AUTHORS 2018-01-08 15:14:56.000000000 +0100 +++ new/oslo.cache-1.30.1/AUTHORS 2018-05-08 15:18:08.000000000 +0200 @@ -5,6 +5,7 @@ Andreas Jaeger <[email protected]> Anh Tran <[email protected]> Arun Kant <[email protected]> +Ben Nemec <[email protected]> Boris Bobrov <[email protected]> Boris Bobrov <[email protected]> Brant Knudson <[email protected]> @@ -30,6 +31,7 @@ Joshua Harlow <[email protected]> Joshua Harlow <[email protected]> Juan Antonio Osorio <[email protected]> +Kenneth Giusti <[email protected]> Khaled Hussein <[email protected]> Kirill Bespalov <[email protected]> Lance Bragstad <[email protected]> @@ -39,14 +41,18 @@ Monty Taylor <[email protected]> Morgan Fainberg <[email protected]> Morgan Fainberg <[email protected]> +Nguyen Hai <[email protected]> OpenStack Release Bot <[email protected]> Pavel Kholkin <[email protected]> Rodolfo Alonso Hernandez <[email protected]> Sai Krishna <[email protected]> +Sean McGinnis <[email protected]> Sergey Nikitin <[email protected]> Steve Martinelli <[email protected]> Swapnil Kulkarni (coolsvap) <[email protected]> Tony Breeds <[email protected]> +Tovin Seven <[email protected]> +Vincent Untz <[email protected]> Yuriy Taraday <[email protected]> ZhongShengping <[email protected]> Zuul <[email protected]> @@ -58,4 +64,5 @@ ricolin <[email protected]> root <root@newapps.(none)> termie <[email protected]> +wangqi <[email protected]> wangxiyuan <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.cache-1.28.0/ChangeLog new/oslo.cache-1.30.1/ChangeLog --- old/oslo.cache-1.28.0/ChangeLog 2018-01-08 15:14:56.000000000 +0100 +++ new/oslo.cache-1.30.1/ChangeLog 2018-05-08 15:18:08.000000000 +0200 @@ -1,6 +1,35 @@ CHANGES ======= +1.30.1 +------ + +* Imported Translations from Zanata +* Don't let tox\_install.sh error if there is nothing to do +* Remove stale pip-missing-reqs tox test +* Trivial: Update pypi url to new url +* Avoid use of autodoc\_tree\_index\_modules +* Switch pep8 job to python 3 +* Fix incompatible requirement in lower constraints + +1.30.0 +------ + +* Change memcache\_socket\_timeout to a float +* add lower-constraints job +* Clean old output before new doc builds +* Updated from global requirements + +1.29.0 +------ + +* Update links in README +* Imported Translations from Zanata +* Imported Translations from Zanata +* Update reno for stable/queens +* Updated from global requirements +* Updated from global requirements + 1.28.0 ------ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.cache-1.28.0/PKG-INFO new/oslo.cache-1.30.1/PKG-INFO --- old/oslo.cache-1.28.0/PKG-INFO 2018-01-08 15:14:56.000000000 +0100 +++ new/oslo.cache-1.30.1/PKG-INFO 2018-05-08 15:18:09.000000000 +0200 @@ -1,18 +1,17 @@ -Metadata-Version: 1.1 +Metadata-Version: 2.1 Name: oslo.cache -Version: 1.28.0 +Version: 1.30.1 Summary: Cache storage for OpenStack projects. Home-page: https://docs.openstack.org/oslo.cache/latest Author: OpenStack Author-email: [email protected] License: UNKNOWN -Description-Content-Type: UNKNOWN Description: ======================== Team and repository tags ======================== - .. image:: https://governance.openstack.org/badges/oslo.cache.svg - :target: https://governance.openstack.org/reference/tags/index.html + .. image:: https://governance.openstack.org/tc/badges/oslo.cache.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html .. Change things from this point on @@ -21,11 +20,11 @@ ========== .. image:: https://img.shields.io/pypi/v/oslo.cache.svg - :target: https://pypi.python.org/pypi/oslo.cache/ + :target: https://pypi.org/project/oslo.cache/ :alt: Latest Version .. image:: https://img.shields.io/pypi/dm/oslo.cache.svg - :target: https://pypi.python.org/pypi/oslo.cache/ + :target: https://pypi.org/project/oslo.cache/ :alt: Downloads `oslo.cache` aims to provide a generic caching mechanism for OpenStack projects @@ -53,3 +52,7 @@ Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.5 +Provides-Extra: etcd3gw +Provides-Extra: dogpile +Provides-Extra: test +Provides-Extra: mongo diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.cache-1.28.0/README.rst new/oslo.cache-1.30.1/README.rst --- old/oslo.cache-1.28.0/README.rst 2018-01-08 15:11:48.000000000 +0100 +++ new/oslo.cache-1.30.1/README.rst 2018-05-08 15:14:37.000000000 +0200 @@ -2,8 +2,8 @@ Team and repository tags ======================== -.. image:: https://governance.openstack.org/badges/oslo.cache.svg - :target: https://governance.openstack.org/reference/tags/index.html +.. image:: https://governance.openstack.org/tc/badges/oslo.cache.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html .. Change things from this point on @@ -12,11 +12,11 @@ ========== .. image:: https://img.shields.io/pypi/v/oslo.cache.svg - :target: https://pypi.python.org/pypi/oslo.cache/ + :target: https://pypi.org/project/oslo.cache/ :alt: Latest Version .. image:: https://img.shields.io/pypi/dm/oslo.cache.svg - :target: https://pypi.python.org/pypi/oslo.cache/ + :target: https://pypi.org/project/oslo.cache/ :alt: Downloads `oslo.cache` aims to provide a generic caching mechanism for OpenStack projects diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.cache-1.28.0/doc/requirements.txt new/oslo.cache-1.30.1/doc/requirements.txt --- old/oslo.cache-1.28.0/doc/requirements.txt 2018-01-08 15:12:12.000000000 +0100 +++ new/oslo.cache-1.30.1/doc/requirements.txt 2018-05-08 15:14:37.000000000 +0200 @@ -3,13 +3,14 @@ # process, which may cause wedges in the gate later. # For generating sphinx documentation -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 reno>=2.5.0 # Apache-2.0 python-memcached>=1.56 # PSF pymongo!=3.1,>=3.0.2 # Apache-2.0 etcd3gw>=0.2.0 # Apache-2.0 +sphinxcontrib-apidoc>=0.2.0 # BSD # For autodoc builds mock>=2.0.0 # BSD -oslotest>=1.10.0 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.cache-1.28.0/doc/source/conf.py new/oslo.cache-1.30.1/doc/source/conf.py --- old/oslo.cache-1.28.0/doc/source/conf.py 2018-01-08 15:11:48.000000000 +0100 +++ new/oslo.cache-1.30.1/doc/source/conf.py 2018-05-08 15:14:37.000000000 +0200 @@ -21,7 +21,7 @@ # Add any Sphinx extension module names here, as strings. They can be # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones. extensions = [ - 'sphinx.ext.autodoc', + 'sphinxcontrib.apidoc', 'sphinx.ext.intersphinx', 'openstackdocstheme', 'oslo_config.sphinxext', @@ -32,13 +32,16 @@ bug_project = 'oslo.cache' bug_tag = '' +# sphinxcontrib.apidoc options +apidoc_module_dir = '../../oslo_cache' +apidoc_output_dir = 'reference/api' +apidoc_excluded_paths = [ + 'tests' +] + # Must set this variable to include year, month, day, hours, and minutes. html_last_updated_fmt = '%Y-%m-%d %H:%M' -# 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 - # The suffix of source filenames. source_suffix = '.rst' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.cache-1.28.0/doc/source/reference/index.rst new/oslo.cache-1.30.1/doc/source/reference/index.rst --- old/oslo.cache-1.28.0/doc/source/reference/index.rst 2018-01-08 15:11:48.000000000 +0100 +++ new/oslo.cache-1.30.1/doc/source/reference/index.rst 2018-05-08 15:14:37.000000000 +0200 @@ -7,4 +7,4 @@ .. toctree:: :maxdepth: 2 - api/modules + Modules <api/modules> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.cache-1.28.0/lower-constraints.txt new/oslo.cache-1.30.1/lower-constraints.txt --- old/oslo.cache-1.28.0/lower-constraints.txt 1970-01-01 01:00:00.000000000 +0100 +++ new/oslo.cache-1.30.1/lower-constraints.txt 2018-05-08 15:14:37.000000000 +0200 @@ -0,0 +1,69 @@ +appdirs==1.4.3 +Babel==2.5.3 +bandit==1.1.0 +certifi==2018.1.18 +cffi==1.11.5 +chardet==3.0.4 +click==6.7 +daiquiri==1.3.0 +debtcollector==1.19.0 +dogpile.cache==0.6.2 +etcd3gw==0.2.0 +extras==1.0.0 +fixtures==3.0.0 +flake8==2.5.5 +gitdb2==2.0.3 +GitPython==2.1.8 +hacking==0.12.0 +idna==2.6 +iso8601==0.1.12 +Jinja2==2.10 +keystoneauth1==3.4.0 +linecache2==1.0.0 +MarkupSafe==1.0 +mccabe==0.2.1 +mock==2.0.0 +monotonic==1.4 +mox3==0.25.0 +msgpack==0.5.6 +netaddr==0.7.19 +netifaces==0.10.6 +openstack-requirements==1.2.0 +os-client-config==1.29.0 +oslo.config==5.2.0 +oslo.context==2.20.0 +oslo.i18n==3.15.3 +oslo.log==3.36.0 +oslo.serialization==2.25.0 +oslo.utils==3.33.0 +oslotest==3.2.0 +packaging==17.1 +Parsley==1.3 +pbr==3.1.1 +pep8==1.5.7 +pifpaf==0.10.0 +psutil==5.4.3 +pycparser==2.18 +pyflakes==0.8.1 +pyinotify==0.9.6 +pymongo==3.0.2 +pyparsing==2.2.0 +python-dateutil==2.7.0 +python-memcached==1.56 +python-mimeparse==1.6.0 +python-subunit==1.2.0 +pytz==2018.3 +PyYAML==3.12 +requests==2.18.4 +requestsexceptions==1.4.0 +rfc3986==1.1.0 +six==1.10.0 +smmap2==2.0.3 +stevedore==1.28.0 +testrepository==0.0.20 +testtools==2.3.0 +traceback2==1.4.0 +unittest2==1.1.0 +urllib3==1.22 +wrapt==1.10.11 +xattr==0.9.3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.cache-1.28.0/oslo.cache.egg-info/PKG-INFO new/oslo.cache-1.30.1/oslo.cache.egg-info/PKG-INFO --- old/oslo.cache-1.28.0/oslo.cache.egg-info/PKG-INFO 2018-01-08 15:14:56.000000000 +0100 +++ new/oslo.cache-1.30.1/oslo.cache.egg-info/PKG-INFO 2018-05-08 15:18:08.000000000 +0200 @@ -1,18 +1,17 @@ -Metadata-Version: 1.1 +Metadata-Version: 2.1 Name: oslo.cache -Version: 1.28.0 +Version: 1.30.1 Summary: Cache storage for OpenStack projects. Home-page: https://docs.openstack.org/oslo.cache/latest Author: OpenStack Author-email: [email protected] License: UNKNOWN -Description-Content-Type: UNKNOWN Description: ======================== Team and repository tags ======================== - .. image:: https://governance.openstack.org/badges/oslo.cache.svg - :target: https://governance.openstack.org/reference/tags/index.html + .. image:: https://governance.openstack.org/tc/badges/oslo.cache.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html .. Change things from this point on @@ -21,11 +20,11 @@ ========== .. image:: https://img.shields.io/pypi/v/oslo.cache.svg - :target: https://pypi.python.org/pypi/oslo.cache/ + :target: https://pypi.org/project/oslo.cache/ :alt: Latest Version .. image:: https://img.shields.io/pypi/dm/oslo.cache.svg - :target: https://pypi.python.org/pypi/oslo.cache/ + :target: https://pypi.org/project/oslo.cache/ :alt: Downloads `oslo.cache` aims to provide a generic caching mechanism for OpenStack projects @@ -53,3 +52,7 @@ Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.5 +Provides-Extra: etcd3gw +Provides-Extra: dogpile +Provides-Extra: test +Provides-Extra: mongo diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.cache-1.28.0/oslo.cache.egg-info/SOURCES.txt new/oslo.cache-1.30.1/oslo.cache.egg-info/SOURCES.txt --- old/oslo.cache-1.28.0/oslo.cache.egg-info/SOURCES.txt 2018-01-08 15:14:56.000000000 +0100 +++ new/oslo.cache-1.30.1/oslo.cache.egg-info/SOURCES.txt 2018-05-08 15:18:09.000000000 +0200 @@ -1,6 +1,7 @@ .coveragerc .mailmap .testr.conf +.zuul.yaml AUTHORS CONTRIBUTING.rst ChangeLog @@ -8,6 +9,7 @@ LICENSE README.rst babel.cfg +lower-constraints.txt requirements.txt setup.cfg setup.py @@ -64,11 +66,13 @@ oslo_cache/tests/functional/test_cache_backend_etcd3gw.py releasenotes/notes/add_reno-3b4ae0789e9c45b4.yaml releasenotes/notes/etcd3gw_driver-8ba4511ae9553a91.yaml +releasenotes/notes/memcache_socket_timeout-a7db772f052c107e.yaml releasenotes/source/conf.py releasenotes/source/index.rst releasenotes/source/newton.rst releasenotes/source/ocata.rst releasenotes/source/pike.rst +releasenotes/source/queens.rst releasenotes/source/unreleased.rst releasenotes/source/_static/.placeholder releasenotes/source/_templates/.placeholder diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.cache-1.28.0/oslo.cache.egg-info/pbr.json new/oslo.cache-1.30.1/oslo.cache.egg-info/pbr.json --- old/oslo.cache-1.28.0/oslo.cache.egg-info/pbr.json 2018-01-08 15:14:56.000000000 +0100 +++ new/oslo.cache-1.30.1/oslo.cache.egg-info/pbr.json 2018-05-08 15:18:08.000000000 +0200 @@ -1 +1 @@ -{"git_version": "e52c998", "is_release": true} \ No newline at end of file +{"git_version": "eedaff4", "is_release": true} \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.cache-1.28.0/oslo.cache.egg-info/requires.txt new/oslo.cache-1.30.1/oslo.cache.egg-info/requires.txt --- old/oslo.cache-1.28.0/oslo.cache.egg-info/requires.txt 2018-01-08 15:14:56.000000000 +0100 +++ new/oslo.cache-1.30.1/oslo.cache.egg-info/requires.txt 2018-05-08 15:18:08.000000000 +0200 @@ -1,9 +1,9 @@ dogpile.cache>=0.6.2 six>=1.10.0 -oslo.config>=5.1.0 +oslo.config>=5.2.0 oslo.i18n>=3.15.3 -oslo.log>=3.30.0 -oslo.utils>=3.31.0 +oslo.log>=3.36.0 +oslo.utils>=3.33.0 [dogpile] python-memcached>=1.56 @@ -13,3 +13,10 @@ [mongo] pymongo!=3.1,>=3.0.2 + +[test] +hacking!=0.13.0,<0.14,>=0.12.0 +mock>=2.0.0 +oslotest>=3.2.0 +pifpaf>=0.10.0 +bandit>=1.1.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.cache-1.28.0/oslo_cache/_opts.py new/oslo.cache-1.30.1/oslo_cache/_opts.py --- old/oslo.cache-1.28.0/oslo_cache/_opts.py 2018-01-08 15:11:48.000000000 +0100 +++ new/oslo.cache-1.30.1/oslo_cache/_opts.py 2018-05-08 15:14:37.000000000 +0200 @@ -82,11 +82,11 @@ help='Number of seconds memcached server is considered dead' ' before it is tried again. (dogpile.cache.memcache and' ' oslo_cache.memcache_pool backends only).'), - cfg.IntOpt('memcache_socket_timeout', - default=3, - help='Timeout in seconds for every call to a server.' - ' (dogpile.cache.memcache and oslo_cache.memcache_pool' - ' backends only).'), + cfg.FloatOpt('memcache_socket_timeout', + default=3.0, + help='Timeout in seconds for every call to a server.' + ' (dogpile.cache.memcache and oslo_cache.memcache_pool' + ' backends only).'), cfg.IntOpt('memcache_pool_maxsize', default=10, help='Max total number of open connections to every' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.cache-1.28.0/oslo_cache/backends/memcache_pool.py new/oslo.cache-1.30.1/oslo_cache/backends/memcache_pool.py --- old/oslo.cache-1.28.0/oslo_cache/backends/memcache_pool.py 2018-01-08 15:11:48.000000000 +0100 +++ new/oslo.cache-1.30.1/oslo_cache/backends/memcache_pool.py 2018-05-08 15:14:37.000000000 +0200 @@ -45,7 +45,7 @@ self.url, arguments={ 'dead_retry': arguments.get('dead_retry', 5 * 60), - 'socket_timeout': arguments.get('socket_timeout', 3), + 'socket_timeout': arguments.get('socket_timeout', 3.0), }, maxsize=arguments.get('pool_maxsize', 10), unused_timeout=arguments.get('pool_unused_timeout', 60), diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.cache-1.28.0/oslo_cache/locale/en_GB/LC_MESSAGES/oslo_cache.po new/oslo.cache-1.30.1/oslo_cache/locale/en_GB/LC_MESSAGES/oslo_cache.po --- old/oslo.cache-1.28.0/oslo_cache/locale/en_GB/LC_MESSAGES/oslo_cache.po 2018-01-08 15:11:48.000000000 +0100 +++ new/oslo.cache-1.30.1/oslo_cache/locale/en_GB/LC_MESSAGES/oslo_cache.po 2018-05-08 15:14:37.000000000 +0200 @@ -1,17 +1,17 @@ # Andi Chandler <[email protected]>, 2016. #zanata msgid "" msgstr "" -"Project-Id-Version: oslo.cache 1.10.1.dev2\n" +"Project-Id-Version: oslo.cache VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2016-07-11 22:41+0000\n" +"POT-Creation-Date: 2018-02-08 23:08+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "PO-Revision-Date: 2016-06-28 05:53+0000\n" "Last-Translator: Andi Chandler <[email protected]>\n" "Language-Team: English (United Kingdom)\n" -"Language: en-GB\n" -"X-Generator: Zanata 3.7.3\n" +"Language: en_GB\n" +"X-Generator: Zanata 4.3.3\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #, python-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.cache-1.28.0/oslo_cache/locale/ko_KR/LC_MESSAGES/oslo_cache.po new/oslo.cache-1.30.1/oslo_cache/locale/ko_KR/LC_MESSAGES/oslo_cache.po --- old/oslo.cache-1.28.0/oslo_cache/locale/ko_KR/LC_MESSAGES/oslo_cache.po 2018-01-08 15:11:48.000000000 +0100 +++ new/oslo.cache-1.30.1/oslo_cache/locale/ko_KR/LC_MESSAGES/oslo_cache.po 2018-05-08 15:14:37.000000000 +0200 @@ -3,17 +3,17 @@ # KATO Tomoyuki <[email protected]>, 2016. #zanata msgid "" msgstr "" -"Project-Id-Version: oslo.cache 1.10.1.dev2\n" +"Project-Id-Version: oslo.cache VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2016-07-11 22:41+0000\n" +"POT-Creation-Date: 2018-02-08 23:08+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "PO-Revision-Date: 2016-07-02 08:22+0000\n" "Last-Translator: KATO Tomoyuki <[email protected]>\n" "Language-Team: Korean (South Korea)\n" -"Language: ko-KR\n" -"X-Generator: Zanata 3.7.3\n" +"Language: ko_KR\n" +"X-Generator: Zanata 4.3.3\n" "Plural-Forms: nplurals=1; plural=0\n" #, python-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.cache-1.28.0/oslo_cache/locale/pt_BR/LC_MESSAGES/oslo_cache.po new/oslo.cache-1.30.1/oslo_cache/locale/pt_BR/LC_MESSAGES/oslo_cache.po --- old/oslo.cache-1.28.0/oslo_cache/locale/pt_BR/LC_MESSAGES/oslo_cache.po 2018-01-08 15:11:48.000000000 +0100 +++ new/oslo.cache-1.30.1/oslo_cache/locale/pt_BR/LC_MESSAGES/oslo_cache.po 2018-05-08 15:14:37.000000000 +0200 @@ -4,17 +4,17 @@ # KATO Tomoyuki <[email protected]>, 2016. #zanata msgid "" msgstr "" -"Project-Id-Version: oslo.cache 1.10.1.dev2\n" +"Project-Id-Version: oslo.cache VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2016-07-11 22:41+0000\n" +"POT-Creation-Date: 2018-02-08 23:08+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "PO-Revision-Date: 2016-07-02 08:23+0000\n" "Last-Translator: KATO Tomoyuki <[email protected]>\n" "Language-Team: Portuguese (Brazil)\n" -"Language: pt-BR\n" -"X-Generator: Zanata 3.7.3\n" +"Language: pt_BR\n" +"X-Generator: Zanata 4.3.3\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #, python-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.cache-1.28.0/oslo_cache/locale/tr_TR/LC_MESSAGES/oslo_cache.po new/oslo.cache-1.30.1/oslo_cache/locale/tr_TR/LC_MESSAGES/oslo_cache.po --- old/oslo.cache-1.28.0/oslo_cache/locale/tr_TR/LC_MESSAGES/oslo_cache.po 2018-01-08 15:11:48.000000000 +0100 +++ new/oslo.cache-1.30.1/oslo_cache/locale/tr_TR/LC_MESSAGES/oslo_cache.po 2018-05-08 15:14:37.000000000 +0200 @@ -3,17 +3,17 @@ # KATO Tomoyuki <[email protected]>, 2016. #zanata msgid "" msgstr "" -"Project-Id-Version: oslo.cache 1.10.1.dev2\n" +"Project-Id-Version: oslo.cache VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2016-07-11 22:41+0000\n" +"POT-Creation-Date: 2018-02-08 23:08+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "PO-Revision-Date: 2016-07-02 08:25+0000\n" "Last-Translator: KATO Tomoyuki <[email protected]>\n" "Language-Team: Turkish (Turkey)\n" -"Language: tr-TR\n" -"X-Generator: Zanata 3.7.3\n" +"Language: tr_TR\n" +"X-Generator: Zanata 4.3.3\n" "Plural-Forms: nplurals=2; plural=(n>1)\n" #, python-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.cache-1.28.0/oslo_cache/locale/zh_CN/LC_MESSAGES/oslo_cache.po new/oslo.cache-1.30.1/oslo_cache/locale/zh_CN/LC_MESSAGES/oslo_cache.po --- old/oslo.cache-1.28.0/oslo_cache/locale/zh_CN/LC_MESSAGES/oslo_cache.po 2018-01-08 15:11:48.000000000 +0100 +++ new/oslo.cache-1.30.1/oslo_cache/locale/zh_CN/LC_MESSAGES/oslo_cache.po 2018-05-08 15:14:37.000000000 +0200 @@ -3,17 +3,17 @@ # KATO Tomoyuki <[email protected]>, 2016. #zanata msgid "" msgstr "" -"Project-Id-Version: oslo.cache 1.10.1.dev2\n" +"Project-Id-Version: oslo.cache VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2016-07-11 22:41+0000\n" +"POT-Creation-Date: 2018-02-08 23:08+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "PO-Revision-Date: 2016-07-02 08:27+0000\n" "Last-Translator: KATO Tomoyuki <[email protected]>\n" "Language-Team: Chinese (China)\n" -"Language: zh-CN\n" -"X-Generator: Zanata 3.7.3\n" +"Language: zh_CN\n" +"X-Generator: Zanata 4.3.3\n" "Plural-Forms: nplurals=1; plural=0\n" #, python-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.cache-1.28.0/oslo_cache/locale/zh_TW/LC_MESSAGES/oslo_cache.po new/oslo.cache-1.30.1/oslo_cache/locale/zh_TW/LC_MESSAGES/oslo_cache.po --- old/oslo.cache-1.28.0/oslo_cache/locale/zh_TW/LC_MESSAGES/oslo_cache.po 2018-01-08 15:11:48.000000000 +0100 +++ new/oslo.cache-1.30.1/oslo_cache/locale/zh_TW/LC_MESSAGES/oslo_cache.po 2018-05-08 15:14:37.000000000 +0200 @@ -3,17 +3,17 @@ # KATO Tomoyuki <[email protected]>, 2016. #zanata msgid "" msgstr "" -"Project-Id-Version: oslo.cache 1.10.1.dev2\n" +"Project-Id-Version: oslo.cache VERSION\n" "Report-Msgid-Bugs-To: https://bugs.launchpad.net/openstack-i18n/\n" -"POT-Creation-Date: 2016-07-11 22:41+0000\n" +"POT-Creation-Date: 2018-02-08 23:08+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "PO-Revision-Date: 2016-07-02 08:26+0000\n" "Last-Translator: KATO Tomoyuki <[email protected]>\n" "Language-Team: Chinese (Taiwan)\n" -"Language: zh-TW\n" -"X-Generator: Zanata 3.7.3\n" +"Language: zh_TW\n" +"X-Generator: Zanata 4.3.3\n" "Plural-Forms: nplurals=1; plural=0\n" #, python-format diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.cache-1.28.0/releasenotes/notes/memcache_socket_timeout-a7db772f052c107e.yaml new/oslo.cache-1.30.1/releasenotes/notes/memcache_socket_timeout-a7db772f052c107e.yaml --- old/oslo.cache-1.28.0/releasenotes/notes/memcache_socket_timeout-a7db772f052c107e.yaml 1970-01-01 01:00:00.000000000 +0100 +++ new/oslo.cache-1.30.1/releasenotes/notes/memcache_socket_timeout-a7db772f052c107e.yaml 2018-05-08 15:14:37.000000000 +0200 @@ -0,0 +1,5 @@ +--- +features: + - | + `memcache_socket_timeout` is changed to float, given the same default value + '3.0'. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.cache-1.28.0/releasenotes/source/index.rst new/oslo.cache-1.30.1/releasenotes/source/index.rst --- old/oslo.cache-1.28.0/releasenotes/source/index.rst 2018-01-08 15:11:48.000000000 +0100 +++ new/oslo.cache-1.30.1/releasenotes/source/index.rst 2018-05-08 15:14:37.000000000 +0200 @@ -6,6 +6,7 @@ :maxdepth: 1 unreleased + queens pike ocata newton diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.cache-1.28.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po new/oslo.cache-1.30.1/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po --- old/oslo.cache-1.28.0/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po 2018-01-08 15:11:48.000000000 +0100 +++ new/oslo.cache-1.30.1/releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po 2018-05-08 15:14:37.000000000 +0200 @@ -1,23 +1,27 @@ # Andi Chandler <[email protected]>, 2016. #zanata # Andi Chandler <[email protected]>, 2017. #zanata +# Andi Chandler <[email protected]>, 2018. #zanata msgid "" msgstr "" -"Project-Id-Version: oslo.cache Release Notes 1.26.1\n" +"Project-Id-Version: oslo.cache\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-09 03:24+0000\n" +"POT-Creation-Date: 2018-05-01 22:20+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2017-10-04 11:49+0000\n" +"PO-Revision-Date: 2018-04-30 10:16+0000\n" "Last-Translator: Andi Chandler <[email protected]>\n" "Language-Team: English (United Kingdom)\n" -"Language: en-GB\n" -"X-Generator: Zanata 3.9.6\n" +"Language: en_GB\n" +"X-Generator: Zanata 4.3.3\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" msgid "1.22.0" msgstr "1.22.0" +msgid "1.30.0" +msgstr "1.30.0" + msgid "1.9.0" msgstr "1.9.0" @@ -43,11 +47,21 @@ msgid "Pike Series Release Notes" msgstr "Pike Series Release Notes" +msgid "Queens Series Release Notes" +msgstr "Queens Series Release Notes" + msgid "Switch to reno for managing release notes." msgstr "Switch to reno for managing release notes." msgid "Unreleased Release Notes" msgstr "Unreleased Release Notes" +msgid "" +"`memcache_socket_timeout` is changed to float, given the same default value " +"'3.0'." +msgstr "" +"`memcache_socket_timeout` is changed to float, given the same default value " +"'3.0'." + msgid "oslo.cache Release Notes" msgstr "oslo.cache Release Notes" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.cache-1.28.0/releasenotes/source/locale/ko_KR/LC_MESSAGES/releasenotes.po new/oslo.cache-1.30.1/releasenotes/source/locale/ko_KR/LC_MESSAGES/releasenotes.po --- old/oslo.cache-1.28.0/releasenotes/source/locale/ko_KR/LC_MESSAGES/releasenotes.po 2018-01-08 15:11:48.000000000 +0100 +++ new/oslo.cache-1.30.1/releasenotes/source/locale/ko_KR/LC_MESSAGES/releasenotes.po 2018-05-08 15:14:37.000000000 +0200 @@ -1,17 +1,17 @@ # ByungYeol Woo <[email protected]>, 2017. #zanata msgid "" msgstr "" -"Project-Id-Version: oslo.cache Release Notes 1.26.1\n" +"Project-Id-Version: oslo.cache Release Notes\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2017-10-09 03:24+0000\n" +"POT-Creation-Date: 2018-02-08 23:08+0000\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "PO-Revision-Date: 2017-10-18 02:15+0000\n" "Last-Translator: ByungYeol Woo <[email protected]>\n" "Language-Team: Korean (South Korea)\n" -"Language: ko-KR\n" -"X-Generator: Zanata 3.9.6\n" +"Language: ko_KR\n" +"X-Generator: Zanata 4.3.3\n" "Plural-Forms: nplurals=1; plural=0\n" msgid "1.22.0" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.cache-1.28.0/releasenotes/source/queens.rst new/oslo.cache-1.30.1/releasenotes/source/queens.rst --- old/oslo.cache-1.28.0/releasenotes/source/queens.rst 1970-01-01 01:00:00.000000000 +0100 +++ new/oslo.cache-1.30.1/releasenotes/source/queens.rst 2018-05-08 15:14:37.000000000 +0200 @@ -0,0 +1,6 @@ +=================================== + Queens Series Release Notes +=================================== + +.. release-notes:: + :branch: stable/queens diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.cache-1.28.0/requirements.txt new/oslo.cache-1.30.1/requirements.txt --- old/oslo.cache-1.28.0/requirements.txt 2018-01-08 15:11:48.000000000 +0100 +++ new/oslo.cache-1.30.1/requirements.txt 2018-05-08 15:14:37.000000000 +0200 @@ -4,7 +4,7 @@ dogpile.cache>=0.6.2 # BSD six>=1.10.0 # MIT -oslo.config>=5.1.0 # Apache-2.0 +oslo.config>=5.2.0 # Apache-2.0 oslo.i18n>=3.15.3 # Apache-2.0 -oslo.log>=3.30.0 # Apache-2.0 -oslo.utils>=3.31.0 # Apache-2.0 +oslo.log>=3.36.0 # Apache-2.0 +oslo.utils>=3.33.0 # Apache-2.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.cache-1.28.0/setup.cfg new/oslo.cache-1.30.1/setup.cfg --- old/oslo.cache-1.28.0/setup.cfg 2018-01-08 15:14:56.000000000 +0100 +++ new/oslo.cache-1.30.1/setup.cfg 2018-05-08 15:18:09.000000000 +0200 @@ -39,19 +39,6 @@ etcd3gw = etcd3gw>=0.2.0 # Apache-2.0 -[pbr] -autodoc_tree_index_modules = True -api_doc_dir = reference/api - -[build_sphinx] -source-dir = doc/source -build-dir = doc/build -all_files = 1 -warning-is-error = 1 - -[upload_sphinx] -upload-dir = doc/build/html - [compile_catalog] directory = oslo_cache/locale domain = oslo_cache diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.cache-1.28.0/test-requirements.txt new/oslo.cache-1.30.1/test-requirements.txt --- old/oslo.cache-1.28.0/test-requirements.txt 2018-01-08 15:12:12.000000000 +0100 +++ new/oslo.cache-1.30.1/test-requirements.txt 2018-05-08 15:14:37.000000000 +0200 @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 mock>=2.0.0 # BSD -oslotest>=1.10.0 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0 pifpaf>=0.10.0 # Apache-2.0 # Bandit security code scanner bandit>=1.1.0 # Apache-2.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.cache-1.28.0/tools/tox_install.sh new/oslo.cache-1.30.1/tools/tox_install.sh --- old/oslo.cache-1.28.0/tools/tox_install.sh 2018-01-08 15:11:48.000000000 +0100 +++ new/oslo.cache-1.30.1/tools/tox_install.sh 2018-05-08 15:14:37.000000000 +0200 @@ -26,5 +26,10 @@ # install will be constrained and we need to unconstrain it. edit-constraints "$localfile" -- "$CLIENT_NAME" +if [ -z "$@" ]; then + echo "No packages to be installed." + exit 0 +fi + pip install -c"$localfile" -U "$@" exit $? diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.cache-1.28.0/tox.ini new/oslo.cache-1.30.1/tox.ini --- old/oslo.cache-1.28.0/tox.ini 2018-01-08 15:12:12.000000000 +0100 +++ new/oslo.cache-1.30.1/tox.ini 2018-05-08 15:14:37.000000000 +0200 @@ -27,6 +27,7 @@ {toxinidir}/tools/setup-etcd-env.sh pifpaf -e OSLO_CACHE_TEST run etcd -- python setup.py testr --slowest --testr-args='functional.*' [testenv:pep8] +basepython = python3 deps = -r{toxinidir}/test-requirements.txt commands = @@ -38,8 +39,11 @@ commands = {posargs} [testenv:docs] +whitelist_externals = rm deps = -r{toxinidir}/doc/requirements.txt -commands = sphinx-build -b html doc/source doc/build/html +commands = + rm -fr doc/build + sphinx-build -b html doc/source doc/build/html [testenv:cover] commands = python setup.py testr --coverage --testr-args='{posargs}' @@ -53,14 +57,13 @@ [hacking] import_exceptions = -[testenv:pip-missing-reqs] -# do not install test-requirements as that will pollute the virtualenv for -# determining missing packages -# this also means that pip-missing-reqs must be installed separately, outside -# of the requirements.txt files -deps = pip_missing_reqs -commands = pip-missing-reqs -d --ignore-module=oslo_cache* --ignore-file=oslo_cache/tests/* --ignore-file=tests/ oslo_cache - [testenv:releasenotes] deps = -r{toxinidir}/doc/requirements.txt commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html + +[testenv:lower-constraints] +basepython = python3 +deps = + -c{toxinidir}/lower-constraints.txt + -r{toxinidir}/test-requirements.txt + .[dogpile,mongo,etcd3gw]
