python3Packages.aio-geojson-nsw-rfs-incidents: 0.8 -> 2026.6.0

Changelog: https://github.com/exxamalte/python-aio-geojson-geonetnz-quakes/blob/v2026.6.0/CHANGELOG.md
This commit is contained in:
Fabian Affolter
2026-07-11 09:54:38 +02:00
parent 3597324a1f
commit c348d152af
@@ -2,6 +2,7 @@
lib,
aio-geojson-client,
aiohttp,
aiointercept,
aioresponses,
buildPythonPackage,
fetchFromGitHub,
@@ -13,14 +14,14 @@
buildPythonPackage rec {
pname = "aio-geojson-nsw-rfs-incidents";
version = "0.8";
version = "2026.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "exxamalte";
repo = "python-aio-geojson-nsw-rfs-incidents";
tag = "v${version}";
hash = "sha256-JOvmUWrmYQt2hJ9u08Aliv9ImI3AOTk4uBx3Pv8/7/c=";
hash = "sha256-oZLpmEqsZewPVCKo1HwKK1vzAF0Vr+Vw0bhWV5c0uCw=";
};
build-system = [ setuptools ];
@@ -32,6 +33,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
aiointercept
aioresponses
pytest-asyncio
pytestCheckHook