##// END OF EJS Templates
dependencies: bumped bleach to 2.1.1
marcink -
r2439:f1715b6a default
parent child Browse files
Show More
@@ -406,13 +406,13 b''
406 };
406 };
407 };
407 };
408 bleach = super.buildPythonPackage {
408 bleach = super.buildPythonPackage {
409 name = "bleach-1.5.0";
409 name = "bleach-2.1.1";
410 buildInputs = with self; [];
410 buildInputs = with self; [];
411 doCheck = false;
411 doCheck = false;
412 propagatedBuildInputs = with self; [six html5lib];
412 propagatedBuildInputs = with self; [six html5lib];
413 src = fetchurl {
413 src = fetchurl {
414 url = "https://pypi.python.org/packages/99/00/25a8fce4de102bf6e3cc76bc4ea60685b2fee33bde1b34830c70cacc26a7/bleach-1.5.0.tar.gz";
414 url = "https://pypi.python.org/packages/d4/3f/d517089af35b01bb9bc4eac5ea04bae342b37a5e9abbb27b7c3ce0eae070/bleach-2.1.1.tar.gz";
415 md5 = "b663300efdf421b3b727b19d7be9c7e7";
415 md5 = "7c5dfb1d66ea979b5a465afb12c82ec4";
416 };
416 };
417 meta = {
417 meta = {
418 license = [ pkgs.lib.licenses.asl20 ];
418 license = [ pkgs.lib.licenses.asl20 ];
@@ -822,13 +822,13 b''
822 };
822 };
823 };
823 };
824 html5lib = super.buildPythonPackage {
824 html5lib = super.buildPythonPackage {
825 name = "html5lib-0.9999999";
825 name = "html5lib-1.0b10";
826 buildInputs = with self; [];
826 buildInputs = with self; [];
827 doCheck = false;
827 doCheck = false;
828 propagatedBuildInputs = with self; [six];
828 propagatedBuildInputs = with self; [six webencodings setuptools];
829 src = fetchurl {
829 src = fetchurl {
830 url = "https://pypi.python.org/packages/ae/ae/bcb60402c60932b32dfaf19bb53870b29eda2cd17551ba5639219fb5ebf9/html5lib-0.9999999.tar.gz";
830 url = "https://pypi.python.org/packages/97/16/982214624095c1420c75f3bd295d9e658794aafb95fc075823de107e0ae4/html5lib-1.0b10.tar.gz";
831 md5 = "ef43cb05e9e799f25d65d1135838a96f";
831 md5 = "5ada1243b7a863624b2f35245b2186e9";
832 };
832 };
833 meta = {
833 meta = {
834 license = [ pkgs.lib.licenses.mit ];
834 license = [ pkgs.lib.licenses.mit ];
@@ -1988,6 +1988,19 b''
1988 license = [ pkgs.lib.licenses.mit ];
1988 license = [ pkgs.lib.licenses.mit ];
1989 };
1989 };
1990 };
1990 };
1991 webencodings = super.buildPythonPackage {
1992 name = "webencodings-0.5.1";
1993 buildInputs = with self; [];
1994 doCheck = false;
1995 propagatedBuildInputs = with self; [];
1996 src = fetchurl {
1997 url = "https://pypi.python.org/packages/0b/02/ae6ceac1baeda530866a85075641cec12989bd8d31af6d5ab4a3e8c92f47/webencodings-0.5.1.tar.gz";
1998 md5 = "32f6e261d52e57bf7e1c4d41546d15b8";
1999 };
2000 meta = {
2001 license = [ pkgs.lib.licenses.bsdOriginal ];
2002 };
2003 };
1991 ws4py = super.buildPythonPackage {
2004 ws4py = super.buildPythonPackage {
1992 name = "ws4py-0.4.2";
2005 name = "ws4py-0.4.2";
1993 buildInputs = with self; [];
2006 buildInputs = with self; [];
@@ -98,8 +98,8 b' zope.interface==4.1.3'
98 # entrypoints backport, pypi version doesn't support egg installs
98 # entrypoints backport, pypi version doesn't support egg installs
99 https://code.rhodecode.com/upstream/entrypoints/archive/96e6d645684e1af3d7df5b5272f3fe85a546b233.tar.gz?md5=7db37771aea9ac9fefe093e5d6987313#egg=entrypoints==0.2.2.rhodecode-upstream1
99 https://code.rhodecode.com/upstream/entrypoints/archive/96e6d645684e1af3d7df5b5272f3fe85a546b233.tar.gz?md5=7db37771aea9ac9fefe093e5d6987313#egg=entrypoints==0.2.2.rhodecode-upstream1
100 nbconvert==5.1.1
100 nbconvert==5.1.1
101 bleach==1.5.0
102 nbformat==4.3.0
101 nbformat==4.3.0
102 bleach==2.1.1
103 jupyter_client==5.0.0
103 jupyter_client==5.0.0
104
104
105 ## cli tools
105 ## cli tools
General Comments 0
You need to be logged in to leave comments. Login now