python312Packages.google-cloud-error-reporting: 1.11.0 -> 1.11.1 (#350333)

This commit is contained in:
Fabian Affolter 2024-10-22 10:20:27 +02:00 committed by GitHub
commit 2c676d07ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,14 +16,15 @@
buildPythonPackage rec {
pname = "google-cloud-error-reporting";
version = "1.11.0";
version = "1.11.1";
pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-+oeVT/ag00BEObbqzkC/EazEwnrWvRURnz3gnCBbn4k=";
pname = "google_cloud_error_reporting";
inherit version;
hash = "sha256-1ir8o3jwzmfi7E8QPTn3E6RGtTOL9KM05NRaMRYzh5A=";
};
build-system = [ setuptools ];
@ -38,8 +39,8 @@ buildPythonPackage rec {
nativeCheckInputs = [
google-cloud-testutils
mock
pytestCheckHook
pytest-asyncio
pytestCheckHook
];
disabledTests = [