python312Packages.avwx-engine: 1.8.28 -> 1.9.0

Changelog: https://github.com/avwx-rest/avwx-engine/blob/1.9.0/changelog.md
This commit is contained in:
Fabian Affolter 2024-06-14 09:42:42 +02:00
parent eb485e0b35
commit 41396fa5b7

View File

@ -3,11 +3,11 @@
buildPythonPackage,
fetchFromGitHub,
geopy,
hatchling,
httpx,
numpy,
poetry-core,
pytestCheckHook,
pytest-asyncio,
pytestCheckHook,
python-dateutil,
pythonOlder,
rapidfuzz,
@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "avwx-engine";
version = "1.8.28";
version = "1.9.0";
pyproject = true;
disabled = pythonOlder "3.10";
@ -28,14 +28,14 @@ buildPythonPackage rec {
owner = "avwx-rest";
repo = "avwx-engine";
rev = "refs/tags/${version}";
hash = "sha256-sxOLhcmTJg/dTrtemr9BcfcBoHTP1eGo8U1ab8iSvUM=";
hash = "sha256-CUnUz2SsXtWaqGzaB1PH+EoHqebSue6e8GXhRZRcXLs=";
};
postPatch = ''
sed -i -e "/--cov/d" -e "/--no-cov/d" pyproject.toml
'';
build-system = [ poetry-core ];
build-system = [ hatchling ];
dependencies = [
geopy