Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-freezerclient for openSUSE:Factory checked in at 2024-12-18 20:10:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-freezerclient (Old) and /work/SRC/openSUSE:Factory/.python-freezerclient.new.29675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-freezerclient" Wed Dec 18 20:10:33 2024 rev:13 rq:1231836 version:5.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-freezerclient/python-freezerclient.changes 2022-05-25 20:34:41.760238843 +0200 +++ /work/SRC/openSUSE:Factory/.python-freezerclient.new.29675/python-freezerclient.changes 2024-12-18 20:11:47.177415995 +0100 @@ -1,0 +2,9 @@ +Wed Jan 10 16:50:13 UTC 2024 - cloud-de...@suse.de + +- update to version 5.2.0 + - Dropped the python 3.6/3.7 in zed cycle testing runtime + - Drop lower-constraints.txt and its testing + - Update arm ci jobs + - Add zed test jobs + +------------------------------------------------------------------- Old: ---- python-freezerclient-4.4.0.tar.gz New: ---- python-freezerclient-5.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-freezerclient.spec ++++++ --- /var/tmp/diff_new_pack.y8vGEN/_old 2024-12-18 20:11:48.613475857 +0100 +++ /var/tmp/diff_new_pack.y8vGEN/_new 2024-12-18 20:11:48.633476691 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-freezerclient # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: python-freezerclient -Version: 4.4.0 +Version: 5.2.0 Release: 0 Summary: Python API and CLI for OpenStack Freezer License: Apache-2.0 Group: Development/Languages/Python URL: https://docs.openstack.org/python-freezerclient -Source0: https://files.pythonhosted.org/packages/source/p/python-freezerclient/python-freezerclient-4.4.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/p/python-freezerclient/python-freezerclient-5.2.0.tar.gz BuildRequires: openstack-macros BuildRequires: python3-cliff >= 2.8.0 BuildRequires: python3-fixtures @@ -77,14 +77,14 @@ %{py3_build} # Build HTML docs and man page -PBR_VERSION=4.4.0 %sphinx_build -b html doc/source doc/build/html +PBR_VERSION=5.2.0 %sphinx_build -b html doc/source doc/build/html rm -r doc/build/html/.{doctrees,buildinfo} %install %{py3_install} %check -python3 -m stestr.cli run +%{openstack_stestr_run} %files -n python3-freezerclient %doc README.rst ++++++ _service ++++++ --- /var/tmp/diff_new_pack.y8vGEN/_old 2024-12-18 20:11:48.985491365 +0100 +++ /var/tmp/diff_new_pack.y8vGEN/_new 2024-12-18 20:11:49.037493533 +0100 @@ -1,13 +1,13 @@ <services> - <service mode="disabled" name="renderspec"> + <service mode="manual" name="renderspec"> <param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/master/openstack/python-freezerclient/python-freezerclient.spec.j2</param> <param name="output-name">python-freezerclient.spec</param> <param name="requirements">https://opendev.org/openstack/python-freezerclient/raw/branch/master/requirements.txt</param> <param name="changelog-email">cloud-de...@suse.de</param> <param name="changelog-provider">gh,openstack,python-freezerclient</param> </service> - <service mode="disabled" name="download_files"> + <service mode="manual" name="download_files"> </service> - <service name="format_spec_file" mode="disabled"/> + <service name="format_spec_file" mode="manual"/> </services> ++++++ python-freezerclient-4.4.0.tar.gz -> python-freezerclient-5.2.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-freezerclient-4.4.0/.zuul.yaml new/python-freezerclient-5.2.0/.zuul.yaml --- old/python-freezerclient-4.4.0/.zuul.yaml 2021-11-25 16:10:42.000000000 +0100 +++ new/python-freezerclient-5.2.0/.zuul.yaml 2023-09-13 11:35:21.000000000 +0200 @@ -1,9 +1,8 @@ - project: templates: - check-requirements - - openstack-lower-constraints-jobs - - openstack-python3-yoga-jobs - - openstack-python3-xena-jobs-arm64 + - openstack-python3-zed-jobs + - openstack-python3-zed-jobs-arm64 - publish-openstack-docs-pti - release-notes-jobs-python3 check: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-freezerclient-4.4.0/ChangeLog new/python-freezerclient-5.2.0/ChangeLog --- old/python-freezerclient-4.4.0/ChangeLog 2021-11-25 16:11:12.000000000 +0100 +++ new/python-freezerclient-5.2.0/ChangeLog 2023-09-13 11:35:48.000000000 +0200 @@ -1,6 +1,14 @@ CHANGES ======= +5.2.0 +----- + +* Dropped the python 3.6/3.7 in zed cycle testing runtime +* Update arm ci jobs +* Add zed test jobs +* Drop lower-constraints.txt and its testing + 4.4.0 ----- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-freezerclient-4.4.0/PKG-INFO new/python-freezerclient-5.2.0/PKG-INFO --- old/python-freezerclient-4.4.0/PKG-INFO 2021-11-25 16:11:12.300097500 +0100 +++ new/python-freezerclient-5.2.0/PKG-INFO 2023-09-13 11:35:48.323932000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: python-freezerclient -Version: 4.4.0 +Version: 5.2.0 Summary: OpenStack Disaster Recovery API Client Library Home-page: https://docs.openstack.org/python-freezerclient/latest/ Author: OpenStack @@ -53,7 +53,6 @@ Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Programming Language :: Python :: 3 :: Only Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Classifier: Development Status :: 5 - Production/Stable @@ -73,4 +72,4 @@ Classifier: Topic :: System :: Archiving :: Backup Classifier: Topic :: System :: Archiving :: Compression Classifier: Topic :: System :: Archiving -Requires-Python: >=3.6 +Requires-Python: >=3.8 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-freezerclient-4.4.0/lower-constraints.txt new/python-freezerclient-5.2.0/lower-constraints.txt --- old/python-freezerclient-4.4.0/lower-constraints.txt 2021-11-25 16:10:42.000000000 +0100 +++ new/python-freezerclient-5.2.0/lower-constraints.txt 1970-01-01 01:00:00.000000000 +0100 @@ -1,43 +0,0 @@ -alabaster==0.7.10 -astroid==2.1.0 -Babel==2.3.4 -cliff==2.8.0 -cmd2==0.8.0 -coverage==4.5.1 -debtcollector==1.2.0 -docutils==0.11 -dulwich==0.15.0 -extras==1.0.0 -fixtures==3.0.0 -imagesize==0.7.1 -iso8601==0.1.11 -Jinja2==2.10 -keystoneauth1==3.4.0 -linecache2==1.0.0 -logilab-common==1.4.1 -MarkupSafe==1.1.1 -monotonic==0.6 -netaddr==0.7.18 -netifaces==0.10.4 -oslo.i18n==3.15.3 -oslo.serialization==2.25.0 -oslo.utils==3.33.0 -pbr==2.0.0 -prettytable==0.7.2 -Pygments==2.2.0 -pylint==2.2.0 -pyparsing==2.1.0 -pyperclip==1.5.27 -python-mimeparse==1.6.0 -python-subunit==1.0.0 -pytz==2013.6 -PyYAML==3.13 -requests==2.14.2 -setuptools==21.0.0 -snowballstemmer==1.2.1 -stevedore==1.20.0 -stestr==2.0.0 -testtools==2.2.0 -traceback2==1.4.0 -unittest2==1.1.0 -wrapt==1.7.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-freezerclient-4.4.0/python_freezerclient.egg-info/PKG-INFO new/python-freezerclient-5.2.0/python_freezerclient.egg-info/PKG-INFO --- old/python-freezerclient-4.4.0/python_freezerclient.egg-info/PKG-INFO 2021-11-25 16:11:12.000000000 +0100 +++ new/python-freezerclient-5.2.0/python_freezerclient.egg-info/PKG-INFO 2023-09-13 11:35:48.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: python-freezerclient -Version: 4.4.0 +Version: 5.2.0 Summary: OpenStack Disaster Recovery API Client Library Home-page: https://docs.openstack.org/python-freezerclient/latest/ Author: OpenStack @@ -53,7 +53,6 @@ Classifier: Programming Language :: Python :: Implementation :: CPython Classifier: Programming Language :: Python :: 3 :: Only Classifier: Programming Language :: Python :: 3 -Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Classifier: Development Status :: 5 - Production/Stable @@ -73,4 +72,4 @@ Classifier: Topic :: System :: Archiving :: Backup Classifier: Topic :: System :: Archiving :: Compression Classifier: Topic :: System :: Archiving -Requires-Python: >=3.6 +Requires-Python: >=3.8 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-freezerclient-4.4.0/python_freezerclient.egg-info/SOURCES.txt new/python-freezerclient-5.2.0/python_freezerclient.egg-info/SOURCES.txt --- old/python-freezerclient-4.4.0/python_freezerclient.egg-info/SOURCES.txt 2021-11-25 16:11:12.000000000 +0100 +++ new/python-freezerclient-5.2.0/python_freezerclient.egg-info/SOURCES.txt 2023-09-13 11:35:48.000000000 +0200 @@ -9,7 +9,6 @@ README.rst babel.cfg bindep.txt -lower-constraints.txt requirements.txt setup.cfg setup.py @@ -83,6 +82,7 @@ python_freezerclient.egg-info/dependency_links.txt python_freezerclient.egg-info/entry_points.txt python_freezerclient.egg-info/not-zip-safe +python_freezerclient.egg-info/pbr.json python_freezerclient.egg-info/requires.txt python_freezerclient.egg-info/top_level.txt releasenotes/notes/drop-py-2-7-9a3fc069f66d62bc.yaml diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-freezerclient-4.4.0/python_freezerclient.egg-info/pbr.json new/python-freezerclient-5.2.0/python_freezerclient.egg-info/pbr.json --- old/python-freezerclient-4.4.0/python_freezerclient.egg-info/pbr.json 1970-01-01 01:00:00.000000000 +0100 +++ new/python-freezerclient-5.2.0/python_freezerclient.egg-info/pbr.json 2023-09-13 11:35:48.000000000 +0200 @@ -0,0 +1 @@ +{"git_version": "2b112fc", "is_release": true} \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-freezerclient-4.4.0/requirements.txt new/python-freezerclient-5.2.0/requirements.txt --- old/python-freezerclient-4.4.0/requirements.txt 2021-11-25 16:10:42.000000000 +0100 +++ new/python-freezerclient-5.2.0/requirements.txt 2023-09-13 11:35:21.000000000 +0200 @@ -1,3 +1,7 @@ +# 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. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-freezerclient-4.4.0/setup.cfg new/python-freezerclient-5.2.0/setup.cfg --- old/python-freezerclient-4.4.0/setup.cfg 2021-11-25 16:11:12.300097500 +0100 +++ new/python-freezerclient-5.2.0/setup.cfg 2023-09-13 11:35:48.323932000 +0200 @@ -7,13 +7,12 @@ author = OpenStack author-email = openstack-disc...@lists.openstack.org home-page = https://docs.openstack.org/python-freezerclient/latest/ -python-requires = >=3.6 +python-requires = >=3.8 classifier = Programming Language :: Python Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: 3 :: Only Programming Language :: Python :: 3 - Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Development Status :: 5 - Production/Stable diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-freezerclient-4.4.0/tox.ini new/python-freezerclient-5.2.0/tox.ini --- old/python-freezerclient-4.4.0/tox.ini 2021-11-25 16:10:42.000000000 +0100 +++ new/python-freezerclient-5.2.0/tox.ini 2023-09-13 11:35:21.000000000 +0200 @@ -38,9 +38,6 @@ [testenv:venv] commands = {posargs} -[testenv:py36] -basepython = python3.6 - [testenv:py38] basepython = python3.8 @@ -77,9 +74,3 @@ -r{toxinidir}/requirements.txt -r{toxinidir}/doc/requirements.txt commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html - -[testenv:lower-constraints] -deps = - -c{toxinidir}/lower-constraints.txt - -r{toxinidir}/test-requirements.txt - -r{toxinidir}/requirements.txt