Sfoglia il codice sorgente

Now depends on Kombu 2.4.0

Ask Solem 12 anni fa
parent
commit
70e58c5e58
4 ha cambiato i file con 5 aggiunte e 3 eliminazioni
  1. 2 0
      Changelog
  2. 1 1
      requirements/default-py3k.txt
  3. 1 1
      requirements/default.txt
  4. 1 1
      setup.cfg

+ 2 - 0
Changelog

@@ -17,6 +17,8 @@ If you're looking for versions prior to 3.x you should see :ref:`history`.
 
 - Now depends on billiard 2.7.3.12
 
+- Now depends on Kombu 2.4.0
+
 - Adds ``task_name`` attribute to ``EagerResult`` which is always
   :const:`None` (Issue #907).
 

+ 1 - 1
requirements/default-py3k.txt

@@ -1,4 +1,4 @@
 billiard>=2.7.3.12
 python-dateutil>=2.0
 pytz
-kombu>=2.3
+kombu>=2.4.0,<3.0

+ 1 - 1
requirements/default.txt

@@ -1,3 +1,3 @@
 billiard>=2.7.3.12
 python-dateutil>=1.5,<2.0
-kombu>=2.3.1,<3.0
+kombu>=2.4.0,<3.0

+ 1 - 1
setup.cfg

@@ -18,5 +18,5 @@ requires = uuid
            importlib
            billiard>=2.7.3.12
            python-dateutil >= 1.5
-           kombu >= 2.3.1
+           kombu >= 2.4.0
            ordereddict