Hello community,

here is the log from the commit of package python-pbr for openSUSE:Factory 
checked in at 2019-01-28 20:46:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pbr (Old)
 and      /work/SRC/openSUSE:Factory/.python-pbr.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pbr"

Mon Jan 28 20:46:43 2019 rev:43 rq:666935 version:4.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pbr/python-pbr.changes    2018-12-27 
00:27:25.599759559 +0100
+++ /work/SRC/openSUSE:Factory/.python-pbr.new.28833/python-pbr.changes 
2019-01-28 20:48:50.737879782 +0100
@@ -1,0 +2,8 @@
+Thu Jan 17 15:56:29 UTC 2019 - Dominique Leuenberger <[email protected]>
+
+- BuildIgnore python[23]-pyparsing: python-packaging requires it
+  for some actions it could perform, but we don't make use of these
+  here. Ignoring this dependency allows us to break open a
+  BuildCycle.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pbr.spec ++++++
--- /var/tmp/diff_new_pack.6AiDYJ/_old  2019-01-28 20:48:51.285879205 +0100
+++ /var/tmp/diff_new_pack.6AiDYJ/_new  2019-01-28 20:48:51.285879205 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pbr
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,15 +19,13 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %global flavor @BUILD_FLAVOR@%{nil}
 %if "%{flavor}" == "test"
+%define psuffix -test
 %bcond_without test
 %else
+%define psuffix %{nil}
 %bcond_with test
 %endif
-%if !%{with test}
-Name:           python-pbr
-%else
-Name:           python-pbr-%{flavor}
-%endif
+Name:           python-pbr%{psuffix}
 Version:        4.3.0
 Release:        0
 Summary:        Python Build Reasonableness
@@ -40,6 +38,8 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+#!BuildIgnore:  python2-pyparsing
+#!BuildIgnore:  python3-pyparsing
 Requires:       python-setuptools
 Requires(post): update-alternatives
 Requires(postun): update-alternatives


Reply via email to