python3Packages.aio-georss-gdacs: 0.10 -> 2026.6.0

Changelog: https://github.com/exxamalte/python-aio-georss-gdacs/releases/tag/v2026.6.0
This commit is contained in:
Fabian Affolter
2026-07-11 09:24:17 +02:00
parent 7425928848
commit c727753829
@@ -1,6 +1,7 @@
{
lib,
aio-georss-client,
aiointercept,
aioresponses,
buildPythonPackage,
fetchFromGitHub,
@@ -12,14 +13,14 @@
buildPythonPackage rec {
pname = "aio-georss-gdacs";
version = "0.10";
version = "2026.6.0";
pyproject = true;
src = fetchFromGitHub {
owner = "exxamalte";
repo = "python-aio-georss-gdacs";
tag = "v${version}";
hash = "sha256-PhOI0v3dKTNGZLk1/5wIgvQkm4Cwfr1UYilr5rW7e3g=";
hash = "sha256-2Ot7w2TU7nwnHePFCaCr7LZNbKbOLxADnHoieFUGg40=";
};
__darwinAllowLocalNetworking = true;
@@ -32,6 +33,7 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
aiointercept
aioresponses
pytest-asyncio
pytestCheckHook
@@ -43,7 +45,7 @@ buildPythonPackage rec {
description = "Python library for accessing GeoRSS feeds";
homepage = "https://github.com/exxamalte/python-aio-georss-gdacs";
changelog = "https://github.com/exxamalte/python-aio-georss-gdacs/releases/tag/v${version}";
license = with lib.licenses; [ asl20 ];
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ fab ];
};
}