##// END OF EJS Templates
dependencies: bumped alembic to 0.9.2
marcink -
r1876:3248d547 default
parent child Browse files
Show More
@@ -341,13 +341,13 b''
341 };
341 };
342 };
342 };
343 alembic = super.buildPythonPackage {
343 alembic = super.buildPythonPackage {
344 name = "alembic-0.8.4";
344 name = "alembic-0.9.2";
345 buildInputs = with self; [];
345 buildInputs = with self; [];
346 doCheck = false;
346 doCheck = false;
347 propagatedBuildInputs = with self; [SQLAlchemy Mako python-editor];
347 propagatedBuildInputs = with self; [SQLAlchemy Mako python-editor python-dateutil];
348 src = fetchurl {
348 src = fetchurl {
349 url = "https://pypi.python.org/packages/ca/7e/299b4499b5c75e5a38c5845145ad24755bebfb8eec07a2e1c366b7181eeb/alembic-0.8.4.tar.gz";
349 url = "https://pypi.python.org/packages/78/48/b5b26e7218b415f40b60b92c53853d242e5456c0f19f6c66101d98ff5f2a/alembic-0.9.2.tar.gz";
350 md5 = "5f95d8ee62b443f9b37eb5bee76c582d";
350 md5 = "40daf8bae50969beea40efaaf0839ff4";
351 };
351 };
352 meta = {
352 meta = {
353 license = [ pkgs.lib.licenses.mit ];
353 license = [ pkgs.lib.licenses.mit ];
@@ -108,7 +108,7 b' nbformat==4.3.0'
108 jupyter_client==5.0.0
108 jupyter_client==5.0.0
109
109
110 ## cli tools
110 ## cli tools
111 alembic==0.8.4
111 alembic==0.9.2
112 invoke==0.13.0
112 invoke==0.13.0
113 bumpversion==0.5.3
113 bumpversion==0.5.3
114 transifex-client==0.10
114 transifex-client==0.10
General Comments 0
You need to be logged in to leave comments. Login now