Merge pull request #319755 from fabaff/avwx-engine-bump

python312Packages.avwx-engine: 1.8.28 -> 1.9.0
This commit is contained in:
Fabian Affolter 2024-06-14 21:57:13 +02:00 committed by GitHub
commit d2684b39f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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