Blacklist broken Babel releases

Babel 2.3.2 failed to parse horizon.
Babel 2.3.3 fixes this but breaks all python projects, the log-level log
files contain far too much content ;(

From https://github.com/python-babel/babel/issues/388:
* versions 2.3.0..2.3.2 break multiple -k/--keywords arguments for
  pybabel extract
* version 2.3.3 breaks the single -k/--keywords argument accepted by
  distutils extract_messages

Blacklist all these versions, and downgrade constraints.

Change-Id: Ia61e96963c0c81814d89c247c82fd75c6ab86a81
This commit is contained in:
Andreas Jaeger 2016-04-13 09:08:07 +02:00
parent 06b561d972
commit 5a9ac57109
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ astroid<1.4.0 # LGPL # breaks pylint 1.4.4
autobahn>=0.10.1 # MIT License
automaton>=0.5.0 # Apache-2.0
beautifulsoup4 # MIT
Babel>=1.3 # BSD
Babel>=1.3,!=2.3.0,!=2.3.1,!=2.3.2,!=2.3.3 # BSD
betamax>=0.5.1 # Apache-2.0
boto>=2.32.1 # MIT
botocore>=1.0.0 # Apache-2.0

View File

@ -1,5 +1,5 @@
APScheduler===3.1.0
Babel===2.3.3
Babel===2.2.0
CouchDB===1.0.1
Django===1.8.12
Flask===0.10.1