Quellcode durchsuchen

Now depends on billiard 2.7.3.14

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

+ 1 - 1
Changelog

@@ -17,7 +17,7 @@ If you're looking for versions prior to 3.x you should see :ref:`history`.
 
 - Now depends on kombu 2.4.7
 
-- Now depends on billiard 2.7.3.13
+- Now depends on billiard 2.7.3.14
 
     - Fixes crash at startup when using Django and pre-1.4 projects
       (setup_environ).

+ 1 - 1
requirements/default-py3k.txt

@@ -1,4 +1,4 @@
-billiard>=2.7.3.13
+billiard>=2.7.3.14
 python-dateutil>=2.0
 pytz
 kombu>=2.4.7,<3.0

+ 1 - 1
requirements/default.txt

@@ -1,3 +1,3 @@
-billiard>=2.7.3.13
+billiard>=2.7.3.14
 python-dateutil>=1.5,<2.0
 kombu>=2.4.7,<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.13
+requires = billiard>=2.7.3.14
            python-dateutil >= 1.5
            kombu >= 2.4.7