Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-oslo.vmware for openSUSE:Factory checked in at 2021-12-12 00:57:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-oslo.vmware (Old) and /work/SRC/openSUSE:Factory/.python-oslo.vmware.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslo.vmware" Sun Dec 12 00:57:39 2021 rev:20 rq:939545 version:3.10.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-oslo.vmware/python-oslo.vmware.changes 2021-05-10 15:39:55.221431572 +0200 +++ /work/SRC/openSUSE:Factory/.python-oslo.vmware.new.2520/python-oslo.vmware.changes 2021-12-12 00:57:54.478596673 +0100 @@ -1,0 +2,23 @@ +Sat Dec 11 09:05:54 UTC 2021 - cloud-de...@suse.de + +- update to version 3.10.0 + - Add Python3 yoga unit tests + - Don't use 'requests.PreparedRequest' + - Update master for stable/xena + - Replace suds-jurko with suds-community + +------------------------------------------------------------------- +Tue Oct 26 21:51:34 UTC 2021 - cloud-de...@suse.de + +- update to version 3.9.1 + - Use TOX_CONSTRAINTS_FILE + - Use py3 as the default runtime for tox + - Ignore already deleted lease + - Remove lower-constraints remnants + - Update master for stable/wallaby + - Add serialize_object() helper function + - Add Python3 xena unit tests + - Move flake8 as a pre-commit local target. + - setup.cfg: Replace dashes with underscores + +------------------------------------------------------------------- Old: ---- oslo.vmware-3.8.0.tar.gz New: ---- oslo.vmware-3.10.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-oslo.vmware.spec ++++++ --- /var/tmp/diff_new_pack.gruuHE/_old 2021-12-12 00:57:55.850597616 +0100 +++ /var/tmp/diff_new_pack.gruuHE/_new 2021-12-12 00:57:55.854597618 +0100 @@ -17,13 +17,13 @@ Name: python-oslo.vmware -Version: 3.8.0 +Version: 3.10.0 Release: 0 Summary: Oslo VMware library for OpenStack projects License: Apache-2.0 Group: Development/Languages/Python URL: https://docs.openstack.org/oslo.vmware -Source0: https://files.pythonhosted.org/packages/source/o/oslo.vmware/oslo.vmware-3.8.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/o/oslo.vmware/oslo.vmware-3.10.0.tar.gz BuildRequires: openstack-macros BuildRequires: python3-Babel BuildRequires: python3-ddt @@ -40,7 +40,7 @@ BuildRequires: python3-python-subunit BuildRequires: python3-requests >= 2.14.2 BuildRequires: python3-stestr -BuildRequires: python3-suds-jurko >= 0.6 +BuildRequires: python3-suds-community >= 0.6 BuildRequires: python3-testscenarios BuildRequires: python3-testtools BuildRequires: python3-urllib3 >= 1.21.1 @@ -67,7 +67,7 @@ Requires: python3-requests >= 2.14.2 Requires: python3-six Requires: python3-stevedore >= 1.20.0 -Requires: python3-suds-jurko >= 0.6 +Requires: python3-suds-community >= 0.6 Requires: python3-urllib3 >= 1.21.1 %description -n python3-oslo.vmware @@ -90,7 +90,7 @@ Documentation for OpenStack common VMware library. %prep -%autosetup -p1 -n oslo.vmware-3.8.0 +%autosetup -p1 -n oslo.vmware-3.10.0 %py_req_cleanup %build ++++++ _service ++++++ --- /var/tmp/diff_new_pack.gruuHE/_old 2021-12-12 00:57:55.878597634 +0100 +++ /var/tmp/diff_new_pack.gruuHE/_new 2021-12-12 00:57:55.878597634 +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.vmware/oslo.vmware.spec.j2</param> + <param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/master/openstack/oslo.vmware/oslo.vmware.spec.j2</param> <param name="output-name">python-oslo.vmware.spec</param> - <param name="requirements">https://opendev.org/openstack/oslo.vmware/raw/branch/stable/wallaby/requirements.txt</param> + <param name="requirements">https://opendev.org/openstack/oslo.vmware/raw/master/requirements.txt</param> <param name="changelog-email">cloud-de...@suse.de</param> <param name="changelog-provider">gh,openstack,oslo.vmware</param> </service> ++++++ oslo.vmware-3.8.0.tar.gz -> oslo.vmware-3.10.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.vmware-3.8.0/.pre-commit-config.yaml new/oslo.vmware-3.10.0/.pre-commit-config.yaml --- old/oslo.vmware-3.8.0/.pre-commit-config.yaml 2021-02-08 14:19:02.000000000 +0100 +++ new/oslo.vmware-3.10.0/.pre-commit-config.yaml 2021-10-15 15:33:06.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.vmware-3.8.0/.zuul.yaml new/oslo.vmware-3.10.0/.zuul.yaml --- old/oslo.vmware-3.8.0/.zuul.yaml 2021-02-08 14:19:02.000000000 +0100 +++ new/oslo.vmware-3.10.0/.zuul.yaml 2021-10-15 15:33:06.000000000 +0200 @@ -2,6 +2,6 @@ templates: - check-requirements - lib-forward-testing-python3 - - openstack-python3-wallaby-jobs + - openstack-python3-yoga-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.vmware-3.8.0/AUTHORS new/oslo.vmware-3.10.0/AUTHORS --- old/oslo.vmware-3.8.0/AUTHORS 2021-02-08 14:19:43.000000000 +0100 +++ new/oslo.vmware-3.10.0/AUTHORS 2021-10-15 15:33:40.000000000 +0200 @@ -22,6 +22,7 @@ Gary Kotton <gkot...@vmware.com> Ghanshyam Mann <gm...@ghanshyammann.com> Giridhar Jayavelu <gjayav...@vmware.com> +Gunju Kim <gjkim...@gmail.com> Haifeng.Yan <yanhe...@qq.com> Hemna <wabor...@hemna.com> Herv?? Beraud <hber...@redhat.com> @@ -75,6 +76,7 @@ ricolin <rico....@easystack.cn> wangqi <wang...@99cloud.net> xuel <x...@vmware.com> +yangyawei <yangya...@inspur.com> zhang.lei <zhang....@99cloud.net> zhangboye <zhangb...@inspur.com> zhangdaolong <zhangdaol...@fiberhome.com> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.vmware-3.8.0/ChangeLog new/oslo.vmware-3.10.0/ChangeLog --- old/oslo.vmware-3.8.0/ChangeLog 2021-02-08 14:19:43.000000000 +0100 +++ new/oslo.vmware-3.10.0/ChangeLog 2021-10-15 15:33:40.000000000 +0200 @@ -1,10 +1,35 @@ CHANGES ======= +3.10.0 +------ + +* Replace suds-jurko with suds-community +* Don't use 'requests.PreparedRequest' +* Add Python3 yoga unit tests +* Update master for stable/xena + +3.9.1 +----- + +* setup.cfg: Replace dashes with underscores + +3.9.0 +----- + +* Ignore already deleted lease +* Remove lower-constraints remnants +* Add serialize\_object() helper function +* Move flake8 as a pre-commit local target +* Add Python3 xena unit tests +* Update master for stable/wallaby + 3.8.0 ----- * Add PBM WSDL for vSphere 7.0 +* Use TOX\_CONSTRAINTS\_FILE +* Use py3 as the default runtime for tox * Imported Translations from Zanata * Add Python3 wallaby unit tests * Update master for stable/victoria diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.vmware-3.8.0/PKG-INFO new/oslo.vmware-3.10.0/PKG-INFO --- old/oslo.vmware-3.8.0/PKG-INFO 2021-02-08 14:19:43.527290600 +0100 +++ new/oslo.vmware-3.10.0/PKG-INFO 2021-10-15 15:33:40.375077500 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: oslo.vmware -Version: 3.8.0 +Version: 3.10.0 Summary: Oslo VMware library Home-page: https://docs.openstack.org/oslo.vmware/latest/ Author: OpenStack diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.vmware-3.8.0/lower-constraints.txt new/oslo.vmware-3.10.0/lower-constraints.txt --- old/oslo.vmware-3.8.0/lower-constraints.txt 2021-02-08 14:19:02.000000000 +0100 +++ new/oslo.vmware-3.10.0/lower-constraints.txt 1970-01-01 01:00:00.000000000 +0100 @@ -1,47 +0,0 @@ -alabaster==0.7.10 -Babel==2.3.4 -bandit==1.6.0 -coverage==4.0 -ddt==1.0.1 -debtcollector==1.2.0 -docutils==0.11 -dulwich==0.15.0 -eventlet==0.18.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 -linecache2==1.0.0 -lxml==4.5.0 -MarkupSafe==1.0 -netaddr==0.7.18 -netifaces==0.10.4 -oslo.concurrency==3.26.0 -oslo.config==5.2.0 -oslo.context==2.19.2 -oslo.i18n==3.15.3 -oslo.utils==3.33.0 -pbr==2.0.0 -Pygments==2.2.0 -pyparsing==2.1.0 -python-mimeparse==1.6.0 -python-subunit==1.0.0 -pytz==2013.6 -PyYAML==3.13 -requests==2.14.2 -rfc3986==0.3.1 -smmap==0.9.0 -snowballstemmer==1.2.1 -stestr==2.0.0 -stevedore==1.20.0 -suds-jurko==0.6 -testtools==2.2.0 -traceback2==1.4.0 -unittest2==1.1.0 -urllib3==1.21.1 -wrapt==1.7.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.vmware-3.8.0/oslo.vmware.egg-info/PKG-INFO new/oslo.vmware-3.10.0/oslo.vmware.egg-info/PKG-INFO --- old/oslo.vmware-3.8.0/oslo.vmware.egg-info/PKG-INFO 2021-02-08 14:19:43.000000000 +0100 +++ new/oslo.vmware-3.10.0/oslo.vmware.egg-info/PKG-INFO 2021-10-15 15:33:40.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: oslo.vmware -Version: 3.8.0 +Version: 3.10.0 Summary: Oslo VMware library Home-page: https://docs.openstack.org/oslo.vmware/latest/ Author: OpenStack diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.vmware-3.8.0/oslo.vmware.egg-info/SOURCES.txt new/oslo.vmware-3.10.0/oslo.vmware.egg-info/SOURCES.txt --- old/oslo.vmware-3.8.0/oslo.vmware.egg-info/SOURCES.txt 2021-02-08 14:19:43.000000000 +0100 +++ new/oslo.vmware-3.10.0/oslo.vmware.egg-info/SOURCES.txt 2021-10-15 15:33:40.000000000 +0200 @@ -10,7 +10,6 @@ LICENSE README.rst bindep.txt -lower-constraints.txt pylintrc requirements.txt setup.cfg @@ -124,6 +123,8 @@ releasenotes/source/unreleased.rst releasenotes/source/ussuri.rst releasenotes/source/victoria.rst +releasenotes/source/wallaby.rst +releasenotes/source/xena.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.vmware-3.8.0/oslo.vmware.egg-info/pbr.json new/oslo.vmware-3.10.0/oslo.vmware.egg-info/pbr.json --- old/oslo.vmware-3.8.0/oslo.vmware.egg-info/pbr.json 2021-02-08 14:19:43.000000000 +0100 +++ new/oslo.vmware-3.10.0/oslo.vmware.egg-info/pbr.json 2021-10-15 15:33:40.000000000 +0200 @@ -1 +1 @@ -{"git_version": "f1a3f78", "is_release": true} \ No newline at end of file +{"git_version": "7bc3431", "is_release": true} \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.vmware-3.8.0/oslo.vmware.egg-info/requires.txt new/oslo.vmware-3.10.0/oslo.vmware.egg-info/requires.txt --- old/oslo.vmware-3.8.0/oslo.vmware.egg-info/requires.txt 2021-02-08 14:19:43.000000000 +0100 +++ new/oslo.vmware-3.10.0/oslo.vmware.egg-info/requires.txt 2021-10-15 15:33:40.000000000 +0200 @@ -9,5 +9,5 @@ pbr!=2.1.0,>=2.0.0 requests>=2.14.2 stevedore>=1.20.0 -suds-jurko>=0.6 +suds-community>=0.6 urllib3>=1.21.1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.vmware-3.8.0/oslo_vmware/rw_handles.py new/oslo.vmware-3.10.0/oslo_vmware/rw_handles.py --- old/oslo.vmware-3.8.0/oslo_vmware/rw_handles.py 2021-02-08 14:19:02.000000000 +0100 +++ new/oslo.vmware-3.10.0/oslo_vmware/rw_handles.py 2021-10-15 15:33:06.000000000 +0200 @@ -556,6 +556,10 @@ """ try: self._release_lease() + except exceptions.ManagedObjectNotFoundException: + LOG.info("Lease for %(url)s not found. No need to release.", + {'url': self._url}) + return except exceptions.VimException: LOG.warning("Error occurred while releasing the lease " "for %s.", @@ -637,6 +641,10 @@ """ try: self._release_lease() + except exceptions.ManagedObjectNotFoundException: + LOG.info("Lease for %(url)s not found. No need to release.", + {'url': self._url}) + return except exceptions.VimException: LOG.warning("Error occurred while releasing the lease " "for %s.", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.vmware-3.8.0/oslo_vmware/tests/test_service.py new/oslo.vmware-3.10.0/oslo_vmware/tests/test_service.py --- old/oslo.vmware-3.8.0/oslo_vmware/tests/test_service.py 2021-02-08 14:19:02.000000000 +0100 +++ new/oslo.vmware-3.10.0/oslo_vmware/tests/test_service.py 2021-10-15 15:33:06.000000000 +0200 @@ -493,8 +493,7 @@ transport = service.RequestsTransport() url = 'file:///foo' - request = requests.PreparedRequest() - request.url = url + request = requests.Request('GET', url).prepare() data = b"Hello World" get_size_mock.return_value = len(data) @@ -502,7 +501,6 @@ def read_mock(): return data - builtin_open = 'builtins.open' open_mock = mock.MagicMock(name='file_handle', spec=open) file_spec = list(set(dir(io.TextIOWrapper)).union( @@ -514,7 +512,7 @@ file_handle.read.side_effect = read_mock open_mock.return_value = file_handle - with mock.patch(builtin_open, open_mock, create=True): + with mock.patch('builtins.open', open_mock, create=True): resp = transport.session.send(request) self.assertEqual(data, resp.content) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.vmware-3.8.0/oslo_vmware/tests/test_vim_util.py new/oslo.vmware-3.10.0/oslo_vmware/tests/test_vim_util.py --- old/oslo.vmware-3.8.0/oslo_vmware/tests/test_vim_util.py 2021-02-08 14:19:02.000000000 +0100 +++ new/oslo.vmware-3.10.0/oslo_vmware/tests/test_vim_util.py 2021-10-15 15:33:06.000000000 +0200 @@ -527,3 +527,33 @@ self.assertEqual({"test_name_0": "test_val_0", "test_name_1": "test_val_1"}, vim_util.propset_dict(mock_propset)) + + def test_serialize_object(self): + self.assertEqual({}, vim_util.serialize_object({})) + + mobj1 = mock.MagicMock() + mobj1.__keylist__ = ['asdf'] + mobj1.keys = lambda: ['asdf'] + mobj1.__getitem__.side_effect = [1] + + mobj2 = mock.Mock() + + mobj3 = mock.MagicMock() + mobj3.__keylist__ = ['subkey1', 'subkey2'] + mobj3.keys = lambda: ['subkey1', 'subkey2'] + mobj3.__getitem__.side_effect = ['subvalue1', True] + + mobj4 = 12 + + obj = { + 'foo': mobj1, + 'bar': [mobj2, mobj3], + 'baz': mobj4 + } + + expected = { + 'foo': {'asdf': 1}, + 'bar': [mobj2, {'subkey1': 'subvalue1', 'subkey2': True}], + 'baz': 12 + } + self.assertEqual(expected, vim_util.serialize_object(obj)) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.vmware-3.8.0/oslo_vmware/vim_util.py new/oslo.vmware-3.10.0/oslo_vmware/vim_util.py --- old/oslo.vmware-3.8.0/oslo_vmware/vim_util.py 2021-02-08 14:19:02.000000000 +0100 +++ new/oslo.vmware-3.10.0/oslo_vmware/vim_util.py 2021-10-15 15:33:06.000000000 +0200 @@ -694,3 +694,21 @@ spec.resourcePool = res_pool_ref spec.host = host_ref return spec + + +def serialize_object(obj): + """Convert Suds object into serializable format - a dict.""" + d = {} + for k, v in dict(obj).items(): + if hasattr(v, '__keylist__'): + d[k] = serialize_object(v) + elif isinstance(v, list): + d[k] = [] + for item in v: + if hasattr(item, '__keylist__'): + d[k].append(serialize_object(item)) + else: + d[k].append(item) + else: + d[k] = v + return d diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.vmware-3.8.0/releasenotes/source/index.rst new/oslo.vmware-3.10.0/releasenotes/source/index.rst --- old/oslo.vmware-3.8.0/releasenotes/source/index.rst 2021-02-08 14:19:02.000000000 +0100 +++ new/oslo.vmware-3.10.0/releasenotes/source/index.rst 2021-10-15 15:33:06.000000000 +0200 @@ -6,6 +6,8 @@ :maxdepth: 1 unreleased + xena + wallaby victoria ussuri train diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.vmware-3.8.0/releasenotes/source/wallaby.rst new/oslo.vmware-3.10.0/releasenotes/source/wallaby.rst --- old/oslo.vmware-3.8.0/releasenotes/source/wallaby.rst 1970-01-01 01:00:00.000000000 +0100 +++ new/oslo.vmware-3.10.0/releasenotes/source/wallaby.rst 2021-10-15 15:33:06.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.vmware-3.8.0/releasenotes/source/xena.rst new/oslo.vmware-3.10.0/releasenotes/source/xena.rst --- old/oslo.vmware-3.8.0/releasenotes/source/xena.rst 1970-01-01 01:00:00.000000000 +0100 +++ new/oslo.vmware-3.10.0/releasenotes/source/xena.rst 2021-10-15 15:33:06.000000000 +0200 @@ -0,0 +1,6 @@ +========================= +Xena Series Release Notes +========================= + +.. release-notes:: + :branch: stable/xena diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.vmware-3.8.0/requirements.txt new/oslo.vmware-3.10.0/requirements.txt --- old/oslo.vmware-3.8.0/requirements.txt 2021-02-08 14:19:02.000000000 +0100 +++ new/oslo.vmware-3.10.0/requirements.txt 2021-10-15 15:33:06.000000000 +0200 @@ -14,7 +14,7 @@ PyYAML>=3.13 # MIT lxml>=4.5.0 # BSD -suds-jurko>=0.6 # LGPLv3+ +suds-community>=0.6 # LGPLv3+ eventlet!=0.18.3,!=0.20.1,>=0.18.2 # MIT requests>=2.14.2 # Apache-2.0 urllib3>=1.21.1 # MIT diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.vmware-3.8.0/setup.cfg new/oslo.vmware-3.10.0/setup.cfg --- old/oslo.vmware-3.8.0/setup.cfg 2021-02-08 14:19:43.527290600 +0100 +++ new/oslo.vmware-3.10.0/setup.cfg 2021-10-15 15:33:40.375077500 +0200 @@ -1,12 +1,12 @@ [metadata] name = oslo.vmware summary = Oslo VMware library -description-file = +description_file = README.rst author = OpenStack -author-email = openstack-disc...@lists.openstack.org -home-page = https://docs.openstack.org/oslo.vmware/latest/ -python-requires = >=3.6 +author_email = openstack-disc...@lists.openstack.org +home_page = https://docs.openstack.org/oslo.vmware/latest/ +python_requires = >=3.6 classifier = Environment :: OpenStack Intended Audience :: Information Technology diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslo.vmware-3.8.0/tox.ini new/oslo.vmware-3.10.0/tox.ini --- old/oslo.vmware-3.8.0/tox.ini 2021-02-08 14:19:02.000000000 +0100 +++ new/oslo.vmware-3.10.0/tox.ini 2021-10-15 15:33:06.000000000 +0200 @@ -1,6 +1,6 @@ [tox] minversion = 3.2.0 -envlist = py38,pep8 +envlist = py3,pep8 ignore_basepython_conflict = true [testenv] @@ -8,7 +8,7 @@ whitelist_externals = find deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} + -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -r{toxinidir}/test-requirements.txt -r{toxinidir}/requirements.txt commands = stestr run --slowest {posargs} @@ -62,7 +62,7 @@ [testenv:releasenotes] whitelist_externals = rm deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} + -c{env:TOX_CONSTRAINTS_FILE:ttps://releases.openstack.org/constraints/upper/master} -r{toxinidir}/doc/requirements.txt commands = rm -rf releasenotes/build @@ -76,9 +76,3 @@ # explicitly to avoid unnecessarily installing the checked-out repo too. deps = bindep commands = bindep test - -[testenv:lower-constraints] -deps = - -c{toxinidir}/lower-constraints.txt - -r{toxinidir}/test-requirements.txt - -r{toxinidir}/requirements.txt