Sfoglia il codice sorgente

Now depends on billiard 2.7.3.30

Ask Solem 11 anni fa
parent
commit
e59fa689c2
3 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 1 1
      Changelog
  2. 1 1
      requirements/default.txt
  3. 1 1
      setup.cfg

+ 1 - 1
Changelog

@@ -17,7 +17,7 @@ If you're looking for versions prior to 3.0.x you should go to :ref:`history`.
 
 - Now depends on :ref:`Kombu 2.5.11 <kombu:version-2.5.11>`.
 
-- Now depends on :mod:`billiard` 2.7.3.29
+- Now depends on :mod:`billiard` 2.7.3.30
 
 - ``--loader`` argument no longer supported importing loaders from the
   current directory.

+ 1 - 1
requirements/default.txt

@@ -1,3 +1,3 @@
-billiard>=2.7.3.29,<3.0
+billiard>=2.7.3.30,<3.0
 python-dateutil>=1.5
 kombu>=2.5.11,<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.29
+requires = billiard >= 2.7.3.30
            python-dateutil >= 1.5
            kombu >= 2.5.111