Hello community,
here is the log from the commit of package python-amqpstorm for
openSUSE:Factory checked in at 2019-07-21 11:34:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-amqpstorm (Old)
and /work/SRC/openSUSE:Factory/.python-amqpstorm.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-amqpstorm"
Sun Jul 21 11:34:33 2019 rev:7 rq:717016 version:2.7.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-amqpstorm/python-amqpstorm.changes
2019-06-12 13:15:47.256723032 +0200
+++
/work/SRC/openSUSE:Factory/.python-amqpstorm.new.4126/python-amqpstorm.changes
2019-07-21 11:34:34.552774952 +0200
@@ -1,0 +2,6 @@
+Fri Jul 19 10:19:40 UTC 2019 - John Paul Adrian Glaubitz
<[email protected]>
+
+- Fix build on SLE-12
+ + Add python to BuildRequires for suse_version < 1500
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-amqpstorm.spec ++++++
--- /var/tmp/diff_new_pack.Lc8MVa/_old 2019-07-21 11:34:35.524774787 +0200
+++ /var/tmp/diff_new_pack.Lc8MVa/_new 2019-07-21 11:34:35.524774787 +0200
@@ -25,6 +25,9 @@
Group: Development/Languages/Python
URL: https://github.com/eandersson/amqpstorm
Source:
https://files.pythonhosted.org/packages/source/A/AMQPStorm/AMQPStorm-%{version}.tar.gz
+%if 0%{?suse_version} < 1500
+BuildRequires: python
+%endif
BuildRequires: %{python_module mock}
BuildRequires: %{python_module nose-timer}
BuildRequires: %{python_module nose}