##// END OF EJS Templates
dependencies: updated bleach to 3.1.0
marcink -
r3511:cabf9e2e default
parent child Browse files
Show More
@@ -146,15 +146,15 b' self: super: {'
146 };
146 };
147 };
147 };
148 "bleach" = super.buildPythonPackage {
148 "bleach" = super.buildPythonPackage {
149 name = "bleach-3.0.2";
149 name = "bleach-3.1.0";
150 doCheck = false;
150 doCheck = false;
151 propagatedBuildInputs = [
151 propagatedBuildInputs = [
152 self."six"
152 self."six"
153 self."webencodings"
153 self."webencodings"
154 ];
154 ];
155 src = fetchurl {
155 src = fetchurl {
156 url = "https://files.pythonhosted.org/packages/ae/31/680afc7d44040004296a2d8f0584983c2f2386448cd9d0964197e6c1160e/bleach-3.0.2.tar.gz";
156 url = "https://files.pythonhosted.org/packages/78/5a/0df03e8735cd9c75167528299c738702437589b9c71a849489d00ffa82e8/bleach-3.1.0.tar.gz";
157 sha256 = "06474zg7f73hv8h1xw2wcsmvn2ygj73zxgxxqg8zcx8ap1srdls8";
157 sha256 = "1yhrgrhkln8bd6gn3imj69g1h4xqah9gaz9q26crqr6gmmvpzprz";
158 };
158 };
159 meta = {
159 meta = {
160 license = [ pkgs.lib.licenses.asl20 ];
160 license = [ pkgs.lib.licenses.asl20 ];
@@ -7,7 +7,7 b' https://code.rhodecode.com/upstream/auth'
7
7
8 babel==1.3
8 babel==1.3
9 beaker==1.9.1
9 beaker==1.9.1
10 bleach==3.0.2
10 bleach==3.1.0
11 celery==4.1.1
11 celery==4.1.1
12 chameleon==2.24
12 chameleon==2.24
13 channelstream==0.5.2
13 channelstream==0.5.2
General Comments 0
You need to be logged in to leave comments. Login now