Hello community, here is the log from the commit of package python-oslotest for openSUSE:Factory checked in at 2020-10-22 14:20:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-oslotest (Old) and /work/SRC/openSUSE:Factory/.python-oslotest.new.3463 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-oslotest" Thu Oct 22 14:20:07 2020 rev:22 rq:841222 version:4.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-oslotest/python-oslotest.changes 2020-05-28 09:05:15.131327139 +0200 +++ /work/SRC/openSUSE:Factory/.python-oslotest.new.3463/python-oslotest.changes 2020-10-22 14:20:09.702636009 +0200 @@ -1,0 +2,14 @@ +Fri Oct 9 19:05:54 UTC 2020 - cloud-de...@suse.de + +- update to version 4.4.1 + - Align contributing doc with oslo's policy + - Add release notes links to doc index + - Add py38 package metadata + - Bump default tox env from py37 to py38 + - Update master for stable/ussuri + - Revert "Revert "Switch to unittest.mock from mock"" + - Stop to use the __future__ module. + - Switch to newer openstackdocstheme and reno versions + - Add Python3 victoria unit tests + +------------------------------------------------------------------- Old: ---- oslotest-4.2.0.tar.gz New: ---- oslotest-4.4.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-oslotest.spec ++++++ --- /var/tmp/diff_new_pack.YA6YHA/_old 2020-10-22 14:20:11.914637996 +0200 +++ /var/tmp/diff_new_pack.YA6YHA/_new 2020-10-22 14:20:11.918637999 +0200 @@ -17,18 +17,17 @@ Name: python-oslotest -Version: 4.2.0 +Version: 4.4.1 Release: 0 Summary: OpenStack test framework License: Apache-2.0 Group: Development/Languages/Python URL: https://launchpad.net/oslotest -Source0: https://files.pythonhosted.org/packages/source/o/oslotest/oslotest-4.2.0.tar.gz +Source0: https://files.pythonhosted.org/packages/source/o/oslotest/oslotest-4.4.1.tar.gz BuildRequires: openstack-macros BuildRequires: python3-debtcollector BuildRequires: python3-fixtures >= 3.0.0 -BuildRequires: python3-mock >= 2.0.0 -BuildRequires: python3-mox3 +BuildRequires: python3-mock BuildRequires: python3-pbr BuildRequires: python3-python-subunit >= 1.0.0 BuildRequires: python3-six >= 1.10.0 @@ -45,8 +44,7 @@ Group: Development/Languages/Python Requires: python3-debtcollector Requires: python3-fixtures >= 3.0.0 -Requires: python3-mock >= 2.0.0 -Requires: python3-mox3 +Requires: python3-mock # NOTE: python-os-client-config is only needed for functional testing # Requires: python3-os-client-config Requires: python3-python-subunit >= 1.0.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.YA6YHA/_old 2020-10-22 14:20:11.950638028 +0200 +++ /var/tmp/diff_new_pack.YA6YHA/_new 2020-10-22 14:20:11.950638028 +0200 @@ -1,8 +1,8 @@ <services> <service mode="disabled" name="renderspec"> - <param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/ussuri/openstack/oslotest/oslotest.spec.j2</param> + <param name="input-template">https://opendev.org/openstack/rpm-packaging/raw/branch/stable/victoria/openstack/oslotest/oslotest.spec.j2</param> <param name="output-name">python-oslotest.spec</param> - <param name="requirements">https://opendev.org/openstack/oslotest/raw/branch/stable/ussuri/requirements.txt</param> + <param name="requirements">https://opendev.org/openstack/oslotest/raw/branch/stable/victoria/requirements.txt</param> <param name="changelog-email">cloud-de...@suse.de</param> <param name="changelog-provider">gh,openstack,oslotest</param> </service> ++++++ oslotest-4.2.0.tar.gz -> oslotest-4.4.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslotest-4.2.0/.zuul.yaml new/oslotest-4.4.1/.zuul.yaml --- old/oslotest-4.2.0/.zuul.yaml 2020-04-03 22:31:16.000000000 +0200 +++ new/oslotest-4.4.1/.zuul.yaml 2020-09-11 21:20:05.000000000 +0200 @@ -3,7 +3,7 @@ - check-requirements - openstack-cover-jobs - openstack-lower-constraints-jobs - - openstack-python3-ussuri-jobs + - openstack-python3-victoria-jobs - periodic-stable-jobs - publish-openstack-docs-pti - release-notes-jobs-python3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslotest-4.2.0/AUTHORS new/oslotest-4.4.1/AUTHORS --- old/oslotest-4.2.0/AUTHORS 2020-04-03 22:32:24.000000000 +0200 +++ new/oslotest-4.4.1/AUTHORS 2020-09-11 21:21:58.000000000 +0200 @@ -45,6 +45,7 @@ OpenStack Release Bot <infra-r...@openstack.org> Rajaram Mallya <rajarammal...@gmail.com> Ronald Bradford <ronald.bradf...@gmail.com> +Sean McGinnis <sean.mcgin...@gmail.com> Sergey Kraynev <skray...@mirantis.com> Soren Hansen <so...@linux2go.dk> Stephen Finucane <stephen...@redhat.com> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslotest-4.2.0/CONTRIBUTING.rst new/oslotest-4.4.1/CONTRIBUTING.rst --- old/oslotest-4.2.0/CONTRIBUTING.rst 2020-04-03 22:31:16.000000000 +0200 +++ new/oslotest-4.4.1/CONTRIBUTING.rst 2020-09-11 21:20:05.000000000 +0200 @@ -1,3 +1,8 @@ +If you would like to contribute to the development of oslo's libraries, +first you must take a look to this page: + + https://specs.openstack.org/openstack/oslo-specs/specs/policy/contributing.html + If you would like to contribute to the development of OpenStack, you must follow the steps in this page: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslotest-4.2.0/ChangeLog new/oslotest-4.4.1/ChangeLog --- old/oslotest-4.2.0/ChangeLog 2020-04-03 22:32:24.000000000 +0200 +++ new/oslotest-4.4.1/ChangeLog 2020-09-11 21:21:58.000000000 +0200 @@ -1,6 +1,27 @@ CHANGES ======= +4.4.1 +----- + + +4.4.0 +----- + + +4.3.0 +----- + +* Stop to use the \_\_future\_\_ module +* Switch to newer openstackdocstheme and reno versions +* Align contributing doc with oslo's policy +* Bump default tox env from py37 to py38 +* Add py38 package metadata +* Add release notes links to doc index +* Add Python3 victoria unit tests +* Update master for stable/ussuri +* Revert "Revert "Switch to unittest.mock from mock"" + 4.2.0 ----- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslotest-4.2.0/PKG-INFO new/oslotest-4.4.1/PKG-INFO --- old/oslotest-4.2.0/PKG-INFO 2020-04-03 22:32:25.000000000 +0200 +++ new/oslotest-4.4.1/PKG-INFO 2020-09-11 21:21:58.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: oslotest -Version: 4.2.0 +Version: 4.4.1 Summary: Oslo test framework Home-page: https://docs.openstack.org/oslotest/latest/ Author: OpenStack @@ -39,6 +39,7 @@ Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3 :: Only Classifier: Programming Language :: Python :: Implementation :: CPython Requires-Python: >=3.6 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslotest-4.2.0/doc/requirements.txt new/oslotest-4.4.1/doc/requirements.txt --- old/oslotest-4.2.0/doc/requirements.txt 1970-01-01 01:00:00.000000000 +0100 +++ new/oslotest-4.4.1/doc/requirements.txt 2020-09-11 21:20:05.000000000 +0200 @@ -0,0 +1,9 @@ +# 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. + +sphinx>=2.0.0,!=2.1.0 # BSD +openstackdocstheme>=2.2.0 # Apache-2.0 +sphinxcontrib-apidoc>=0.2.0 # BSD +oslo.config>=5.2.0 # Apache-2.0 +reno>=3.1.0 # Apache-2.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslotest-4.2.0/doc/source/conf.py new/oslotest-4.4.1/doc/source/conf.py --- old/oslotest-4.2.0/doc/source/conf.py 2020-04-03 22:31:16.000000000 +0200 +++ new/oslotest-4.4.1/doc/source/conf.py 2020-09-11 21:20:05.000000000 +0200 @@ -28,7 +28,6 @@ master_doc = 'index' # General information about the project. -project = u'oslotest' copyright = u'2014-2019, OpenStack Foundation' # If true, '()' will be appended to :func: etc. cross-reference text. @@ -51,9 +50,9 @@ # -- openstackdocstheme configuration ---------------------------------------- -repository_name = 'openstack/oslotest' -bug_project = 'oslotest' -bug_tag = '' +openstackdocs_repo_name = 'openstack/oslotest' +openstackdocs_bug_project = 'oslotest' +openstackdocs_bug_tag = '' # sphinxcontrib.apidoc options apidoc_module_dir = '../../oslotest' diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslotest-4.2.0/doc/source/index.rst new/oslotest-4.4.1/doc/source/index.rst --- old/oslotest-4.2.0/doc/source/index.rst 2020-04-03 22:31:16.000000000 +0200 +++ new/oslotest-4.4.1/doc/source/index.rst 2020-09-11 21:20:05.000000000 +0200 @@ -2,6 +2,9 @@ oslotest -- OpenStack Testing Framework and Utilities ===================================================== +Contents +======== + .. toctree:: :maxdepth: 2 @@ -10,6 +13,12 @@ user/index reference/index +Release Notes +============= + +Read also the `oslotest Release Notes +<https://docs.openstack.org/releasenotes/oslotest/>`_. + Indices and tables ================== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslotest-4.2.0/lower-constraints.txt new/oslotest-4.4.1/lower-constraints.txt --- old/oslotest-4.2.0/lower-constraints.txt 2020-04-03 22:31:16.000000000 +0200 +++ new/oslotest-4.4.1/lower-constraints.txt 2020-09-11 21:20:05.000000000 +0200 @@ -15,9 +15,7 @@ linecache2==1.0.0 MarkupSafe==1.0 mccabe==0.2.1 -mock==2.0.0 netaddr==0.7.18 -openstackdocstheme==1.18.1 oslo.config==5.2.0 oslo.i18n==3.15.3 pbr==2.0.0 @@ -28,15 +26,11 @@ python-subunit==1.0.0 pytz==2013.6 PyYAML==3.12 -reno==2.5.0 requests==2.14.2 requestsexceptions==1.2.0 rfc3986==0.3.1 six==1.10.0 snowballstemmer==1.2.1 -Sphinx==1.6.5 -sphinxcontrib-apidoc===0.2.0 -sphinxcontrib-websupport==1.0.1 stestr==2.0.0 stevedore==1.20.0 testrepository==0.0.18 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslotest-4.2.0/oslotest/base.py new/oslotest-4.4.1/oslotest/base.py --- old/oslotest-4.2.0/oslotest/base.py 2020-04-03 22:31:16.000000000 +0200 +++ new/oslotest-4.4.1/oslotest/base.py 2020-09-11 21:20:05.000000000 +0200 @@ -16,6 +16,7 @@ """Common utilities used in testing""" import logging +from unittest import mock import fixtures from oslotest import createfile @@ -23,7 +24,6 @@ from oslotest import output from oslotest import timeout -from six.moves import mock import testtools LOG = logging.getLogger(__name__) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslotest-4.2.0/oslotest/mock_fixture.py new/oslotest-4.4.1/oslotest/mock_fixture.py --- old/oslotest-4.2.0/oslotest/mock_fixture.py 2020-04-03 22:31:16.000000000 +0200 +++ new/oslotest-4.4.1/oslotest/mock_fixture.py 2020-09-11 21:20:05.000000000 +0200 @@ -15,9 +15,9 @@ # under the License. import functools +from unittest import mock import fixtures -import mock def _lazy_autospec_method(mocked_method, original_method, eat_self): @@ -72,8 +72,10 @@ original_attr = getattr(original_spec, name) if callable(original_attr): # lazily autospec callable attribute. - eat_self = mock.mock._must_skip(original_spec, name, - isinstance(original_spec, type)) + eat_self = mock._must_skip( + original_spec, name, + isinstance(original_spec, type) + ) _lazy_autospec_method(attr, original_attr, eat_self) @@ -110,15 +112,17 @@ super(MockAutospecFixture, self).setUp() # patch both external and internal usage of Mock / MagicMock. - self.useFixture(fixtures.MonkeyPatch('mock.Mock', _AutospecMock)) - self.useFixture(fixtures.MonkeyPatch('mock.mock.Mock', _AutospecMock)) - self.useFixture(fixtures.MonkeyPatch('mock.MagicMock', - _AutospecMagicMock)) - self.useFixture(fixtures.MonkeyPatch('mock.mock.MagicMock', - _AutospecMagicMock)) + self.useFixture( + fixtures.MonkeyPatch( + 'unittest.mock.Mock', + _AutospecMock)) + self.useFixture( + fixtures.MonkeyPatch( + 'unittest.mock.MagicMock', + _AutospecMagicMock)) -class _patch(mock.mock._patch): +class _patch(mock._patch): """Patch class with working autospec functionality. Currently, mock.patch functionality doesn't handle the autospec parameter @@ -159,8 +163,11 @@ if autospec: target = self.getter() original_attr = getattr(target, self.attribute) - eat_self = mock.mock._must_skip(target, self.attribute, - isinstance(target, type)) + eat_self = mock._must_skip( + target, + self.attribute, + isinstance(target, type) + ) new = super(_patch, self).__enter__() @@ -186,11 +193,11 @@ def patch_mock_module(): """Replaces the mock.patch class.""" - mock.mock._patch = _patch + mock._patch = _patch # NOTE(claudiub): mock cannot autospec partial functions properly, # especially those created by LazyLoader objects (scheduler client), # as it will try to copy the partial function's __name__ (which they do # not have). - mock.mock._copy_func_details = _safe_attribute_error_wrapper( - mock.mock._copy_func_details) + mock._copy_func_details = _safe_attribute_error_wrapper( + mock._copy_func_details) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslotest-4.2.0/oslotest/tests/unit/test_base.py new/oslotest-4.4.1/oslotest/tests/unit/test_base.py --- old/oslotest-4.2.0/oslotest/tests/unit/test_base.py 2020-04-03 22:31:16.000000000 +0200 +++ new/oslotest-4.4.1/oslotest/tests/unit/test_base.py 2020-09-11 21:20:05.000000000 +0200 @@ -17,10 +17,10 @@ import logging import os import unittest +from unittest import mock import fixtures import six -from six.moves import mock import testtools from oslotest import base diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslotest-4.2.0/oslotest/tests/unit/test_log.py new/oslotest-4.4.1/oslotest/tests/unit/test_log.py --- old/oslotest-4.2.0/oslotest/tests/unit/test_log.py 2020-04-03 22:31:16.000000000 +0200 +++ new/oslotest-4.4.1/oslotest/tests/unit/test_log.py 2020-09-11 21:20:05.000000000 +0200 @@ -15,8 +15,8 @@ # under the License. import logging +from unittest import mock -from six.moves import mock import testtools from oslotest import log diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslotest-4.2.0/oslotest/tests/unit/test_mock_fixture.py new/oslotest-4.4.1/oslotest/tests/unit/test_mock_fixture.py --- old/oslotest-4.2.0/oslotest/tests/unit/test_mock_fixture.py 2020-04-03 22:31:16.000000000 +0200 +++ new/oslotest-4.4.1/oslotest/tests/unit/test_mock_fixture.py 2020-09-11 21:20:05.000000000 +0200 @@ -13,8 +13,8 @@ # License for the specific language governing permissions and limitations # under the License. -import mock import testtools +from unittest import mock from oslotest import mock_fixture diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslotest-4.2.0/oslotest/tests/unit/test_output.py new/oslotest-4.4.1/oslotest/tests/unit/test_output.py --- old/oslotest-4.2.0/oslotest/tests/unit/test_output.py 2020-04-03 22:31:16.000000000 +0200 +++ new/oslotest-4.4.1/oslotest/tests/unit/test_output.py 2020-09-11 21:20:05.000000000 +0200 @@ -13,12 +13,12 @@ # under the License. import sys +from unittest import mock -from oslotest import output - -from six.moves import mock import testtools +from oslotest import output + class CaptureOutputTest(testtools.TestCase): diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslotest-4.2.0/oslotest/tests/unit/test_timeout.py new/oslotest-4.4.1/oslotest/tests/unit/test_timeout.py --- old/oslotest-4.2.0/oslotest/tests/unit/test_timeout.py 2020-04-03 22:31:16.000000000 +0200 +++ new/oslotest-4.4.1/oslotest/tests/unit/test_timeout.py 2020-09-11 21:20:05.000000000 +0200 @@ -12,7 +12,8 @@ # License for the specific language governing permissions and limitations # under the License. -from six.moves import mock +from unittest import mock + import testtools from oslotest import timeout diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslotest-4.2.0/oslotest.egg-info/PKG-INFO new/oslotest-4.4.1/oslotest.egg-info/PKG-INFO --- old/oslotest-4.2.0/oslotest.egg-info/PKG-INFO 2020-04-03 22:32:25.000000000 +0200 +++ new/oslotest-4.4.1/oslotest.egg-info/PKG-INFO 2020-09-11 21:21:58.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.2 Name: oslotest -Version: 4.2.0 +Version: 4.4.1 Summary: Oslo test framework Home-page: https://docs.openstack.org/oslotest/latest/ Author: OpenStack @@ -39,6 +39,7 @@ Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3 :: Only Classifier: Programming Language :: Python :: Implementation :: CPython Requires-Python: >=3.6 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslotest-4.2.0/oslotest.egg-info/SOURCES.txt new/oslotest-4.4.1/oslotest.egg-info/SOURCES.txt --- old/oslotest-4.2.0/oslotest.egg-info/SOURCES.txt 2020-04-03 22:32:25.000000000 +0200 +++ new/oslotest-4.4.1/oslotest.egg-info/SOURCES.txt 2020-09-11 21:21:58.000000000 +0200 @@ -14,6 +14,7 @@ setup.py test-requirements.txt tox.ini +doc/requirements.txt doc/source/conf.py doc/source/index.rst doc/source/contributor/index.rst @@ -72,6 +73,7 @@ releasenotes/source/stein.rst releasenotes/source/train.rst releasenotes/source/unreleased.rst +releasenotes/source/ussuri.rst releasenotes/source/_static/.placeholder releasenotes/source/_templates/.placeholder tools/oslo_debug_helper diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslotest-4.2.0/oslotest.egg-info/pbr.json new/oslotest-4.4.1/oslotest.egg-info/pbr.json --- old/oslotest-4.2.0/oslotest.egg-info/pbr.json 2020-04-03 22:32:25.000000000 +0200 +++ new/oslotest-4.4.1/oslotest.egg-info/pbr.json 2020-09-11 21:21:58.000000000 +0200 @@ -1 +1 @@ -{"git_version": "cdee551", "is_release": true} \ No newline at end of file +{"git_version": "aaf3a72", "is_release": true} \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslotest-4.2.0/oslotest.egg-info/requires.txt new/oslotest-4.4.1/oslotest.egg-info/requires.txt --- old/oslotest-4.2.0/oslotest.egg-info/requires.txt 2020-04-03 22:32:25.000000000 +0200 +++ new/oslotest-4.4.1/oslotest.egg-info/requires.txt 2020-09-11 21:21:58.000000000 +0200 @@ -2,4 +2,3 @@ python-subunit>=1.0.0 six>=1.10.0 testtools>=2.2.0 -mock>=2.0.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslotest-4.2.0/releasenotes/source/conf.py new/oslotest-4.4.1/releasenotes/source/conf.py --- old/oslotest-4.2.0/releasenotes/source/conf.py 2020-04-03 22:31:16.000000000 +0200 +++ new/oslotest-4.4.1/releasenotes/source/conf.py 2020-09-11 21:20:05.000000000 +0200 @@ -47,14 +47,9 @@ # a list of builtin themes. html_theme = 'openstackdocs' -# If not '', a 'Last updated on:' timestamp is inserted at every page bottom, -# using the given strftime format. -# html_last_updated_fmt = '%b %d, %Y' -html_last_updated_fmt = '%Y-%m-%d %H:%M' - - # -- openstackdocstheme configuration ------------------------------------- -repository_name = 'openstack/oslotest' -bug_project = 'oslotest' -bug_tag = '' +openstackdocs_repo_name = 'openstack/oslotest' +openstackdocs_bug_project = 'oslotest' +openstackdocs_bug_tag = '' +openstackdocs_auto_name = False diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslotest-4.2.0/releasenotes/source/index.rst new/oslotest-4.4.1/releasenotes/source/index.rst --- old/oslotest-4.2.0/releasenotes/source/index.rst 2020-04-03 22:31:16.000000000 +0200 +++ new/oslotest-4.4.1/releasenotes/source/index.rst 2020-09-11 21:20:05.000000000 +0200 @@ -6,6 +6,7 @@ :maxdepth: 1 unreleased + ussuri train stein rocky diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslotest-4.2.0/releasenotes/source/ussuri.rst new/oslotest-4.4.1/releasenotes/source/ussuri.rst --- old/oslotest-4.2.0/releasenotes/source/ussuri.rst 1970-01-01 01:00:00.000000000 +0100 +++ new/oslotest-4.4.1/releasenotes/source/ussuri.rst 2020-09-11 21:20:05.000000000 +0200 @@ -0,0 +1,6 @@ +=========================== +Ussuri Series Release Notes +=========================== + +.. release-notes:: + :branch: stable/ussuri diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslotest-4.2.0/requirements.txt new/oslotest-4.4.1/requirements.txt --- old/oslotest-4.2.0/requirements.txt 2020-04-03 22:31:16.000000000 +0200 +++ new/oslotest-4.4.1/requirements.txt 2020-09-11 21:20:05.000000000 +0200 @@ -6,4 +6,3 @@ python-subunit>=1.0.0 # Apache-2.0/BSD six>=1.10.0 # MIT testtools>=2.2.0 # MIT -mock>=2.0.0 # BSD diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslotest-4.2.0/setup.cfg new/oslotest-4.4.1/setup.cfg --- old/oslotest-4.2.0/setup.cfg 2020-04-03 22:32:25.000000000 +0200 +++ new/oslotest-4.4.1/setup.cfg 2020-09-11 21:21:58.000000000 +0200 @@ -17,6 +17,7 @@ Programming Language :: Python :: 3 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 + Programming Language :: Python :: 3.8 Programming Language :: Python :: 3 :: Only Programming Language :: Python :: Implementation :: CPython diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslotest-4.2.0/test-requirements.txt new/oslotest-4.4.1/test-requirements.txt --- old/oslotest-4.2.0/test-requirements.txt 2020-04-03 22:31:16.000000000 +0200 +++ new/oslotest-4.4.1/test-requirements.txt 2020-09-11 21:20:05.000000000 +0200 @@ -9,10 +9,5 @@ # deps = {[testenv]deps} coverage coverage!=4.4,>=4.0 # Apache-2.0 -# this is required for the docs build jobs -sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD -openstackdocstheme>=1.18.1 # Apache-2.0 -sphinxcontrib-apidoc>=0.2.0 # BSD oslo.config>=5.2.0 # Apache-2.0 stestr>=2.0.0 -reno>=2.5.0 # Apache-2.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslotest-4.2.0/tools/oslo_run_pre_release_tests new/oslotest-4.4.1/tools/oslo_run_pre_release_tests --- old/oslotest-4.2.0/tools/oslo_run_pre_release_tests 2020-04-03 22:31:16.000000000 +0200 +++ new/oslotest-4.4.1/tools/oslo_run_pre_release_tests 2020-09-11 21:20:05.000000000 +0200 @@ -14,8 +14,6 @@ """Run unit tests for projects that use a library. """ -from __future__ import print_function - import glob import os import subprocess diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/oslotest-4.2.0/tox.ini new/oslotest-4.4.1/tox.ini --- old/oslotest-4.2.0/tox.ini 2020-04-03 22:31:16.000000000 +0200 +++ new/oslotest-4.4.1/tox.ini 2020-09-11 21:20:05.000000000 +0200 @@ -1,6 +1,6 @@ [tox] minversion = 3.1.0 -envlist = py37,pep8 +envlist = py38,pep8 ignore_basepython_conflict = True [testenv] @@ -27,11 +27,15 @@ commands = {posargs} [testenv:docs] +deps = + -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} + -r{toxinidir}/doc/requirements.txt commands = sphinx-build -W --keep-going -b html -d doc/build/doctrees doc/source doc/build/html [testenv:releasenotes] +deps = {[testenv:docs]deps} commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html [testenv:lower-constraints]