Hello community, here is the log from the commit of package python-amqp for openSUSE:Factory checked in at 2018-01-13 21:46:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-amqp (Old) and /work/SRC/openSUSE:Factory/.python-amqp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-amqp" Sat Jan 13 21:46:41 2018 rev:23 rq:563284 version:2.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-amqp/python-amqp.changes 2017-10-26 18:46:27.878124936 +0200 +++ /work/SRC/openSUSE:Factory/.python-amqp.new/python-amqp.changes 2018-01-13 21:46:54.428145687 +0100 @@ -1,0 +2,11 @@ +Wed Jan 10 12:14:22 UTC 2018 - [email protected] + +- Fix building on pre Factory distros by not running test suite + (which fails due to old sasl) + +------------------------------------------------------------------- +Tue Nov 14 23:22:19 UTC 2017 - [email protected] + +- fix build by adding sasl as BuildRequires + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-amqp.spec ++++++ --- /var/tmp/diff_new_pack.dBD4Gm/_old 2018-01-13 21:46:55.144112310 +0100 +++ /var/tmp/diff_new_pack.dBD4Gm/_new 2018-01-13 21:46:55.144112310 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-amqp # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -23,19 +23,18 @@ Summary: Low-level AMQP client for Python (fork of amqplib) License: LGPL-2.1+ Group: Development/Languages/Python -Url: http://github.com/celery/py-amqp +URL: http://github.com/celery/py-amqp Source: https://pypi.io/packages/source/a/amqp/amqp-%{version}.tar.gz Source99: %{name}.changes BuildRequires: %{python_module case} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module sasl} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module vine} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-vine >= 1.1.3 -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch - %python_subpackages %description @@ -54,8 +53,10 @@ %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} +%if 0%{?suse_version} > 1320 %check %python_exec %{_bindir}/py.test +%endif %files %python_files %defattr(-,root,root,-)
