diff -Nru python-futurist-1.6.0/AUTHORS python-futurist-1.7.0/AUTHORS --- python-futurist-1.6.0/AUTHORS 2018-01-08 14:15:58.000000000 +0000 +++ python-futurist-1.7.0/AUTHORS 2018-04-23 21:08:46.000000000 +0000 @@ -6,6 +6,7 @@ Davanum Srinivas Dmitriy Ukhlov Dmitry Tantsur +Doug Hellmann Flavio Percoco Gevorg Davoian Joshua Harlow @@ -27,4 +28,5 @@ gengchc2 janonymous kavithahr +melissaml ritesh.arya diff -Nru python-futurist-1.6.0/ChangeLog python-futurist-1.7.0/ChangeLog --- python-futurist-1.6.0/ChangeLog 2018-01-08 14:15:58.000000000 +0000 +++ python-futurist-1.7.0/ChangeLog 2018-04-23 21:08:46.000000000 +0000 @@ -1,6 +1,20 @@ CHANGES ======= +1.7.0 +----- + +* clean up test job configuration +* set default python to python3 +* fix lower constraints and uncap eventlet +* Update links in README +* add lower-constraints job +* Updated from global requirements +* Update reno for stable/queens +* Updated from global requirements +* Updated from global requirements +* Updated from global requirements + 1.6.0 ----- diff -Nru python-futurist-1.6.0/debian/changelog python-futurist-1.7.0/debian/changelog --- python-futurist-1.6.0/debian/changelog 2018-05-10 18:41:13.000000000 +0000 +++ python-futurist-1.7.0/debian/changelog 2018-08-06 17:38:12.000000000 +0000 @@ -1,3 +1,10 @@ +python-futurist (1.7.0-0ubuntu1) cosmic; urgency=medium + + * New upstream release for OpenStack Rocky. + * d/control: Align (Build-)Depends with upstream. + + -- Corey Bryant Mon, 06 Aug 2018 13:38:12 -0400 + python-futurist (1.6.0-2ubuntu1) cosmic; urgency=low * Merge from Debian unstable. Remaining changes: diff -Nru python-futurist-1.6.0/debian/control python-futurist-1.7.0/debian/control --- python-futurist-1.6.0/debian/control 2018-05-10 18:41:13.000000000 +0000 +++ python-futurist-1.7.0/debian/control 2018-08-06 17:38:12.000000000 +0000 @@ -16,25 +16,27 @@ python3-pbr (>= 2.0.0), python3-setuptools, Build-Depends-Indep: - python-concurrent.futures (>= 3.0), - python-contextlib2, - python-coverage, - python-eventlet (>= 0.18.4), + python-concurrent.futures (>= 3.0.0), + python-contextlib2 (>= 0.4.0), + python-coverage (>= 4.0), + python-eventlet (>= 0.18.2), python-hacking (>= 0.10.0), python-monotonic (>= 0.6), - python-openstackdocstheme (>= 1.17.0), - python-oslotest (>= 1:1.10.0), - python-prettytable, - python-six, - python-testscenarios, + python-openstackdocstheme (>= 1.18.1), + python-oslotest (>= 1:3.2.0), + python-prettytable (>= 0.7.1), + python-reno (>= 2.5.0), + python-six (>= 1.10.0), + python-testscenarios (>= 0.4), python-testtools (>= 2.2.0), - python3-contextlib2, - python3-eventlet (>= 0.18.4), + python3-contextlib2 (>= 0.4.0), + python3-eventlet (>= 0.18.2), python3-monotonic (>= 0.6), - python3-oslotest (>= 1:1.10.0), - python3-prettytable, - python3-six, - python3-testscenarios, + python3-oslotest (>= 1:3.2.0), + python3-prettytable (>= 0.7.1), + python3-reno (>= 2.5.0), + python3-six (>= 1.10.0), + python3-testscenarios (>= 0.4), python3-testtools (>= 2.2.0), subunit, testrepository, @@ -47,12 +49,12 @@ Package: python-futurist Architecture: all Depends: - python-concurrent.futures (>= 3.0), - python-contextlib2, + python-concurrent.futures (>= 3.0.0), + python-contextlib2 (>= 0.4.0), python-monotonic (>= 0.6), python-pbr (>= 2.0.0), - python-prettytable, - python-six, + python-prettytable (>= 0.7.1), + python-six (>= 1.10.0), ${misc:Depends}, ${python:Depends}, Suggests: @@ -100,11 +102,11 @@ Package: python3-futurist Architecture: all Depends: - python3-contextlib2, + python3-contextlib2 (>= 0.4.0), python3-monotonic (>= 0.6), python3-pbr (>= 2.0.0), - python3-prettytable, - python3-six, + python3-prettytable (>= 0.7.1), + python3-six (>= 1.10.0), ${misc:Depends}, ${python3:Depends}, Suggests: diff -Nru python-futurist-1.6.0/futurist.egg-info/pbr.json python-futurist-1.7.0/futurist.egg-info/pbr.json --- python-futurist-1.6.0/futurist.egg-info/pbr.json 2018-01-08 14:15:58.000000000 +0000 +++ python-futurist-1.7.0/futurist.egg-info/pbr.json 2018-04-23 21:08:46.000000000 +0000 @@ -1 +1 @@ -{"git_version": "8fff224", "is_release": true} \ No newline at end of file +{"git_version": "936a5d5", "is_release": true} \ No newline at end of file diff -Nru python-futurist-1.6.0/futurist.egg-info/PKG-INFO python-futurist-1.7.0/futurist.egg-info/PKG-INFO --- python-futurist-1.6.0/futurist.egg-info/PKG-INFO 2018-01-08 14:15:58.000000000 +0000 +++ python-futurist-1.7.0/futurist.egg-info/PKG-INFO 2018-04-23 21:08:46.000000000 +0000 @@ -1,18 +1,17 @@ Metadata-Version: 1.1 Name: futurist -Version: 1.6.0 +Version: 1.7.0 Summary: Useful additions to futures, from the future. Home-page: https://docs.openstack.org/futurist/latest/ Author: OpenStack Author-email: openstack-dev@lists.openstack.org License: UNKNOWN -Description-Content-Type: UNKNOWN Description: ======================== Team and repository tags ======================== - .. image:: http://governance.openstack.org/badges/futurist.svg - :target: http://governance.openstack.org/reference/tags/index.html + .. image:: https://governance.openstack.org/tc/badges/futurist.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html .. Change things from this point on diff -Nru python-futurist-1.6.0/futurist.egg-info/requires.txt python-futurist-1.7.0/futurist.egg-info/requires.txt --- python-futurist-1.6.0/futurist.egg-info/requires.txt 2018-01-08 14:15:58.000000000 +0000 +++ python-futurist-1.7.0/futurist.egg-info/requires.txt 2018-04-23 21:08:46.000000000 +0000 @@ -1,6 +1,8 @@ pbr!=2.1.0,>=2.0.0 six>=1.10.0 monotonic>=0.6 -futures>=3.0.0 contextlib2>=0.4.0 PrettyTable<0.8,>=0.7.1 + +[:(python_version=='2.7' or python_version=='2.6')] +futures>=3.0.0 diff -Nru python-futurist-1.6.0/futurist.egg-info/SOURCES.txt python-futurist-1.7.0/futurist.egg-info/SOURCES.txt --- python-futurist-1.6.0/futurist.egg-info/SOURCES.txt 2018-01-08 14:15:58.000000000 +0000 +++ python-futurist-1.7.0/futurist.egg-info/SOURCES.txt 2018-04-23 21:08:47.000000000 +0000 @@ -1,6 +1,7 @@ .coveragerc .mailmap .testr.conf +.zuul.yaml AUTHORS CONTRIBUTING.rst ChangeLog @@ -9,6 +10,7 @@ MANIFEST.in README.rst babel.cfg +lower-constraints.txt requirements.txt setup.cfg setup.py @@ -49,6 +51,7 @@ releasenotes/source/index.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 \ No newline at end of file diff -Nru python-futurist-1.6.0/lower-constraints.txt python-futurist-1.7.0/lower-constraints.txt --- python-futurist-1.6.0/lower-constraints.txt 1970-01-01 00:00:00.000000000 +0000 +++ python-futurist-1.7.0/lower-constraints.txt 2018-04-23 21:06:20.000000000 +0000 @@ -0,0 +1,52 @@ +alabaster==0.7.10 +appdirs==1.3.0 +Babel==2.3.4 +chardet==3.0.4 +contextlib2==0.4.0 +coverage==4.0 +doc8==0.6.0 +docutils==0.11 +dulwich==0.15.0 +eventlet==0.18.2 +extras==1.0.0 +fixtures==3.0.0 +flake8==2.2.4 +futures==3.0.0;python_version=='2.7' or python_version=='2.6' # BSD +greenlet==0.4.10 +hacking==0.10.0 +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 +openstackdocstheme==1.18.1 +os-client-config==1.28.0 +oslotest==3.2.0 +pbr==2.0.0 +pep8==1.5.7 +prettytable==0.7.1 +pyflakes==0.8.1 +Pygments==2.2.0 +python-mimeparse==1.6.0 +python-subunit==1.0.0 +pytz==2013.6 +PyYAML==3.12 +reno==2.5.0 +requests==2.14.2 +requestsexceptions==1.2.0 +restructuredtext-lint==1.1.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 +testscenarios==0.4 +testtools==2.2.0 +traceback2==1.4.0 +unittest2==1.1.0 diff -Nru python-futurist-1.6.0/PKG-INFO python-futurist-1.7.0/PKG-INFO --- python-futurist-1.6.0/PKG-INFO 2018-01-08 14:15:58.000000000 +0000 +++ python-futurist-1.7.0/PKG-INFO 2018-04-23 21:08:47.000000000 +0000 @@ -1,18 +1,17 @@ Metadata-Version: 1.1 Name: futurist -Version: 1.6.0 +Version: 1.7.0 Summary: Useful additions to futures, from the future. Home-page: https://docs.openstack.org/futurist/latest/ Author: OpenStack Author-email: openstack-dev@lists.openstack.org License: UNKNOWN -Description-Content-Type: UNKNOWN Description: ======================== Team and repository tags ======================== - .. image:: http://governance.openstack.org/badges/futurist.svg - :target: http://governance.openstack.org/reference/tags/index.html + .. image:: https://governance.openstack.org/tc/badges/futurist.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html .. Change things from this point on diff -Nru python-futurist-1.6.0/README.rst python-futurist-1.7.0/README.rst --- python-futurist-1.6.0/README.rst 2018-01-08 14:13:42.000000000 +0000 +++ python-futurist-1.7.0/README.rst 2018-04-23 21:06:20.000000000 +0000 @@ -2,8 +2,8 @@ Team and repository tags ======================== -.. image:: http://governance.openstack.org/badges/futurist.svg - :target: http://governance.openstack.org/reference/tags/index.html +.. image:: https://governance.openstack.org/tc/badges/futurist.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html .. Change things from this point on diff -Nru python-futurist-1.6.0/releasenotes/source/index.rst python-futurist-1.7.0/releasenotes/source/index.rst --- python-futurist-1.6.0/releasenotes/source/index.rst 2018-01-08 14:13:42.000000000 +0000 +++ python-futurist-1.7.0/releasenotes/source/index.rst 2018-04-23 21:06:20.000000000 +0000 @@ -6,5 +6,6 @@ :maxdepth: 1 unreleased + queens pike ocata diff -Nru python-futurist-1.6.0/releasenotes/source/queens.rst python-futurist-1.7.0/releasenotes/source/queens.rst --- python-futurist-1.6.0/releasenotes/source/queens.rst 1970-01-01 00:00:00.000000000 +0000 +++ python-futurist-1.7.0/releasenotes/source/queens.rst 2018-04-23 21:06:20.000000000 +0000 @@ -0,0 +1,6 @@ +=================================== + Queens Series Release Notes +=================================== + +.. release-notes:: + :branch: stable/queens diff -Nru python-futurist-1.6.0/test-requirements.txt python-futurist-1.7.0/test-requirements.txt --- python-futurist-1.6.0/test-requirements.txt 2018-01-08 14:13:42.000000000 +0000 +++ python-futurist-1.7.0/test-requirements.txt 2018-04-23 21:06:20.000000000 +0000 @@ -5,14 +5,14 @@ hacking<0.11,>=0.10.0 # Used for making sure the eventlet executors work. -eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT +eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT doc8>=0.6.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 python-subunit>=1.0.0 # Apache-2.0/BSD -sphinx>=1.6.2 # BSD -openstackdocstheme>=1.17.0 # Apache-2.0 -oslotest>=1.10.0 # Apache-2.0 +sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +openstackdocstheme>=1.18.1 # Apache-2.0 +oslotest>=3.2.0 # Apache-2.0 testrepository>=0.0.18 # Apache-2.0/BSD testscenarios>=0.4 # Apache-2.0/BSD testtools>=2.2.0 # MIT diff -Nru python-futurist-1.6.0/tox.ini python-futurist-1.7.0/tox.ini --- python-futurist-1.6.0/tox.ini 2018-01-08 14:13:42.000000000 +0000 +++ python-futurist-1.7.0/tox.ini 2018-04-23 21:06:20.000000000 +0000 @@ -1,10 +1,9 @@ [tox] minversion = 2.0 envlist = py35,py27,pypy,pep8 -skipsdist = True [testenv] -usedevelop = True +basepython = python3 install_command = pip install {opts} {packages} whitelist_externals = find rm @@ -12,30 +11,32 @@ -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 --testr-args='{posargs}' +commands = + python setup.py testr --slowest --testr-args='{posargs}' + sphinx-build -E -W -b doctest doc/source doc/build/doctest [testenv:pep8] -commands = flake8 +commands = + flake8 + doc8 doc/source [testenv:venv] commands = {posargs} [testenv:cover] -commands = +commands = coverage erase find . -type f -name "*.pyc" -delete python setup.py test --coverage --testr-args='{posargs}' coverage report [testenv:py27] -commands = - python setup.py testr --slowest --testr-args='{posargs}' - python setup.py build_sphinx -b doctest - doc8 doc/source +basepython = python2.7 [testenv:docs] -commands = rm -rf doc/build - python setup.py build_sphinx +commands = + rm -rf doc/build + sphinx-build -E -W -b html doc/source doc/build/html [testenv:debug] commands = oslo_debug_helper {posargs} @@ -49,3 +50,9 @@ [testenv:releasenotes] commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html + +[testenv:lower-constraints] +deps = + -c{toxinidir}/lower-constraints.txt + -r{toxinidir}/test-requirements.txt + -r{toxinidir}/requirements.txt diff -Nru python-futurist-1.6.0/.zuul.yaml python-futurist-1.7.0/.zuul.yaml --- python-futurist-1.6.0/.zuul.yaml 1970-01-01 00:00:00.000000000 +0000 +++ python-futurist-1.7.0/.zuul.yaml 2018-04-23 21:06:20.000000000 +0000 @@ -0,0 +1,7 @@ +- project: + check: + jobs: + - openstack-tox-lower-constraints + gate: + jobs: + - openstack-tox-lower-constraints