Ver Fonte

Now depends on billiard 3.3.0.10

Ask Solem há 11 anos atrás
pai
commit
035ae2da44
3 ficheiros alterados com 4 adições e 5 exclusões
  1. 2 3
      Changelog
  2. 1 1
      requirements/default.txt
  3. 1 1
      setup.cfg

+ 2 - 3
Changelog

@@ -13,15 +13,14 @@ new in Celery 3.1.
 3.1.6
 =====
 
-- Now depends on :mod:`billiard` 3.3.0.9.
+- Now depends on :mod:`billiard` 3.3.0.10.
 
 - Now depends on :ref:`Kombu 3.0.7 <kombu:version-3.0.7>`.
 
 - Fixed problem where Mingle caused the worker to hang at startup
   (Issue #1686).
 
-- Beat: Would attempt to drop privileges twice when ``--detach`` enabled
-  (Issue #1708).
+- Beat: Would attempt to drop privileges twice (Issue #1708).
 
 - Windows: Fixed error with ``geteuid`` not being available (Issue #1676).
 

+ 1 - 1
requirements/default.txt

@@ -1,3 +1,3 @@
 pytz>dev
-billiard>=3.3.0.9,<3.4
+billiard>=3.3.0.10,<3.4
 kombu>=3.0.7,<4.0

+ 1 - 1
setup.cfg

@@ -15,5 +15,5 @@ upload-dir = docs/.build/html
 
 [bdist_rpm]
 requires = pytz >= 2011b
-           billiard >= 3.3.0.9
+           billiard >= 3.3.0.10
            kombu >= 3.0.7