From 73a19239f6bd6b1c079237b385fa610591e1ef1abbec5fd3a821cc07d58a5b5c Mon Sep 17 00:00:00 2001 From: Alexandre Rogoski Date: Fri, 24 Feb 2012 22:28:45 +0000 Subject: [PATCH] - 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 --- celery-2.4.6.tar.bz2 | 3 --- celery-2.5.0.tar.bz2 | 3 +++ python-celery.changes | 8 ++++++++ python-celery.spec | 9 +++------ 4 files changed, 14 insertions(+), 9 deletions(-) delete mode 100644 celery-2.4.6.tar.bz2 create mode 100644 celery-2.5.0.tar.bz2 diff --git a/celery-2.4.6.tar.bz2 b/celery-2.4.6.tar.bz2 deleted file mode 100644 index e55e218..0000000 --- a/celery-2.4.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4bc5c44a2424313a23895198b4c7678f820edf47b1536d07e315893b5d142e7d -size 813258 diff --git a/celery-2.5.0.tar.bz2 b/celery-2.5.0.tar.bz2 new file mode 100644 index 0000000..59621dd --- /dev/null +++ b/celery-2.5.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4292158da5db1ceda4efb781caa0fabfb472efde614b3e855a0ba8d2e1b046cd +size 857222 diff --git a/python-celery.changes b/python-celery.changes index 7d29032..8c61b27 100644 --- a/python-celery.changes +++ b/python-celery.changes @@ -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 diff --git a/python-celery.spec b/python-celery.spec index 665bd2e..6560a09 100644 --- a/python-celery.spec +++ b/python-celery.spec @@ -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}/*