Show More
@@ -1560,13 +1560,13 b'' | |||||
1560 | }; |
|
1560 | }; | |
1561 | }; |
|
1561 | }; | |
1562 | rhodecode-tools = super.buildPythonPackage { |
|
1562 | rhodecode-tools = super.buildPythonPackage { | |
1563 |
name = "rhodecode-tools-0.1 |
|
1563 | name = "rhodecode-tools-0.15.0"; | |
1564 | buildInputs = with self; []; |
|
1564 | buildInputs = with self; []; | |
1565 | doCheck = false; |
|
1565 | doCheck = false; | |
1566 | propagatedBuildInputs = with self; [click future six mako markupsafe requests elasticsearch elasticsearch-dsl urllib3 whoosh]; |
|
1566 | propagatedBuildInputs = with self; [click future six mako markupsafe requests elasticsearch elasticsearch-dsl urllib3 whoosh]; | |
1567 | src = fetchurl { |
|
1567 | src = fetchurl { | |
1568 |
url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.1 |
|
1568 | url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.15.0.tar.gz?md5=1046043b8c8d52480f7bca63185729b5"; | |
1569 | md5 = "0b9c2caad160b68889f8172ea54af7b2"; |
|
1569 | md5 = "1046043b8c8d52480f7bca63185729b5"; | |
1570 | }; |
|
1570 | }; | |
1571 | meta = { |
|
1571 | meta = { | |
1572 | license = [ { fullName = "AGPLv3 and Proprietary"; } ]; |
|
1572 | license = [ { fullName = "AGPLv3 and Proprietary"; } ]; | |
@@ -1820,13 +1820,13 b'' | |||||
1820 | }; |
|
1820 | }; | |
1821 | }; |
|
1821 | }; | |
1822 | urllib3 = super.buildPythonPackage { |
|
1822 | urllib3 = super.buildPythonPackage { | |
1823 |
name = "urllib3-1.1 |
|
1823 | name = "urllib3-1.21"; | |
1824 | buildInputs = with self; []; |
|
1824 | buildInputs = with self; []; | |
1825 | doCheck = false; |
|
1825 | doCheck = false; | |
1826 | propagatedBuildInputs = with self; []; |
|
1826 | propagatedBuildInputs = with self; []; | |
1827 | src = fetchurl { |
|
1827 | src = fetchurl { | |
1828 |
url = "https://files.pythonhosted.org/packages/3b |
|
1828 | url = "https://files.pythonhosted.org/packages/34/95/7b28259d0006ed681c424cd71a668363265eac92b67dddd018eb9a22bff8/urllib3-1.21.tar.gz"; | |
1829 | sha256 = "63d479478ddfc83bbc11577dc16d47835c5179ac13e550118ca143b62c4bf9ab"; |
|
1829 | sha256 = "d0f08f1472754890c8b228106eb831a7a68c93565bd0818936c30bb839913647"; | |
1830 | }; |
|
1830 | }; | |
1831 | meta = { |
|
1831 | meta = { | |
1832 | license = [ pkgs.lib.licenses.mit ]; |
|
1832 | license = [ pkgs.lib.licenses.mit ]; |
@@ -80,7 +80,7 b' supervisor==3.3.4' | |||||
80 | tempita==0.5.2 |
|
80 | tempita==0.5.2 | |
81 | translationstring==1.3 |
|
81 | translationstring==1.3 | |
82 | trollius==1.0.4 |
|
82 | trollius==1.0.4 | |
83 |
urllib3==1.1 |
|
83 | urllib3==1.21 | |
84 | urlobject==2.4.3 |
|
84 | urlobject==2.4.3 | |
85 | venusian==1.1.0 |
|
85 | venusian==1.1.0 | |
86 | weberror==0.10.3 |
|
86 | weberror==0.10.3 | |
@@ -121,7 +121,7 b' cprofilev==1.0.7' | |||||
121 | bottle==0.12.13 |
|
121 | bottle==0.12.13 | |
122 |
|
122 | |||
123 | ## rhodecode-tools, special case |
|
123 | ## rhodecode-tools, special case | |
124 |
https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.1 |
|
124 | https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.15.0.tar.gz?md5=1046043b8c8d52480f7bca63185729b5#egg=rhodecode-tools==0.15.0 | |
125 |
|
125 | |||
126 | ## appenlight |
|
126 | ## appenlight | |
127 | appenlight-client==0.6.25 |
|
127 | appenlight-client==0.6.25 |
General Comments 0
You need to be logged in to leave comments.
Login now