##// END OF EJS Templates
dependencies: bumped few libraries....
marcink -
r3096:5e20ef75 default
parent child Browse files
Show More
@@ -52,22 +52,22 b' self: super: {'
52 };
52 };
53 };
53 };
54 "atomicwrites" = super.buildPythonPackage {
54 "atomicwrites" = super.buildPythonPackage {
55 name = "atomicwrites-1.1.5";
55 name = "atomicwrites-1.2.1";
56 doCheck = false;
56 doCheck = false;
57 src = fetchurl {
57 src = fetchurl {
58 url = "https://files.pythonhosted.org/packages/a1/e1/2d9bc76838e6e6667fde5814aa25d7feb93d6fa471bf6816daac2596e8b2/atomicwrites-1.1.5.tar.gz";
58 url = "https://files.pythonhosted.org/packages/ac/ed/a311712ef6b4355035489f665e63e1a73f9eb371929e3c98e5efd451069e/atomicwrites-1.2.1.tar.gz";
59 sha256 = "11bm90fwm2avvf4f3ib8g925w7jr4m11vcsinn1bi6ns4bm32214";
59 sha256 = "1vmkbw9j0qammwxbxycrs39gvdg4lc2d4lk98kwf8ag2manyi6pc";
60 };
60 };
61 meta = {
61 meta = {
62 license = [ pkgs.lib.licenses.mit ];
62 license = [ pkgs.lib.licenses.mit ];
63 };
63 };
64 };
64 };
65 "attrs" = super.buildPythonPackage {
65 "attrs" = super.buildPythonPackage {
66 name = "attrs-18.1.0";
66 name = "attrs-18.2.0";
67 doCheck = false;
67 doCheck = false;
68 src = fetchurl {
68 src = fetchurl {
69 url = "https://files.pythonhosted.org/packages/e4/ac/a04671e118b57bee87dabca1e0f2d3bda816b7a551036012d0ca24190e71/attrs-18.1.0.tar.gz";
69 url = "https://files.pythonhosted.org/packages/0f/9e/26b1d194aab960063b266170e53c39f73ea0d0d3f5ce23313e0ec8ee9bdf/attrs-18.2.0.tar.gz";
70 sha256 = "0yzqz8wv3w1srav5683a55v49i0szkm47dyrnkd56fqs8j8ypl70";
70 sha256 = "0s9ydh058wmmf5v391pym877x4ahxg45dw6a0w4c7s5wgpigdjqh";
71 };
71 };
72 meta = {
72 meta = {
73 license = [ pkgs.lib.licenses.mit ];
73 license = [ pkgs.lib.licenses.mit ];
@@ -160,17 +160,6 b' self: super: {'
160 license = [ pkgs.lib.licenses.asl20 ];
160 license = [ pkgs.lib.licenses.asl20 ];
161 };
161 };
162 };
162 };
163 "bottle" = super.buildPythonPackage {
164 name = "bottle-0.12.13";
165 doCheck = false;
166 src = fetchurl {
167 url = "https://files.pythonhosted.org/packages/bd/99/04dc59ced52a8261ee0f965a8968717a255ea84a36013e527944dbf3468c/bottle-0.12.13.tar.gz";
168 sha256 = "0m9k2a7yxvggc4kw8fsvj381vgsvfcdshg5nzy6vwrxiw2p53drr";
169 };
170 meta = {
171 license = [ pkgs.lib.licenses.mit ];
172 };
173 };
174 "bumpversion" = super.buildPythonPackage {
163 "bumpversion" = super.buildPythonPackage {
175 name = "bumpversion-0.5.3";
164 name = "bumpversion-0.5.3";
176 doCheck = false;
165 doCheck = false;
@@ -295,28 +284,14 b' self: super: {'
295 };
284 };
296 };
285 };
297 "coverage" = super.buildPythonPackage {
286 "coverage" = super.buildPythonPackage {
298 name = "coverage-3.7.1";
287 name = "coverage-4.5.1";
299 doCheck = false;
288 doCheck = false;
300 src = fetchurl {
289 src = fetchurl {
301 url = "https://files.pythonhosted.org/packages/09/4f/89b06c7fdc09687bca507dc411c342556ef9c5a3b26756137a4878ff19bf/coverage-3.7.1.tar.gz";
290 url = "https://files.pythonhosted.org/packages/35/fe/e7df7289d717426093c68d156e0fd9117c8f4872b6588e8a8928a0f68424/coverage-4.5.1.tar.gz";
302 sha256 = "0knlbq79g2ww6xzsyknj9rirrgrgc983dpa2d9nkdf31mb2a3bni";
291 sha256 = "1wbrzpxka3xd4nmmkc6q0ir343d91kymwsm8pbmwa0d2a7q4ir2n";
303 };
292 };
304 meta = {
293 meta = {
305 license = [ pkgs.lib.licenses.bsdOriginal ];
294 license = [ pkgs.lib.licenses.asl20 ];
306 };
307 };
308 "cprofilev" = super.buildPythonPackage {
309 name = "cprofilev-1.0.7";
310 doCheck = false;
311 propagatedBuildInputs = [
312 self."bottle"
313 ];
314 src = fetchurl {
315 url = "https://files.pythonhosted.org/packages/df/50/d8c1ada7d537c64b0f76453fa31dedb6af6e27b82fcf0331e5f71a4cf98b/CProfileV-1.0.7.tar.gz";
316 sha256 = "0xwszfhxgndpcjkpq89dix6vi02hj1gzvhr7r716hd1x3y5p94c7";
317 };
318 meta = {
319 license = [ pkgs.lib.licenses.mit ];
320 };
295 };
321 };
296 };
322 "cssselect" = super.buildPythonPackage {
297 "cssselect" = super.buildPythonPackage {
@@ -372,11 +347,11 b' self: super: {'
372 };
347 };
373 };
348 };
374 "dogpile.cache" = super.buildPythonPackage {
349 "dogpile.cache" = super.buildPythonPackage {
375 name = "dogpile.cache-0.6.6";
350 name = "dogpile.cache-0.6.7";
376 doCheck = false;
351 doCheck = false;
377 src = fetchurl {
352 src = fetchurl {
378 url = "https://files.pythonhosted.org/packages/48/ca/604154d835c3668efb8a31bd979b0ea4bf39c2934a40ffecc0662296cb51/dogpile.cache-0.6.6.tar.gz";
353 url = "https://files.pythonhosted.org/packages/ee/bd/440da735a11c6087eed7cc8747fc4b995cbac2464168682f8ee1c8e43844/dogpile.cache-0.6.7.tar.gz";
379 sha256 = "1h8n1lxd4l2qvahfkiinljkqz7pww7w3sgag0j8j9ixbl2h4wk84";
354 sha256 = "1aw8rx8vhb75y7zc6gi67g21sw057jdx7i8m3jq7kf3nqavxx9zw";
380 };
355 };
381 meta = {
356 meta = {
382 license = [ pkgs.lib.licenses.bsdOriginal ];
357 license = [ pkgs.lib.licenses.bsdOriginal ];
@@ -515,14 +490,14 b' self: super: {'
515 };
490 };
516 };
491 };
517 "gevent" = super.buildPythonPackage {
492 "gevent" = super.buildPythonPackage {
518 name = "gevent-1.3.5";
493 name = "gevent-1.3.6";
519 doCheck = false;
494 doCheck = false;
520 propagatedBuildInputs = [
495 propagatedBuildInputs = [
521 self."greenlet"
496 self."greenlet"
522 ];
497 ];
523 src = fetchurl {
498 src = fetchurl {
524 url = "https://files.pythonhosted.org/packages/e6/0a/fc345c6e6161f84484870dbcaa58e427c10bd9bdcd08a69bed3d6b398bf1/gevent-1.3.5.tar.gz";
499 url = "https://files.pythonhosted.org/packages/49/13/aa4bb3640b5167fe58875d3d7e65390cdb14f9682a41a741a566bb560842/gevent-1.3.6.tar.gz";
525 sha256 = "1w3gydxirgd2f60c5yv579w4903ds9s4g3587ik4jby97hgqc5bz";
500 sha256 = "1ih4k73dqz2zb561hda99vbanja3m6cdch3mgxxn1mla3qwkqhbv";
526 };
501 };
527 meta = {
502 meta = {
528 license = [ pkgs.lib.licenses.mit ];
503 license = [ pkgs.lib.licenses.mit ];
@@ -562,11 +537,11 b' self: super: {'
562 };
537 };
563 };
538 };
564 "greenlet" = super.buildPythonPackage {
539 "greenlet" = super.buildPythonPackage {
565 name = "greenlet-0.4.13";
540 name = "greenlet-0.4.15";
566 doCheck = false;
541 doCheck = false;
567 src = fetchurl {
542 src = fetchurl {
568 url = "https://files.pythonhosted.org/packages/13/de/ba92335e9e76040ca7274224942282a80d54f85e342a5e33c5277c7f87eb/greenlet-0.4.13.tar.gz";
543 url = "https://files.pythonhosted.org/packages/f8/e8/b30ae23b45f69aa3f024b46064c0ac8e5fcb4f22ace0dca8d6f9c8bbe5e7/greenlet-0.4.15.tar.gz";
569 sha256 = "1r412gfx25jrdiv444prmz5a8igrfabwnwqyr6b52ypq7ga87vqg";
544 sha256 = "1g4g1wwc472ds89zmqlpyan3fbnzpa8qm48z3z1y6mlk44z485ll";
570 };
545 };
571 meta = {
546 meta = {
572 license = [ pkgs.lib.licenses.mit ];
547 license = [ pkgs.lib.licenses.mit ];
@@ -1025,15 +1000,15 b' self: super: {'
1025 };
1000 };
1026 };
1001 };
1027 "pathlib2" = super.buildPythonPackage {
1002 "pathlib2" = super.buildPythonPackage {
1028 name = "pathlib2-2.3.0";
1003 name = "pathlib2-2.3.2";
1029 doCheck = false;
1004 doCheck = false;
1030 propagatedBuildInputs = [
1005 propagatedBuildInputs = [
1031 self."six"
1006 self."six"
1032 self."scandir"
1007 self."scandir"
1033 ];
1008 ];
1034 src = fetchurl {
1009 src = fetchurl {
1035 url = "https://files.pythonhosted.org/packages/a1/14/df0deb867c2733f7d857523c10942b3d6612a1b222502fdffa9439943dfb/pathlib2-2.3.0.tar.gz";
1010 url = "https://files.pythonhosted.org/packages/db/a8/7d6439c1aec525ed70810abee5b7d7f3aa35347f59bc28343e8f62019aa2/pathlib2-2.3.2.tar.gz";
1036 sha256 = "1cx5gs2v9j2vnzmcrbq5l8fq2mwrr1h6pyf1sjdji2w1bavm09fk";
1011 sha256 = "10yb0iv5x2hs631rcppkhbddx799d3h8pcwmkbh2a66ns3w71ccf";
1037 };
1012 };
1038 meta = {
1013 meta = {
1039 license = [ pkgs.lib.licenses.mit ];
1014 license = [ pkgs.lib.licenses.mit ];
@@ -1065,14 +1040,14 b' self: super: {'
1065 };
1040 };
1066 };
1041 };
1067 "pickleshare" = super.buildPythonPackage {
1042 "pickleshare" = super.buildPythonPackage {
1068 name = "pickleshare-0.7.4";
1043 name = "pickleshare-0.7.5";
1069 doCheck = false;
1044 doCheck = false;
1070 propagatedBuildInputs = [
1045 propagatedBuildInputs = [
1071 self."pathlib2"
1046 self."pathlib2"
1072 ];
1047 ];
1073 src = fetchurl {
1048 src = fetchurl {
1074 url = "https://files.pythonhosted.org/packages/69/fe/dd137d84daa0fd13a709e448138e310d9ea93070620c9db5454e234af525/pickleshare-0.7.4.tar.gz";
1049 url = "https://files.pythonhosted.org/packages/d8/b6/df3c1c9b616e9c0edbc4fbab6ddd09df9535849c64ba51fcb6531c32d4d8/pickleshare-0.7.5.tar.gz";
1075 sha256 = "0yvk14dzxk7g6qpr7iw23vzqbsr0dh4ij4xynkhnzpfz4xr2bac4";
1050 sha256 = "1jmghg3c53yp1i8cm6pcrm280ayi8621rwyav9fac7awjr3kss47";
1076 };
1051 };
1077 meta = {
1052 meta = {
1078 license = [ pkgs.lib.licenses.mit ];
1053 license = [ pkgs.lib.licenses.mit ];
@@ -1108,11 +1083,11 b' self: super: {'
1108 };
1083 };
1109 };
1084 };
1110 "pluggy" = super.buildPythonPackage {
1085 "pluggy" = super.buildPythonPackage {
1111 name = "pluggy-0.6.0";
1086 name = "pluggy-0.7.1";
1112 doCheck = false;
1087 doCheck = false;
1113 src = fetchurl {
1088 src = fetchurl {
1114 url = "https://files.pythonhosted.org/packages/11/bf/cbeb8cdfaffa9f2ea154a30ae31a9d04a1209312e2919138b4171a1f8199/pluggy-0.6.0.tar.gz";
1089 url = "https://files.pythonhosted.org/packages/a1/83/ef7d976c12d67a5c7a5bc2a47f0501c926cabae9d9fcfdc26d72abc9ba15/pluggy-0.7.1.tar.gz";
1115 sha256 = "1zqckndfn85l1cd8pndw212zg1bq9fkg1nnj32kp2mppppsyg2kz";
1090 sha256 = "1qbn70mksmr03hac6jgp6fiqc4l7859z8dchx2x950vhlij87swm";
1116 };
1091 };
1117 meta = {
1092 meta = {
1118 license = [ pkgs.lib.licenses.mit ];
1093 license = [ pkgs.lib.licenses.mit ];
@@ -1134,22 +1109,22 b' self: super: {'
1134 };
1109 };
1135 };
1110 };
1136 "psutil" = super.buildPythonPackage {
1111 "psutil" = super.buildPythonPackage {
1137 name = "psutil-5.4.6";
1112 name = "psutil-5.4.7";
1138 doCheck = false;
1113 doCheck = false;
1139 src = fetchurl {
1114 src = fetchurl {
1140 url = "https://files.pythonhosted.org/packages/51/9e/0f8f5423ce28c9109807024f7bdde776ed0b1161de20b408875de7e030c3/psutil-5.4.6.tar.gz";
1115 url = "https://files.pythonhosted.org/packages/7d/9a/1e93d41708f8ed2b564395edfa3389f0fd6d567597401c2e5e2775118d8b/psutil-5.4.7.tar.gz";
1141 sha256 = "1xmw4qi6hnrhw81xqzkvmsm9im7j2vkk4v26ycjwq2jczqsmlvk8";
1116 sha256 = "0fsgmvzwbdbszkwfnqhib8jcxm4w6zyhvlxlcda0rfm5cyqj4qsv";
1142 };
1117 };
1143 meta = {
1118 meta = {
1144 license = [ pkgs.lib.licenses.bsdOriginal ];
1119 license = [ pkgs.lib.licenses.bsdOriginal ];
1145 };
1120 };
1146 };
1121 };
1147 "psycopg2" = super.buildPythonPackage {
1122 "psycopg2" = super.buildPythonPackage {
1148 name = "psycopg2-2.7.4";
1123 name = "psycopg2-2.7.5";
1149 doCheck = false;
1124 doCheck = false;
1150 src = fetchurl {
1125 src = fetchurl {
1151 url = "https://files.pythonhosted.org/packages/74/83/51580322ed0e82cba7ad8e0af590b8fb2cf11bd5aaa1ed872661bd36f462/psycopg2-2.7.4.tar.gz";
1126 url = "https://files.pythonhosted.org/packages/b2/c1/7bf6c464e903ffc4f3f5907c389e5a4199666bf57f6cd6bf46c17912a1f9/psycopg2-2.7.5.tar.gz";
1152 sha256 = "02b2yaf1hlwb91xkscbzmajpfj5z3d8yikzh5r48fs8gss8i3xcb";
1127 sha256 = "17klx964gw8z0znl0raz3by8vdc7cq5gxj4pdcrfcina84nrdkzc";
1153 };
1128 };
1154 meta = {
1129 meta = {
1155 license = [ pkgs.lib.licenses.zpl21 { fullName = "GNU Library or Lesser General Public License (LGPL)"; } { fullName = "LGPL with exceptions or ZPL"; } ];
1130 license = [ pkgs.lib.licenses.zpl21 { fullName = "GNU Library or Lesser General Public License (LGPL)"; } { fullName = "LGPL with exceptions or ZPL"; } ];
@@ -1167,11 +1142,11 b' self: super: {'
1167 };
1142 };
1168 };
1143 };
1169 "py" = super.buildPythonPackage {
1144 "py" = super.buildPythonPackage {
1170 name = "py-1.5.3";
1145 name = "py-1.6.0";
1171 doCheck = false;
1146 doCheck = false;
1172 src = fetchurl {
1147 src = fetchurl {
1173 url = "https://files.pythonhosted.org/packages/f7/84/b4c6e84672c4ceb94f727f3da8344037b62cee960d80e999b1cd9b832d83/py-1.5.3.tar.gz";
1148 url = "https://files.pythonhosted.org/packages/4f/38/5f427d1eedae73063ce4da680d2bae72014995f9fdeaa57809df61c968cd/py-1.6.0.tar.gz";
1174 sha256 = "10gq2lckvgwlk9w6yzijhzkarx44hsaknd0ypa08wlnpjnsgmj99";
1149 sha256 = "1wcs3zv9wl5m5x7p16avqj2gsrviyb23yvc3pr330isqs0sh98q6";
1175 };
1150 };
1176 meta = {
1151 meta = {
1177 license = [ pkgs.lib.licenses.mit ];
1152 license = [ pkgs.lib.licenses.mit ];
@@ -1420,7 +1395,7 b' self: super: {'
1420 };
1395 };
1421 };
1396 };
1422 "pytest" = super.buildPythonPackage {
1397 "pytest" = super.buildPythonPackage {
1423 name = "pytest-3.6.0";
1398 name = "pytest-3.8.1";
1424 doCheck = false;
1399 doCheck = false;
1425 propagatedBuildInputs = [
1400 propagatedBuildInputs = [
1426 self."py"
1401 self."py"
@@ -1431,25 +1406,26 b' self: super: {'
1431 self."atomicwrites"
1406 self."atomicwrites"
1432 self."pluggy"
1407 self."pluggy"
1433 self."funcsigs"
1408 self."funcsigs"
1409 self."pathlib2"
1434 ];
1410 ];
1435 src = fetchurl {
1411 src = fetchurl {
1436 url = "https://files.pythonhosted.org/packages/67/6a/5bcdc22f8dbada1d2910d6e1a3a03f6b14306c78f81122890735b28be4bf/pytest-3.6.0.tar.gz";
1412 url = "https://files.pythonhosted.org/packages/22/77/8dba15a7ec756b040e82bc216120d19dffb5f4a1e4f896822fd3a45bd0a8/pytest-3.8.1.tar.gz";
1437 sha256 = "0bdfazvjjbxssqzyvkb3m2x2in7xv56ipr899l00s87k7815sm9r";
1413 sha256 = "0m6qn5kblnkc6qjhw8r8dga4gjii077ykn0a1d5131afzy49allm";
1438 };
1414 };
1439 meta = {
1415 meta = {
1440 license = [ pkgs.lib.licenses.mit ];
1416 license = [ pkgs.lib.licenses.mit ];
1441 };
1417 };
1442 };
1418 };
1443 "pytest-cov" = super.buildPythonPackage {
1419 "pytest-cov" = super.buildPythonPackage {
1444 name = "pytest-cov-2.5.1";
1420 name = "pytest-cov-2.6.0";
1445 doCheck = false;
1421 doCheck = false;
1446 propagatedBuildInputs = [
1422 propagatedBuildInputs = [
1447 self."pytest"
1423 self."pytest"
1448 self."coverage"
1424 self."coverage"
1449 ];
1425 ];
1450 src = fetchurl {
1426 src = fetchurl {
1451 url = "https://files.pythonhosted.org/packages/24/b4/7290d65b2f3633db51393bdf8ae66309b37620bc3ec116c5e357e3e37238/pytest-cov-2.5.1.tar.gz";
1427 url = "https://files.pythonhosted.org/packages/d9/e2/58f90a316fbd94dd50bf5c826a23f3f5d079fb3cc448c1e9f0e3c33a3d2a/pytest-cov-2.6.0.tar.gz";
1452 sha256 = "0bbfpwdh9k3636bxc88vz9fa7vf4akchgn513ql1vd0xy4n7bah3";
1428 sha256 = "0qnpp9y3ygx4jk4pf5ad71fh2skbvnr6gl54m7rg5qysnx4g0q73";
1453 };
1429 };
1454 meta = {
1430 meta = {
1455 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.mit ];
1431 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.mit ];
@@ -1498,14 +1474,14 b' self: super: {'
1498 };
1474 };
1499 };
1475 };
1500 "pytest-timeout" = super.buildPythonPackage {
1476 "pytest-timeout" = super.buildPythonPackage {
1501 name = "pytest-timeout-1.2.1";
1477 name = "pytest-timeout-1.3.2";
1502 doCheck = false;
1478 doCheck = false;
1503 propagatedBuildInputs = [
1479 propagatedBuildInputs = [
1504 self."pytest"
1480 self."pytest"
1505 ];
1481 ];
1506 src = fetchurl {
1482 src = fetchurl {
1507 url = "https://files.pythonhosted.org/packages/be/e9/a9106b8bc87521c6813060f50f7d1fdc15665bc1bbbe71c0ffc1c571aaa2/pytest-timeout-1.2.1.tar.gz";
1483 url = "https://files.pythonhosted.org/packages/8c/3e/1b6a319d12ae7baa3acb7c18ff2c8630a09471a0319d43535c683b4d03eb/pytest-timeout-1.3.2.tar.gz";
1508 sha256 = "1kdp6qbh5v1168l99rba5yfzvy05gmzkmkhldgp36p9xcdjd5dv8";
1484 sha256 = "09wnmzvnls2mnsdz7x3c3sk2zdp6jl4dryvyj5i8hqz16q2zq5qi";
1509 };
1485 };
1510 meta = {
1486 meta = {
1511 license = [ pkgs.lib.licenses.mit { fullName = "DFSG approved"; } ];
1487 license = [ pkgs.lib.licenses.mit { fullName = "DFSG approved"; } ];
@@ -1640,8 +1616,8 b' self: super: {'
1640 self."pytest-sugar"
1616 self."pytest-sugar"
1641 self."pytest-runner"
1617 self."pytest-runner"
1642 self."pytest-profiling"
1618 self."pytest-profiling"
1619 self."pytest-timeout"
1643 self."gprof2dot"
1620 self."gprof2dot"
1644 self."pytest-timeout"
1645 self."mock"
1621 self."mock"
1646 self."webtest"
1622 self."webtest"
1647 self."cov-core"
1623 self."cov-core"
@@ -1722,7 +1698,6 b' self: super: {'
1722 self."repoze.lru"
1698 self."repoze.lru"
1723 self."requests"
1699 self."requests"
1724 self."routes"
1700 self."routes"
1725 self."setproctitle"
1726 self."simplejson"
1701 self."simplejson"
1727 self."six"
1702 self."six"
1728 self."sqlalchemy"
1703 self."sqlalchemy"
@@ -1756,10 +1731,9 b' self: super: {'
1756 self."greenlet"
1731 self."greenlet"
1757 self."gunicorn"
1732 self."gunicorn"
1758 self."waitress"
1733 self."waitress"
1734 self."setproctitle"
1759 self."ipdb"
1735 self."ipdb"
1760 self."ipython"
1736 self."ipython"
1761 self."cprofilev"
1762 self."bottle"
1763 self."rhodecode-tools"
1737 self."rhodecode-tools"
1764 self."appenlight-client"
1738 self."appenlight-client"
1765 self."pytest"
1739 self."pytest"
@@ -1768,8 +1742,8 b' self: super: {'
1768 self."pytest-sugar"
1742 self."pytest-sugar"
1769 self."pytest-runner"
1743 self."pytest-runner"
1770 self."pytest-profiling"
1744 self."pytest-profiling"
1745 self."pytest-timeout"
1771 self."gprof2dot"
1746 self."gprof2dot"
1772 self."pytest-timeout"
1773 self."mock"
1747 self."mock"
1774 self."webtest"
1748 self."webtest"
1775 self."cov-core"
1749 self."cov-core"
@@ -1841,11 +1815,11 b' self: super: {'
1841 };
1815 };
1842 };
1816 };
1843 "setuptools" = super.buildPythonPackage {
1817 "setuptools" = super.buildPythonPackage {
1844 name = "setuptools-40.4.1";
1818 name = "setuptools-40.4.3";
1845 doCheck = false;
1819 doCheck = false;
1846 src = fetchurl {
1820 src = fetchurl {
1847 url = "https://files.pythonhosted.org/packages/c3/a8/a497f2f220fd51a714d0a466a32b8ec7d71dafbb053cb490a427b5fa2a1c/setuptools-40.4.1.zip";
1821 url = "https://files.pythonhosted.org/packages/6e/9c/6a003320b00ef237f94aa74e4ad66c57a7618f6c79d67527136e2544b728/setuptools-40.4.3.zip";
1848 sha256 = "04cxymz28ahmkyb3m4v8042cdsprbafiw4yqphlcqffw3x610r85";
1822 sha256 = "058v6zns4634n4al2nmmvp15j8nrgwn8wjrbdks47wk3vm05gg5c";
1849 };
1823 };
1850 meta = {
1824 meta = {
1851 license = [ pkgs.lib.licenses.mit ];
1825 license = [ pkgs.lib.licenses.mit ];
@@ -1922,11 +1896,11 b' self: super: {'
1922 };
1896 };
1923 };
1897 };
1924 "subprocess32" = super.buildPythonPackage {
1898 "subprocess32" = super.buildPythonPackage {
1925 name = "subprocess32-3.5.1";
1899 name = "subprocess32-3.5.2";
1926 doCheck = false;
1900 doCheck = false;
1927 src = fetchurl {
1901 src = fetchurl {
1928 url = "https://files.pythonhosted.org/packages/de/fb/fd3e91507021e2aecdb081d1b920082628d6b8869ead845e3e87b3d2e2ca/subprocess32-3.5.1.tar.gz";
1902 url = "https://files.pythonhosted.org/packages/c3/5f/7117737fc7114061837a4f51670d863dd7f7f9c762a6546fa8a0dcfe61c8/subprocess32-3.5.2.tar.gz";
1929 sha256 = "0wgi3bfnssid1g6h0v803z3k1wjal6il16nr3r9c587cfzwfkv0q";
1903 sha256 = "11v62shwmdys48g7ncs3a8jwwnkcl8d4zcwy6dk73z1zy2f9hazb";
1930 };
1904 };
1931 meta = {
1905 meta = {
1932 license = [ pkgs.lib.licenses.psfl ];
1906 license = [ pkgs.lib.licenses.psfl ];
@@ -4,8 +4,8 b' setuptools-scm==2.1.0'
4 amqp==2.3.1
4 amqp==2.3.1
5 # not released authomatic that has updated some oauth providers
5 # not released authomatic that has updated some oauth providers
6 https://code.rhodecode.com/upstream/authomatic/archive/90a9ce60cc405ae8a2bf5c3713acd5d78579a04e.tar.gz?md5=3c68720a1322b25254009518d1ff6801#egg=authomatic==0.1.0.post1
6 https://code.rhodecode.com/upstream/authomatic/archive/90a9ce60cc405ae8a2bf5c3713acd5d78579a04e.tar.gz?md5=3c68720a1322b25254009518d1ff6801#egg=authomatic==0.1.0.post1
7 atomicwrites==1.1.5
7 atomicwrites==1.2.1
8 attrs==18.1.0
8 attrs==18.2.0
9 babel==1.3
9 babel==1.3
10 beaker==1.9.1
10 beaker==1.9.1
11 celery==4.1.1
11 celery==4.1.1
@@ -19,7 +19,7 b' cssselect==1.0.3'
19 decorator==4.1.2
19 decorator==4.1.2
20 deform==2.0.5
20 deform==2.0.5
21 docutils==0.14.0
21 docutils==0.14.0
22 dogpile.cache==0.6.6
22 dogpile.cache==0.6.7
23 dogpile.core==0.4.1
23 dogpile.core==0.4.1
24 ecdsa==0.13
24 ecdsa==0.13
25 formencode==1.2.4
25 formencode==1.2.4
@@ -45,10 +45,10 b' packaging==15.2'
45 paste==2.0.3
45 paste==2.0.3
46 pastedeploy==1.5.2
46 pastedeploy==1.5.2
47 pastescript==2.0.2
47 pastescript==2.0.2
48 pathlib2==2.3.0
48 pathlib2==2.3.2
49 peppercorn==0.5
49 peppercorn==0.5
50 psutil==5.4.6
50 psutil==5.4.7
51 psycopg2==2.7.4
51 psycopg2==2.7.5
52 py-bcrypt==0.4
52 py-bcrypt==0.4
53 pycrypto==2.6.1
53 pycrypto==2.6.1
54 pycurl==7.43.0.2
54 pycurl==7.43.0.2
@@ -74,12 +74,11 b' redis==2.10.6'
74 repoze.lru==0.7
74 repoze.lru==0.7
75 requests==2.9.1
75 requests==2.9.1
76 routes==2.4.1
76 routes==2.4.1
77 setproctitle==1.1.10
78 simplejson==3.11.1
77 simplejson==3.11.1
79 six==1.11.0
78 six==1.11.0
80 sqlalchemy==1.1.18
79 sqlalchemy==1.1.18
81 sshpubkeys==2.2.0
80 sshpubkeys==2.2.0
82 subprocess32==3.5.1
81 subprocess32==3.5.2
83 supervisor==3.3.4
82 supervisor==3.3.4
84 tempita==0.5.2
83 tempita==0.5.2
85 translationstring==1.3
84 translationstring==1.3
@@ -113,16 +112,15 b' invoke==0.13.0'
113 bumpversion==0.5.3
112 bumpversion==0.5.3
114
113
115 ## http servers
114 ## http servers
116 gevent==1.3.5
115 gevent==1.3.6
117 greenlet==0.4.13
116 greenlet==0.4.15
118 gunicorn==19.9.0
117 gunicorn==19.9.0
119 waitress==1.1.0
118 waitress==1.1.0
119 setproctitle==1.1.10
120
120
121 ## debug
121 ## debug
122 ipdb==0.11.0
122 ipdb==0.11.0
123 ipython==5.1.0
123 ipython==5.1.0
124 cprofilev==1.0.7
125 bottle==0.12.13
126
124
127 ## rhodecode-tools, special case
125 ## rhodecode-tools, special case
128 https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.16.0.tar.gz?md5=87f81286b49156c2ac36f1a1acfa2164#egg=rhodecode-tools==0.16.0
126 https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.16.0.tar.gz?md5=87f81286b49156c2ac36f1a1acfa2164#egg=rhodecode-tools==0.16.0
@@ -1,14 +1,14 b''
1 # test related requirements
1 # test related requirements
2 pytest==3.6.0
2 pytest==3.8.1
3 py==1.5.3
3 py==1.6.0
4 pytest-cov==2.5.1
4 pytest-cov==2.6.0
5 pytest-sugar==0.9.1
5 pytest-sugar==0.9.1
6 pytest-runner==4.2.0
6 pytest-runner==4.2.0
7 pytest-profiling==1.3.0
7 pytest-profiling==1.3.0
8 pytest-timeout==1.3.2
8 gprof2dot==2017.9.19
9 gprof2dot==2017.9.19
9 pytest-timeout==1.2.1
10
10
11 mock==1.0.1
11 mock==1.0.1
12 webtest==2.0.29
12 webtest==2.0.29
13 cov-core==1.15.0
13 cov-core==1.15.0
14 coverage==3.7.1
14 coverage==4.5.1
General Comments 0
You need to be logged in to leave comments. Login now