diff --git a/celery-1.0.1.tar.gz b/celery-1.0.1.tar.gz deleted file mode 100644 index 3fd5ff7..0000000 --- a/celery-1.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0993d9f0e7a3544dcdd92f4fdc83374fa11e8d7d1c06c96ac932264b368e32e7 -size 1482530 diff --git a/celery-1.0.2.tar.gz b/celery-1.0.2.tar.gz new file mode 100644 index 0000000..a9a380d --- /dev/null +++ b/celery-1.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8699481b3dbe75e1fbe89ff3e0eacb74de135dfe830dd2747b99fa0ebd4e0b8 +size 1485539 diff --git a/python-celery.changes b/python-celery.changes index b05b84b..2255e33 100644 --- a/python-celery.changes +++ b/python-celery.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 31 13:13:02 UTC 2010 - alexandre@exatati.com.br + +- Update to 1.0.2; +- Spec file cleaned with spec-cleaner. + ------------------------------------------------------------------- Mon Mar 22 02:48:51 UTC 2010 - alexandre@exatati.com.br diff --git a/python-celery.spec b/python-celery.spec index 7943194..588dbd7 100644 --- a/python-celery.spec +++ b/python-celery.spec @@ -1,22 +1,42 @@ -# norootforbuild +# +# spec file for package +# +# Copyright (c) 2010 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# + Name: python-celery -Version: 1.0.1 +Version: 1.0.2 Release: 1 -Summary: Distributed Task Queue License: BSD License +Summary: Distributed Task Queue +Url: http://github.com/ask/celery Group: Development/Libraries/Python Source: celery-%{version}.tar.gz -URL: http://github.com/ask/celery -BuildRequires: python-devel, python-setuptools +BuildRequires: python-devel, +BuildRequires: python-setuptools +Requires: python-anyjson, +Requires: python-carrot, +Requires: python-daemon, +Requires: python-django-unittest-depth, +Requires: python-tyrant BuildRoot: %{_tmppath}/%{name}-%{version}-build -Requires: python-django-unittest-depth, python-anyjson, python-carrot, python-daemon, python-tyrant %{py_requires} %if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1} BuildArch: noarch %endif - %description Celery is a distributed task queue. It was first created for Django, but is now usable from Python. It can also operate with @@ -34,7 +54,6 @@ Author: -------- Ask Solem - %prep %setup -q -n celery-%{version}