Hello community,

here is the log from the commit of package python-glean for openSUSE:Factory 
checked in at 2019-10-05 16:21:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-glean (Old)
 and      /work/SRC/openSUSE:Factory/.python-glean.new.2352 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-glean"

Sat Oct  5 16:21:42 2019 rev:4 rq:735336 version:1.15.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-glean/python-glean.changes        
2019-07-26 17:35:04.956070545 +0200
+++ /work/SRC/openSUSE:Factory/.python-glean.new.2352/python-glean.changes      
2019-10-05 16:22:10.645144715 +0200
@@ -1,0 +2,6 @@
+Fri Oct  4 14:22:46 UTC 2019 - Marketa Calabkova <[email protected]>
+
+- Update to 1.15.0
+  * Sync when writing the file
+
+-------------------------------------------------------------------

Old:
----
  glean-1.14.1.tar.gz

New:
----
  glean-1.15.0.tar.gz

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

Other differences:
------------------
++++++ python-glean.spec ++++++
--- /var/tmp/diff_new_pack.rYvfhQ/_old  2019-10-05 16:22:11.213143235 +0200
+++ /var/tmp/diff_new_pack.rYvfhQ/_new  2019-10-05 16:22:11.213143235 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-glean
-Version:        1.14.1
+Version:        1.15.0
 Release:        0
 Summary:        Program to write static config from config-drive
 License:        Apache-2.0

++++++ glean-1.14.1.tar.gz -> glean-1.15.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glean-1.14.1/.zuul.yaml new/glean-1.15.0/.zuul.yaml
--- old/glean-1.14.1/.zuul.yaml 2019-07-11 19:37:09.000000000 +0200
+++ new/glean-1.15.0/.zuul.yaml 2019-08-22 01:18:09.000000000 +0200
@@ -10,6 +10,7 @@
         - dib-nodepool-functional-openstack-fedora-29-src
         - dib-nodepool-functional-openstack-ubuntu-trusty-src
         - dib-nodepool-functional-openstack-ubuntu-xenial-src
+        - dib-nodepool-functional-openstack-ubuntu-bionic
         - dib-nodepool-functional-openstack-ubuntu-bionic-src
         - dib-nodepool-functional-openstack-opensuse-150-src
         - dib-nodepool-functional-openstack-opensuse-tumbleweed-src
@@ -19,6 +20,7 @@
         - dib-nodepool-functional-openstack-fedora-29-src
         - dib-nodepool-functional-openstack-ubuntu-trusty-src
         - dib-nodepool-functional-openstack-ubuntu-xenial-src
+        - dib-nodepool-functional-openstack-ubuntu-bionic
         - dib-nodepool-functional-openstack-ubuntu-bionic-src
         - dib-nodepool-functional-openstack-opensuse-150-src
         - dib-nodepool-functional-openstack-opensuse-tumbleweed-src
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glean-1.14.1/AUTHORS new/glean-1.15.0/AUTHORS
--- old/glean-1.14.1/AUTHORS    2019-07-11 19:38:05.000000000 +0200
+++ new/glean-1.15.0/AUTHORS    2019-08-22 01:19:00.000000000 +0200
@@ -20,6 +20,7 @@
 Ricardo Carrillo Cruz <[email protected]>
 Sam Betts <[email protected]>
 Swapnil Kulkarni (coolsvap) <[email protected]>
+Wenqing Gu <[email protected]>
 Yolanda Robla <[email protected]>
 Yolanda Robla Mota <[email protected]>
 qingszhao <[email protected]>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glean-1.14.1/ChangeLog new/glean-1.15.0/ChangeLog
--- old/glean-1.14.1/ChangeLog  2019-07-11 19:38:05.000000000 +0200
+++ new/glean-1.15.0/ChangeLog  2019-08-22 01:19:00.000000000 +0200
@@ -1,6 +1,12 @@
 CHANGES
 =======
 
+1.15.0
+------
+
+* Sync when writing the file
+* Add a nodepool job based on releases
+
 1.14.1
 ------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glean-1.14.1/PKG-INFO new/glean-1.15.0/PKG-INFO
--- old/glean-1.14.1/PKG-INFO   2019-07-11 19:38:05.000000000 +0200
+++ new/glean-1.15.0/PKG-INFO   2019-08-22 01:19:01.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: glean
-Version: 1.14.1
+Version: 1.15.0
 Summary: Simple program to write static config from config-drive
 Home-page: http://www.openstack.org/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glean-1.14.1/glean/cmd.py 
new/glean-1.15.0/glean/cmd.py
--- old/glean-1.14.1/glean/cmd.py       2019-07-11 19:37:13.000000000 +0200
+++ new/glean-1.15.0/glean/cmd.py       2019-08-22 01:18:13.000000000 +0200
@@ -58,6 +58,8 @@
 def safe_open(*args, **kwargs):
     f = open(*args, **kwargs)
     yield f
+    f.flush()
+    os.fsync(f.fileno())
     f.close()
     path = os.path.abspath(f.name)
     if HAVE_SELINUX:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glean-1.14.1/glean/tests/test_glean.py 
new/glean-1.15.0/glean/tests/test_glean.py
--- old/glean-1.14.1/glean/tests/test_glean.py  2019-07-11 19:37:09.000000000 
+0200
+++ new/glean-1.15.0/glean/tests/test_glean.py  2019-08-22 01:18:13.000000000 
+0200
@@ -143,6 +143,7 @@
         return real_path_exists(path)
 
     @mock.patch('subprocess.call', return_value=0, new_callable=mock.Mock)
+    @mock.patch('os.fsync', return_value=0, new_callable=mock.Mock)
     @mock.patch('os.unlink', return_value=0, new_callable=mock.Mock)
     @mock.patch('os.symlink', return_value=0, new_callable=mock.Mock)
     @mock.patch('os.path.exists', new_callable=mock.Mock)
@@ -156,6 +157,7 @@
                                 mock_os_path_exists,
                                 mock_os_symlink,
                                 mock_os_unlink,
+                                mock_os_fsync,
                                 mock_call,
                                 skip_dns=False,
                                 use_nm=False):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glean-1.14.1/glean.egg-info/PKG-INFO 
new/glean-1.15.0/glean.egg-info/PKG-INFO
--- old/glean-1.14.1/glean.egg-info/PKG-INFO    2019-07-11 19:38:05.000000000 
+0200
+++ new/glean-1.15.0/glean.egg-info/PKG-INFO    2019-08-22 01:19:00.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: glean
-Version: 1.14.1
+Version: 1.15.0
 Summary: Simple program to write static config from config-drive
 Home-page: http://www.openstack.org/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/glean-1.14.1/glean.egg-info/pbr.json 
new/glean-1.15.0/glean.egg-info/pbr.json
--- old/glean-1.14.1/glean.egg-info/pbr.json    2019-07-11 19:38:05.000000000 
+0200
+++ new/glean-1.15.0/glean.egg-info/pbr.json    2019-08-22 01:19:00.000000000 
+0200
@@ -1 +1 @@
-{"git_version": "3205ffa", "is_release": true}
\ No newline at end of file
+{"git_version": "68f25b6", "is_release": true}
\ No newline at end of file


Reply via email to