python312Packages.zeroconf: 0.132.2 -> 0.133.0
Diff: https://github.com/jstasiak/python-zeroconf/compare/refs/tags/0.132.2...0.133.0 Changelog: https://github.com/python-zeroconf/python-zeroconf/releases/tag/0.133.0
This commit is contained in:
parent
4977f8eda7
commit
4c7f4d90f8
@ -7,6 +7,7 @@
|
||||
ifaddr,
|
||||
poetry-core,
|
||||
pytest-asyncio,
|
||||
pytest-cov-stub,
|
||||
pytest-timeout,
|
||||
pythonOlder,
|
||||
pytestCheckHook,
|
||||
@ -15,7 +16,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "zeroconf";
|
||||
version = "0.132.2";
|
||||
version = "0.133.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@ -24,14 +25,9 @@ buildPythonPackage rec {
|
||||
owner = "jstasiak";
|
||||
repo = "python-zeroconf";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-Jmz9zs//EVdBbEElq6OEfGZiOiMvjV5CJxZOM/lHvok=";
|
||||
hash = "sha256-nS3zr+56K819GujzA4uLqcZJb4OxbAOV3FfxssDEEQA=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-fail "Cython>=3.0.8" "Cython"
|
||||
'';
|
||||
|
||||
build-system = [
|
||||
cython
|
||||
poetry-core
|
||||
@ -42,14 +38,11 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytest-asyncio
|
||||
pytest-cov-stub
|
||||
pytest-timeout
|
||||
pytestCheckHook
|
||||
];
|
||||
|
||||
preCheck = ''
|
||||
sed -i '/addopts/d' pyproject.toml
|
||||
'';
|
||||
|
||||
disabledTests = [
|
||||
# OSError: [Errno 19] No such device
|
||||
"test_close_multiple_times"
|
||||
|
Loading…
Reference in New Issue
Block a user