python3Packages.async-upnp-client: 0.45.0 -> 0.46.0 (#462302)
This commit is contained in:
@@ -21,25 +21,16 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "async-upnp-client";
|
pname = "async-upnp-client";
|
||||||
version = "0.45.0";
|
version = "0.46.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "StevenLooman";
|
owner = "StevenLooman";
|
||||||
repo = "async_upnp_client";
|
repo = "async_upnp_client";
|
||||||
tag = version;
|
tag = version;
|
||||||
hash = "sha256-bRUEnedPDFBgpJeDPRG6e6fQUJ/R2RaasVKHZX7COp8=";
|
hash = "sha256-M8ctS8TvYS01fWfAIKkOMMmp3+FzJLB7Eq+weS2EqI4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
pythonRelaxDeps = [
|
|
||||||
"defusedxml"
|
|
||||||
];
|
|
||||||
|
|
||||||
pythonRemoveDeps = [
|
|
||||||
# https://github.com/StevenLooman/async_upnp_client/pull/278
|
|
||||||
"async-timeout"
|
|
||||||
];
|
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
@@ -56,8 +47,6 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
disabledTests = [
|
disabledTests = [
|
||||||
"test_decode_ssdp_packet"
|
|
||||||
"test_microsoft_butchers_ssdp"
|
|
||||||
# socket.gaierror: [Errno -2] Name or service not known
|
# socket.gaierror: [Errno -2] Name or service not known
|
||||||
"test_async_get_local_ip"
|
"test_async_get_local_ip"
|
||||||
"test_get_local_ip"
|
"test_get_local_ip"
|
||||||
|
|||||||
Reference in New Issue
Block a user