python311Packages.avwx-engine 0 -> 1 attrpath: python311Packages.avwx-engine Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/lfl6wd39wazjlvynfzb2p0sfij2v951m-packages.json.drv building '/nix/store/lfl6wd39wazjlvynfzb2p0sfij2v951m-packages.json.drv'... Going to be running update for following packages: - python3.11-avwx-engine-1.8.28 Press Enter key to continue... Running update for: - python3.11-avwx-engine-1.8.28: UPDATING ... - python3.11-avwx-engine-1.8.28: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/avwx-engine/default.nix b/pkgs/development/python-modules/avwx-engine/default.nix index ccaaa09e5b09..407249a1297f 100644 --- a/pkgs/development/python-modules/avwx-engine/default.nix +++ b/pkgs/development/python-modules/avwx-engine/default.nix @@ -19,7 +19,7 @@ buildPythonPackage rec { pname = "avwx-engine"; - version = "1.8.28"; + version = "1.9.0"; pyproject = true; disabled = pythonOlder "3.10"; @@ -28,7 +28,7 @@ buildPythonPackage rec { owner = "avwx-rest"; repo = "avwx-engine"; rev = "refs/tags/${version}"; - hash = "sha256-sxOLhcmTJg/dTrtemr9BcfcBoHTP1eGo8U1ab8iSvUM="; + hash = "sha256-CUnUz2SsXtWaqGzaB1PH+EoHqebSue6e8GXhRZRcXLs="; }; postPatch = '' No auto update branch exists Old version 1.8.28" not present in master derivation file with contents: { lib, buildPythonPackage, fetchFromGitHub, geopy, hatchling, httpx, numpy, pytest-asyncio, pytestCheckHook, python-dateutil, pythonOlder, rapidfuzz, scipy, shapely, time-machine, xmltodict, }: buildPythonPackage rec { pname = "avwx-engine"; version = "1.9.0"; pyproject = true; disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "avwx-rest"; repo = "avwx-engine"; rev = "refs/tags/${version}"; hash = "sha256-CUnUz2SsXtWaqGzaB1PH+EoHqebSue6e8GXhRZRcXLs="; }; postPatch = '' sed -i -e "/--cov/d" -e "/--no-cov/d" pyproject.toml ''; build-system = [ hatchling ]; dependencies = [ geopy httpx python-dateutil xmltodict ]; passthru.optional-dependencies = { all = [ numpy rapidfuzz scipy shapely ]; fuzz = [ rapidfuzz ]; scipy = [ numpy scipy ]; shape = [ shapely ]; }; nativeCheckInputs = [ pytest-asyncio pytestCheckHook time-machine ] ++ lib.flatten (builtins.attrValues passthru.optional-dependencies); pythonImportsCheck = [ "avwx" ]; disabledTests = [ # Tests require network access "fetch" "test_nbm_all" "test_station_nearest_ip" ]; meta = with lib; { description = "Aviation Weather parsing engine"; homepage = "https://github.com/avwx-rest/avwx-engine"; changelog = "https://github.com/avwx-rest/avwx-engine/blob/${version}/changelog.md"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; }