Merge pull request #204777 from r-ryantm/auto-update/python310Packages.db-dtypes
This commit is contained in:
commit
87b1275615
1 changed files with 3 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "db-dtypes";
|
pname = "db-dtypes";
|
||||||
version = "1.0.4";
|
version = "1.0.5";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
@ -20,7 +20,7 @@ buildPythonPackage rec {
|
||||||
owner = "googleapis";
|
owner = "googleapis";
|
||||||
repo = "python-db-dtypes-pandas";
|
repo = "python-db-dtypes-pandas";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-ilcVog6mhF83GVa68BppUzvKNRPdSDXla2MU6M2EzLg=";
|
hash = "sha256-RlSze0e2NNHJ6kAbj9TX58MaEPutyjcLXIOYjpugO6o=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
@ -41,6 +41,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Pandas Data Types for SQL systems (BigQuery, Spanner)";
|
description = "Pandas Data Types for SQL systems (BigQuery, Spanner)";
|
||||||
homepage = "https://github.com/googleapis/python-db-dtypes-pandas";
|
homepage = "https://github.com/googleapis/python-db-dtypes-pandas";
|
||||||
|
changelog = "https://github.com/googleapis/python-db-dtypes-pandas/blob/v${version}/CHANGELOG.md";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ SuperSandro2000 ];
|
maintainers = with maintainers; [ SuperSandro2000 ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue