Commit Graph

32 Commits

Author SHA1 Message Date
jacobi petrucciani 10aecedee1 pythonPackages.certbot: 2.3.0 -> 2.4.0 2023-03-20 13:13:10 -04:00
Martin Weinelt 0215034f25 python3.pkgs: Migrate fetchers to use hash
when they already rely on SRI hashes.
2023-03-03 23:59:29 +01:00
Martin Weinelt 04fa022176 python3Packages.certbot: 2.1.1 -> 2.3.0 2023-03-03 23:56:35 +01:00
Guillaume Girol 33afbf39f6 treewide: switch to nativeCheckInputs
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-21 12:00:00 +00:00
Martin Weinelt d251aafb31 python3Packages.certbot: 1.31.0 -> 2.1.1 2023-01-05 01:08:54 +01:00
Florian Klink a85578e401 certbot: 1.29.0 -> 1.31.0
Fixes `(pkgs.certbot.withPlugins (p: [ p.certbot-dns-route53 ]))` and
`certbot-full` build.
2022-10-12 11:05:00 +02:00
Florian Klink 9017c2b775 certbot: nixpkgs-fmt 2022-10-12 11:03:24 +02:00
Martin Weinelt ccdc6e1f4c python3Packages.certbot: ignore DeprecationWarnings during test 2022-09-19 10:37:50 +02:00
R. Ryantm 83bdd27670 python310Packages.certbot: 1.28.0 -> 1.29.0 2022-07-07 19:30:10 +00:00
Sandro Jäckel 80798d3a6d certbot: 1.24.0 -> 1.28.0 2022-06-11 22:05:41 +02:00
Martin Weinelt dbb9df56e2 python3Packages.certbot: 1.22.0 -> 1.24.0 2022-03-14 00:28:50 +01:00
R. Ryantm f276ef7519 python38Packages.certbot: 1.21.0 -> 1.22.0 2021-12-08 22:16:33 -08:00
R. Ryantm ba4915683f python38Packages.certbot: 1.20.0 -> 1.21.0 2021-11-14 12:42:34 +00:00
R. RyanTM 8a6c04cb8c certbot: 1.19.0 -> 1.20.0 2021-10-06 04:55:41 +00:00
R. RyanTM e2c8dbe58c certbot: 1.18.0 -> 1.19.0 2021-09-08 02:45:30 +00:00
R. RyanTM 7d5c754cac certbot: 1.17.0 -> 1.18.0 2021-08-15 01:52:07 +00:00
Artturi 971f9690a9 Merge pull request #130675 from r-ryantm/auto-update/certbot
certbot: 1.16.0 -> 1.17.0
2021-08-13 01:37:09 +03:00
Sandro Jäckel b4099137b1 pythonPackages: deprecate ConfigArgParse alias 2021-07-21 13:32:54 +02:00
Sandro Jäckel 2e9c330216 pythonPackages: deprecate pytest_xdist alias 2021-07-21 13:32:52 +02:00
R. RyanTM 1d8c437118 certbot: 1.16.0 -> 1.17.0 2021-07-19 23:04:15 +00:00
Robert Schütz 1ec5651913 treewide: use pythonPackages.python-dateutil instead of pythonPackages.dateutil 2021-07-03 13:45:57 +02:00
Jonathan Ringer 20cd1f37e7 python3Packages.certbot: 1.15.0 -> 1.16.0 2021-06-22 13:42:46 +02:00
R. RyanTM d32199f0a6 certbot: 1.14.0 -> 1.15.0 2021-05-08 15:10:06 -07:00
R. RyanTM cc2931b1a9 certbot: 1.13.0 -> 1.14.0 2021-04-10 06:23:42 +00:00
Robert T. McGibbon 594399e51a python3Packages.certbot: 1.12.0 -> 1.13.0 2021-04-02 23:52:33 +02:00
R. RyanTM 4d9db31cf7 certbot: 1.11.0 -> 1.12.0 2021-02-03 06:30:43 +00:00
R. RyanTM 4aaa445477 certbot: 1.10.1 -> 1.11.0 (#109746) 2021-01-22 18:18:48 +01:00
R. RyanTM 8449e33159 certbot: 1.9.0 -> 1.10.1 2020-12-04 07:10:55 -08:00
TredwellGit cfed29bfcb certbot: 1.7.0 -> 1.9.0
https://github.com/certbot/certbot/releases/tag/v1.8.0
https://github.com/certbot/certbot/releases/tag/v1.9.0
2020-10-11 20:38:29 -07:00
R. RyanTM 480f53bfec certbot: 1.6.0 -> 1.7.0 2020-08-10 03:46:21 +00:00
Florian Klink 718a4496df certbot: add certbot.withPlugins
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-22 12:07:15 +02:00
Florian Klink 8ad62167e8 certbot: move to python package set, cleanup 2020-07-22 12:06:03 +02:00