Sfoglia il codice sorgente

Now depends on kombu 2.4.6

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

+ 8 - 0
Changelog

@@ -9,6 +9,14 @@
 
 If you're looking for versions prior to 3.x you should see :ref:`history`.
 
+.. _version-3.0.10:
+
+3.0.10
+======
+:release-date: TBA
+
+- Now depends on kombu 2.4.6
+
 .. _version-3.0.9:
 
 3.0.9

+ 1 - 1
requirements/default-py3k.txt

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

+ 1 - 1
requirements/default.txt

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

+ 2 - 5
setup.cfg

@@ -14,9 +14,6 @@ all_files = 1
 upload-dir = docs/.build/html
 
 [bdist_rpm]
-requires = uuid
-           importlib
-           billiard>=2.7.3.12
+requires = billiard>=2.7.3.12
            python-dateutil >= 1.5
-           kombu >= 2.4.5
-           ordereddict
+           kombu >= 2.4.6