python3Packages.standardwebhooks: 1.0.1 -> 1.1.0 (#549123)

This commit is contained in:
Fabian Affolter
2026-08-04 19:15:27 +00:00
committed by GitHub
@@ -4,25 +4,24 @@
buildPythonPackage,
deprecated,
fetchPypi,
hatchling,
httpx,
pytestCheckHook,
python-dateutil,
setuptools,
types-deprecated,
types-python-dateutil,
}:
buildPythonPackage (finalAttrs: {
pname = "standardwebhooks";
version = "1.0.1";
version = "1.1.0";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-tVe7LksWraF5pRfsD+bL7FrPl2xWGZIr8pxFf4mkUb0=";
hash = "sha256-5ctm4hpjVuu5N1rrV/E0hYMyMBWAjUdafBuqpLcYBoo=";
};
build-system = [ setuptools ];
build-system = [ hatchling ];
dependencies = [
attrs
@@ -33,7 +32,8 @@ buildPythonPackage (finalAttrs: {
types-python-dateutil
];
nativeCheckInputs = [ pytestCheckHook ];
# Tests are no shipped
doCheck = false;
pythonImportsCheck = [ "standardwebhooks" ];