diff -Nru python-pankoclient-1.1.0/AUTHORS python-pankoclient-1.2.0/AUTHORS --- python-pankoclient-1.1.0/AUTHORS 2020-06-18 16:53:08.000000000 +0000 +++ python-pankoclient-1.2.0/AUTHORS 2020-12-02 10:34:00.000000000 +0000 @@ -21,5 +21,6 @@ qingszhao ricolin vmarkov +wu.chunyang zhangyangyang zhangyifan diff -Nru python-pankoclient-1.1.0/babel.cfg python-pankoclient-1.2.0/babel.cfg --- python-pankoclient-1.1.0/babel.cfg 2020-06-18 16:52:04.000000000 +0000 +++ python-pankoclient-1.2.0/babel.cfg 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -[python: **.py] - diff -Nru python-pankoclient-1.1.0/ChangeLog python-pankoclient-1.2.0/ChangeLog --- python-pankoclient-1.1.0/ChangeLog 2020-06-18 16:53:08.000000000 +0000 +++ python-pankoclient-1.2.0/ChangeLog 2020-12-02 10:34:00.000000000 +0000 @@ -1,6 +1,13 @@ CHANGES ======= +1.2.0 +----- + +* Add Python3 wallaby unit tests +* Update master for stable/victoria +* Remove translation sections from setup.cfg + 1.1.0 ----- diff -Nru python-pankoclient-1.1.0/debian/changelog python-pankoclient-1.2.0/debian/changelog --- python-pankoclient-1.1.0/debian/changelog 2020-07-29 19:00:28.000000000 +0000 +++ python-pankoclient-1.2.0/debian/changelog 2020-12-03 14:52:30.000000000 +0000 @@ -1,3 +1,10 @@ +python-pankoclient (1.2.0-0ubuntu1) hirsute; urgency=medium + + * d/control: Update VCS paths for move to lp:~ubuntu-openstack-dev. + * New upstream release for OpenStack Wallaby. + + -- Chris MacNaughton Thu, 03 Dec 2020 14:52:30 +0000 + python-pankoclient (1.1.0-0ubuntu1) groovy; urgency=medium * New upstream release for OpenStack Victoria. diff -Nru python-pankoclient-1.1.0/debian/control python-pankoclient-1.2.0/debian/control --- python-pankoclient-1.1.0/debian/control 2020-07-29 19:00:28.000000000 +0000 +++ python-pankoclient-1.2.0/debian/control 2020-12-03 14:52:30.000000000 +0000 @@ -35,8 +35,8 @@ python3-testrepository (>= 0.0.18), python3-testscenarios (>= 0.4), Standards-Version: 4.5.0 -Vcs-Browser: https://git.launchpad.net/~ubuntu-server-dev/ubuntu/+source/python-pankoclient -Vcs-Git: https://git.launchpad.net/~ubuntu-server-dev/ubuntu/+source/python-pankoclient +Vcs-Browser: https://git.launchpad.net/~ubuntu-openstack-dev/ubuntu/+source/python-pankoclient +Vcs-Git: https://git.launchpad.net/~ubuntu-openstack-dev/ubuntu/+source/python-pankoclient Homepage: https://opendev.org/openstack/python-pankoclient XS-Testsuite: autopkgtest diff -Nru python-pankoclient-1.1.0/pankoclient.egg-info/pbr.json python-pankoclient-1.2.0/pankoclient.egg-info/pbr.json --- python-pankoclient-1.1.0/pankoclient.egg-info/pbr.json 2020-06-18 16:53:08.000000000 +0000 +++ python-pankoclient-1.2.0/pankoclient.egg-info/pbr.json 2020-12-02 10:34:00.000000000 +0000 @@ -1 +1 @@ -{"git_version": "eba9ee7", "is_release": true} \ No newline at end of file +{"git_version": "a20549e", "is_release": true} \ No newline at end of file diff -Nru python-pankoclient-1.1.0/pankoclient.egg-info/PKG-INFO python-pankoclient-1.2.0/pankoclient.egg-info/PKG-INFO --- python-pankoclient-1.1.0/pankoclient.egg-info/PKG-INFO 2020-06-18 16:53:08.000000000 +0000 +++ python-pankoclient-1.2.0/pankoclient.egg-info/PKG-INFO 2020-12-02 10:34:00.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pankoclient -Version: 1.1.0 +Version: 1.2.0 Summary: Python client library for OpenStack Panko project. Home-page: https://docs.openstack.org/python-pankoclient/latest/ Author: OpenStack diff -Nru python-pankoclient-1.1.0/pankoclient.egg-info/requires.txt python-pankoclient-1.2.0/pankoclient.egg-info/requires.txt --- python-pankoclient-1.1.0/pankoclient.egg-info/requires.txt 2020-06-18 16:53:08.000000000 +0000 +++ python-pankoclient-1.2.0/pankoclient.egg-info/requires.txt 2020-12-02 10:34:00.000000000 +0000 @@ -11,8 +11,8 @@ [test] coverage>=4.0 hacking<3.1.0,>=3.0 -python-openstackclient>=3.3.0 oslotest>=1.10.0 +python-openstackclient>=3.3.0 reno>=1.8.0 requests-mock>=1.1 testrepository>=0.0.18 diff -Nru python-pankoclient-1.1.0/pankoclient.egg-info/SOURCES.txt python-pankoclient-1.2.0/pankoclient.egg-info/SOURCES.txt --- python-pankoclient-1.1.0/pankoclient.egg-info/SOURCES.txt 2020-06-18 16:53:08.000000000 +0000 +++ python-pankoclient-1.2.0/pankoclient.egg-info/SOURCES.txt 2020-12-02 10:34:00.000000000 +0000 @@ -8,7 +8,6 @@ LICENSE MANIFEST.in README.rst -babel.cfg bindep.txt requirements.txt setup.cfg @@ -65,5 +64,6 @@ releasenotes/source/train.rst releasenotes/source/unreleased.rst releasenotes/source/ussuri.rst +releasenotes/source/victoria.rst releasenotes/source/_static/.placeholder releasenotes/source/_templates/.placeholder \ No newline at end of file diff -Nru python-pankoclient-1.1.0/PKG-INFO python-pankoclient-1.2.0/PKG-INFO --- python-pankoclient-1.1.0/PKG-INFO 2020-06-18 16:53:08.000000000 +0000 +++ python-pankoclient-1.2.0/PKG-INFO 2020-12-02 10:34:00.937808500 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pankoclient -Version: 1.1.0 +Version: 1.2.0 Summary: Python client library for OpenStack Panko project. Home-page: https://docs.openstack.org/python-pankoclient/latest/ Author: OpenStack diff -Nru python-pankoclient-1.1.0/releasenotes/source/index.rst python-pankoclient-1.2.0/releasenotes/source/index.rst --- python-pankoclient-1.1.0/releasenotes/source/index.rst 2020-06-18 16:52:04.000000000 +0000 +++ python-pankoclient-1.2.0/releasenotes/source/index.rst 2020-12-02 10:32:55.000000000 +0000 @@ -6,6 +6,7 @@ :maxdepth: 1 unreleased + victoria ussuri train stein diff -Nru python-pankoclient-1.1.0/releasenotes/source/victoria.rst python-pankoclient-1.2.0/releasenotes/source/victoria.rst --- python-pankoclient-1.1.0/releasenotes/source/victoria.rst 1970-01-01 00:00:00.000000000 +0000 +++ python-pankoclient-1.2.0/releasenotes/source/victoria.rst 2020-12-02 10:32:55.000000000 +0000 @@ -0,0 +1,6 @@ +============================= +Victoria Series Release Notes +============================= + +.. release-notes:: + :branch: stable/victoria diff -Nru python-pankoclient-1.1.0/setup.cfg python-pankoclient-1.2.0/setup.cfg --- python-pankoclient-1.1.0/setup.cfg 2020-06-18 16:53:08.000000000 +0000 +++ python-pankoclient-1.2.0/setup.cfg 2020-12-02 10:34:00.937808500 +0000 @@ -52,20 +52,6 @@ event trait list = pankoclient.v2.events_cli:EventTraitList event trait description = pankoclient.v2.events_cli:EventTraitDescription -[compile_catalog] -directory = pankoclient/locale -domain = pankoclient - -[update_catalog] -domain = pankoclient -output_dir = pankoclient/locale -input_file = pankoclient/locale/pankoclient.pot - -[extract_messages] -keywords = _ gettext ngettext l_ lazy_gettext -mapping_file = babel.cfg -output_file = pankoclient/locale/pankoclient.pot - [egg_info] tag_build = tag_date = 0 diff -Nru python-pankoclient-1.1.0/.zuul.yaml python-pankoclient-1.2.0/.zuul.yaml --- python-pankoclient-1.1.0/.zuul.yaml 2020-06-18 16:52:04.000000000 +0000 +++ python-pankoclient-1.2.0/.zuul.yaml 2020-12-02 10:32:55.000000000 +0000 @@ -1,5 +1,5 @@ - project: templates: - - openstack-python3-victoria-jobs + - openstack-python3-wallaby-jobs - publish-openstack-docs-pti - openstackclient-plugin-jobs