diff -Nru python-oslo.serialization-2.29.1/AUTHORS python-oslo.serialization-2.29.2/AUTHORS --- python-oslo.serialization-2.29.1/AUTHORS 2019-05-16 06:49:24.000000000 +0000 +++ python-oslo.serialization-2.29.2/AUTHORS 2019-09-04 14:25:46.000000000 +0000 @@ -23,6 +23,7 @@ Flavio Percoco Gary Kotton Gevorg Davoian +Ghanshyam Mann He Jie Xu Hervé Beraud Ian Cordasco @@ -73,8 +74,10 @@ Zhongyue Luo avnish gecong1973 +gujin jacky06 melissaml ricolin xianming.mao yanheven +zhangboye diff -Nru python-oslo.serialization-2.29.1/ChangeLog python-oslo.serialization-2.29.2/ChangeLog --- python-oslo.serialization-2.29.1/ChangeLog 2019-05-16 06:49:24.000000000 +0000 +++ python-oslo.serialization-2.29.2/ChangeLog 2019-09-04 14:25:46.000000000 +0000 @@ -1,6 +1,15 @@ CHANGES ======= +2.29.2 +------ + +* Add Python 3 Train unit tests +* Cap sphinx for py2 to match global requirements +* Sync Sphinx requirement +* Resolve some issue with tox.ini, setup.cfg +* Dropping the py35 testing + 2.29.1 ------ diff -Nru python-oslo.serialization-2.29.1/debian/changelog python-oslo.serialization-2.29.2/debian/changelog --- python-oslo.serialization-2.29.1/debian/changelog 2019-06-26 18:18:02.000000000 +0000 +++ python-oslo.serialization-2.29.2/debian/changelog 2019-09-25 20:57:25.000000000 +0000 @@ -1,3 +1,9 @@ +python-oslo.serialization (2.29.2-0ubuntu1) eoan; urgency=medium + + * New upstream release for OpenStack Train. + + -- Corey Bryant Wed, 25 Sep 2019 16:57:25 -0400 + python-oslo.serialization (2.29.1-0ubuntu3) eoan; urgency=medium * d/tests/*: Drop Python 2.7 tests. diff -Nru python-oslo.serialization-2.29.1/doc/requirements.txt python-oslo.serialization-2.29.2/doc/requirements.txt --- python-oslo.serialization-2.29.1/doc/requirements.txt 2019-05-16 06:45:15.000000000 +0000 +++ python-oslo.serialization-2.29.2/doc/requirements.txt 2019-09-04 14:25:05.000000000 +0000 @@ -3,5 +3,6 @@ # process, which may cause wedges in the gate later. # These are needed for docs generation openstackdocstheme>=1.18.1 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.4' # BSD reno>=2.5.0 # Apache-2.0 diff -Nru python-oslo.serialization-2.29.1/oslo.serialization.egg-info/pbr.json python-oslo.serialization-2.29.2/oslo.serialization.egg-info/pbr.json --- python-oslo.serialization-2.29.1/oslo.serialization.egg-info/pbr.json 2019-05-16 06:49:24.000000000 +0000 +++ python-oslo.serialization-2.29.2/oslo.serialization.egg-info/pbr.json 2019-09-04 14:25:46.000000000 +0000 @@ -1 +1 @@ -{"git_version": "28da3af", "is_release": true} \ No newline at end of file +{"git_version": "fa399b6", "is_release": true} \ No newline at end of file diff -Nru python-oslo.serialization-2.29.1/oslo.serialization.egg-info/PKG-INFO python-oslo.serialization-2.29.2/oslo.serialization.egg-info/PKG-INFO --- python-oslo.serialization-2.29.1/oslo.serialization.egg-info/PKG-INFO 2019-05-16 06:49:24.000000000 +0000 +++ python-oslo.serialization-2.29.2/oslo.serialization.egg-info/PKG-INFO 2019-09-04 14:25:46.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: oslo.serialization -Version: 2.29.1 +Version: 2.29.2 Summary: Oslo Serialization library Home-page: https://docs.openstack.org/oslo.serialization/latest/ Author: OpenStack @@ -47,4 +47,5 @@ Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.5 +Classifier: Programming Language :: Python :: 3.6 +Classifier: Programming Language :: Python :: 3.7 diff -Nru python-oslo.serialization-2.29.1/PKG-INFO python-oslo.serialization-2.29.2/PKG-INFO --- python-oslo.serialization-2.29.1/PKG-INFO 2019-05-16 06:49:24.000000000 +0000 +++ python-oslo.serialization-2.29.2/PKG-INFO 2019-09-04 14:25:47.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: oslo.serialization -Version: 2.29.1 +Version: 2.29.2 Summary: Oslo Serialization library Home-page: https://docs.openstack.org/oslo.serialization/latest/ Author: OpenStack @@ -47,4 +47,5 @@ Classifier: Programming Language :: Python :: 2 Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.5 +Classifier: Programming Language :: Python :: 3.6 +Classifier: Programming Language :: Python :: 3.7 diff -Nru python-oslo.serialization-2.29.1/setup.cfg python-oslo.serialization-2.29.2/setup.cfg --- python-oslo.serialization-2.29.1/setup.cfg 2019-05-16 06:49:24.000000000 +0000 +++ python-oslo.serialization-2.29.2/setup.cfg 2019-09-04 14:25:47.000000000 +0000 @@ -16,21 +16,13 @@ Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.5 + Programming Language :: Python :: 3.6 + Programming Language :: Python :: 3.7 [files] packages = oslo_serialization -[build_sphinx] -all-files = 1 -warning-is-error = 1 -source-dir = doc/source -build-dir = doc/build - -[upload_sphinx] -upload-dir = doc/build/html - [compile_catalog] directory = oslo.serialization/locale domain = oslo.serialization @@ -45,7 +37,7 @@ mapping_file = babel.cfg output_file = oslo.serialization/locale/oslo.serialization.pot -[wheel] +[bdist_wheel] universal = 1 [egg_info] diff -Nru python-oslo.serialization-2.29.1/tox.ini python-oslo.serialization-2.29.2/tox.ini --- python-oslo.serialization-2.29.1/tox.ini 2019-05-16 06:45:15.000000000 +0000 +++ python-oslo.serialization-2.29.2/tox.ini 2019-09-04 14:25:05.000000000 +0000 @@ -1,55 +1,47 @@ [tox] -minversion = 2.0 -envlist = py35,py27,pep8 +minversion = 3.1 +envlist = py27,py37,pep8 +basepython = python3 +ignore_basepython_conflict = True [testenv] 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 commands = stestr run --slowest {posargs} -[testenv:py27] -basepython = python2.7 - [testenv:pep8] -basepython = python3 -deps = - -r{toxinidir}/test-requirements.txt commands = flake8 # Run security linter bandit -r oslo_serialization tests -n5 [testenv:venv] -basepython = python3 commands = {posargs} -[testenv:docs] -basepython = python3 -deps = -r{toxinidir}/doc/requirements.txt -commands = sphinx-build -W -b html doc/source doc/build/html - [testenv:cover] -basepython = python3 commands = python setup.py test --coverage --coverage-package-name=oslo_serialization --testr-args='{posargs}' -[flake8] -# E123, E125 skipped as they are invalid PEP-8. - -show-source = True -ignore = E123,E125 -exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build +[testenv:docs] +deps = + -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} + -r{toxinidir}/doc/requirements.txt +commands = sphinx-build -W -b html doc/source doc/build/html [testenv:releasenotes] -basepython = python3 -deps = -r{toxinidir}/doc/requirements.txt +deps = {[testenv:docs]deps} 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 -r{toxinidir}/requirements.txt + +[flake8] +# E123, E125 skipped as they are invalid PEP-8. +show-source = True +ignore = E123,E125 +exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build diff -Nru python-oslo.serialization-2.29.1/.zuul.yaml python-oslo.serialization-2.29.2/.zuul.yaml --- python-oslo.serialization-2.29.1/.zuul.yaml 2019-05-16 06:45:15.000000000 +0000 +++ python-oslo.serialization-2.29.2/.zuul.yaml 2019-09-04 14:25:05.000000000 +0000 @@ -5,9 +5,7 @@ - lib-forward-testing-python3 - openstack-lower-constraints-jobs - openstack-python-jobs - - openstack-python35-jobs - - openstack-python36-jobs - - openstack-python37-jobs + - openstack-python3-train-jobs - periodic-stable-jobs - publish-openstack-docs-pti - release-notes-jobs-python3