Hello community,

here is the log from the commit of package python-celery for openSUSE:Factory 
checked in at 2018-05-11 14:27:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-celery (Old)
 and      /work/SRC/openSUSE:Factory/.python-celery.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-celery"

Fri May 11 14:27:44 2018 rev:21 rq:602986 version:4.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-celery/python-celery.changes      
2017-12-01 15:53:50.779587568 +0100
+++ /work/SRC/openSUSE:Factory/.python-celery.new/python-celery.changes 
2018-05-11 14:27:47.941129820 +0200
@@ -1,0 +2,6 @@
+Wed May  2 08:47:12 UTC 2018 - [email protected]
+
+- Add patch to fix testrun with new pytest:
+  * disable-pytest-log-capturing.patch
+
+-------------------------------------------------------------------

New:
----
  disable-pytest-log-capturing.patch

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

Other differences:
------------------
++++++ python-celery.spec ++++++
--- /var/tmp/diff_new_pack.M2sguL/_old  2018-05-11 14:27:48.861096394 +0200
+++ /var/tmp/diff_new_pack.M2sguL/_new  2018-05-11 14:27:48.865096250 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-celery
 #
-# 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,8 +23,9 @@
 Summary:        Distributed Task Queue module for Python
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Url:            http://celeryproject.org
+URL:            http://celeryproject.org
 Source:         
https://files.pythonhosted.org/packages/source/c/celery/celery-%{version}.tar.gz
+Patch0:         disable-pytest-log-capturing.patch
 BuildRequires:  %{python_module SQLAlchemy}
 BuildRequires:  %{python_module billiard >= 3.5.0.2}
 BuildRequires:  %{python_module case >= 1.3.1}
@@ -53,7 +54,6 @@
 Suggests:       python-pymongo
 Suggests:       python-python-daemon
 Suggests:       python-pytyrant
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 %python_subpackages
 
@@ -64,6 +64,7 @@
 
 %prep
 %setup -q -n celery-%{version}
+%patch0 -p1
 
 %build
 %python_build
@@ -76,9 +77,9 @@
 python setup.py -q test
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %{python_sitelib}/*
-%doc Changelog README.rst TODO LICENSE
+%license LICENSE
+%doc Changelog README.rst TODO
 %python3_only %{_bindir}/celery*
 
 %changelog

++++++ disable-pytest-log-capturing.patch ++++++
From: Michael Fladischer <[email protected]>
Date: Wed, 28 Mar 2018 21:08:22 +0200
Subject: Disable pytest (>=3.3) log capturing to avoid changing log handlers
 (Closes: #892640).

---
 setup.cfg | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.cfg b/setup.cfg
index 1a3f0b4..9f836e1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,7 @@
 [tool:pytest]
 testpaths = t/unit/
 python_classes = test_*
+addopts=-p no:logging
 
 [build_sphinx]
 source-dir = docs/

Reply via email to