15
0
forked from pool/python-celery

- Update to 2.4.2:

- Program module no longer uses relative imports so that it is
    possible to do python -m celery.bin.name.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=41
This commit is contained in:
Alexandre Rogoski
2011-11-14 12:37:16 +00:00
committed by Git OBS Bridge
parent e5fd84a88b
commit ce7fcc2501
4 changed files with 11 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d8d56feed7090a0c6cc32abd0fc0b6d33d9fb1c76e3afa903e53da0698e869c9
size 810135

3
celery-2.4.2.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3f23d1bc1a4d6a528a36c4599cb1614659a9b1f60dbc386a332824a302fee0f3
size 810043

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Nov 14 12:35:54 UTC 2011 - alexandre@exatati.com.br
- Update to 2.4.2:
- Program module no longer uses relative imports so that it is
possible to do python -m celery.bin.name.
-------------------------------------------------------------------
Mon Nov 7 23:26:56 UTC 2011 - alexandre@exatati.com.br

View File

@@ -19,7 +19,7 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: python-celery
Version: 2.4.1
Version: 2.4.2
Release: 0
Url: http://celeryproject.org
Summary: Distributed Task Queue