Hello community,

here is the log from the commit of package python-mox3 for openSUSE:Factory 
checked in at 2019-09-23 12:06:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mox3 (Old)
 and      /work/SRC/openSUSE:Factory/.python-mox3.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-mox3"

Mon Sep 23 12:06:51 2019 rev:10 rq:730107 version:0.28.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-mox3/python-mox3.changes  2019-03-29 
20:34:38.526632380 +0100
+++ /work/SRC/openSUSE:Factory/.python-mox3.new.7948/python-mox3.changes        
2019-09-23 12:06:52.913910605 +0200
@@ -1,0 +2,8 @@
+Wed Sep 11 11:14:31 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.28.0:
+  * Remove flake8 from the test-requirements
+  * Add Python 3 Train unit tests
+  * Replace git.openstack.org URLs with opendev.org URLs
+
+-------------------------------------------------------------------

Old:
----
  mox3-0.27.0.tar.gz

New:
----
  mox3-0.28.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-mox3.spec ++++++
--- /var/tmp/diff_new_pack.kX6voL/_old  2019-09-23 12:06:53.597910493 +0200
+++ /var/tmp/diff_new_pack.kX6voL/_new  2019-09-23 12:06:53.601910492 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-mox3
-Version:        0.27.0
+Version:        0.28.0
 Release:        0
 Summary:        An unofficial port of the Google mox framework to Python 3
 License:        Apache-2.0

++++++ mox3-0.27.0.tar.gz -> mox3-0.28.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mox3-0.27.0/.zuul.yaml new/mox3-0.28.0/.zuul.yaml
--- old/mox3-0.27.0/.zuul.yaml  2019-02-28 19:06:13.000000000 +0100
+++ new/mox3-0.28.0/.zuul.yaml  2019-09-04 16:20:48.000000000 +0200
@@ -3,7 +3,6 @@
       - check-requirements
       - openstack-lower-constraints-jobs
       - openstack-python-jobs
-      - openstack-python35-jobs
-      - openstack-python36-jobs
+      - openstack-python3-train-jobs
       - periodic-stable-jobs
       - publish-openstack-docs-pti
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mox3-0.27.0/AUTHORS new/mox3-0.28.0/AUTHORS
--- old/mox3-0.27.0/AUTHORS     2019-02-28 19:08:46.000000000 +0100
+++ new/mox3-0.28.0/AUTHORS     2019-09-04 16:21:49.000000000 +0200
@@ -1,12 +1,14 @@
 Andreas Jaeger <[email protected]>
 Cao Xuan Hoang <[email protected]>
 ChangBo Guo(gcb) <[email protected]>
+Corey Bryant <[email protected]>
 Davanum Srinivas <[email protected]>
 Dawid Fatyga <[email protected]>
 Dirk Mueller <[email protected]>
 Doug Hellmann <[email protected]>
 Dougal Matthews <[email protected]>
 Flavio Percoco <[email protected]>
+Ghanshyam Mann <[email protected]>
 Monty Taylor <[email protected]>
 Przemysław Gajda <[email protected]>
 Sean Dague <[email protected]>
@@ -17,7 +19,9 @@
 Victor Stinner <[email protected]>
 Vu Cong Tuan <[email protected]>
 XiaojueGuan <[email protected]>
+caoyuan <[email protected]>
 dglasser <dglasser@b1010a0a-674b-0410-b734-77272b80c875>
+jacky06 <[email protected]>
 kavithahr <[email protected]>
 melissaml <[email protected]>
 ritesh.arya <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mox3-0.27.0/CONTRIBUTING.rst 
new/mox3-0.28.0/CONTRIBUTING.rst
--- old/mox3-0.27.0/CONTRIBUTING.rst    2019-02-28 19:06:13.000000000 +0100
+++ new/mox3-0.28.0/CONTRIBUTING.rst    2019-09-04 16:20:48.000000000 +0200
@@ -2,16 +2,16 @@
 you must follow the steps in the "If you're a developer, start here"
 section of this page:
 
-   http://wiki.openstack.org/HowToContribute
+   https://docs.openstack.org/infra/manual/developers.html
 
 Once those steps have been completed, changes to OpenStack
 should be submitted for review via the Gerrit tool, following
 the workflow documented at:
 
-   http://wiki.openstack.org/GerritWorkflow
+   https://docs.openstack.org/infra/manual/developers.html#development-workflow
 
 Pull requests submitted through GitHub will be ignored.
 
 Bugs should be filed on Launchpad, not GitHub:
 
