##// END OF EJS Templates
Mercurial: bumped version to 3.8.4 as latest bugfix release.
marcink -
r50:1c1f7d51 default
parent child Browse files
Show More
@@ -182,13 +182,13 b''
182 };
182 };
183 };
183 };
184 mercurial = super.buildPythonPackage {
184 mercurial = super.buildPythonPackage {
185 name = "mercurial-3.8.3";
185 name = "mercurial-3.8.4";
186 buildInputs = with self; [];
186 buildInputs = with self; [];
187 doCheck = false;
187 doCheck = false;
188 propagatedBuildInputs = with self; [];
188 propagatedBuildInputs = with self; [];
189 src = fetchurl {
189 src = fetchurl {
190 url = "https://pypi.python.org/packages/56/bc/af1561195d43638d44bc3ac286c21f187430966234bee1f235711d80dfb6/mercurial-3.8.3.tar.gz";
190 url = "https://pypi.python.org/packages/bc/16/b66eef0b70ee2b4ebb8e76622fe21bbed834606dd8c1bd30d6936ebf6f45/mercurial-3.8.4.tar.gz";
191 md5 = "97aced7018614eeccc9621a3dea35fda";
191 md5 = "cec2c3db688cb87142809089c6ae13e9";
192 };
192 };
193 meta = {
193 meta = {
194 license = [ pkgs.lib.licenses.gpl1 pkgs.lib.licenses.gpl2Plus ];
194 license = [ pkgs.lib.licenses.gpl1 pkgs.lib.licenses.gpl2Plus ];
@@ -299,7 +299,7 b''
299 };
299 };
300 };
300 };
301 rhodecode-vcsserver = super.buildPythonPackage {
301 rhodecode-vcsserver = super.buildPythonPackage {
302 name = "rhodecode-vcsserver-4.2.1";
302 name = "rhodecode-vcsserver-4.3.0";
303 buildInputs = with self; [mock pytest WebTest];
303 buildInputs = with self; [mock pytest WebTest];
304 doCheck = true;
304 doCheck = true;
305 propagatedBuildInputs = with self; [configobj dulwich hgsubversion infrae.cache mercurial msgpack-python pyramid Pyro4 simplejson subprocess32 waitress WebOb];
305 propagatedBuildInputs = with self; [configobj dulwich hgsubversion infrae.cache mercurial msgpack-python pyramid Pyro4 simplejson subprocess32 waitress WebOb];
@@ -3,7 +3,7 b' configobj==5.0.6'
3 dulwich==0.13.0
3 dulwich==0.13.0
4 hgsubversion==1.8.6
4 hgsubversion==1.8.6
5 infrae.cache==1.0.1
5 infrae.cache==1.0.1
6 mercurial==3.8.3
6 mercurial==3.8.4
7 msgpack-python==0.4.6
7 msgpack-python==0.4.6
8 py==1.4.29
8 py==1.4.29
9 pyramid==1.6.1
9 pyramid==1.6.1
General Comments 0
You need to be logged in to leave comments. Login now