##// END OF EJS Templates
dependencies: bumped ipdb==0.13.2
marcink -
r4283:45edd010 default
parent child Browse files
Show More
@@ -787,15 +787,15 b' self: super: {'
787 };
787 };
788 };
788 };
789 "ipdb" = super.buildPythonPackage {
789 "ipdb" = super.buildPythonPackage {
790 name = "ipdb-0.12";
790 name = "ipdb-0.13.2";
791 doCheck = false;
791 doCheck = false;
792 propagatedBuildInputs = [
792 propagatedBuildInputs = [
793 self."setuptools"
793 self."setuptools"
794 self."ipython"
794 self."ipython"
795 ];
795 ];
796 src = fetchurl {
796 src = fetchurl {
797 url = "https://files.pythonhosted.org/packages/6d/43/c3c2e866a8803e196d6209595020a4a6db1a3c5d07c01455669497ae23d0/ipdb-0.12.tar.gz";
797 url = "https://files.pythonhosted.org/packages/2c/bb/a3e1a441719ebd75c6dac8170d3ddba884b7ee8a5c0f9aefa7297386627a/ipdb-0.13.2.tar.gz";
798 sha256 = "1khr2n7xfy8hg65kj1bsrjq9g7656pp0ybfa8abpbzpdawji3qnw";
798 sha256 = "0jcd849rx30y3wcgzsqbn06v0yjlzvb9x3076q0yxpycdwm1ryvp";
799 };
799 };
800 meta = {
800 meta = {
801 license = [ pkgs.lib.licenses.bsdOriginal ];
801 license = [ pkgs.lib.licenses.bsdOriginal ];
@@ -106,7 +106,7 b' gunicorn==19.9.0'
106 waitress==1.3.1
106 waitress==1.3.1
107
107
108 ## debug
108 ## debug
109 ipdb==0.12.0
109 ipdb==0.13.2
110 ipython==5.1.0
110 ipython==5.1.0
111
111
112 ## rhodecode-tools, special case, use file://PATH.tar.gz#egg=rhodecode-tools==X.Y.Z, to test local version
112 ## rhodecode-tools, special case, use file://PATH.tar.gz#egg=rhodecode-tools==X.Y.Z, to test local version
General Comments 0
You need to be logged in to leave comments. Login now