Merge pull request #285636 from fabaff/google-cloud-vision-bump

python311Packages.google-cloud-vision: 3.5.0 -> 3.6.0, python311Packages.pandas-stubs: 2.0.3.230814 -> 2.1.4.231227
This commit is contained in:
Fabian Affolter 2024-02-10 08:53:43 +01:00 committed by GitHub
commit 938f60f829
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 7 deletions

View File

@ -13,14 +13,14 @@
buildPythonPackage rec {
pname = "google-cloud-vision";
version = "3.5.0";
version = "3.6.0";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-dwO/R8iyEIYw0qJ15X9DJuPAceZmISrZorPVqAkMZ2c=";
hash = "sha256-uaaL/CbR4RM4YFU0xd/naGn3xSiLuRqI0/qyZNLKJ3Q=";
};
nativeBuildInputs = [

View File

@ -1,8 +1,11 @@
{ lib
, stdenv
, beautifulsoup4
, buildPythonPackage
, fetchFromGitHub
, html5lib
, jinja2
, lxml
, matplotlib
, odfpy
, openpyxl
@ -24,16 +27,16 @@
buildPythonPackage rec {
pname = "pandas-stubs";
version = "2.0.3.230814";
format = "pyproject";
version = "2.1.4.231227";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "pandas-dev";
repo = pname;
repo = "pandas-stubs";
rev = "refs/tags/v${version}";
hash = "sha256-V/igL+vPJADOL7LwBJljqs2a1BB3vDVYTWXIkK/ImYY=";
hash = "sha256-AkgMesDesKkVkwxNnGYG71IuIgF3G+BecpfWNWVucC8=";
};
nativeBuildInputs = [
@ -46,7 +49,10 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
beautifulsoup4
html5lib
jinja2
lxml
matplotlib
odfpy
openpyxl