##// END OF EJS Templates
packaging: updated rhodecode-tools to 0.11.0
marcink -
r1235:85e5575d default
parent child Browse files
Show More
@@ -202,12 +202,6 b' self: super: {'
202 '';
202 '';
203 });
203 });
204
204
205 rhodecode-tools = super.rhodecode-tools.override (attrs: {
206 patches = [
207 ./patch-rhodecode-tools-setup.diff
208 ];
209 });
210
211 URLObject = super.URLObject.override (attrs: {
205 URLObject = super.URLObject.override (attrs: {
212 meta = {
206 meta = {
213 license = {
207 license = {
@@ -666,13 +666,13 b''
666 };
666 };
667 };
667 };
668 elasticsearch-dsl = super.buildPythonPackage {
668 elasticsearch-dsl = super.buildPythonPackage {
669 name = "elasticsearch-dsl-2.0.0";
669 name = "elasticsearch-dsl-2.2.0";
670 buildInputs = with self; [];
670 buildInputs = with self; [];
671 doCheck = false;
671 doCheck = false;
672 propagatedBuildInputs = with self; [six python-dateutil elasticsearch];
672 propagatedBuildInputs = with self; [six python-dateutil elasticsearch];
673 src = fetchurl {
673 src = fetchurl {
674 url = "https://pypi.python.org/packages/4e/5d/e788ae8dbe2ff4d13426db0a027533386a5c276c77a2654dc0e2007ce04a/elasticsearch-dsl-2.0.0.tar.gz";
674 url = "https://pypi.python.org/packages/66/2f/52a086968788e58461641570f45c3207a52d46ebbe9b77dc22b6a8ffda66/elasticsearch-dsl-2.2.0.tar.gz";
675 md5 = "4cdfec81bb35383dd3b7d02d7dc5ee68";
675 md5 = "fa6bd3c87ea3caa8f0f051bc37c53221";
676 };
676 };
677 meta = {
677 meta = {
678 license = [ pkgs.lib.licenses.asl20 ];
678 license = [ pkgs.lib.licenses.asl20 ];
@@ -1508,13 +1508,13 b''
1508 };
1508 };
1509 };
1509 };
1510 rhodecode-tools = super.buildPythonPackage {
1510 rhodecode-tools = super.buildPythonPackage {
1511 name = "rhodecode-tools-0.10.2";
1511 name = "rhodecode-tools-0.11.0";
1512 buildInputs = with self; [];
1512 buildInputs = with self; [];
1513 doCheck = false;
1513 doCheck = false;
1514 propagatedBuildInputs = with self; [click future six Mako MarkupSafe requests Whoosh elasticsearch elasticsearch-dsl urllib3];
1514 propagatedBuildInputs = with self; [click future six Mako MarkupSafe requests elasticsearch elasticsearch-dsl urllib3 Whoosh];
1515 src = fetchurl {
1515 src = fetchurl {
1516 url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.10.2.zip";
1516 url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.11.0.tar.gz?md5=e5fd0a8363af08a0ced71b50ca9cce15";
1517 md5 = "d2af3985a1a32a678944d4d48870cb04";
1517 md5 = "e5fd0a8363af08a0ced71b50ca9cce15";
1518 };
1518 };
1519 meta = {
1519 meta = {
1520 license = [ { fullName = "AGPLv3 and Proprietary"; } ];
1520 license = [ { fullName = "AGPLv3 and Proprietary"; } ];
@@ -7,7 +7,6 b' Beaker==1.7.0'
7 Chameleon==2.24
7 Chameleon==2.24
8 FormEncode==1.2.4
8 FormEncode==1.2.4
9 Jinja2==2.7.3
9 Jinja2==2.7.3
10 Mako==1.0.6
11 Markdown==2.6.7
10 Markdown==2.6.7
12 MarkupSafe==0.23
11 MarkupSafe==0.23
13 MySQL-python==1.2.5
12 MySQL-python==1.2.5
@@ -32,7 +31,6 b' WebError==0.10.3'
32 WebHelpers==1.3
31 WebHelpers==1.3
33 WebHelpers2==2.0
32 WebHelpers2==2.0
34 WebOb==1.3.1
33 WebOb==1.3.1
35 Whoosh==2.7.4
36 amqplib==1.0.2
34 amqplib==1.0.2
37 anyjson==0.3.3
35 anyjson==0.3.3
38 appenlight-client==0.6.14
36 appenlight-client==0.6.14
@@ -56,6 +54,7 b' infrae.cache==1.0.1'
56 iso8601==0.1.11
54 iso8601==0.1.11
57 itsdangerous==0.24
55 itsdangerous==0.24
58 kombu==1.5.1
56 kombu==1.5.1
57 Mako==1.0.6
59 meld3==1.0.2
58 meld3==1.0.2
60 msgpack-python==0.4.8
59 msgpack-python==0.4.8
61 nose==1.3.6
60 nose==1.3.6
@@ -85,7 +84,6 b' pyzmq==14.6.0'
85 recaptcha-client==1.0.6
84 recaptcha-client==1.0.6
86 repoze.lru==0.6
85 repoze.lru==0.6
87 requests==2.9.1
86 requests==2.9.1
88 serpent==1.12
89 setproctitle==1.1.8
87 setproctitle==1.1.8
90 simplejson==3.7.2
88 simplejson==3.7.2
91 six==1.9.0
89 six==1.9.0
@@ -98,6 +96,7 b' uWSGI==2.0.11.2'
98 urllib3==1.16
96 urllib3==1.16
99 venusian==1.0
97 venusian==1.0
100
98
99 Whoosh==2.7.4
101 wsgiref==0.1.2
100 wsgiref==0.1.2
102 zope.cachedescriptors==4.0.0
101 zope.cachedescriptors==4.0.0
103 zope.deprecation==4.1.2
102 zope.deprecation==4.1.2
@@ -122,8 +121,8 b' ipython==5.1.0'
122 CProfileV==1.0.6
121 CProfileV==1.0.6
123 bottle==0.12.8
122 bottle==0.12.8
124
123
125 # rhodecode-tools
124 ## rhodecode-tools, special case
126 https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.10.2.zip#md5=d2af3985a1a32a678944d4d48870cb04
125 https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.11.0.tar.gz?md5=e5fd0a8363af08a0ced71b50ca9cce15#egg=rhodecode-tools==0.11.0
127
126
128 # test related requirements
127 # test related requirements
129 -r requirements_test.txt
128 -r requirements_test.txt
1 NO CONTENT: file was removed
NO CONTENT: file was removed
General Comments 0
You need to be logged in to leave comments. Login now