[Python-modules-commits] r28641 - in packages/celery/trunk/debian (8 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Thu Apr 24 07:43:58 UTC 2014


    Date: Thursday, April 24, 2014 @ 07:43:57
  Author: fladi-guest
Revision: 28641

New upstream release.

Added:
  packages/celery/trunk/debian/source/include-binaries
  packages/celery/trunk/debian/upstream-signing-key.pgp
Modified:
  packages/celery/trunk/debian/changelog
  packages/celery/trunk/debian/clean
  packages/celery/trunk/debian/control
  packages/celery/trunk/debian/patches/disable_unstable_tests.patch
  packages/celery/trunk/debian/python-celery-doc.links
  packages/celery/trunk/debian/watch

Modified: packages/celery/trunk/debian/changelog
===================================================================
--- packages/celery/trunk/debian/changelog	2014-04-24 05:47:32 UTC (rev 28640)
+++ packages/celery/trunk/debian/changelog	2014-04-24 07:43:57 UTC (rev 28641)
@@ -1,3 +1,18 @@
+celery (3.1.11-1) unstable; urgency=low
+
+  * New upstream release.
+  * Refresh patches.
+  * Check PGP signature on upstream tarball:
+    + Add signature URL to debian/watch.
+    + Include upstream public PGP key 030A2708.
+    + Allow debian/upstream-signing-key.pgp to be included as a binary.
+  * Replace duplicate file in documentation with symlink.
+  * Bump Build-Depends and Depends for python-billiard to (>= 3.3.0.17).
+  * Bump Build-Depends and Depends for python-kombu to (>= 3.0.15).
+  * Update files in celery.egg-info to be cleaned.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Wed, 23 Apr 2014 15:31:00 +0200
+
 celery (3.1.9-1) unstable; urgency=medium
 
   * New upstream release.

Modified: packages/celery/trunk/debian/clean
===================================================================
--- packages/celery/trunk/debian/clean	2014-04-24 05:47:32 UTC (rev 28640)
+++ packages/celery/trunk/debian/clean	2014-04-24 07:43:57 UTC (rev 28641)
@@ -7,5 +7,6 @@
 celery.1
 celery.egg-info/PKG-INFO
 celery.egg-info/SOURCES.txt
+celery.egg-info/entry_points.txt
 celery.egg-info/requires.txt
 debian/celeryd.*.init

Modified: packages/celery/trunk/debian/control
===================================================================
--- packages/celery/trunk/debian/control	2014-04-24 05:47:32 UTC (rev 28640)
+++ packages/celery/trunk/debian/control	2014-04-24 07:43:57 UTC (rev 28641)
@@ -10,13 +10,13 @@
                texlive-latex-base,
                texlive-latex-extra,
                python-all (>= 2.7),
-               python-billiard (>= 3.3.0.14),
+               python-billiard (>= 3.3.0.17),
                python-cl,
                python-dateutil (>= 1.5),
                python-doc,
                python-gevent,
-               python-kombu (>= 3.0.12),
-               python-kombu-doc (>= 3.0.12),
+               python-kombu (>= 3.0.15),
+               python-kombu-doc (>= 3.0.15),
                python-mailer,
                python-memcache,
                python-mock (>= 1.0.1),
@@ -39,10 +39,10 @@
 
 Package: python-celery
 Architecture: all
-Depends: python-billiard (>= 3.3.0.14),
+Depends: python-billiard (>= 3.3.0.17),
          python-cl,
          python-dateutil (>= 1.5),
-         python-kombu (>= 3.0.12),
+         python-kombu (>= 3.0.15),
          python-mailer,
          python-memcache,
          python-pkg-resources,

Modified: packages/celery/trunk/debian/patches/disable_unstable_tests.patch
===================================================================
--- packages/celery/trunk/debian/patches/disable_unstable_tests.patch	2014-04-24 05:47:32 UTC (rev 28640)
+++ packages/celery/trunk/debian/patches/disable_unstable_tests.patch	2014-04-24 07:43:57 UTC (rev 28641)
@@ -21,6 +21,6 @@
  
      def test_receive_message_eta(self):
 +        raise SkipTest('broken test, may fail at random')
-         l = _MyKombuConsumer(self.buffer.put, timer=self.timer, app=self.app)
-         l.steps.pop()
-         l.event_dispatcher = mock_event_dispatcher()
+         import sys
+         from functools import partial
+         if os.environ.get('C_DEBUG_TEST'):

Modified: packages/celery/trunk/debian/python-celery-doc.links
===================================================================
--- packages/celery/trunk/debian/python-celery-doc.links	2014-04-24 05:47:32 UTC (rev 28640)
+++ packages/celery/trunk/debian/python-celery-doc.links	2014-04-24 07:43:57 UTC (rev 28641)
@@ -1 +1,2 @@
 usr/share/doc/python-celery-doc/html/_sources usr/share/doc/python-celery-doc/rst
+usr/share/doc/python-celery-doc/html/_images/celeryevshotsm.jpg usr/share/doc/python-celery-doc/html/_images/celeryevshotsm1.jpg

Added: packages/celery/trunk/debian/source/include-binaries
===================================================================
--- packages/celery/trunk/debian/source/include-binaries	                        (rev 0)
+++ packages/celery/trunk/debian/source/include-binaries	2014-04-24 07:43:57 UTC (rev 28641)
@@ -0,0 +1 @@
+debian/upstream-signing-key.pgp

Added: packages/celery/trunk/debian/upstream-signing-key.pgp
===================================================================
(Binary files differ)


Property changes on: packages/celery/trunk/debian/upstream-signing-key.pgp
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Modified: packages/celery/trunk/debian/watch
===================================================================
--- packages/celery/trunk/debian/watch	2014-04-24 05:47:32 UTC (rev 28640)
+++ packages/celery/trunk/debian/watch	2014-04-24 07:43:57 UTC (rev 28641)
@@ -1,2 +1,3 @@
 version=3
+opts=pgpsigurlmangle=s/$/.asc/ \
 http://pypi.python.org/packages/source/c/celery/celery-([\d\.]+)\.tar\.gz




More information about the Python-modules-commits mailing list