python312Packages.wsgidav: 4.3.2 -> 4.3.3
Diff: https://github.com/mar10/wsgidav/compare/refs/tags/v4.3.2...v4.3.3 Changelog: https://github.com/mar10/wsgidav/blob/v4.3.3/CHANGELOG.md
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "wsgidav";
|
||||
version = "4.3.2";
|
||||
version = "4.3.3";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -25,9 +25,11 @@ buildPythonPackage rec {
|
||||
owner = "mar10";
|
||||
repo = "wsgidav";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-93+8h+vRLnspQ/lmdjKYpzSEJSKcqCkB4qRqTuKHNRA=";
|
||||
hash = "sha256-vUqNC7ixpta0s7wRC5ROSKMa/MsgEBu5rr0XNu69FRw=";
|
||||
};
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
build-system = [
|
||||
setuptools
|
||||
];
|
||||
@@ -40,8 +42,6 @@ buildPythonPackage rec {
|
||||
pyyaml
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
nativeCheckInputs = [
|
||||
cheroot
|
||||
pytestCheckHook
|
||||
|
||||
Reference in New Issue
Block a user