python3Packages.urllib3-future: 2.17.903 -> 2.18.901 (#504199)

This commit is contained in:
dotlambda
2026-03-30 02:18:05 +00:00
committed by GitHub
2 changed files with 4 additions and 2 deletions
@@ -70,6 +70,8 @@ buildPythonPackage rec {
"test_rfc8764_test_conf"
];
__darwinAllowLocalNetworking = true;
pythonImportsCheck = [ "caldav" ];
meta = {
@@ -24,14 +24,14 @@
buildPythonPackage rec {
pname = "urllib3-future";
version = "2.17.903";
version = "2.18.901";
pyproject = true;
src = fetchFromGitHub {
owner = "jawah";
repo = "urllib3.future";
tag = version;
hash = "sha256-tgAKjtYuVVjkxI6qC7/iFHv/DE+rGSw0+Dye73WTcis=";
hash = "sha256-y6DRN24U2vxLRcVw9w9E4FMlk71W44x7UYSJrS6hfuA=";
};
postPatch = ''