##// END OF EJS Templates
dependencies: bumped decorator to 4.1.2
marcink -
r314:21f8c3a0 default
parent child Browse files
Show More
@@ -159,13 +159,13 b''
159 };
159 };
160 };
160 };
161 decorator = super.buildPythonPackage {
161 decorator = super.buildPythonPackage {
162 name = "decorator-4.0.11";
162 name = "decorator-4.1.2";
163 buildInputs = with self; [];
163 buildInputs = with self; [];
164 doCheck = false;
164 doCheck = false;
165 propagatedBuildInputs = with self; [];
165 propagatedBuildInputs = with self; [];
166 src = fetchurl {
166 src = fetchurl {
167 url = "https://pypi.python.org/packages/cc/ac/5a16f1fc0506ff72fcc8fd4e858e3a1c231f224ab79bb7c4c9b2094cc570/decorator-4.0.11.tar.gz";
167 url = "https://pypi.python.org/packages/bb/e0/f6e41e9091e130bf16d4437dabbac3993908e4d6485ecbc985ef1352db94/decorator-4.1.2.tar.gz";
168 md5 = "73644c8f0bd4983d1b6a34b49adec0ae";
168 md5 = "a0f7f4fe00ae2dde93494d90c192cf8c";
169 };
169 };
170 meta = {
170 meta = {
171 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "new BSD License"; } ];
171 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "new BSD License"; } ];
@@ -3,7 +3,7 b' setuptools==30.1.0'
3
3
4 Beaker==1.9.0
4 Beaker==1.9.0
5 configobj==5.0.6
5 configobj==5.0.6
6 decorator==4.0.11
6 decorator==4.1.2
7 dulwich==0.13.0
7 dulwich==0.13.0
8 hgsubversion==1.9.0
8 hgsubversion==1.9.0
9 hg-evolve==7.0.0
9 hg-evolve==7.0.0
General Comments 0
You need to be logged in to leave comments. Login now