diff -Nru python-monascaclient-1.16.0/AUTHORS python-monascaclient-2.0.0/AUTHORS --- python-monascaclient-1.16.0/AUTHORS 2019-09-13 16:08:49.000000000 +0000 +++ python-monascaclient-2.0.0/AUTHORS 2020-02-11 17:20:26.000000000 +0000 @@ -77,10 +77,12 @@ henriquetruta howardlee jacky06 +kangyufei kornicameister lingyongxu melissaml oneilcin +pengyuesheng qingszhao rajat29 ricolin diff -Nru python-monascaclient-1.16.0/ChangeLog python-monascaclient-2.0.0/ChangeLog --- python-monascaclient-1.16.0/ChangeLog 2019-09-13 16:08:49.000000000 +0000 +++ python-monascaclient-2.0.0/ChangeLog 2020-02-11 17:20:26.000000000 +0000 @@ -1,6 +1,15 @@ CHANGES ======= +2.0.0 +----- + +* [ussuri][goal] Drop python 2.7 support and testing +* Switch to Ussuri jobs +* Sync Sphinx requirement +* Update the constraints url +* Update master for stable/train + 1.16.0 ------ diff -Nru python-monascaclient-1.16.0/debian/changelog python-monascaclient-2.0.0/debian/changelog --- python-monascaclient-1.16.0/debian/changelog 2019-09-25 18:10:43.000000000 +0000 +++ python-monascaclient-2.0.0/debian/changelog 2020-03-12 14:12:22.000000000 +0000 @@ -1,3 +1,9 @@ +python-monascaclient (2.0.0-0ubuntu1) focal; urgency=medium + + * New upstream release for OpenStack Ussuri. + + -- Corey Bryant Thu, 12 Mar 2020 10:12:22 -0400 + python-monascaclient (1.16.0-0ubuntu1) eoan; urgency=medium * New upstream release for OpenStack Train. diff -Nru python-monascaclient-1.16.0/PKG-INFO python-monascaclient-2.0.0/PKG-INFO --- python-monascaclient-1.16.0/PKG-INFO 2019-09-13 16:08:49.000000000 +0000 +++ python-monascaclient-2.0.0/PKG-INFO 2020-02-11 17:20:26.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: python-monascaclient -Version: 1.16.0 +Version: 2.0.0 Summary: Monasca API Client Library Home-page: https://docs.openstack.org/python-monascaclient/latest/ Author: OpenStack diff -Nru python-monascaclient-1.16.0/python_monascaclient.egg-info/pbr.json python-monascaclient-2.0.0/python_monascaclient.egg-info/pbr.json --- python-monascaclient-1.16.0/python_monascaclient.egg-info/pbr.json 2019-09-13 16:08:49.000000000 +0000 +++ python-monascaclient-2.0.0/python_monascaclient.egg-info/pbr.json 2020-02-11 17:20:26.000000000 +0000 @@ -1 +1 @@ -{"git_version": "3b9ec11", "is_release": true} \ No newline at end of file +{"git_version": "2504eed", "is_release": true} \ No newline at end of file diff -Nru python-monascaclient-1.16.0/python_monascaclient.egg-info/PKG-INFO python-monascaclient-2.0.0/python_monascaclient.egg-info/PKG-INFO --- python-monascaclient-1.16.0/python_monascaclient.egg-info/PKG-INFO 2019-09-13 16:08:49.000000000 +0000 +++ python-monascaclient-2.0.0/python_monascaclient.egg-info/PKG-INFO 2020-02-11 17:20:26.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: python-monascaclient -Version: 1.16.0 +Version: 2.0.0 Summary: Monasca API Client Library Home-page: https://docs.openstack.org/python-monascaclient/latest/ Author: OpenStack diff -Nru python-monascaclient-1.16.0/python_monascaclient.egg-info/SOURCES.txt python-monascaclient-2.0.0/python_monascaclient.egg-info/SOURCES.txt --- python-monascaclient-1.16.0/python_monascaclient.egg-info/SOURCES.txt 2019-09-13 16:08:49.000000000 +0000 +++ python-monascaclient-2.0.0/python_monascaclient.egg-info/SOURCES.txt 2020-02-11 17:20:26.000000000 +0000 @@ -62,10 +62,12 @@ python_monascaclient.egg-info/requires.txt python_monascaclient.egg-info/top_level.txt releasenotes/locale/.gitkeep +releasenotes/notes/drop-py-2-7-1c41855c5edc5ba3.yaml releasenotes/notes/openstack_docs-5cfec48411370070.yaml releasenotes/source/conf.py releasenotes/source/index.rst releasenotes/source/queens.rst releasenotes/source/rocky.rst releasenotes/source/stein.rst +releasenotes/source/train.rst releasenotes/source/unreleased.rst \ No newline at end of file diff -Nru python-monascaclient-1.16.0/releasenotes/notes/drop-py-2-7-1c41855c5edc5ba3.yaml python-monascaclient-2.0.0/releasenotes/notes/drop-py-2-7-1c41855c5edc5ba3.yaml --- python-monascaclient-1.16.0/releasenotes/notes/drop-py-2-7-1c41855c5edc5ba3.yaml 1970-01-01 00:00:00.000000000 +0000 +++ python-monascaclient-2.0.0/releasenotes/notes/drop-py-2-7-1c41855c5edc5ba3.yaml 2020-02-11 17:19:48.000000000 +0000 @@ -0,0 +1,6 @@ +--- +upgrade: + - | + Python 2.7 support has been dropped. Last release of python-monascaclient + to support python 2.7 is OpenStack Train. The minimum version of Python now + supported is Python 3.6. diff -Nru python-monascaclient-1.16.0/releasenotes/source/index.rst python-monascaclient-2.0.0/releasenotes/source/index.rst --- python-monascaclient-1.16.0/releasenotes/source/index.rst 2019-09-13 16:07:46.000000000 +0000 +++ python-monascaclient-2.0.0/releasenotes/source/index.rst 2020-02-11 17:19:48.000000000 +0000 @@ -8,6 +8,7 @@ :maxdepth: 1 unreleased + train stein rocky queens diff -Nru python-monascaclient-1.16.0/releasenotes/source/train.rst python-monascaclient-2.0.0/releasenotes/source/train.rst --- python-monascaclient-1.16.0/releasenotes/source/train.rst 1970-01-01 00:00:00.000000000 +0000 +++ python-monascaclient-2.0.0/releasenotes/source/train.rst 2020-02-11 17:19:48.000000000 +0000 @@ -0,0 +1,6 @@ +========================== +Train Series Release Notes +========================== + +.. release-notes:: + :branch: stable/train diff -Nru python-monascaclient-1.16.0/test-requirements.txt python-monascaclient-2.0.0/test-requirements.txt --- python-monascaclient-1.16.0/test-requirements.txt 2019-09-13 16:07:46.000000000 +0000 +++ python-monascaclient-2.0.0/test-requirements.txt 2020-02-11 17:19:48.000000000 +0000 @@ -13,6 +13,6 @@ # documentation doc8>=0.6.0 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD +sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.5;python_version>='3.4' # BSD reno>=2.5.0 # Apache-2.0 openstackdocstheme>=1.18.1 # Apache-2.0 diff -Nru python-monascaclient-1.16.0/tox.ini python-monascaclient-2.0.0/tox.ini --- python-monascaclient-1.16.0/tox.ini 2019-09-13 16:07:46.000000000 +0000 +++ python-monascaclient-2.0.0/tox.ini 2020-02-11 17:19:48.000000000 +0000 @@ -1,9 +1,11 @@ [tox] -envlist = py27,py37,pypy,cover,pep8 -minversion = 2.5 +envlist = py37,pypy,cover,pep8 +minversion = 3.1.1 skipsdist = True +ignore_basepython_conflict = True [testenv] +basepython = python3 setenv = VIRTUAL_ENV={envdir} OS_TEST_PATH=monascaclient/tests @@ -13,7 +15,7 @@ usedevelop = True install_command = pip install {opts} {packages} deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt whitelist_externals = bash @@ -24,7 +26,6 @@ stestr run {posargs} [testenv:cover] -basepython = python3 setenv = PYTHON=coverage run --source monascaclient --parallel-mode commands = @@ -36,11 +37,9 @@ coverage report [testenv:debug] -basepython = python3 commands = oslo_debug_helper -t {env:OS_TEST_PATH} {posargs} [testenv:pep8] -basepython = python3 skip_install = True usedevelop = False commands = @@ -49,33 +48,28 @@ {[testenv:checkniceness]commands} [testenv:flake8] -basepython = python3 skip_install = True usedevelop = False commands = flake8 monascaclient [testenv:bandit] -basepython = python3 skip_install = True usedevelop = False commands = bandit -r monascaclient -n5 -x {env:OS_TEST_PATH} [testenv:docs] -basepython = python3 description = Builds full monascaclient documentation commands = {[testenv:devdocs]commands} {[testenv:releasenotes]commands} [testenv:devdocs] -basepython = python3 description = Builds developer documentation commands = rm -rf {toxinidir}/doc/build {toxinidir}/doc/source/contributor/api python setup.py build_sphinx [testenv:releasenotes] -basepython = python3 description = Called from CI script to test and publish the Release Notes commands = rm -rf releasenotes/build @@ -83,14 +77,12 @@ {toxinidir}/releasenotes/source {toxinidir}/releasenotes/build/html [testenv:checkniceness] -basepython = python3 description = Validates (pep-like) documenation commands = doc8 --file-encoding utf-8 {toxinidir}/doc doc8 --file-encoding utf-8 {toxinidir}/releasenotes [testenv:venv] -basepython = python3 commands = {posargs} [hacking] @@ -104,7 +96,6 @@ exclude=.venv,.git,.tox,dist,client_api_example.py,*lib/python*,*egg,build [testenv:lower-constraints] -basepython = python3 deps = -c{toxinidir}/lower-constraints.txt -r{toxinidir}/test-requirements.txt diff -Nru python-monascaclient-1.16.0/.zuul.yaml python-monascaclient-2.0.0/.zuul.yaml --- python-monascaclient-1.16.0/.zuul.yaml 2019-09-13 16:07:46.000000000 +0000 +++ python-monascaclient-2.0.0/.zuul.yaml 2020-02-11 17:19:48.000000000 +0000 @@ -2,8 +2,7 @@ templates: - openstack-cover-jobs - openstack-lower-constraints-jobs - - openstack-python-jobs - - openstack-python3-train-jobs + - openstack-python3-ussuri-jobs - publish-openstack-docs-pti - check-requirements - release-notes-jobs-python3