Quellcode durchsuchen

Now depends on billiard 2.7.3.18

Ask Solem vor 12 Jahren
Ursprung
Commit
3ff75c6872
3 geänderte Dateien mit 8 neuen und 6 gelöschten Zeilen
  1. 6 4
      Changelog
  2. 1 1
      requirements/default.txt
  3. 1 1
      setup.cfg

+ 6 - 4
Changelog

@@ -15,15 +15,17 @@ If you're looking for versions prior to 3.0.x you should go to :ref:`history`.
 ======
 :release-date: TBA
 
-- Now depends on Kombu 2.4.8
+- Now depends on kombu 2.4.8
 
-    - [Redis] New and improved fair queue cycle algorithm.
+    - [Redis] New and improved fair queue cycle algorithm (Kevin McCarthy).
     - [Redis] Now uses a Redis-based mutex when restoring messages.
     - [Redis] Number of messages that can be restored in one interval is no
               longer limited (but can be set using the
               ``unacked_restore_limit`` transport option.)
-    - Heartbeat value can be specified in broker URLs.
-    - Fixed problem with msgpack on Python 3.
+    - Heartbeat value can be specified in broker URLs (Mher Movsisyan).
+    - Fixed problem with msgpack on Python 3 (Jasper Bryant-Greene).
+
+- Now depends on billiard 2.7.3.18
 
 - Celery can now be used with static analysis tools like PyDev/PyCharm/pylint
   etc.

+ 1 - 1
requirements/default.txt

@@ -1,3 +1,3 @@
-billiard>=2.7.3.17
+billiard>=2.7.3.18
 python-dateutil>=1.5,<2.0
 kombu>=2.4.8,<3.0

+ 1 - 1
setup.cfg

@@ -14,6 +14,6 @@ all_files = 1
 upload-dir = docs/.build/html
 
 [bdist_rpm]
-requires = billiard >= 2.7.3.17
+requires = billiard >= 2.7.3.18
            python-dateutil >= 1.5
            kombu >= 2.4.8