-   https://bugs.launchpad.net/mox3
+   https://bugs.launchpad.net/python-mox3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mox3-0.27.0/ChangeLog new/mox3-0.28.0/ChangeLog
--- old/mox3-0.27.0/ChangeLog   2019-02-28 19:08:46.000000000 +0100
+++ new/mox3-0.28.0/ChangeLog   2019-09-04 16:21:49.000000000 +0200
@@ -1,6 +1,15 @@
 CHANGES
 =======
 
+0.28.0
+------
+
+* Add Python 3 Train unit tests
+* Sync Sphinx requirement
+* Replace git.openstack.org URLs with opendev.org URLs
+* OpenDev Migration Patch
+* Dropping the py35 testing
+
 0.27.0
 ------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mox3-0.27.0/PKG-INFO new/mox3-0.28.0/PKG-INFO
--- old/mox3-0.27.0/PKG-INFO    2019-02-28 19:08:46.000000000 +0100
+++ new/mox3-0.28.0/PKG-INFO    2019-09-04 16:21:49.000000000 +0200
@@ -1,14 +1,14 @@
 Metadata-Version: 1.1
 Name: mox3
-Version: 0.27.0
+Version: 0.28.0
 Summary: Mock object framework for Python
 Home-page: https://docs.openstack.org/mox3/latest/
 Author: OpenStack
 Author-email: [email protected]
 License: UNKNOWN
-Description: ===========================================
-         Mox3 - Mock object framework for Python 3
-        ===========================================
+Description: =========================================
+        Mox3 - Mock object framework for Python 3
+        =========================================
         
         .. image:: https://governance.openstack.org/tc/badges/mox3.svg
             :target: 
https://governance.openstack.org/tc/reference/tags/index.html
@@ -41,7 +41,7 @@
         command directly. Running `testr run` will run the entire test suite. 
`testr
         run --parallel` will run it in parallel (this is the default 
incantation tox
         uses.) More information about testr can be found at:
-        http://wiki.openstack.org/testr
+        https://wiki.openstack.org/wiki/Testr
         
         Basic Usage
         -----------
@@ -68,7 +68,7 @@
         
         * Free software: Apache license
         * Documentation: https://docs.openstack.org/mox3/latest/
-        * Source: https://git.openstack.org/cgit/openstack/mox3
+        * Source: https://opendev.org/openstack/mox3
         * Bugs: https://bugs.launchpad.net/python-mox3
         
         
@@ -78,7 +78,8 @@
 Classifier: License :: OSI Approved :: Apache Software License
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
 Classifier: Operating System :: OS Independent
 Classifier: Development Status :: 4 - Beta
 Classifier: Intended Audience :: Developers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mox3-0.27.0/README.rst new/mox3-0.28.0/README.rst
--- old/mox3-0.27.0/README.rst  2019-02-28 19:06:13.000000000 +0100
+++ new/mox3-0.28.0/README.rst  2019-09-04 16:20:48.000000000 +0200
@@ -1,6 +1,6 @@
-===========================================
- Mox3 - Mock object framework for Python 3
-===========================================
+=========================================
+Mox3 - Mock object framework for Python 3
+=========================================
 
 .. image:: https://governance.openstack.org/tc/badges/mox3.svg
     :target: https://governance.openstack.org/tc/reference/tags/index.html
@@ -33,7 +33,7 @@
 command directly. Running `testr run` will run the entire test suite. `testr
 run --parallel` will run it in parallel (this is the default incantation tox
 uses.) More information about testr can be found at:
-http://wiki.openstack.org/testr
+https://wiki.openstack.org/wiki/Testr
 
 Basic Usage
 -----------
@@ -60,5 +60,5 @@
 
 * Free software: Apache license
 * Documentation: https://docs.openstack.org/mox3/latest/
-* Source: https://git.openstack.org/cgit/openstack/mox3
+* Source: https://opendev.org/openstack/mox3
 * Bugs: https://bugs.launchpad.net/python-mox3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mox3-0.27.0/doc/source/contributor/index.rst 
new/mox3-0.28.0/doc/source/contributor/index.rst
--- old/mox3-0.27.0/doc/source/contributor/index.rst    2019-02-28 
19:06:13.000000000 +0100
+++ new/mox3-0.28.0/doc/source/contributor/index.rst    2019-09-04 
16:20:48.000000000 +0200
@@ -1,5 +1,5 @@
-==============
- Contributing
-==============
+============
+Contributing
+============
 
 .. include:: ../../../CONTRIBUTING.rst
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mox3-0.27.0/mox3.egg-info/PKG-INFO 
new/mox3-0.28.0/mox3.egg-info/PKG-INFO
--- old/mox3-0.27.0/mox3.egg-info/PKG-INFO      2019-02-28 19:08:46.000000000 
+0100
+++ new/mox3-0.28.0/mox3.egg-info/PKG-INFO      2019-09-04 16:21:49.000000000 
+0200
@@ -1,14 +1,14 @@
 Metadata-Version: 1.1
 Name: mox3
