[packages/python-celery] Fix crash on cache update under Python 3.5

jajcus jajcus at pld-linux.org
Tue Dec 1 09:19:13 CET 2015


commit cc58cd1ecdf8f3fe21c5ba2504247e902b6f267c
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date:   Tue Dec 1 09:18:24 2015 +0100

    Fix crash on cache update under Python 3.5
    
    https://github.com/celery/celery/issues/2897
    
    Release: 5

 python-celery.spec | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/python-celery.spec b/python-celery.spec
index 7ee31d8..40a0fba 100644
--- a/python-celery.spec
+++ b/python-celery.spec
@@ -19,7 +19,7 @@
 Summary:	Celery - Distributed Task Query
 Name:		python-%{module}
 Version:	3.1.19
-Release:	4
+Release:	5
 License:	BSD-like
 Group:		Development/Languages/Python
 Source0:	http://pypi.python.org/packages/source/c/%{module}/%{module}-%{version}.tar.gz
@@ -32,6 +32,7 @@ Source5:	python-objects.inv
 Patch0:		pytz_dependency.patch
 Patch1:		unittest2.patch
 Patch2:		intersphinx.patch
+Patch3:		python3.5-ordereddict.patch
 URL:		http://celeryproject.org/
 BuildRequires:	rpm-pythonprov
 BuildRequires:	rpmbuild(macros) >= 1.710
@@ -133,6 +134,7 @@ Dokumentacja API %{module}.
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 cp -a %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} docs
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-celery.git/commitdiff/cc58cd1ecdf8f3fe21c5ba2504247e902b6f267c



More information about the pld-cvs-commit mailing list