diff -Nru python-oslo.i18n-3.23.0/AUTHORS python-oslo.i18n-3.23.1/AUTHORS --- python-oslo.i18n-3.23.0/AUTHORS 2018-11-28 11:06:07.000000000 +0000 +++ python-oslo.i18n-3.23.1/AUTHORS 2019-02-28 18:08:12.000000000 +0000 @@ -12,6 +12,7 @@ Brant Knudson Chang Bo Guo ChangBo Guo(gcb) +Charles Short Charles Short Christian Berendt Chuck Short @@ -61,6 +62,7 @@ Vu Cong Tuan WangBinbin ZhiQiang Fan +ZhijunWei Zhiteng Huang ZhongShengping Zhongyue Luo diff -Nru python-oslo.i18n-3.23.0/ChangeLog python-oslo.i18n-3.23.1/ChangeLog --- python-oslo.i18n-3.23.0/ChangeLog 2018-11-28 11:06:07.000000000 +0000 +++ python-oslo.i18n-3.23.1/ChangeLog 2019-02-28 18:08:12.000000000 +0000 @@ -1,6 +1,14 @@ CHANGES ======= +3.23.1 +------ + +* add python 3.7 unit test job +* Change python3.5 job to python3.7 job on Stein+ +* Update hacking version +* Update mailinglist from dev to discuss + 3.23.0 ------ diff -Nru python-oslo.i18n-3.23.0/debian/changelog python-oslo.i18n-3.23.1/debian/changelog --- python-oslo.i18n-3.23.0/debian/changelog 2019-01-30 14:21:52.000000000 +0000 +++ python-oslo.i18n-3.23.1/debian/changelog 2019-03-11 16:03:20.000000000 +0000 @@ -1,3 +1,9 @@ +python-oslo.i18n (3.23.1-0ubuntu1) disco; urgency=medium + + * New upstream release for OpenStack Stein. + + -- James Page Mon, 11 Mar 2019 16:03:20 +0000 + python-oslo.i18n (3.23.0-0ubuntu1) disco; urgency=medium * New upstream release for OpenStack Stein. diff -Nru python-oslo.i18n-3.23.0/oslo.i18n.egg-info/pbr.json python-oslo.i18n-3.23.1/oslo.i18n.egg-info/pbr.json --- python-oslo.i18n-3.23.0/oslo.i18n.egg-info/pbr.json 2018-11-28 11:06:07.000000000 +0000 +++ python-oslo.i18n-3.23.1/oslo.i18n.egg-info/pbr.json 2019-02-28 18:08:12.000000000 +0000 @@ -1 +1 @@ -{"git_version": "a5fde9a", "is_release": true} \ No newline at end of file +{"git_version": "20bbee5", "is_release": true} \ No newline at end of file diff -Nru python-oslo.i18n-3.23.0/oslo.i18n.egg-info/PKG-INFO python-oslo.i18n-3.23.1/oslo.i18n.egg-info/PKG-INFO --- python-oslo.i18n-3.23.0/oslo.i18n.egg-info/PKG-INFO 2018-11-28 11:06:07.000000000 +0000 +++ python-oslo.i18n-3.23.1/oslo.i18n.egg-info/PKG-INFO 2019-02-28 18:08:12.000000000 +0000 @@ -1,10 +1,10 @@ Metadata-Version: 1.1 Name: oslo.i18n -Version: 3.23.0 +Version: 3.23.1 Summary: Oslo i18n library Home-page: https://docs.openstack.org/oslo.i18n/latest Author: OpenStack -Author-email: openstack-dev@lists.openstack.org +Author-email: openstack-discuss@lists.openstack.org License: UNKNOWN Description: ======================== Team and repository tags diff -Nru python-oslo.i18n-3.23.0/PKG-INFO python-oslo.i18n-3.23.1/PKG-INFO --- python-oslo.i18n-3.23.0/PKG-INFO 2018-11-28 11:06:07.000000000 +0000 +++ python-oslo.i18n-3.23.1/PKG-INFO 2019-02-28 18:08:12.000000000 +0000 @@ -1,10 +1,10 @@ Metadata-Version: 1.1 Name: oslo.i18n -Version: 3.23.0 +Version: 3.23.1 Summary: Oslo i18n library Home-page: https://docs.openstack.org/oslo.i18n/latest Author: OpenStack -Author-email: openstack-dev@lists.openstack.org +Author-email: openstack-discuss@lists.openstack.org License: UNKNOWN Description: ======================== Team and repository tags diff -Nru python-oslo.i18n-3.23.0/setup.cfg python-oslo.i18n-3.23.1/setup.cfg --- python-oslo.i18n-3.23.0/setup.cfg 2018-11-28 11:06:07.000000000 +0000 +++ python-oslo.i18n-3.23.1/setup.cfg 2019-02-28 18:08:12.000000000 +0000 @@ -4,7 +4,7 @@ description-file = README.rst author = OpenStack -author-email = openstack-dev@lists.openstack.org +author-email = openstack-discuss@lists.openstack.org home-page = https://docs.openstack.org/oslo.i18n/latest classifier = Environment :: OpenStack diff -Nru python-oslo.i18n-3.23.0/test-requirements.txt python-oslo.i18n-3.23.1/test-requirements.txt --- python-oslo.i18n-3.23.0/test-requirements.txt 2018-11-28 11:03:58.000000000 +0000 +++ python-oslo.i18n-3.23.1/test-requirements.txt 2019-02-28 18:06:04.000000000 +0000 @@ -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. -hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +hacking>=1.1.0,<1.2.0 # Apache-2.0 stestr>=2.0.0 # Apache-2.0 sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD diff -Nru python-oslo.i18n-3.23.0/tox.ini python-oslo.i18n-3.23.1/tox.ini --- python-oslo.i18n-3.23.0/tox.ini 2018-11-28 11:03:58.000000000 +0000 +++ python-oslo.i18n-3.23.1/tox.ini 2019-02-28 18:06:04.000000000 +0000 @@ -1,6 +1,6 @@ [tox] minversion = 2.0 -envlist = py35,py27,pep8 +envlist = py37,py27,pep8 [testenv] install_command = pip install {opts} {packages} @@ -43,9 +43,10 @@ [flake8] # E123, E125 skipped as they are invalid PEP-8. +# E731 skipped as assign a lambda expression show-source = True -ignore = E123,E125 +ignore = E123,E125,E731 # H106: Don’t put vim configuration in source files # H203: Use assertIs(Not)None to check for None diff -Nru python-oslo.i18n-3.23.0/.zuul.yaml python-oslo.i18n-3.23.1/.zuul.yaml --- python-oslo.i18n-3.23.0/.zuul.yaml 2018-11-28 11:03:58.000000000 +0000 +++ python-oslo.i18n-3.23.1/.zuul.yaml 2019-02-28 18:06:04.000000000 +0000 @@ -6,8 +6,8 @@ - openstack-cover-jobs - openstack-lower-constraints-jobs - openstack-python-jobs - - openstack-python35-jobs - openstack-python36-jobs + - openstack-python37-jobs - periodic-stable-jobs - publish-openstack-docs-pti - release-notes-jobs-python3