##// END OF EJS Templates
dependencies: bumped few libraries and freeze their versions...
marcink -
r3555:f42cdfb7 default
parent child Browse files
Show More
@@ -199,14 +199,14 b' self: super: {'
199 199 };
200 200 };
201 201 "cffi" = super.buildPythonPackage {
202 name = "cffi-1.12.1";
202 name = "cffi-1.12.2";
203 203 doCheck = false;
204 204 propagatedBuildInputs = [
205 205 self."pycparser"
206 206 ];
207 207 src = fetchurl {
208 url = "https://files.pythonhosted.org/packages/bc/81/47bd0404f2cb5363edb371e3b15da6387b5e9b80122e5b81be8b8f411e9b/cffi-1.12.1.tar.gz";
209 sha256 = "0cw0dzynw34zi75h674y3bgas6axfjyw1h6hj6ic2llcwyj7nvwv";
208 url = "https://files.pythonhosted.org/packages/64/7c/27367b38e6cc3e1f49f193deb761fe75cda9f95da37b67b422e62281fcac/cffi-1.12.2.tar.gz";
209 sha256 = "19qfks2djya8vix95bmg3xzipjb8w9b8mbj4j5k2hqkc8j58f4z1";
210 210 };
211 211 meta = {
212 212 license = [ pkgs.lib.licenses.mit ];
@@ -321,7 +321,7 b' self: super: {'
321 321 };
322 322 };
323 323 "cryptography" = super.buildPythonPackage {
324 name = "cryptography-2.5";
324 name = "cryptography-2.6.1";
325 325 doCheck = false;
326 326 propagatedBuildInputs = [
327 327 self."asn1crypto"
@@ -331,8 +331,8 b' self: super: {'
331 331 self."ipaddress"
332 332 ];
333 333 src = fetchurl {
334 url = "https://files.pythonhosted.org/packages/69/ed/5e97b7f54237a9e4e6291b6e52173372b7fa45ca730d36ea90b790c0059a/cryptography-2.5.tar.gz";
335 sha256 = "00c4d7gvsymlaw0r13zrm32dcnarmpayjyrh65yymlmr6mrbcij9";
334 url = "https://files.pythonhosted.org/packages/07/ca/bc827c5e55918ad223d59d299fff92f3563476c3b00d0a9157d9c0217449/cryptography-2.6.1.tar.gz";
335 sha256 = "19iwz5avym5zl6jrrrkym1rdaa9h61j20ph4cswsqgv8xg5j3j16";
336 336 };
337 337 meta = {
338 338 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "BSD or Apache License, Version 2.0"; } pkgs.lib.licenses.asl20 ];
@@ -666,11 +666,11 b' self: super: {'
666 666 };
667 667 };
668 668 "hupper" = super.buildPythonPackage {
669 name = "hupper-1.5";
669 name = "hupper-1.6";
670 670 doCheck = false;
671 671 src = fetchurl {
672 url = "https://files.pythonhosted.org/packages/89/f1/aace4ea69c1d79e243e48a81dcf1608c87e8c5a190e6ef80fae245d494ac/hupper-1.5.tar.gz";
673 sha256 = "02n6y2rvpacm2w3x089whj64j1x0qlkimkzw35r1g0mymmxicfk9";
672 url = "https://files.pythonhosted.org/packages/a4/f7/595756fdfdf896d2c46ae6dc25b1bc97645d0fbf2d6ca547b5b55728eaf3/hupper-1.6.tar.gz";
673 sha256 = "0p30l0pk63js0c0hl57c0dvffmawkwhh4yjmfaqyzgwdpdb0g3fc";
674 674 };
675 675 meta = {
676 676 license = [ pkgs.lib.licenses.mit ];
@@ -1760,6 +1760,7 b' self: super: {'
1760 1760 self."bleach"
1761 1761 self."celery"
1762 1762 self."channelstream"
1763 self."cryptography"
1763 1764 self."click"
1764 1765 self."colander"
1765 1766 self."configobj"
@@ -1909,11 +1910,11 b' self: super: {'
1909 1910 };
1910 1911 };
1911 1912 "scandir" = super.buildPythonPackage {
1912 name = "scandir-1.9.0";
1913 name = "scandir-1.10.0";
1913 1914 doCheck = false;
1914 1915 src = fetchurl {
1915 url = "https://files.pythonhosted.org/packages/16/2a/557af1181e6b4e30254d5a6163b18f5053791ca66e251e77ab08887e8fe3/scandir-1.9.0.tar.gz";
1916 sha256 = "0r3hvf1a9jm1rkqgx40gxkmccknkaiqjavs8lccgq9s8khh5x5s4";
1916 url = "https://files.pythonhosted.org/packages/df/f5/9c052db7bd54d0cbf1bc0bb6554362bba1012d03e5888950a4f5c5dadc4e/scandir-1.10.0.tar.gz";
1917 sha256 = "1bkqwmf056pkchf05ywbnf659wqlp6lljcdb0y88wr9f0vv32ijd";
1917 1918 };
1918 1919 meta = {
1919 1920 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "New BSD License"; } ];
@@ -15,6 +15,7 b' colander==1.7.0'
15 15 # our custom configobj
16 16 https://code.rhodecode.com/upstream/configobj/archive/a11ff0a0bd4fbda9e3a91267e720f88329efb4a6.tar.gz?md5=9916c524ea11a6c418217af6b28d4b3c#egg=configobj==5.0.6
17 17 cssselect==1.0.3
18 cryptography==2.6.1
18 19 decorator==4.1.2
19 20 deform==2.0.7
20 21 docutils==0.14.0
General Comments 0
You need to be logged in to leave comments. Login now