about summary refs log tree commit diff
path: root/pkgs/development/python-modules/certbot
AgeCommit message (Collapse)AuthorFilesLines
2023-12-07python3.pkgs.*: Explicitly pass buildPythonPackage format parameteradisbladis1-0/+1
Long term we should move everything over to `pyproject = true`, but in the mean time we can work towards deprecating the implicit `format` paremeter. cc https://github.com/NixOS/nixpkgs/issues/253154 cc @mweinelt @figsoda
2023-11-29certbot: 2.6.0 -> 2.7.4 (#267710)Cui Chen1-2/+2
2023-09-07certbot: 2.4.0 -> 2.6.0Arnout Engelen1-2/+4
Also add setuptools because certbot imports the `pkg_resources` module that is found in there.
2023-08-03treewide: noop: refer to `src.name` or similar in `sourceRoot` where ↵Jan Malakhovski1-1/+1
appropriate, part 1: trivial cases
2023-07-28python310Packages.zope-component: rename from zope_componentnatsukium1-2/+2
2023-03-20pythonPackages.certbot: 2.3.0 -> 2.4.0jacobi petrucciani1-2/+2
2023-03-03python3.pkgs: Migrate fetchers to use hashMartin Weinelt1-1/+1
when they already rely on SRI hashes.
2023-03-03python3Packages.certbot: 2.1.1 -> 2.3.0Martin Weinelt1-2/+2
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2023-01-05python3Packages.certbot: 1.31.0 -> 2.1.1Martin Weinelt1-2/+2
2022-10-12certbot: 1.29.0 -> 1.31.0Florian Klink1-2/+2
Fixes `(pkgs.certbot.withPlugins (p: [ p.certbot-dns-route53 ]))` and `certbot-full` build.
2022-10-12certbot: nixpkgs-fmtFlorian Klink1-12/+31
2022-09-19python3Packages.certbot: ignore DeprecationWarnings during testMartin Weinelt1-0/+1
2022-07-07python310Packages.certbot: 1.28.0 -> 1.29.0R. Ryantm1-3/+3
2022-06-11certbot: 1.24.0 -> 1.28.0Sandro Jäckel1-2/+2
2022-03-14python3Packages.certbot: 1.22.0 -> 1.24.0Martin Weinelt1-2/+2
2021-12-08python38Packages.certbot: 1.21.0 -> 1.22.0R. Ryantm1-2/+2
2021-11-14python38Packages.certbot: 1.20.0 -> 1.21.0R. Ryantm1-2/+2
2021-10-06certbot: 1.19.0 -> 1.20.0R. RyanTM1-2/+2
2021-09-08certbot: 1.18.0 -> 1.19.0R. RyanTM1-2/+2
2021-08-15certbot: 1.17.0 -> 1.18.0R. RyanTM1-2/+2
2021-08-13Merge pull request #130675 from r-ryantm/auto-update/certbotArtturi1-2/+2
certbot: 1.16.0 -> 1.17.0
2021-07-21pythonPackages: deprecate ConfigArgParse aliasSandro Jäckel1-2/+2
2021-07-21pythonPackages: deprecate pytest_xdist aliasSandro Jäckel1-2/+2
2021-07-19certbot: 1.16.0 -> 1.17.0R. RyanTM1-2/+2
2021-07-03treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutilRobert Schütz1-2/+2
2021-06-22python3Packages.certbot: 1.15.0 -> 1.16.0Jonathan Ringer1-2/+2
2021-05-08certbot: 1.14.0 -> 1.15.0R. RyanTM1-2/+2
2021-04-10certbot: 1.13.0 -> 1.14.0R. RyanTM1-2/+2
2021-04-02python3Packages.certbot: 1.12.0 -> 1.13.0Robert T. McGibbon1-7/+10
2021-02-03certbot: 1.11.0 -> 1.12.0R. RyanTM1-2/+2
2021-01-22certbot: 1.10.1 -> 1.11.0 (#109746)R. RyanTM1-2/+2
2020-12-04certbot: 1.9.0 -> 1.10.1R. RyanTM1-2/+2
2020-10-11certbot: 1.7.0 -> 1.9.0TredwellGit1-2/+2
https://github.com/certbot/certbot/releases/tag/v1.8.0 https://github.com/certbot/certbot/releases/tag/v1.9.0
2020-08-10certbot: 1.6.0 -> 1.7.0R. RyanTM1-2/+2
2020-07-22certbot: add certbot.withPluginsFlorian Klink1-0/+14
This can be used to wrap certbot to include some plugins. certbot.withPlugins has a similar calling convention as python*.withPackages: ``` certbot.withPlugins (cp: [ cp.certbot-dns-foo ]) ```
2020-07-22certbot: move to python package set, cleanupFlorian Klink1-0/+61