python311Packages.bluetooth-data-tools 1.6.1 -> 1.8.0 https://repology.org/project/python:bluetooth-data-tools/versions attrpath: python311Packages.bluetooth-data-tools 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/z8fqrhlk24fds4jy9zpqqxajvgnsfnkv-packages.json.drv building '/nix/store/z8fqrhlk24fds4jy9zpqqxajvgnsfnkv-packages.json.drv'... Going to be running update for following packages: - python3.11-bluetooth-data-tools-1.6.1 Press Enter key to continue... Running update for: - python3.11-bluetooth-data-tools-1.6.1: UPDATING ... - python3.11-bluetooth-data-tools-1.6.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/bluetooth-data-tools/default.nix b/pkgs/development/python-modules/bluetooth-data-tools/default.nix index 918cba4f54b1..4ee9a1cb4833 100644 --- a/pkgs/development/python-modules/bluetooth-data-tools/default.nix +++ b/pkgs/development/python-modules/bluetooth-data-tools/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "bluetooth-data-tools"; - version = "1.6.1"; + version = "1.8.0"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "Bluetooth-Devices"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-A3zdM2kVmz8cUix9JT8cnIABZK64r6yiZisvb8A1RSQ="; + hash = "sha256-f3LiblHVREE6c3zLgkVz3mCj2t8B1DHVCro4OkQUu2Q="; }; nativeBuildInputs = [ No auto update branch exists Old version 1.6.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , cython_3 , poetry-core , pytestCheckHook , pythonOlder , setuptools }: buildPythonPackage rec { pname = "bluetooth-data-tools"; version = "1.7.0"; format = "pyproject"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "Bluetooth-Devices"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-EmZPiZKm/80nJpPnJWhI9i4I6MhgQMifLOEUBFLqbSw="; }; # The project can build both an optimized cython version and an unoptimized # python version. This ensures we fail if we build the wrong one. env.REQUIRE_CYTHON = 1; nativeBuildInputs = [ cython_3 poetry-core setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; postPatch = '' substituteInPlace pyproject.toml \ --replace " --cov=bluetooth_data_tools --cov-report=term-missing:skip-covered" "" ''; pythonImportsCheck = [ "bluetooth_data_tools" ]; meta = with lib; { description = "Library for converting bluetooth data and packets"; homepage = "https://github.com/Bluetooth-Devices/bluetooth-data-tools"; changelog = "https://github.com/Bluetooth-Devices/bluetooth-data-tools/blob/v${version}/CHANGELOG.md"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; }