Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-oslo.service for openSUSE:Factory checked in at 2021-12-12 00:57:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-oslo.service (Old) and /work/SRC/openSUSE:Factory/.python-oslo.service.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.service" Sun Dec 12 00:57:37 2021 rev:20 rq:939541 version:2.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-oslo.service/python-oslo.service.changes 2021-05-10 15:39:52.885441132 +0200 +++ /work/SRC/openSUSE:Factory/.python-oslo.service.new.2520/python-oslo.service.changes 2021-12-12 00:57:48.382592487 +0100 @@ -1,0 +2,13 @@ +Tue Oct 26 21:40:13 UTC 2021 - cloud-de...@suse.de + +- update to version 2.6.0 + - setup.cfg: Replace dashes with underscores + - Add Python3 xena unit tests + - remove unicode from code + - Remove references to 'sys.version_info' + - Remove lower-constraints remnants + - Use TOX_CONSTRAINTS_FILE + - Update master for stable/wallaby + - Move flake8 as a pre-commit local target. + +------------------------------------------------------------------- Old: ---- oslo.service-2.5.0.tar.gz New: ---- oslo.service-2.6.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-oslo.service.spec ++++++ --- /var/tmp/diff_new_pack.1THKyO/_old 2021-12-12 00:57:48.954592880 +0100 +++ /var/tmp/diff_new_pack.1THKyO/_new 2021-12-12 00:57:48.958592883 +0100 @@ -20,13 +20,13 @@ %global rdo 1 %endif Name: python-oslo.service -Version: 2.5.0 +Version: 2.6.0 Release: 0 Summary: OpenStack oslo.service library License: Apache-2.0 Group: Development/Languages/Python URL: https://docs.openstack.org/oslo.service -Source0: https://files.pythonhosted.org/packages/source/o/oslo.service/oslo.service-2.5.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/o/oslo.service/oslo.service-2.6.0.tar.gz BuildRequires: openstack-macros BuildRequires: procps BuildRequires: python3-Paste >= 2.0.2 @@ -93,7 +93,7 @@ This package contains the documentation. %prep -%autosetup -p1 -n oslo.service-2.5.0 +%autosetup -p1 -n oslo.service-2.6.0 %py_req_cleanup %build ++++++ _service ++++++ --- /var/tmp/diff_new_pack.1THKyO/_old 2021-12-12 00:57:48.986592902 +0100 +++ /var/tmp/diff_new_pack.1THKyO/_new 2021-12-12 00:57:48.986592902 +0100 @@ -1,8 +1,8 @@ <services> <service mode="disabled" name="renderspec"> - <param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/wallaby/openstack/oslo.service/oslo.service.spec.j2</param> + <param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/master/openstack/oslo.service/oslo.service.spec.j2</param> <param name="output-name">python-oslo.service.spec</param> - <param name="requirements">https://opendev.org/openstack/oslo.service/raw/branch/stable/wallaby/requirements.txt</param> + <param name="requirements">https://opendev.org/openstack/oslo.service/raw/master/requirements.txt</param> <param name="changelog-email">cloud-de...@suse.de</param> <param name="changelog-provider">gh,openstack,oslo.service</param> </service> ++++++ oslo.service-2.5.0.tar.gz -> oslo.service-2.6.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.service-2.5.0/.pre-commit-config.yaml new/oslo.service-2.6.0/.pre-commit-config.yaml --- old/oslo.service-2.5.0/.pre-commit-config.yaml 2021-02-08 14:18:46.000000000 +0100 +++ new/oslo.service-2.6.0/.pre-commit-config.yaml 2021-06-15 13:31:40.000000000 +0200 @@ -9,7 +9,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: ebc15addedad713c86ef18ae9632c88e187dd0af # v3.1.0 + rev: 9136088a246768144165fcc3ecc3d31bb686920a # v3.3.0 hooks: - id: trailing-whitespace # Replaces or checks mixed line ending @@ -27,9 +27,13 @@ - id: debug-statements - id: check-yaml files: .*\.(yaml|yml)$ - - repo: https://gitlab.com/pycqa/flake8 - rev: 181bb46098dddf7e2d45319ea654b4b4d58c2840 # 3.8.3 + - repo: local hooks: - id: flake8 + name: flake8 additional_dependencies: - hacking>=3.0.1,<3.1.0 + language: python + entry: flake8 + files: '^.*\.py$' + exclude: '^(doc|releasenotes|tools)/.*$' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.service-2.5.0/.zuul.yaml new/oslo.service-2.6.0/.zuul.yaml --- old/oslo.service-2.5.0/.zuul.yaml 2021-02-08 14:18:46.000000000 +0100 +++ new/oslo.service-2.6.0/.zuul.yaml 2021-06-15 13:31:40.000000000 +0200 @@ -2,7 +2,7 @@ templates: - check-requirements - lib-forward-testing-python3 - - openstack-python3-wallaby-jobs + - openstack-python3-xena-jobs - periodic-stable-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.service-2.5.0/AUTHORS new/oslo.service-2.6.0/AUTHORS --- old/oslo.service-2.5.0/AUTHORS 2021-02-08 14:19:29.000000000 +0100 +++ new/oslo.service-2.6.0/AUTHORS 2021-06-15 13:32:31.000000000 +0200 @@ -123,6 +123,7 @@ Victor Stinner <vstin...@redhat.com> Vu Cong Tuan <tua...@vn.fujitsu.com> Wenzhi Yu <wenzhi...@163.com> +YuehuiLei <leiyue...@inspur.com> Zane Bitter <zbit...@redhat.com> ZhiQiang Fan <aji.zq...@gmail.com> ZhijunWei <wzj334965...@outlook.com> @@ -131,6 +132,7 @@ apporc <appleorchard2...@gmail.com> caoyuan <cao.y...@99cloud.net> chenke <chen.k...@zte.com.cn> +dengzhaosen <dengzhao...@inspur.com> fujioka yuuichi <fujioka-yuui...@zx.mxh.nes.nec.co.jp> gecong1973 <ge.c...@zte.com.cn> gongysh <gong...@cn.ibm.com> @@ -150,7 +152,9 @@ stanzgy <stan...@gmail.com> venkata anil <anilvenk...@redhat.com> venkatamahesh <venkatamaheshko...@gmail.com> +wu.shiming <wushim...@yovole.com> xhzhf <guoyongxh...@163.com> +xuanyandong <xuanyand...@inspur.com> yan.haifeng <yanhe...@qq.com> zhangboye <zhangb...@inspur.com> zwei <leid...@unitedstack.com> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.service-2.5.0/ChangeLog new/oslo.service-2.6.0/ChangeLog --- old/oslo.service-2.5.0/ChangeLog 2021-02-08 14:19:29.000000000 +0100 +++ new/oslo.service-2.6.0/ChangeLog 2021-06-15 13:32:31.000000000 +0200 @@ -1,9 +1,21 @@ CHANGES ======= +2.6.0 +----- + +* setup.cfg: Replace dashes with underscores +* Remove references to 'sys.version\_info' +* Move flake8 as a pre-commit local target +* Add Python3 xena unit tests +* Update master for stable/wallaby +* Remove lower-constraints remnants + 2.5.0 ----- +* remove unicode from code +* Use TOX\_CONSTRAINTS\_FILE * Dropping lower constraints testing * Drop custom implementation of EVENTLET\_HUB * Use TOX\_CONSTRAINTS\_FILE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.service-2.5.0/PKG-INFO new/oslo.service-2.6.0/PKG-INFO --- old/oslo.service-2.5.0/PKG-INFO 2021-02-08 14:19:30.136819400 +0100 +++ new/oslo.service-2.6.0/PKG-INFO 2021-06-15 13:32:31.685992000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: oslo.service -Version: 2.5.0 +Version: 2.6.0 Summary: oslo.service library Home-page: https://docs.openstack.org/oslo.service/latest/ Author: OpenStack diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.service-2.5.0/doc/source/conf.py new/oslo.service-2.6.0/doc/source/conf.py --- old/oslo.service-2.5.0/doc/source/conf.py 2021-02-08 14:18:46.000000000 +0100 +++ new/oslo.service-2.6.0/doc/source/conf.py 2021-06-15 13:31:40.000000000 +0200 @@ -45,8 +45,8 @@ master_doc = 'index' # General information about the project. -project = u'oslo.service' -copyright = u'2014, OpenStack Foundation' +project = 'oslo.service' +copyright = '2014, OpenStack Foundation' # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True @@ -76,6 +76,6 @@ latex_documents = [ ('index', '%s.tex' % project, - u'%s Documentation' % project, - u'OpenStack Foundation', 'manual'), + '%s Documentation' % project, + 'OpenStack Foundation', 'manual'), ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.service-2.5.0/lower-constraints.txt new/oslo.service-2.6.0/lower-constraints.txt --- old/oslo.service-2.5.0/lower-constraints.txt 2021-02-08 14:18:46.000000000 +0100 +++ new/oslo.service-2.6.0/lower-constraints.txt 1970-01-01 01:00:00.000000000 +0100 @@ -1,63 +0,0 @@ -alabaster==0.7.10 -appdirs==1.3.0 -Babel==2.3.4 -bandit==1.1.0 -chardet==3.0.4 -coverage==4.0 -debtcollector==1.2.0 -doc8==0.6.0 -docutils==0.11 -dulwich==0.15.0 -eventlet==0.25.2 -extras==1.0.0 -fasteners==0.7.0 -fixtures==3.0.0 -gitdb==0.6.4 -GitPython==1.0.1 -greenlet==0.4.15 -imagesize==0.7.1 -iso8601==0.1.11 -Jinja2==2.10 -keystoneauth1==3.4.0 -linecache2==1.0.0 -MarkupSafe==1.0 -mox3==0.20.0 -msgpack-python==0.4.0 -netaddr==0.7.18 -netifaces==0.10.4 -os-client-config==1.28.0 -oslo.concurrency==3.25.0 -oslo.config==5.1.0 -oslo.context==2.19.2 -oslo.i18n==3.15.3 -oslo.log==3.36.0 -oslo.serialization==2.18.0 -oslo.utils==3.40.2 -oslotest==3.2.0 -Paste==2.0.2 -PasteDeploy==1.5.0 -pbr==2.0.0 -Pygments==2.2.0 -pyinotify==0.9.6 -pyparsing==2.1.0 -python-dateutil==2.5.3 -python-mimeparse==1.6.0 -python-subunit==1.0.0 -pytz==2013.6 -PyYAML==3.13 -repoze.lru==0.7 -requests==2.14.2 -requestsexceptions==1.2.0 -restructuredtext-lint==1.1.1 -rfc3986==0.3.1 -Routes==2.3.1 -smmap==0.9.0 -snowballstemmer==1.2.1 -stestr==2.0.0 -stevedore==1.20.0 -testtools==2.2.0 -traceback2==1.4.0 -unittest2==1.1.0 -WebOb==1.7.1 -wrapt==1.7.0 -Yappi==1.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.service-2.5.0/oslo.service.egg-info/PKG-INFO new/oslo.service-2.6.0/oslo.service.egg-info/PKG-INFO --- old/oslo.service-2.5.0/oslo.service.egg-info/PKG-INFO 2021-02-08 14:19:30.000000000 +0100 +++ new/oslo.service-2.6.0/oslo.service.egg-info/PKG-INFO 2021-06-15 13:32:31.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: oslo.service -Version: 2.5.0 +Version: 2.6.0 Summary: oslo.service library Home-page: https://docs.openstack.org/oslo.service/latest/ Author: OpenStack diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.service-2.5.0/oslo.service.egg-info/SOURCES.txt new/oslo.service-2.6.0/oslo.service.egg-info/SOURCES.txt --- old/oslo.service-2.5.0/oslo.service.egg-info/SOURCES.txt 2021-02-08 14:19:30.000000000 +0100 +++ new/oslo.service-2.6.0/oslo.service.egg-info/SOURCES.txt 2021-06-15 13:32:31.000000000 +0200 @@ -9,7 +9,6 @@ HACKING.rst LICENSE README.rst -lower-constraints.txt requirements.txt setup.cfg setup.py @@ -91,6 +90,7 @@ releasenotes/source/unreleased.rst releasenotes/source/ussuri.rst releasenotes/source/victoria.rst +releasenotes/source/wallaby.rst releasenotes/source/_static/.placeholder releasenotes/source/_templates/.placeholder releasenotes/source/locale/en_GB/LC_MESSAGES/releasenotes.po diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.service-2.5.0/oslo.service.egg-info/pbr.json new/oslo.service-2.6.0/oslo.service.egg-info/pbr.json --- old/oslo.service-2.5.0/oslo.service.egg-info/pbr.json 2021-02-08 14:19:30.000000000 +0100 +++ new/oslo.service-2.6.0/oslo.service.egg-info/pbr.json 2021-06-15 13:32:31.000000000 +0200 @@ -1 +1 @@ -{"git_version": "d25e454", "is_release": true} \ No newline at end of file +{"git_version": "091fd65", "is_release": true} \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.service-2.5.0/oslo_service/service.py new/oslo.service-2.6.0/oslo_service/service.py --- old/oslo.service-2.5.0/oslo_service/service.py 2021-02-08 14:18:46.000000000 +0100 +++ new/oslo.service-2.6.0/oslo_service/service.py 2021-06-15 13:31:40.000000000 +0200 @@ -197,12 +197,11 @@ def __setup_signal_interruption(self): """Set up to do the Right Thing with signals during poll() and sleep(). - For Python 3.5 and later, deal with the changes in PEP 475 that prevent - a signal from interrupting eventlet's call to poll() or sleep(). + Deal with the changes introduced in PEP 475 that prevent a signal from + interrupting eventlet's call to poll() or sleep(). """ select_module = eventlet.patcher.original('select') - self.__force_interrupt_on_signal = (sys.version_info >= (3, 5) and - hasattr(select_module, 'poll')) + self.__force_interrupt_on_signal = hasattr(select_module, 'poll') if self.__force_interrupt_on_signal: try: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.service-2.5.0/oslo_service/tests/test_service.py new/oslo.service-2.6.0/oslo_service/tests/test_service.py --- old/oslo.service-2.5.0/oslo_service/tests/test_service.py 2021-02-08 14:18:46.000000000 +0100 +++ new/oslo.service-2.6.0/oslo_service/tests/test_service.py 2021-06-15 13:31:40.000000000 +0200 @@ -476,7 +476,6 @@ m.assert_called_once_with(signal.SIGTERM, 'test') signal_handler.clear() - @mock.patch('sys.version_info', (3, 5)) def test_setup_signal_interruption_no_select_poll(self): # NOTE(claudiub): SignalHandler is a singleton, which means that it # might already be initialized. We need to clear to clear the cache @@ -490,7 +489,6 @@ self.assertFalse( signal_handler._SignalHandler__force_interrupt_on_signal) - @mock.patch('sys.version_info', (3, 5)) def test_setup_signal_interruption_select_poll(self): # NOTE(claudiub): SignalHandler is a singleton, which means that it # might already be initialized. We need to clear to clear the cache diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.service-2.5.0/releasenotes/source/conf.py new/oslo.service-2.6.0/releasenotes/source/conf.py --- old/oslo.service-2.5.0/releasenotes/source/conf.py 2021-02-08 14:18:46.000000000 +0100 +++ new/oslo.service-2.6.0/releasenotes/source/conf.py 2021-06-15 13:31:40.000000000 +0200 @@ -60,8 +60,8 @@ master_doc = 'index' # General information about the project. -project = u'oslo.service Release Notes' -copyright = u'2016, oslo.service Developers' +project = 'oslo.service Release Notes' +copyright = '2016, oslo.service Developers' # Release notes do not need a version in the title, they span # multiple versions. @@ -208,8 +208,8 @@ # author, documentclass [howto, manual, or own class]). latex_documents = [ ('index', 'oslo.serviceReleaseNotes.tex', - u'oslo.service Release Notes Documentation', - u'oslo.service Developers', 'manual'), + 'oslo.service Release Notes Documentation', + 'oslo.service Developers', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of @@ -239,8 +239,8 @@ # (source start file, name, description, authors, manual section). man_pages = [ ('index', 'oslo.serviceReleaseNotes', - u'oslo.service Release Notes Documentation', - [u'oslo.service Developers'], 1) + 'oslo.service Release Notes Documentation', + ['oslo.service Developers'], 1) ] # If true, show URL addresses after external links. @@ -254,8 +254,8 @@ # dir menu entry, description, category) texinfo_documents = [ ('index', 'oslo.serviceReleaseNotes', - u'oslo.service Release Notes Documentation', - u'oslo.service Developers', 'oslo.serviceReleaseNotes', + 'oslo.service Release Notes Documentation', + 'oslo.service Developers', 'oslo.serviceReleaseNotes', 'Provides a framework for defining new long-running services using the' ' patterns established by other OpenStack applications', 'Miscellaneous'), diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.service-2.5.0/releasenotes/source/index.rst new/oslo.service-2.6.0/releasenotes/source/index.rst --- old/oslo.service-2.5.0/releasenotes/source/index.rst 2021-02-08 14:18:46.000000000 +0100 +++ new/oslo.service-2.6.0/releasenotes/source/index.rst 2021-06-15 13:31:40.000000000 +0200 @@ -6,6 +6,7 @@ :maxdepth: 1 unreleased + wallaby victoria ussuri train diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.service-2.5.0/releasenotes/source/wallaby.rst new/oslo.service-2.6.0/releasenotes/source/wallaby.rst --- old/oslo.service-2.5.0/releasenotes/source/wallaby.rst 1970-01-01 01:00:00.000000000 +0100 +++ new/oslo.service-2.6.0/releasenotes/source/wallaby.rst 2021-06-15 13:31:40.000000000 +0200 @@ -0,0 +1,6 @@ +============================ +Wallaby Series Release Notes +============================ + +.. release-notes:: + :branch: stable/wallaby diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.service-2.5.0/setup.cfg new/oslo.service-2.6.0/setup.cfg --- old/oslo.service-2.5.0/setup.cfg 2021-02-08 14:19:30.140819300 +0100 +++ new/oslo.service-2.6.0/setup.cfg 2021-06-15 13:32:31.685992000 +0200 @@ -1,12 +1,12 @@ [metadata] name = oslo.service summary = oslo.service library -description-file = +description_file = README.rst author = OpenStack -author-email = openstack-disc...@lists.openstack.org -home-page = https://docs.openstack.org/oslo.service/latest/ -python-requires = >=3.6 +author_email = openstack-disc...@lists.openstack.org +home_page = https://docs.openstack.org/oslo.service/latest/ +python_requires = >=3.6 classifier = Environment :: OpenStack Intended Audience :: Information Technology diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.service-2.5.0/tox.ini new/oslo.service-2.6.0/tox.ini --- old/oslo.service-2.5.0/tox.ini 2021-02-08 14:18:46.000000000 +0100 +++ new/oslo.service-2.6.0/tox.ini 2021-06-15 13:31:40.000000000 +0200 @@ -66,8 +66,3 @@ rm -rf releasenotes/build sphinx-build -a -E -W -d releasenotes/build/doctrees --keep-going -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