python310Packages.bthome-ble 3.0.0 -> 3.1.0 https://repology.org/project/python:bthome-ble/versions attrpath: python310Packages.bthome-ble 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/5p8vrs2ys01wp6q5gr0qhjp10c0r9yin-packages.json.drv building '/nix/store/5p8vrs2ys01wp6q5gr0qhjp10c0r9yin-packages.json.drv'... Going to be running update for following packages: - python3.10-bthome-ble-3.0.0 Press Enter key to continue... Running update for: - python3.10-bthome-ble-3.0.0: UPDATING ... - python3.10-bthome-ble-3.0.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/bthome-ble/default.nix b/pkgs/development/python-modules/bthome-ble/default.nix index 31774f941983..282f0dc09100 100644 --- a/pkgs/development/python-modules/bthome-ble/default.nix +++ b/pkgs/development/python-modules/bthome-ble/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "bthome-ble"; - version = "3.0.0"; + version = "3.1.0"; format = "pyproject"; disabled = pythonOlder "3.9"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "Bluetooth-Devices"; repo = "bthome-ble"; rev = "refs/tags/v${version}"; - hash = "sha256-dLXeJojGeiwPPxXES1qzay1kC/YiI6pKyxKD2z32Av8="; + hash = "sha256-CcLb+2UOLKwfBw3E51LJUZmLqpBw85nLXl1J/oFfEVs="; }; nativeBuildInputs = [ No auto update branch exists Old version 3.0.0" not present in master derivation file with contents: { lib , bluetooth-data-tools , bluetooth-sensor-state-data , buildPythonPackage , cryptography , fetchFromGitHub , poetry-core , pytestCheckHook , pythonOlder , pytz , sensor-state-data }: buildPythonPackage rec { pname = "bthome-ble"; version = "3.1.0"; format = "pyproject"; disabled = pythonOlder "3.9"; src = fetchFromGitHub { owner = "Bluetooth-Devices"; repo = "bthome-ble"; rev = "refs/tags/v${version}"; hash = "sha256-CcLb+2UOLKwfBw3E51LJUZmLqpBw85nLXl1J/oFfEVs="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ bluetooth-data-tools bluetooth-sensor-state-data cryptography sensor-state-data pytz ]; nativeCheckInputs = [ pytestCheckHook ]; postPatch = '' substituteInPlace pyproject.toml \ --replace " --cov=bthome_ble --cov-report=term-missing:skip-covered" "" ''; pythonImportsCheck = [ "bthome_ble" ]; meta = with lib; { description = "Library for BThome BLE devices"; homepage = "https://github.com/Bluetooth-Devices/bthome-ble"; changelog = "https://github.com/bluetooth-devices/bthome-ble/blob/v${version}/CHANGELOG.md"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; }