Hello community,

here is the log from the commit of package python-packaging for 
openSUSE:Factory checked in at 2017-05-17 10:46:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-packaging (Old)
 and      /work/SRC/openSUSE:Factory/.python-packaging.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-packaging"

Wed May 17 10:46:09 2017 rev:8 rq:493662 version:16.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-packaging/python-packaging.changes        
2017-02-27 18:30:47.282327701 +0100
+++ /work/SRC/openSUSE:Factory/.python-packaging.new/python-packaging.changes   
2017-05-17 10:46:13.039506671 +0200
@@ -1,0 +2,5 @@
+Tue May  2 08:41:19 UTC 2017 - [email protected]
+
+- fix pyparsing requirement
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-packaging.spec ++++++
--- /var/tmp/diff_new_pack.Sfnffk/_old  2017-05-17 10:46:14.883247310 +0200
+++ /var/tmp/diff_new_pack.Sfnffk/_new  2017-05-17 10:46:14.887246747 +0200
@@ -39,7 +39,11 @@
 BuildRequires:  %{python_module pretend}
 BuildRequires:  %{python_module pytest}
 %endif
-Requires:       python-pyparsing
+# older versions produce:
+#   File "/usr/lib/python2.7/site-packages/packaging/requirements.py", line 
59, in <module>
+#    MARKER_EXPR = originalTextFor(MARKER_EXPR())("marker")
+# TypeError: __call__() takes exactly 2 arguments (1 given)
+Requires:       python-pyparsing >= 2.2.0
 Requires:       python-six
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch


Reply via email to