forked from pool/python-celery
- Update to 2.5.0:
- Considerable size of changelog, please read
http://docs.celeryproject.org/en/latest/whatsnew-2.5.html or
the Changelog file inside the package.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=46
This commit is contained in:
committed by
Git OBS Bridge
parent
792e87aaba
commit
73a19239f6
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4bc5c44a2424313a23895198b4c7678f820edf47b1536d07e315893b5d142e7d
|
||||
size 813258
|
||||
3
celery-2.5.0.tar.bz2
Normal file
3
celery-2.5.0.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4292158da5db1ceda4efb781caa0fabfb472efde614b3e855a0ba8d2e1b046cd
|
||||
size 857222
|
||||
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 24 22:26:12 UTC 2012 - alexandre@exatati.com.br
|
||||
|
||||
- Update to 2.5.0:
|
||||
- Considerable size of changelog, please read
|
||||
http://docs.celeryproject.org/en/latest/whatsnew-2.5.html or
|
||||
the Changelog file inside the package.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 28 17:52:49 UTC 2011 - alexandre@exatati.com.br
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-celery
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -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.6
|
||||
Version: 2.5.0
|
||||
Release: 0
|
||||
Url: http://celeryproject.org
|
||||
Summary: Distributed Task Queue
|
||||
@@ -51,14 +51,11 @@ but supports scheduling as well.
|
||||
%setup -q -n celery-%{version}
|
||||
|
||||
%build
|
||||
CFLAGS="%{optflags}" python setup.py build
|
||||
python setup.py build
|
||||
|
||||
%install
|
||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{python_sitelib}/*
|
||||
|
||||
Reference in New Issue
Block a user