Browse Source

Now depends on billiard 2.7.3.22

Ask Solem 12 years ago
parent
commit
a5aee69d02
4 changed files with 6 additions and 4 deletions
  1. 2 0
      Changelog
  2. 2 2
      requirements/default-py3k.txt
  3. 1 1
      requirements/default.txt
  4. 1 1
      setup.cfg

+ 2 - 0
Changelog

@@ -15,6 +15,8 @@ If you're looking for versions prior to 3.0.x you should go to :ref:`history`.
 ======
 :release-date: 2013-03-07 XX:XX:XX X.X UTC
 
+- Now depends on :mod:`billiard` version 2.7.3.22
+
 - AMQP heartbeats are now disabled by default.
 
     Some users experiences issues with heartbeats enabled,

+ 2 - 2
requirements/default-py3k.txt

@@ -1,4 +1,4 @@
-billiard>=2.7.3.17
+billiard>=2.7.3.22
 python-dateutil>=2.0
 pytz
-kombu>=2.4.7,<3.0
+kombu>=2.5.6,<3.0

+ 1 - 1
requirements/default.txt

@@ -1,3 +1,3 @@
-billiard>=2.7.3.21,<3.0
+billiard>=2.7.3.22,<3.0
 python-dateutil>=1.5,<2.0
 kombu>=2.5.6,<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.21
+requires = billiard >= 2.7.3.22
            python-dateutil >= 1.5
            kombu >= 2.5.6