2022-12-09T21:18:52 certbot 1.28.0 -> 2.1.0 https://pypi.org/project/certbot/ 2022-12-09T21:18:54 attrpath: certbot 2022-12-09T21:18:55 Checking auto update branch... 2022-12-09T21:18:55 No auto update branch exists 2022-12-09T21:18:56 Old version 1.28.0" not present in master derivation file with contents: { lib , buildPythonPackage , python , runCommand , fetchFromGitHub , configargparse , acme , configobj , cryptography , distro , josepy , parsedatetime , pyRFC3339 , pyopenssl , pytz , requests , six , zope_component , zope_interface , dialog , gnureadline , pytest-xdist , pytestCheckHook , python-dateutil }: buildPythonPackage rec { pname = "certbot"; version = "1.31.0"; src = fetchFromGitHub { owner = pname; repo = pname; rev = "refs/tags/v${version}"; sha256 = "sha256-JDhesUU6SQBEf0CG3vo1AhlRfGpltTEUmSqrpGIpptg="; }; sourceRoot = "source/${pname}"; propagatedBuildInputs = [ configargparse acme configobj cryptography distro josepy parsedatetime pyRFC3339 pyopenssl pytz requests six zope_component zope_interface ]; buildInputs = [ dialog gnureadline ]; checkInputs = [ python-dateutil pytestCheckHook pytest-xdist ]; pytestFlagsArray = [ "-o cache_dir=$(mktemp -d)" # See https://github.com/certbot/certbot/issues/8746 "-W ignore::ResourceWarning" "-W ignore::DeprecationWarning" ]; doCheck = true; makeWrapperArgs = [ "--prefix PATH : ${dialog}/bin" ]; # certbot.withPlugins has a similar calling convention as python*.withPackages # it gets invoked with a lambda, and invokes that lambda with the python package set matching certbot's: # certbot.withPlugins (cp: [ cp.certbot-dns-foo ]) passthru.withPlugins = f: let pythonEnv = python.withPackages f; in runCommand "certbot-with-plugins" { } '' mkdir -p $out/bin cd $out/bin ln -s ${pythonEnv}/bin/certbot ''; meta = with lib; { homepage = src.meta.homepage; description = "ACME client that can obtain certs and extensibly update server configurations"; platforms = platforms.unix; maintainers = with maintainers; [ domenkozar ]; license = with licenses; [ asl20 ]; }; } 2022-12-09T22:34:32 certbot 1.31.0 -> 2.1.0 https://github.com/certbot/certbot/releases 2022-12-09T22:34:35 attrpath: certbot 2022-12-09T22:34:35 Checking auto update branch... 2022-12-09T22:34:35 No auto update branch exists 2022-12-09T22:34:40 [version] 2022-12-09T22:34:42 [version] updated version and sha256 2022-12-09T22:34:42 [rustCrateVersion] 2022-12-09T22:34:42 [rustCrateVersion] No cargoSha256 found 2022-12-09T22:34:42 [golangModuleVersion] 2022-12-09T22:34:42 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-09T22:34:42 [updateScript] 2022-12-09T22:34:42 [updateScript] skipping because derivation has no updateScript 2022-12-09T22:34:42 2022-12-09T22:34:42 [quotedUrls] 2022-12-09T22:34:42 [quotedUrls] nothing found to replace 2022-12-09T22:34:42 Diff after rewrites: diff --git a/pkgs/development/python-modules/certbot/default.nix b/pkgs/development/python-modules/certbot/default.nix index c2f3c1f7915..c312ac3ad3f 100644 --- a/pkgs/development/python-modules/certbot/default.nix +++ b/pkgs/development/python-modules/certbot/default.nix @@ -26,13 +26,13 @@ buildPythonPackage rec { pname = "certbot"; - version = "1.31.0"; + version = "2.1.0"; src = fetchFromGitHub { owner = pname; repo = pname; rev = "refs/tags/v${version}"; - sha256 = "sha256-JDhesUU6SQBEf0CG3vo1AhlRfGpltTEUmSqrpGIpptg="; + sha256 = "sha256-qAvJn8FUZ3KJNSpZP/1PjffdWQ6Kd1NzivHtRlcaqPU="; }; sourceRoot = "source/${pname}"; 2022-12-09T22:36:09 Python package with too many package rebuilds 716 > 25