diff -Nru python-blazarclient-3.4.0/AUTHORS python-blazarclient-3.5.0/AUTHORS --- python-blazarclient-3.4.0/AUTHORS 2022-02-24 12:51:38.000000000 +0000 +++ python-blazarclient-3.5.0/AUTHORS 2022-08-30 12:40:47.000000000 +0000 @@ -28,6 +28,7 @@ Pablo Andres Fuente Pierre Riteau Pierre Riteau +Radosław Piliszek Sam Morrison Sean McGinnis Sean McGinnis @@ -48,6 +49,7 @@ lvxianguo maaoyu melissaml +niuke qingszhao rajat29 sunjia diff -Nru python-blazarclient-3.4.0/ChangeLog python-blazarclient-3.5.0/ChangeLog --- python-blazarclient-3.4.0/ChangeLog 2022-02-24 12:51:38.000000000 +0000 +++ python-blazarclient-3.5.0/ChangeLog 2022-08-30 12:40:47.000000000 +0000 @@ -1,6 +1,16 @@ CHANGES ======= +3.5.0 +----- + +* remove unicode prefix from code +* Remove Babel from requirements +* [CI] Run Zed jobs instead of Yoga +* Update configuration for compatibility with Sphinx 5 +* Drop lower-constraints.txt and its testing +* Update master for stable/yoga + 3.4.0 ----- diff -Nru python-blazarclient-3.4.0/debian/changelog python-blazarclient-3.5.0/debian/changelog --- python-blazarclient-3.4.0/debian/changelog 2022-03-01 18:39:21.000000000 +0000 +++ python-blazarclient-3.5.0/debian/changelog 2022-09-07 20:46:01.000000000 +0000 @@ -1,3 +1,11 @@ +python-blazarclient (3.5.0-0ubuntu1) kinetic; urgency=medium + + * New upstream release for OpenStack Zed. + * d/control: Switch to debhelper compat 13. + * d/control: Update standards version to 4.6.1. + + -- Corey Bryant Wed, 07 Sep 2022 16:46:01 -0400 + python-blazarclient (3.4.0-0ubuntu1) jammy; urgency=medium * New upstream release for OpenStack Yoga. diff -Nru python-blazarclient-3.4.0/debian/control python-blazarclient-3.5.0/debian/control --- python-blazarclient-3.4.0/debian/control 2022-03-01 18:39:21.000000000 +0000 +++ python-blazarclient-3.5.0/debian/control 2022-09-07 20:46:01.000000000 +0000 @@ -4,7 +4,7 @@ Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Corey Bryant Build-Depends: - debhelper-compat (= 12), + debhelper-compat (= 13), dh-python, openstack-pkg-tools, python3-all, @@ -30,10 +30,9 @@ python3-subunit, python3-testrepository (>= 0.0.18), python3-testtools (>= 2.2.0), -Standards-Version: 4.1.4 -Vcs-Browser: https://git.launchpad.net/~ubuntu-openstack-dev/ubuntu/+source/python-blazarclient +Standards-Version: 4.6.1 Vcs-Git: https://git.launchpad.net/~ubuntu-openstack-dev/ubuntu/+source/python-blazarclient -Homepage: https://github.com/openstack/python-blazarclient +Homepage: https://opendev.org/openstack/python-blazarclient Testsuite: autopkgtest-pkg-python Package: python3-blazarclient diff -Nru python-blazarclient-3.4.0/lower-constraints.txt python-blazarclient-3.5.0/lower-constraints.txt --- python-blazarclient-3.4.0/lower-constraints.txt 2022-02-24 12:51:04.000000000 +0000 +++ python-blazarclient-3.5.0/lower-constraints.txt 1970-01-01 00:00:00.000000000 +0000 @@ -1,45 +0,0 @@ -appdirs==1.3.0 -Babel==2.3.4 -cliff==2.8.0 -cmd2==0.8.0 -coverage==4.0 -debtcollector==1.2.0 -extras==1.0.0 -fixtures==3.0.0 -iso8601==0.1.11 -keystoneauth1==3.4.0 -linecache2==1.0.0 -monotonic==0.6 -mox3==0.20.0 -msgpack-python==0.4.0 -netaddr==0.7.18 -netifaces==0.10.4 -os-client-config==1.28.0 -osc-lib==1.3.0 -oslo.config==5.2.0 -oslo.context==2.19.2 -oslo.i18n==3.15.3 -oslo.log==3.36.0 -oslo.serialization==2.18.0 -oslo.utils==3.33.0 -oslotest==3.2.0 -pbr==2.0.0 -pep8==1.5.7 -prettytable==0.7.1 -pyinotify==0.9.6 -pyparsing==2.1.0 -pyperclip==1.5.27 -python-dateutil==2.5.3 -python-mimeparse==1.6.0 -python-subunit==1.0.0 -pytz==2013.6 -PyYAML==3.12 -requests==2.14.2 -requestsexceptions==1.2.0 -rfc3986==0.3.1 -stestr==2.0.0 -stevedore==1.20.0 -testtools==2.2.0 -traceback2==1.4.0 -unittest2==1.1.0 -wrapt==1.7.0 diff -Nru python-blazarclient-3.4.0/PKG-INFO python-blazarclient-3.5.0/PKG-INFO --- python-blazarclient-3.4.0/PKG-INFO 2022-02-24 12:51:38.960037200 +0000 +++ python-blazarclient-3.5.0/PKG-INFO 2022-08-30 12:40:47.202436400 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: python-blazarclient -Version: 3.4.0 +Version: 3.5.0 Summary: Client for OpenStack Reservation Service Home-page: https://launchpad.net/blazar Author: OpenStack diff -Nru python-blazarclient-3.4.0/python_blazarclient.egg-info/pbr.json python-blazarclient-3.5.0/python_blazarclient.egg-info/pbr.json --- python-blazarclient-3.4.0/python_blazarclient.egg-info/pbr.json 2022-02-24 12:51:38.000000000 +0000 +++ python-blazarclient-3.5.0/python_blazarclient.egg-info/pbr.json 2022-08-30 12:40:47.000000000 +0000 @@ -1 +1 @@ -{"git_version": "59fd6c0", "is_release": true} \ No newline at end of file +{"git_version": "2dabe78", "is_release": true} \ No newline at end of file diff -Nru python-blazarclient-3.4.0/python_blazarclient.egg-info/PKG-INFO python-blazarclient-3.5.0/python_blazarclient.egg-info/PKG-INFO --- python-blazarclient-3.4.0/python_blazarclient.egg-info/PKG-INFO 2022-02-24 12:51:38.000000000 +0000 +++ python-blazarclient-3.5.0/python_blazarclient.egg-info/PKG-INFO 2022-08-30 12:40:47.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: python-blazarclient -Version: 3.4.0 +Version: 3.5.0 Summary: Client for OpenStack Reservation Service Home-page: https://launchpad.net/blazar Author: OpenStack diff -Nru python-blazarclient-3.4.0/python_blazarclient.egg-info/requires.txt python-blazarclient-3.5.0/python_blazarclient.egg-info/requires.txt --- python-blazarclient-3.4.0/python_blazarclient.egg-info/requires.txt 2022-02-24 12:51:38.000000000 +0000 +++ python-blazarclient-3.5.0/python_blazarclient.egg-info/requires.txt 2022-08-30 12:40:47.000000000 +0000 @@ -1,4 +1,3 @@ -Babel!=2.4.0,>=2.3.4 PrettyTable>=0.7.1 cliff!=2.9.0,>=2.8.0 keystoneauth1>=3.4.0 diff -Nru python-blazarclient-3.4.0/python_blazarclient.egg-info/SOURCES.txt python-blazarclient-3.5.0/python_blazarclient.egg-info/SOURCES.txt --- python-blazarclient-3.4.0/python_blazarclient.egg-info/SOURCES.txt 2022-02-24 12:51:38.000000000 +0000 +++ python-blazarclient-3.5.0/python_blazarclient.egg-info/SOURCES.txt 2022-08-30 12:40:47.000000000 +0000 @@ -6,7 +6,6 @@ LICENSE MANIFEST.in README.rst -lower-constraints.txt requirements.txt setup.cfg setup.py @@ -74,5 +73,6 @@ releasenotes/source/victoria.rst releasenotes/source/wallaby.rst releasenotes/source/xena.rst +releasenotes/source/yoga.rst releasenotes/source/_static/.placeholder releasenotes/source/_templates/.placeholder \ No newline at end of file diff -Nru python-blazarclient-3.4.0/releasenotes/source/conf.py python-blazarclient-3.5.0/releasenotes/source/conf.py --- python-blazarclient-3.4.0/releasenotes/source/conf.py 2022-02-24 12:51:04.000000000 +0000 +++ python-blazarclient-3.5.0/releasenotes/source/conf.py 2022-08-30 12:40:05.000000000 +0000 @@ -31,14 +31,14 @@ # -- Project information ----------------------------------------------------- -project = u'Blazar Client Release Notes' -copyright = u'2018, Blazar Developers' -author = u'Blazar Developers' +project = 'Blazar Client Release Notes' +copyright = '2018, Blazar Developers' +author = 'Blazar Developers' # The short X.Y version -version = u'' +version = '' # The full version, including alpha/beta/rc tags -release = u'' +release = '' # -- General configuration --------------------------------------------------- @@ -77,7 +77,7 @@ # # This is also used if you do content translation via gettext catalogs. # Usually you set "language" from the command line for these cases. -language = None +# language = None # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. @@ -148,7 +148,7 @@ # author, documentclass [howto, manual, or own class]). latex_documents = [ (master_doc, 'BlazarClientReleaseNotes.tex', - u'Blazar Client Release Notes', u'Blazar Developers', 'manual'), + 'Blazar Client Release Notes', 'Blazar Developers', 'manual'), ] @@ -157,7 +157,7 @@ # One entry per manual page. List of tuples # (source start file, name, description, authors, manual section). man_pages = [ - (master_doc, 'blazarclientreleasenotes', u'Blazar Client Release Notes', + (master_doc, 'blazarclientreleasenotes', 'Blazar Client Release Notes', [author], 1) ] @@ -168,7 +168,7 @@ # (source start file, target name, title, author, # dir menu entry, description, category) texinfo_documents = [ - (master_doc, 'BlazarClientReleaseNotes', u'Blazar Client Release Notes', + (master_doc, 'BlazarClientReleaseNotes', 'Blazar Client Release Notes', author, 'BlazarClientReleaseNotes', 'Reservation service client.', 'Miscellaneous'), ] diff -Nru python-blazarclient-3.4.0/releasenotes/source/index.rst python-blazarclient-3.5.0/releasenotes/source/index.rst --- python-blazarclient-3.4.0/releasenotes/source/index.rst 2022-02-24 12:51:04.000000000 +0000 +++ python-blazarclient-3.5.0/releasenotes/source/index.rst 2022-08-30 12:40:05.000000000 +0000 @@ -6,6 +6,7 @@ :maxdepth: 1 unreleased + yoga xena wallaby victoria diff -Nru python-blazarclient-3.4.0/releasenotes/source/yoga.rst python-blazarclient-3.5.0/releasenotes/source/yoga.rst --- python-blazarclient-3.4.0/releasenotes/source/yoga.rst 1970-01-01 00:00:00.000000000 +0000 +++ python-blazarclient-3.5.0/releasenotes/source/yoga.rst 2022-08-30 12:40:05.000000000 +0000 @@ -0,0 +1,6 @@ +========================= +Yoga Series Release Notes +========================= + +.. release-notes:: + :branch: stable/yoga diff -Nru python-blazarclient-3.4.0/requirements.txt python-blazarclient-3.5.0/requirements.txt --- python-blazarclient-3.4.0/requirements.txt 2022-02-24 12:51:05.000000000 +0000 +++ python-blazarclient-3.5.0/requirements.txt 2022-08-30 12:40:05.000000000 +0000 @@ -1,10 +1,13 @@ +# Requirements lower bounds listed here are our best effort to keep them up to +# date but we do not test them so no guarantee of having them all correct. If +# you find any incorrect lower bounds, let us know or propose a fix. + # 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. pbr!=2.1.0,>=2.0.0 # Apache-2.0 cliff!=2.9.0,>=2.8.0 # Apache-2.0 PrettyTable>=0.7.1 # BSD -Babel!=2.4.0,>=2.3.4 # BSD oslo.i18n>=3.15.3 # Apache-2.0 oslo.log>=3.36.0 # Apache-2.0 oslo.utils>=3.33.0 # Apache-2.0 diff -Nru python-blazarclient-3.4.0/tox.ini python-blazarclient-3.5.0/tox.ini --- python-blazarclient-3.4.0/tox.ini 2022-02-24 12:51:05.000000000 +0000 +++ python-blazarclient-3.5.0/tox.ini 2022-08-30 12:40:05.000000000 +0000 @@ -49,12 +49,6 @@ coverage xml -o cover/coverage.xml coverage report -[testenv:lower-constraints] -deps = - -c{toxinidir}/lower-constraints.txt - -r{toxinidir}/test-requirements.txt - -r{toxinidir}/requirements.txt - [testenv:releasenotes] deps = -c{env:TOX_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} diff -Nru python-blazarclient-3.4.0/.zuul.yaml python-blazarclient-3.5.0/.zuul.yaml --- python-blazarclient-3.4.0/.zuul.yaml 2022-02-24 12:51:04.000000000 +0000 +++ python-blazarclient-3.5.0/.zuul.yaml 2022-08-30 12:40:05.000000000 +0000 @@ -1,7 +1,6 @@ - project: templates: - check-requirements - - openstack-lower-constraints-jobs - - openstack-python3-yoga-jobs + - openstack-python3-zed-jobs - release-notes-jobs-python3 - - openstack-cover-jobs \ No newline at end of file + - openstack-cover-jobs