Merge pull request #207876 from r-ryantm/auto-update/python310Packages.vertica-python
python310Packages.vertica-python: 1.1.1 -> 1.2.0
This commit is contained in:
commit
aafec15d42
@ -12,14 +12,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "vertica-python";
|
pname = "vertica-python";
|
||||||
version = "1.1.1";
|
version = "1.2.0";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-3t9W12tnZztNV6E/f5br3FeznqZQuT6/DAXrbR0sDAU=";
|
hash = "sha256-zfeXJJL5pWzv9y39MWHYZggBRBAPGJItUKKaxp8MlRM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
@ -46,6 +46,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Native Python client for Vertica database";
|
description = "Native Python client for Vertica database";
|
||||||
homepage = "https://github.com/vertica/vertica-python";
|
homepage = "https://github.com/vertica/vertica-python";
|
||||||
|
changelog = "https://github.com/vertica/vertica-python/releases/tag/${version}";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ arnoldfarkas ];
|
maintainers = with maintainers; [ arnoldfarkas ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user