[Python-modules-commits] [celery] 01/08: Run wrap-and-sort -bast to reduce diff size of future changes.
Michael Fladischer
fladi at moszumanska.debian.org
Wed Nov 8 08:18:07 UTC 2017
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch debian/master
in repository celery.
commit 22bffba32ce885bf423be6b7d68ab0a19d55c5aa
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Mon Nov 6 08:48:30 2017 +0100
Run wrap-and-sort -bast to reduce diff size of future changes.
---
debian/changelog | 6 ++
debian/control | 217 +++++++++++++++++++++++++++++--------------------------
2 files changed, 121 insertions(+), 102 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6bafbcd..3997e59 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+celery (4.1.0-1~exp2) UNRELEASED; urgency=medium
+
+ * Run wrap-and-sort -bast to reduce diff size of future changes.
+
+ -- Michael Fladischer <fladi at debian.org> Mon, 06 Nov 2017 08:48:20 +0100
+
celery (4.1.0-1~exp1) experimental; urgency=low
[ Michael Fladischer ]
diff --git a/debian/control b/debian/control
index 4ea8b61..37ee81c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,59 +1,61 @@
Source: celery
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Michael Fladischer <fladi at debian.org>,
- Brian May <bam at debian.org>
+Uploaders:
+ Michael Fladischer <fladi at debian.org>,
+ Brian May <bam at debian.org>,
Section: python
Priority: optional
-Build-Depends: debhelper (>= 9),
- dh-python,
- docbook-to-man,
- dvipng,
- locales,
- python-all,
- python-billiard (>= 3.3.0.23),
- python-case,
- python-dateutil,
- python-doc,
- python-eventlet,
- python-gevent,
- python-kombu (>= 4.0.2+really4.0.2),
- python-kombu-doc,
- python-mailer,
- python-memcache,
- python-mock (>= 1.0.1),
- python-nose,
- python-openssl,
- python-pyparsing,
- python-pytest,
- python-pytyrant,
- python-redis,
- python-setuptools,
- python-sqlalchemy,
- python-tz,
- python-unittest2,
- python-vine,
- python3-all,
- python3-billiard (>= 3.3.0.23),
- python3-case,
- python3-dateutil,
- python3-doc,
- python3-eventlet,
- python3-kombu (>= 4.0.2+really4.0.2),
- python3-memcache,
- python3-mock (>= 1.0.1),
- python3-nose,
- python3-openssl,
- python3-pyparsing,
- python3-pytest,
- python3-redis,
- python3-setuptools,
- python3-sphinx,
- python3-sphinx-celery,
- python3-sqlalchemy,
- python3-tz,
- python3-vine,
- texlive-latex-base,
- texlive-latex-extra
+Build-Depends:
+ debhelper (>= 9),
+ dh-python,
+ docbook-to-man,
+ dvipng,
+ locales,
+ python-all,
+ python-billiard (>= 3.3.0.23),
+ python-case,
+ python-dateutil,
+ python-doc,
+ python-eventlet,
+ python-gevent,
+ python-kombu (>= 4.0.2+really4.0.2),
+ python-kombu-doc,
+ python-mailer,
+ python-memcache,
+ python-mock (>= 1.0.1),
+ python-nose,
+ python-openssl,
+ python-pyparsing,
+ python-pytest,
+ python-pytyrant,
+ python-redis,
+ python-setuptools,
+ python-sqlalchemy,
+ python-tz,
+ python-unittest2,
+ python-vine,
+ python3-all,
+ python3-billiard (>= 3.3.0.23),
+ python3-case,
+ python3-dateutil,
+ python3-doc,
+ python3-eventlet,
+ python3-kombu (>= 4.0.2+really4.0.2),
+ python3-memcache,
+ python3-mock (>= 1.0.1),
+ python3-nose,
+ python3-openssl,
+ python3-pyparsing,
+ python3-pytest,
+ python3-redis,
+ python3-setuptools,
+ python3-sphinx,
+ python3-sphinx-celery,
+ python3-sqlalchemy,
+ python3-tz,
+ python3-vine,
+ texlive-latex-base,
+ texlive-latex-extra,
Standards-Version: 4.0.0
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/celery.git
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/celery.git
@@ -61,13 +63,19 @@ Homepage: http://www.celeryproject.org/
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.3
-Package: python-celery-common
+Package: celeryd
Architecture: all
-Depends: python3-celery (= ${binary:Version}) | python-celery (= ${binary:Version}),
- ${misc:Depends}
-Breaks: python-celery (<< 3.1.12-2)
-Replaces: python-celery (<< 3.1.12-2)
-Description: async task/job queue based on message passing (common files)
+Section: admin
+Depends:
+ adduser,
+ lsb-base,
+ python-celery-common (= ${binary:Version}),
+ ${misc:Depends},
+Suggests:
+ rabbitmq-server,
+Breaks:
+ python-celery (<< 3.0.24-1),
+Description: async task/job queue based on message passing (daemons)
Celery is an open source asynchronous task queue/job queue based on
distributed message passing. It is focused on real-time operation,
but supports scheduling as well.
@@ -85,25 +93,27 @@ Description: async task/job queue based on message passing (common files)
ORM) is also available. Celery is easy to integrate with Django, using the
python-django-celery package.
.
- This package contains the common files of the library.
+ This package contains the init scripts to start the celery daemons.
Package: python-celery
Architecture: all
-Depends: python-billiard (>= 3.3.0.23),
- python-dateutil,
- python-kombu (>= 3.0.34),
- python-mailer,
- python-memcache,
- python-pkg-resources,
- python-pyparsing,
- python-tz,
- ${misc:Depends},
- ${python:Depends}
-Suggests: python-celery-doc,
- python-gevent,
- python-pytyrant,
- python-redis,
- python-sqlalchemy
+Depends:
+ python-billiard (>= 3.3.0.23),
+ python-dateutil,
+ python-kombu (>= 3.0.34),
+ python-mailer,
+ python-memcache,
+ python-pkg-resources,
+ python-pyparsing,
+ python-tz,
+ ${misc:Depends},
+ ${python:Depends},
+Suggests:
+ python-celery-doc,
+ python-gevent,
+ python-pytyrant,
+ python-redis,
+ python-sqlalchemy,
Description: async task/job queue based on message passing (Python2 version)
Celery is an open source asynchronous task queue/job queue based on
distributed message passing. It is focused on real-time operation,
@@ -124,21 +134,16 @@ Description: async task/job queue based on message passing (Python2 version)
.
This package contains the Python 2 version of the library.
-Package: python3-celery
+Package: python-celery-common
Architecture: all
-Depends: python3-billiard (>= 3.3.0.23),
- python3-dateutil,
- python3-kombu (>= 3.0.34),
- python3-memcache,
- python3-pkg-resources,
- python3-pyparsing,
- python3-tz,
- ${misc:Depends},
- ${python3:Depends}
-Suggests: python-celery-doc,
- python3-redis,
- python3-sqlalchemy
-Description: async task/job queue based on message passing (Python3 version)
+Depends:
+ python3-celery (= ${binary:Version}) | python-celery (= ${binary:Version}),
+ ${misc:Depends},
+Breaks:
+ python-celery (<< 3.1.12-2),
+Replaces:
+ python-celery (<< 3.1.12-2),
+Description: async task/job queue based on message passing (common files)
Celery is an open source asynchronous task queue/job queue based on
distributed message passing. It is focused on real-time operation,
but supports scheduling as well.
@@ -156,14 +161,15 @@ Description: async task/job queue based on message passing (Python3 version)
ORM) is also available. Celery is easy to integrate with Django, using the
python-django-celery package.
.
- This package contains the Python 3 version of the library.
+ This package contains the common files of the library.
Package: python-celery-doc
Architecture: all
Section: doc
-Depends: libjs-jquery,
- ${misc:Depends},
- ${sphinxdoc:Depends}
+Depends:
+ libjs-jquery,
+ ${misc:Depends},
+ ${sphinxdoc:Depends},
Description: async task/job queue based on message passing (Documentation)
Celery is an open source asynchronous task queue/job queue based on
distributed message passing. It is focused on real-time operation,
@@ -184,16 +190,23 @@ Description: async task/job queue based on message passing (Documentation)
.
This package contains the documentation.
-Package: celeryd
+Package: python3-celery
Architecture: all
-Section: admin
-Depends: adduser,
- lsb-base,
- python-celery-common (= ${binary:Version}),
- ${misc:Depends}
-Suggests: rabbitmq-server
-Breaks: python-celery (<< 3.0.24-1)
-Description: async task/job queue based on message passing (daemons)
+Depends:
+ python3-billiard (>= 3.3.0.23),
+ python3-dateutil,
+ python3-kombu (>= 3.0.34),
+ python3-memcache,
+ python3-pkg-resources,
+ python3-pyparsing,
+ python3-tz,
+ ${misc:Depends},
+ ${python3:Depends},
+Suggests:
+ python-celery-doc,
+ python3-redis,
+ python3-sqlalchemy,
+Description: async task/job queue based on message passing (Python3 version)
Celery is an open source asynchronous task queue/job queue based on
distributed message passing. It is focused on real-time operation,
but supports scheduling as well.
@@ -211,4 +224,4 @@ Description: async task/job queue based on message passing (daemons)
ORM) is also available. Celery is easy to integrate with Django, using the
python-django-celery package.
.
- This package contains the init scripts to start the celery daemons.
+ This package contains the Python 3 version of the library.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/celery.git
More information about the Python-modules-commits
mailing list