Hello community, here is the log from the commit of package python-mox3 for openSUSE:Factory checked in at 2020-05-01 11:05:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-mox3 (Old) and /work/SRC/openSUSE:Factory/.python-mox3.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-mox3" Fri May 1 11:05:33 2020 rev:12 rq:797837 version:1.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-mox3/python-mox3.changes 2020-01-04 19:20:24.129112271 +0100 +++ /work/SRC/openSUSE:Factory/.python-mox3.new.2738/python-mox3.changes 2020-05-01 11:05:56.250879816 +0200 @@ -1,0 +2,11 @@ +Fri Feb 28 23:00:31 UTC 2020 - Dirk Mueller <[email protected]> + +- update to 1.0.0: + * tox.ini & Setup.cfg cleanups + * Drop python 2.7 support and testing + * Switch to Ussuri jobs + * Blacklist sphinx 2.1.0 (autodoc bug) + * Update the constraints url + * Remove flake8 from the test-requirements + +------------------------------------------------------------------- Old: ---- mox3-0.28.0.tar.gz New: ---- mox3-1.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-mox3.spec ++++++ --- /var/tmp/diff_new_pack.Htv57i/_old 2020-05-01 11:05:58.850885471 +0200 +++ /var/tmp/diff_new_pack.Htv57i/_new 2020-05-01 11:05:58.850885471 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-mox3 # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,9 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%global skip_python2 1 Name: python-mox3 -Version: 0.28.0 +Version: 1.0.0 Release: 0 Summary: An unofficial port of the Google mox framework to Python 3 License: Apache-2.0 @@ -88,9 +89,7 @@ %fdupes %{buildroot}%{_docdir}/%{name}/html %check -%{python_expand rm -rf .testrepository -stestr-%{$python_bin_suffix} run -} +%python_exec -m stestr.cli run %files %{python_files} %license COPYING.txt ++++++ mox3-0.28.0.tar.gz -> mox3-1.0.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mox3-0.28.0/.zuul.yaml new/mox3-1.0.0/.zuul.yaml --- old/mox3-0.28.0/.zuul.yaml 2019-09-04 16:20:48.000000000 +0200 +++ new/mox3-1.0.0/.zuul.yaml 2020-02-07 14:08:30.000000000 +0100 @@ -2,7 +2,6 @@ templates: - check-requirements - openstack-lower-constraints-jobs - - openstack-python-jobs - - openstack-python3-train-jobs + - openstack-python3-ussuri-jobs - periodic-stable-jobs - publish-openstack-docs-pti diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mox3-0.28.0/AUTHORS new/mox3-1.0.0/AUTHORS --- old/mox3-0.28.0/AUTHORS 2019-09-04 16:21:49.000000000 +0200 +++ new/mox3-1.0.0/AUTHORS 2020-02-07 14:09:32.000000000 +0100 @@ -24,6 +24,7 @@ jacky06 <[email protected]> kavithahr <[email protected]> melissaml <[email protected]> +pengyuesheng <[email protected]> ritesh.arya <[email protected]> smiddlek <smiddlek@b1010a0a-674b-0410-b734-77272b80c875> zhulingjie <[email protected]> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mox3-0.28.0/ChangeLog new/mox3-1.0.0/ChangeLog --- old/mox3-0.28.0/ChangeLog 2019-09-04 16:21:49.000000000 +0200 +++ new/mox3-1.0.0/ChangeLog 2020-02-07 14:09:32.000000000 +0100 @@ -1,6 +1,16 @@ CHANGES ======= +1.0.0 +----- + +* tox.ini & Setup.cfg cleanups +* Drop python 2.7 support and testing +* Switch to Ussuri jobs +* Blacklist sphinx 2.1.0 (autodoc bug) +* Update the constraints url +* Remove flake8 from the test-requirements + 0.28.0 ------ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mox3-0.28.0/PKG-INFO new/mox3-1.0.0/PKG-INFO --- old/mox3-0.28.0/PKG-INFO 2019-09-04 16:21:49.000000000 +0200 +++ new/mox3-1.0.0/PKG-INFO 2020-02-07 14:09:32.000000000 +0100 @@ -1,6 +1,6 @@ -Metadata-Version: 1.1 +Metadata-Version: 1.2 Name: mox3 -Version: 0.28.0 +Version: 1.0.0 Summary: Mock object framework for Python Home-page: https://docs.openstack.org/mox3/latest/ Author: OpenStack @@ -76,7 +76,6 @@ Classifier: Environment :: OpenStack Classifier: Programming Language :: Python Classifier: License :: OSI Approved :: Apache Software License -Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 @@ -84,3 +83,4 @@ Classifier: Development Status :: 4 - Beta Classifier: Intended Audience :: Developers Classifier: Topic :: Software Development :: Testing +Requires-Python: >=3.6 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mox3-0.28.0/mox3.egg-info/PKG-INFO new/mox3-1.0.0/mox3.egg-info/PKG-INFO --- old/mox3-0.28.0/mox3.egg-info/PKG-INFO 2019-09-04 16:21:49.000000000 +0200 +++ new/mox3-1.0.0/mox3.egg-info/PKG-INFO 2020-02-07 14:09:32.000000000 +0100 @@ -1,6 +1,6 @@ -Metadata-Version: 1.1 +Metadata-Version: 1.2 Name: mox3 -Version: 0.28.0 +Version: 1.0.0 Summary: Mock object framework for Python Home-page: https://docs.openstack.org/mox3/latest/ Author: OpenStack @@ -76,7 +76,6 @@ Classifier: Environment :: OpenStack Classifier: Programming Language :: Python Classifier: License :: OSI Approved :: Apache Software License -Classifier: Programming Language :: Python :: 2.7 Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.6 Classifier: Programming Language :: Python :: 3.7 @@ -84,3 +83,4 @@ Classifier: Development Status :: 4 - Beta Classifier: Intended Audience :: Developers Classifier: Topic :: Software Development :: Testing +Requires-Python: >=3.6 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mox3-0.28.0/mox3.egg-info/pbr.json new/mox3-1.0.0/mox3.egg-info/pbr.json --- old/mox3-0.28.0/mox3.egg-info/pbr.json 2019-09-04 16:21:49.000000000 +0200 +++ new/mox3-1.0.0/mox3.egg-info/pbr.json 2020-02-07 14:09:32.000000000 +0100 @@ -1 +1 @@ -{"git_version": "0a1e5b9", "is_release": true} \ No newline at end of file +{"git_version": "fa22a33", "is_release": true} \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mox3-0.28.0/setup.cfg new/mox3-1.0.0/setup.cfg --- old/mox3-0.28.0/setup.cfg 2019-09-04 16:21:49.000000000 +0200 +++ new/mox3-1.0.0/setup.cfg 2020-02-07 14:09:32.000000000 +0100 @@ -6,11 +6,11 @@ author = OpenStack author-email = [email protected] home-page = https://docs.openstack.org/mox3/latest/ +python-requires = >=3.6 classifiers = Environment :: OpenStack Programming Language :: Python License :: OSI Approved :: Apache Software License - Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 Programming Language :: Python :: 3.6 Programming Language :: Python :: 3.7 @@ -23,22 +23,10 @@ packages = mox3 -[wheel] -universal = 1 - [global] setup-hooks = pbr.hooks.setup_hook -[build_sphinx] -source-dir = doc/source -build-dir = doc/build -all_files = 1 -warning-is-error = 1 - -[upload_sphinx] -upload-dir = doc/build/html - [egg_info] tag_build = tag_date = 0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mox3-0.28.0/test-requirements.txt new/mox3-1.0.0/test-requirements.txt --- old/mox3-0.28.0/test-requirements.txt 2019-09-04 16:20:48.000000000 +0200 +++ new/mox3-1.0.0/test-requirements.txt 2020-02-07 14:08:30.000000000 +0100 @@ -3,9 +3,6 @@ # process, which may cause wedges in the gate later. # this file lists dependencies required for the testing of heat -# Install flake8 first, it pulls in the right linter versions -flake8<2.6.0,>=2.5.4 # MIT - coverage!=4.4,>=4.0 # Apache-2.0 python-subunit>=1.0.0 # Apache-2.0/BSD stestr>=2.0.0 # Apache-2.0 @@ -14,7 +11,6 @@ six>=1.10.0 # MIT # this is required for the docs build jobs -sphinx!=1.6.6,!=1.6.7,>=1.6.5,<2.0.0;python_version=='2.7' # BSD -sphinx!=1.6.6,!=1.6.7,>=1.6.5;python_version>='3.4' # BSD +sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.5 # BSD openstackdocstheme>=1.18.1 # Apache-2.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/mox3-0.28.0/tox.ini new/mox3-1.0.0/tox.ini --- old/mox3-0.28.0/tox.ini 2019-09-04 16:20:48.000000000 +0200 +++ new/mox3-1.0.0/tox.ini 2020-02-07 14:08:30.000000000 +0100 @@ -1,25 +1,27 @@ [tox] -minversion = 2.0 -envlist = py27,py37,pep8 +minversion = 3.1.1 +envlist = py37,pep8 +ignore_basepython_conflict = True [testenv] -install_command = pip install {opts} {packages} +basepython = python3 deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = stestr run --slowest {posargs} [testenv:docs] -basepython = python3 -commands = python setup.py build_sphinx +commands = + rm -rf doc/build/html doc/build/doctrees + sphinx-build -W --keep-going -b html -d doc/build/doctrees doc/source doc/build/html [testenv:pep8] -basepython = python3 +deps = + flake8<2.7.0,>=2.6.0 commands = flake8 [testenv:venv] -basepython = python3 commands = {posargs} [flake8] @@ -28,7 +30,6 @@ exclude=.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg [testenv:lower-constraints] -basepython = python3 deps = -c{toxinidir}/lower-constraints.txt -r{toxinidir}/test-requirements.txt
