Hello community,

here is the log from the commit of package python-mox3 for openSUSE:Factory 
checked in at 2019-03-29 20:34:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mox3 (Old)
 and      /work/SRC/openSUSE:Factory/.python-mox3.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-mox3"

Fri Mar 29 20:34:37 2019 rev:9 rq:684989 version:0.27.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-mox3/python-mox3.changes  2019-02-14 
14:33:01.115661921 +0100
+++ /work/SRC/openSUSE:Factory/.python-mox3.new.25356/python-mox3.changes       
2019-03-29 20:34:38.526632380 +0100
@@ -1,0 +2,8 @@
+Thu Mar 14 11:34:08 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.27.0:
+  * import zuul job settings from project-config
+  * add python 3.6 unit test job
+  * Use template for lower-constraints
+
+-------------------------------------------------------------------

Old:
----
  mox3-0.26.0.tar.gz

New:
----
  mox3-0.27.0.tar.gz

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

Other differences:
------------------
++++++ python-mox3.spec ++++++
--- /var/tmp/diff_new_pack.NxmPlU/_old  2019-03-29 20:34:39.830632460 +0100
+++ /var/tmp/diff_new_pack.NxmPlU/_new  2019-03-29 20:34:39.878632463 +0100
@@ -18,12 +18,12 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-mox3
-Version:        0.26.0
+Version:        0.27.0
 Release:        0
 Summary:        An unofficial port of the Google mox framework to Python 3
 License:        Apache-2.0
 Group:          Development/Languages/Python
-URL:            https://docs.openstack.org/mox3/latest/
+URL:            https://github.com/openstack/mox3
 Source0:        
https://files.pythonhosted.org/packages/source/m/mox3/mox3-%{version}.tar.gz
 BuildRequires:  %{python_module fixtures >= 3.0.0}
 BuildRequires:  %{python_module pbr >= 2.0.0}
@@ -68,7 +68,6 @@
 
 %prep
 %autosetup -n mox3-%{version}
-%{py_req_cleanup}
 sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg
 
 %build

++++++ mox3-0.26.0.tar.gz -> mox3-0.27.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mox3-0.26.0/.zuul.yaml new/mox3-0.27.0/.zuul.yaml
--- old/mox3-0.26.0/.zuul.yaml  2018-07-20 03:10:11.000000000 +0200
+++ new/mox3-0.27.0/.zuul.yaml  2019-02-28 19:06:13.000000000 +0100
@@ -1,7 +1,9 @@
 - project:
-    check:
-      jobs:
-        - openstack-tox-lower-constraints
-    gate:
-      jobs:
-        - openstack-tox-lower-constraints
+    templates:
+      - check-requirements
+      - openstack-lower-constraints-jobs
+      - openstack-python-jobs
+      - openstack-python35-jobs
+      - openstack-python36-jobs
+      - periodic-stable-jobs
+      - publish-openstack-docs-pti
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mox3-0.26.0/AUTHORS new/mox3-0.27.0/AUTHORS
--- old/mox3-0.26.0/AUTHORS     2018-07-20 03:12:56.000000000 +0200
+++ new/mox3-0.27.0/AUTHORS     2019-02-28 19:08:46.000000000 +0100
@@ -17,7 +17,6 @@
 Victor Stinner <[email protected]>
 Vu Cong Tuan <[email protected]>
 XiaojueGuan <[email protected]>
-Zuul <[email protected]>
 dglasser <dglasser@b1010a0a-674b-0410-b734-77272b80c875>
 kavithahr <[email protected]>
 melissaml <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mox3-0.26.0/ChangeLog new/mox3-0.27.0/ChangeLog
--- old/mox3-0.26.0/ChangeLog   2018-07-20 03:12:56.000000000 +0200
+++ new/mox3-0.27.0/ChangeLog   2019-02-28 19:08:46.000000000 +0100
@@ -1,6 +1,14 @@
 CHANGES
 =======
 
+0.27.0
+------
+
+* Use template for lower-constraints
+* Change openstack-dev to openstack-discuss
+* add python 3.6 unit test job
+* import zuul job settings from project-config
+
 0.26.0
 ------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mox3-0.26.0/PKG-INFO new/mox3-0.27.0/PKG-INFO
--- old/mox3-0.26.0/PKG-INFO    2018-07-20 03:12:57.000000000 +0200
+++ new/mox3-0.27.0/PKG-INFO    2019-02-28 19:08:46.000000000 +0100
@@ -1,10 +1,10 @@
 Metadata-Version: 1.1
 Name: mox3
-Version: 0.26.0
+Version: 0.27.0
 Summary: Mock object framework for Python
 Home-page: https://docs.openstack.org/mox3/latest/
 Author: OpenStack
-Author-email: [email protected]
+Author-email: [email protected]
 License: UNKNOWN
 Description: ===========================================
          Mox3 - Mock object framework for Python 3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mox3-0.26.0/mox3/tests/test_mox.py 
new/mox3-0.27.0/mox3/tests/test_mox.py
--- old/mox3-0.26.0/mox3/tests/test_mox.py      2018-07-20 03:10:11.000000000 
+0200
+++ new/mox3-0.27.0/mox3/tests/test_mox.py      2019-02-28 19:06:13.000000000 
+0100
@@ -320,8 +320,8 @@
 
     def testReprWithFlags(self):
         """repr should return the regular expression pattern and flags."""
-        self.assertTrue(repr(mox.Regex(r"a\s+b", flags=4)) ==
-                        "<regular expression 'a\s+b', flags=4>")
+        self.assertTrue(repr(mox.Regex(r"a\s+b", flags=2)) ==
+                        "<regular expression 'a\s+b', flags=2>")
 
 
 class IsTest(testtools.TestCase):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mox3-0.26.0/mox3.egg-info/PKG-INFO 
new/mox3-0.27.0/mox3.egg-info/PKG-INFO
--- old/mox3-0.26.0/mox3.egg-info/PKG-INFO      2018-07-20 03:12:56.000000000 
+0200
+++ new/mox3-0.27.0/mox3.egg-info/PKG-INFO      2019-02-28 19:08:46.000000000 
+0100
@@ -1,10 +1,10 @@
 Metadata-Version: 1.1
 Name: mox3
-Version: 0.26.0
+Version: 0.27.0
 Summary: Mock object framework for Python
 Home-page: https://docs.openstack.org/mox3/latest/
 Author: OpenStack
-Author-email: [email protected]
+Author-email: [email protected]
 License: UNKNOWN
 Description: ===========================================
          Mox3 - Mock object framework for Python 3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mox3-0.26.0/mox3.egg-info/pbr.json 
new/mox3-0.27.0/mox3.egg-info/pbr.json
--- old/mox3-0.26.0/mox3.egg-info/pbr.json      2018-07-20 03:12:56.000000000 
+0200
+++ new/mox3-0.27.0/mox3.egg-info/pbr.json      2019-02-28 19:08:46.000000000 
+0100
@@ -1 +1 @@
-{"git_version": "b0577a9", "is_release": true}
\ No newline at end of file
+{"git_version": "543e2cc", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/mox3-0.26.0/setup.cfg new/mox3-0.27.0/setup.cfg
--- old/mox3-0.26.0/setup.cfg   2018-07-20 03:12:57.000000000 +0200
+++ new/mox3-0.27.0/setup.cfg   2019-02-28 19:08:46.000000000 +0100
@@ -4,7 +4,7 @@
 description-file = 
        README.rst
 author = OpenStack
-author-email = [email protected]
+author-email = [email protected]
 home-page = https://docs.openstack.org/mox3/latest/
 classifiers = 
        Environment :: OpenStack


Reply via email to