python3Packages.certbot: 4.0.0 -> 4.1.1
https://github.com/certbot/certbot/blob/v4.1.1/certbot/CHANGELOG.md This commit was automatically generated using update-python-libraries.
This commit is contained in:
@@ -23,14 +23,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "certbot";
|
||||
version = "4.0.0";
|
||||
version = "4.1.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "certbot";
|
||||
repo = "certbot";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-GS4JLLXrX4+BQ4S6ySbOHUaUthCFYTCHWnOaMpfnIj8=";
|
||||
hash = "sha256-nlNjBbXd4ujzVx10+UwqbXliuLVVf+UHR8Dl5CQzsZo=";
|
||||
};
|
||||
|
||||
postPatch = "cd certbot"; # using sourceRoot would interfere with patches
|
||||
@@ -66,6 +66,11 @@ buildPythonPackage rec {
|
||||
"-Wignore::DeprecationWarning"
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# network access
|
||||
"test_lock_order"
|
||||
];
|
||||
|
||||
makeWrapperArgs = [ "--prefix PATH : ${dialog}/bin" ];
|
||||
|
||||
# certbot.withPlugins has a similar calling convention as python*.withPackages
|
||||
|
||||
Reference in New Issue
Block a user