Hello community,

here is the log from the commit of package python-pbr for openSUSE:Factory 
checked in at 2019-11-04 17:06:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pbr (Old)
 and      /work/SRC/openSUSE:Factory/.python-pbr.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pbr"

Mon Nov  4 17:06:49 2019 rev:50 rq:740979 version:5.4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pbr/python-pbr.changes    2019-08-09 
16:49:37.353507919 +0200
+++ /work/SRC/openSUSE:Factory/.python-pbr.new.2990/python-pbr.changes  
2019-11-04 17:06:50.884289439 +0100
@@ -1,0 +2,11 @@
+Fri Oct 18 07:02:02 UTC 2019 - Dirk Mueller <[email protected]>
+
+- update to 5.4.3
+  *  Use more verbose logging for test failure
+
+-------------------------------------------------------------------
+Thu Oct 17 11:51:35 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Remove buildignores on pyparsing as the cycle is now sorted
+
+-------------------------------------------------------------------

Old:
----
  pbr-5.4.2.tar.gz

New:
----
  pbr-5.4.3.tar.gz

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

Other differences:
------------------
++++++ python-pbr.spec ++++++
--- /var/tmp/diff_new_pack.JEkLnS/_old  2019-11-04 17:06:51.560290161 +0100
+++ /var/tmp/diff_new_pack.JEkLnS/_new  2019-11-04 17:06:51.560290161 +0100
@@ -26,7 +26,7 @@
 %bcond_with test
 %endif
 Name:           python-pbr%{psuffix}
-Version:        5.4.2
+Version:        5.4.3
 Release:        0
 Summary:        Python Build Reasonableness
 License:        Apache-2.0
@@ -36,8 +36,6 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-#!BuildIgnore:  python2-pyparsing
-#!BuildIgnore:  python3-pyparsing 
 Requires:       python-setuptools
 Recommends:     git-core
 Recommends:     python-reno >= 2.5.0

++++++ pbr-5.4.2.tar.gz -> pbr-5.4.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pbr-5.4.2/ChangeLog new/pbr-5.4.3/ChangeLog
--- old/pbr-5.4.2/ChangeLog     2019-08-05 11:31:23.000000000 +0200
+++ new/pbr-5.4.3/ChangeLog     2019-09-04 16:24:17.000000000 +0200
@@ -1,6 +1,10 @@
 CHANGES
 =======
 
+5.4.3
+-----
+
+
 5.4.2
 -----
 
@@ -38,6 +42,7 @@
 * Set subparser argument required
 * Remove neutron-lbaas
 * Install more dependencies for integration testing
+* Use more verbose logging for test failure
 * Update Sphinx requirement
 * Fix white space handling in file names
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pbr-5.4.2/PKG-INFO new/pbr-5.4.3/PKG-INFO
--- old/pbr-5.4.2/PKG-INFO      2019-08-05 11:31:23.000000000 +0200
+++ new/pbr-5.4.3/PKG-INFO      2019-09-04 16:24:17.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pbr
-Version: 5.4.2
+Version: 5.4.3
 Summary: Python Build Reasonableness
 Home-page: https://docs.openstack.org/pbr/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pbr-5.4.2/pbr/tests/base.py 
new/pbr-5.4.3/pbr/tests/base.py
--- old/pbr-5.4.2/pbr/tests/base.py     2019-08-05 11:29:54.000000000 +0200
+++ new/pbr-5.4.3/pbr/tests/base.py     2019-09-04 16:23:35.000000000 +0200
@@ -187,7 +187,9 @@
         self.addDetail(self.label + '-stderr', content.text_content(self.err))
         self.returncode = proc.returncode
         if proc.returncode:
-            raise AssertionError('Failed process %s' % proc.returncode)
+            raise AssertionError(
+                'Failed process args=%r, kwargs=%r, returncode=%s' % (
+                    self.args, self.kwargs, proc.returncode))
         self.addCleanup(delattr, self, 'out')
         self.addCleanup(delattr, self, 'err')
         self.addCleanup(delattr, self, 'returncode')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pbr-5.4.2/pbr.egg-info/PKG-INFO 
new/pbr-5.4.3/pbr.egg-info/PKG-INFO
--- old/pbr-5.4.2/pbr.egg-info/PKG-INFO 2019-08-05 11:31:23.000000000 +0200
+++ new/pbr-5.4.3/pbr.egg-info/PKG-INFO 2019-09-04 16:24:17.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: pbr
-Version: 5.4.2
+Version: 5.4.3
 Summary: Python Build Reasonableness
 Home-page: https://docs.openstack.org/pbr/latest/
 Author: OpenStack


Reply via email to