diff --git a/celery-2.4.0.tar.bz2 b/celery-2.4.0.tar.bz2 deleted file mode 100644 index 38bb002..0000000 --- a/celery-2.4.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd80cee8c9472a0177aaff983067ab1682b89d42e37d440ed4a4554fe96501cd -size 810215 diff --git a/celery-2.4.1.tar.bz2 b/celery-2.4.1.tar.bz2 new file mode 100644 index 0000000..648e0ae --- /dev/null +++ b/celery-2.4.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8d56feed7090a0c6cc32abd0fc0b6d33d9fb1c76e3afa903e53da0698e869c9 +size 810135 diff --git a/python-celery.changes b/python-celery.changes index 481dae1..6583c2d 100644 --- a/python-celery.changes +++ b/python-celery.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Nov 7 23:26:56 UTC 2011 - alexandre@exatati.com.br + +- Update to 2.4.1: + * celeryctl inspect commands was missing output. + * processes pool: Decrease polling interval for less idle CPU usage. + * processes pool: MaybeEncodingError was not wrapped in ExceptionInfo + (Issue #524). + * celeryd: would silence errors occuring after task consumer started. + * logging: Fixed a bug where unicode in stdout redirected log messages + couldn't be written (Issue #522). + ------------------------------------------------------------------- Fri Nov 4 17:20:46 UTC 2011 - alexandre@exatati.com.br diff --git a/python-celery.spec b/python-celery.spec index 6072eec..4210942 100644 --- a/python-celery.spec +++ b/python-celery.spec @@ -15,20 +15,17 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} -%define mod_name celery - -Name: python-%{mod_name} -Version: 2.4.0 +Name: python-celery +Version: 2.4.1 Release: 0 Url: http://celeryproject.org Summary: Distributed Task Queue License: BSD Group: Development/Languages/Python -Source: %{mod_name}-%{version}.tar.bz2 +Source: celery-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-distribute @@ -51,11 +48,10 @@ distributed message passing. It is focused on real-time operation, but supports scheduling as well. %prep -%setup -q -n %{mod_name}-%{version} +%setup -q -n celery-%{version} %build -export CFLAGS="%{optflags}" -python setup.py build +CFLAGS="%{optflags}" python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} @@ -65,7 +61,7 @@ rm -rf %{buildroot} %files %defattr(-,root,root,-) -%python_sitelib/* +%{python_sitelib}/* %doc Changelog README TODO %{_bindir}/camqadm %{_bindir}/celery*