python3Packages.proxy-py: 2.4.5 -> 2.4.8

https://github.com/abhinavsingh/proxy.py/releases/tag/v2.4.8
This commit is contained in:
Martin Weinelt
2024-10-13 11:09:01 +02:00
parent 7a65cacc94
commit 442695179d
@@ -23,7 +23,7 @@
buildPythonPackage rec {
pname = "proxy-py";
version = "2.4.5";
version = "2.4.8";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -32,7 +32,7 @@ buildPythonPackage rec {
owner = "abhinavsingh";
repo = "proxy.py";
rev = "refs/tags/v${version}";
hash = "sha256-pn4YYGntG9C8mhECb7PYgN5wwicdlPcZu6Xn2M3iIKA=";
hash = "sha256-VQjK4wNOuUk3KhlvSlDbyclC+RUjeEIVvPN+bKq0fFc=";
};
postPatch = ''
@@ -77,6 +77,8 @@ buildPythonPackage rec {
"test_gen_public_key"
# Tests run into a timeout
"integration"
# Crashes
"test_grout"
];
pythonImportsCheck = [ "proxy" ];