python312Packages.bellows: 0.38.1 -> 0.38.4

https://github.com/zigpy/bellows/releases/tag/0.38.4
This commit is contained in:
Martin Weinelt
2024-05-03 22:15:10 +02:00
parent 7e9ae13e6b
commit 97f1336eeb
@@ -4,7 +4,6 @@
, click
, click-log
, fetchFromGitHub
, fetchpatch2
, pure-pcapy3
, pyserial-asyncio
, pytest-asyncio
@@ -18,7 +17,7 @@
buildPythonPackage rec {
pname = "bellows";
version = "0.38.1";
version = "0.38.4";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -27,16 +26,9 @@ buildPythonPackage rec {
owner = "zigpy";
repo = "bellows";
rev = "refs/tags/${version}";
hash = "sha256-oxPzjDb+FdHeHsgeGKH3SVvKb0vCB9dIhT7lGzhDcBw=";
hash = "sha256-IyJQgKTRrff/LqY14IaATrJTkmVDEv0JFHAxCydNk7Y=";
};
patches = [
(fetchpatch2 {
url = "https://github.com/zigpy/bellows/commit/7833647083f27f55b7ad345f4aaa7dffaa369abc.patch";
hash = "sha256-v+BOPqikWoyNtZ1qRWe3RwraG6nQnfZqoV6yj9PpGX8=";
})
];
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail '"setuptools-git-versioning<2"' "" \