Changeset - 98a02b20c751
[Not reviewed]
default
0 1 0
Mads Kiilerich - 11 years ago 2015-03-31 01:16:53
madski@unity3d.com
setup: constrain dulwich to version 0.9.9

65c5e70a1d0c bumped the version to 0.10 but there seems to be some unicode
compatibility issues there. So for now, just stay on 0.9.9 which both works and
has the fix for CVE-2015-0838.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
setup.py
Show inline comments
 
@@ -56,7 +56,7 @@ requirements = [
 
    "pycrypto>=2.6.0,<=2.6.1",
 
    "URLObject==2.3.4",
 
    "Routes==1.13",
 
    "dulwich>=0.9.9,<=0.10.1",
 
    "dulwich>=0.9.9,<=0.9.9",
 
]
 

	
 
if sys.version_info < (2, 7):
0 comments (0 inline, 0 general)