-Version: 0.27.0
+Version: 0.28.0
 Summary: Mock object framework for Python
 Home-page: https://docs.openstack.org/mox3/latest/
 Author: OpenStack
 Author-email: [email protected]
 License: UNKNOWN
-Description: ===========================================
-         Mox3 - Mock object framework for Python 3
-        ===========================================
+Description: =========================================
+        Mox3 - Mock object framework for Python 3
+        =========================================
         
         .. image:: https://governance.openstack.org/tc/badges/mox3.svg
             :target: 
https://governance.openstack.org/tc/reference/tags/index.html
@@ -41,7 +41,7 @@
         command directly. Running `testr run` will run the entire test suite. 
`testr
         run --parallel` will run it in parallel (this is the default 
incantation tox
         uses.) More information about testr can be found at:
-        http://wiki.openstack.org/testr
+        https://wiki.openstack.org/wiki/Testr
         
         Basic Usage
         -----------
@@ -68,7 +68,7 @@
         
         * Free software: Apache license
         * Documentation: https://docs.openstack.org/mox3/latest/
-        * Source: https://git.openstack.org/cgit/openstack/mox3
+        * Source: https://opendev.org/openstack/mox3
         * Bugs: https://bugs.launchpad.net/python-mox3
         
         
@@ -78,7 +78,8 @@
 Classifier: License :: OSI Approved :: Apache Software License
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
+Classifier: Programming Language :: Python :: 3.7
 Classifier: Operating System :: OS Independent
 Classifier: Development Status :: 4 - Beta
 Classifier: Intended Audience :: Developers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mox3-0.27.0/mox3.egg-info/pbr.json 
new/mox3-0.28.0/mox3.egg-info/pbr.json
--- old/mox3-0.27.0/mox3.egg-info/pbr.json      2019-02-28 19:08:46.000000000 
+0100
+++ new/mox3-0.28.0/mox3.egg-info/pbr.json      2019-09-04 16:21:49.000000000 
+0200
@@ -1 +1 @@
-{"git_version": "543e2cc", "is_release": true}
\ No newline at end of file
+{"git_version": "0a1e5b9", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mox3-0.27.0/setup.cfg new/mox3-0.28.0/setup.cfg
--- old/mox3-0.27.0/setup.cfg   2019-02-28 19:08:46.000000000 +0100
+++ new/mox3-0.28.0/setup.cfg   2019-09-04 16:21:49.000000000 +0200
@@ -12,7 +12,8 @@
        License :: OSI Approved :: Apache Software License
        Programming Language :: Python :: 2.7
        Programming Language :: Python :: 3
-       Programming Language :: Python :: 3.5
+       Programming Language :: Python :: 3.6
+       Programming Language :: Python :: 3.7
        Operating System :: OS Independent
        Development Status :: 4 - Beta
        Intended Audience :: Developers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mox3-0.27.0/test-requirements.txt 
new/mox3-0.28.0/test-requirements.txt
--- old/mox3-0.27.0/test-requirements.txt       2019-02-28 19:06:13.000000000 
+0100
+++ new/mox3-0.28.0/test-requirements.txt       2019-09-04 16:20:48.000000000 
+0200
@@ -14,6 +14,7 @@
 six>=1.10.0 # MIT
 
 # this is required for the docs build jobs
-sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD
+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
 openstackdocstheme>=1.18.1 # Apache-2.0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mox3-0.27.0/tox.ini new/mox3-0.28.0/tox.ini
--- old/mox3-0.27.0/tox.ini     2019-02-28 19:06:13.000000000 +0100
+++ new/mox3-0.28.0/tox.ini     2019-09-04 16:20:48.000000000 +0200
@@ -1,11 +1,11 @@
 [tox]
 minversion = 2.0
-envlist = py35,py27,pep8
+envlist = py27,py37,pep8
 
 [testenv]
 install_command = pip install {opts} {packages}
 deps =
-       
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
+       
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
        -r{toxinidir}/requirements.txt
        -r{toxinidir}/test-requirements.txt
 commands = stestr run --slowest {posargs}


Reply via email to