Merge pull request #69836 from r-ryantm/auto-update/python3.7-pgspecial

python37Packages.pgspecial: 1.11.5 -> 1.11.7
This commit is contained in:
Mario Rodas 2019-09-28 09:52:58 -05:00 committed by GitHub
commit 7c1166a92f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,15 +2,15 @@
buildPythonPackage rec {
pname = "pgspecial";
version = "1.11.5";
version = "1.11.7";
src = fetchPypi {
inherit pname version;
sha256 = "0yvlxv9vy0hbfgf0xcwl7wh5hg6cl86arsv1ip3kvn9znn6x8kgl";
sha256 = "0wy1zmd44y0vl0kxx2y53g6lpipmixbwwrg6c2r7rc3nwa0icl7p";
};
checkInputs = [ pytest psycopg2 ];
propagatedBuildInputs = [ click sqlparse ];
checkInputs = [ pytest ];
propagatedBuildInputs = [ click sqlparse psycopg2 ];
checkPhase = ''
find tests -name \*.pyc -delete