Search is not available for this dataset
hash
string
author
int32
committer_date
string
timezone
int64
parents
string
message
string
changes
string
language
string
30b066f08260b73fc26256b5484a180468b9d0a6
491
2022-01-09 22:51:06+01:00
-3,600
['7e5e51aeff46d5cda0ee92f64b9ba4b5058f5dd7']
Remove outdated pylint comments (#9167) * Remove outdated pylint: disable=unused-import annotations. * remove # pylint: disable=ungrouped-imports annotations. * Remove single pylint: disable = unused-argument in DeleteIfAppropriateTest.test_opt_in_deletion.
[{'old_path': 'certbot-apache/certbot_apache/_internal/http_01.py', 'new_path': 'certbot-apache/certbot_apache/_internal/http_01.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -9,7 +9,7 @@ from certbot import errors\n from certbot.compat import filesystem\n from certbot.compat import os\n from certbot.plugins i...
Python
16aad35d31a887dab157f9d4f5e0fe9218d06064
166
2022-01-12 16:36:51-08:00
-3,600
['30b066f08260b73fc26256b5484a180468b9d0a6']
Fully type certbot-nginx module (#9124) * Work in progress * Fix type * Work in progress * Work in progress * Work in progress * Work in progress * Work in progress * Oups. * Fix typing in UnspacedList * Fix logic * Finish typing * List certbot-nginx as fully typed in tox * Fix lint...
[{'old_path': 'certbot-apache/certbot_apache/_internal/configurator.py', 'new_path': 'certbot-apache/certbot_apache/_internal/configurator.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -964,7 +964,9 @@ class ApacheConfigurator(common.Configurator):\n logger.warning("Encountered a problem while pars...
Python
afc5be5abeeee60560113c5eda0abfeaf1e04be8
416
2022-01-18 23:20:25+01:00
28,800
['16aad35d31a887dab157f9d4f5e0fe9218d06064']
Add wildcard example (#9164) * Add wildcard example * Update wildcard example
[{'old_path': 'certbot-dns-digitalocean/certbot_dns_digitalocean/__init__.py', 'new_path': 'certbot-dns-digitalocean/certbot_dns_digitalocean/__init__.py', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -77,6 +77,15 @@ Examples\n -d example.com \\\\\n -d www.example.com\n \n+.. code-block:: bash\n+ :capt...
Python
7d9e9a49005de7961e84d2a7c608db57dbab3046
491
2022-01-21 10:15:48+01:00
-3,600
['afc5be5abeeee60560113c5eda0abfeaf1e04be8']
Add typing to certbot.apache (#9071) * Add typing to certbot.apache Co-authored-by: Adrien Ferrand <ferrand.ad@gmail.com>
[{'old_path': 'certbot-apache/certbot_apache/_internal/apache_util.py', 'new_path': 'certbot-apache/certbot_apache/_internal/apache_util.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,6 +4,13 @@ import fnmatch\n import logging\n import re\n import subprocess\n+from typing import Any\n+from typing import Dict...
Python
12442a2aca8c4eaa2ebcaf42aef81f5f3b0935bf
491
2022-01-21 20:29:53+11:00
-3,600
['7d9e9a49005de7961e84d2a7c608db57dbab3046']
Test coverage dns ecdsa (#9174) * Added test coverage for ES256 signing keys in DNS challenges. * pass tests * Feedback
[{'old_path': 'acme/tests/challenges_test.py', 'new_path': 'acme/tests/challenges_test.py', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -6,6 +6,7 @@ from unittest import mock\n import josepy as jose\n import OpenSSL\n import requests\n+from josepy.jwk import JWKEC\n \n from acme import errors\n \n@@ -401,8 +402,1...
Python
3d5defe28a69f284bc0f7638f7160a59004fe0bf
166
2022-01-21 12:42:05-08:00
-3,600
['12442a2aca8c4eaa2ebcaf42aef81f5f3b0935bf']
Deprecate Python 3.6 support (#9160) Fixes https://github.com/certbot/certbot/issues/8983 Python 3.6 is now EOL: https://endoflife.date/python This is normally a good time to create warnings about Python 3.6 deprecation the Certbot upcoming release 1.23.0 so that its support is removed in 1.24.0. We have to s...
[{'old_path': 'acme/acme/__init__.py', 'new_path': 'acme/acme/__init__.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,6 +6,7 @@ This module is an implementation of the `ACME protocol`_.\n \n """\n import sys\n+import warnings\n \n # This code exists to keep backwards compatibility with people using acme.jose...
Python
fb564cddd9b434d482bcd8ef1d753144be1c10ed
617
2022-01-24 18:17:43+11:00
-3,600
['3d5defe28a69f284bc0f7638f7160a59004fe0bf']
Dns-google: update permissions needed in documentation (#9094) * dns-google : Update account permission needed Add permission for transaction creation => dns.managedZones.get Add permission for RR removal transaction => dns.changes.list * Add fix GCP Permission Changelog * Update CHANGELOG.md
[{'old_path': 'certbot-dns-google/certbot_dns_google/__init__.py', 'new_path': 'certbot-dns-google/certbot_dns_google/__init__.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -30,6 +30,8 @@ for an account with the following permissions:\n \n * ``dns.changes.create``\n * ``dns.changes.get``\n+* ``dns.changes.list...
Python
7198f43008e05ecc0feb37814e0a1f2f520caf3a
181
2022-01-24 09:33:11-08:00
-39,600
['fb564cddd9b434d482bcd8ef1d753144be1c10ed']
apache: expose aug_save errors in the debug log (#9169) Fixes #9168. * apache: expose aug_save errors in the debug log * logger arguments wrong way around * log formatting Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
[{'old_path': 'certbot-apache/certbot_apache/_internal/parser.py', 'new_path': 'certbot-apache/certbot_apache/_internal/parser.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -199,7 +199,13 @@ class ApacheParser:\n \n """\n self.configurator.save_notes = ""\n+\n+ ex_errs = self.aug.match("...
Python
dac0b2c187fd94de9725da623587729ef356b60d
166
2022-01-24 15:16:19-08:00
-3,600
['7198f43008e05ecc0feb37814e0a1f2f520caf3a']
Typed jose fields (#9073) * Add generic methods to save some casts, and fix lint * Update current and oldest pinning * Fix classes * Remove some todos thanks to josepy 1.11.0 * Cleanup some useless pylint disable * Finish complete typing * Better TypeVar names * Upgrade pinning and fix some typing...
[{'old_path': 'acme/acme/challenges.py', 'new_path': 'acme/acme/challenges.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -12,6 +12,8 @@ from typing import Mapping\n from typing import Optional\n from typing import Tuple\n from typing import Type\n+from typing import TypeVar\n+from typing import Union\n \n from...
Python
fb1b105ba24939f379d0e005f8315a7c59b39e91
153
2022-01-25 21:34:38+11:00
-3,600
['dac0b2c187fd94de9725da623587729ef356b60d']
dns-digitalocean: Ignore SOA TTL in favor of explicit TTL argument (#9149) * Ignore SOA TTL in favor of explicit TTL argument `domain.ttl` should be `None` so that the `self.ttl` argument in `add_txt_record()` is not ignored (`domain.ttl` takes precedence). * Document mitigation for dns-digitalocean ignoring t...
[{'old_path': 'certbot-dns-digitalocean/certbot_dns_digitalocean/_internal/dns_digitalocean.py', 'new_path': 'certbot-dns-digitalocean/certbot_dns_digitalocean/_internal/dns_digitalocean.py', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -82,6 +82,10 @@ class _DigitalOceanClient:\n \n try:\n dom...
Python
0181a0b07f2a475389cb5a5f5b31a0bc538efa5e
166
2022-01-31 19:17:40+11:00
-3,600
['fb1b105ba24939f379d0e005f8315a7c59b39e91']
Fully type certbot apache (#9177) * Work in progress * Work in progress * Work in progress * Work in progress * Fix issues around nullability of VirtualHost.path, may discuss that during review * Work in progress * Fix remaining types * Various lint fixes * Reconfigure tox and mypy to disallow ...
[{'old_path': 'certbot-apache/certbot_apache/_internal/apache_util.py', 'new_path': 'certbot-apache/certbot_apache/_internal/apache_util.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,12 +4,10 @@ import fnmatch\n import logging\n import re\n import subprocess\n-from typing import Any\n from typing import Dic...
Python
5b17a18355222c511b3d5e4442f01520765e8b8f
225
2022-01-31 15:52:43-08:00
28,800
['0181a0b07f2a475389cb5a5f5b31a0bc538efa5e']
CentOS & RHEL test farm fixes (#9188) * update rhel 7 ami * update bootstrap script * update centos 8 image * update centos 7 images * add target comments
[{'old_path': 'letstest/scripts/bootstrap_os_packages.sh', 'new_path': 'letstest/scripts/bootstrap_os_packages.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -117,8 +117,9 @@ BootstrapRpmPython3() {\n python3-devel\n "\n \n+ # We only expect this branch to be taken on RHEL 7.\n if ! sudo $TOOL list \'p...
Python
fe0c0dc3ae6c25c6087e51717a223f38a9b23d2f
491
2022-02-03 17:34:04-08:00
-3,600
['5b17a18355222c511b3d5e4442f01520765e8b8f']
Add support for revoking ecdsa keys without --cert-name. (#8725) * Add support for revoking ecdsa keys without --cert-name. Co-Authored-By: commonism <commonism@users.noreply.github.com> * Move alg to acme_client.ClientNetwork instantiating in acme_from_config_key * Fix argument for RS256/ES256 * Support a...
[{'old_path': 'acme/acme/client.py', 'new_path': 'acme/acme/client.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1076,7 +1076,7 @@ class ClientNetwork:\n logger.debug(\'JWS payload:\\n%s\', jobj)\n kwargs = {\n "alg": self.alg,\n- "nonce": nonce\n+ "nonce": no...
Python
d1608f8f2d4163d7f6bd26bda63decffd6f823e2
528
2022-02-04 18:29:26+01:00
-3,600
['fe0c0dc3ae6c25c6087e51717a223f38a9b23d2f']
include py.typed marker files in distribution (#9187)
[{'old_path': 'acme/MANIFEST.in', 'new_path': 'acme/MANIFEST.in', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,5 +4,6 @@ include pytest.ini\n recursive-include docs *\n recursive-include examples *\n recursive-include tests *\n+include acme/py.typed\n global-exclude __pycache__\n global-exclude *.py[cod]\n'}, {...
Python
69461bc15af0166fac6f7aa8f48e2761c80f0eb5
224
2022-02-08 07:49:47-08:00
28,800
['6c278c3352e84f14880f89021ed6fb9c62e1e320']
Update changelog for 1.23.0 release
[{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,7 @@\n \n Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n-## 1.23.0 - master\n+## 1.23.0 - 2022-02-08\n \n ### Added\n \n'}]
Python
d655ab6913c5198cb28d314ada7d4fac459371f6
224
2022-02-08 07:50:45-08:00
28,800
['719f3ac5779b24a6df2366fdd657b27daa9a8cb7']
Add contents to certbot/CHANGELOG.md for next version
[{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,6 +2,22 @@\n \n Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n+## 1.24.0 - master\n+\n+### Added\n+\n+*\n+\n+### Changed\n+\n+*\n+\n+### Fixed\n+\n+*\n+\n+More details abou...
Python
f14cefff185f36d01fd6917dcbe542d5be29aa1e
364
2022-02-10 14:10:14-08:00
28,800
['9524a9fc162fe0e359c63e2b8d5a27854bb5d267']
Test revert setuptools pin (#9197) * Revert setuptools-rust pin This was a temporary workaround to fix https://github.com/certbot/certbot/issues/9111, but it looks like the the issue resolved itself * Make mypy happy There was an unused ignore statement, and Validator.certificate was unnecessarily casting ...
[{'old_path': 'acme/acme/challenges.py', 'new_path': 'acme/acme/challenges.py', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -472,7 +472,7 @@ class TLSALPN01Response(KeyAuthorizationChallengeResponse):\n # Type ignore needed due to\n # https://github.com/pyca/pyopenssl/issues/730.\n logger....
Python
a1b2e973c00a92efa8de1687e1b3c33d4ed76e70
288
2022-02-11 15:40:14+11:00
28,800
['f14cefff185f36d01fd6917dcbe542d5be29aa1e']
Search included files for nginx server_names_hash_bucket_size directive (#9198) * Search all included files for bucket directive * Add tests for mod_config * Update changelog * Move changelog entry to the new release's section * Break immediately once we've found the `http` block Co-authored-by: alexzor...
[{'old_path': 'certbot-nginx/certbot_nginx/_internal/http_01.py', 'new_path': 'certbot-nginx/certbot_nginx/_internal/http_01.py', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -84,23 +84,50 @@ class NginxHttp01(common.ChallengePerformer):\n bucket_directive = ['\\n', 'server_names_hash_bucket_size', ' ', '1...
Python
6f85eb928c2c6f670b169ec4f86c296f6d15ba71
491
2022-02-14 14:54:03-08:00
-3,600
['a1b2e973c00a92efa8de1687e1b3c33d4ed76e70']
Use literals wherever possible. (#9194) * Use literals wherever possible. These were found with flake8-comprehensions.
[{'old_path': 'acme/acme/messages.py', 'new_path': 'acme/acme/messages.py', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -65,11 +65,11 @@ ERROR_CODES = {\n 'externalAccountRequired': 'The server requires external account binding',\n }\n \n-ERROR_TYPE_DESCRIPTIONS = dict(\n- (ERROR_PREFIX + name, desc) for n...
Python
c96420dbe0b9c6950b4fd862cd5a43e565b14834
225
2022-02-17 22:17:21+11:00
28,800
['6f85eb928c2c6f670b169ec4f86c296f6d15ba71']
remove outdated setup.cfg files (#9201)
[{'old_path': 'acme/setup.cfg', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1,2 +0,0 @@\n-[bdist_wheel]\n-universal = 1\n'}, {'old_path': 'certbot-apache/setup.cfg', 'new_path': None, 'type': <ModificationType.DELETE: 4>, 'diff': '@@ -1,2 +0,0 @@\n-[bdist_wheel]\n-universal = 1\n'}, {'old_path'...
Python
c3cb01d24a3823a27caebc745cfcebf8b1521b95
225
2022-02-22 13:19:48-08:00
28,800
['c96420dbe0b9c6950b4fd862cd5a43e565b14834']
Fixing hanging test farm tests (#9211) [Our test farm tests started hanging last night](https://dev.azure.com/certbot/certbot/_build/results?buildId=5151&view=logs&j=23275d9a-33b0-57f8-5f28-197fe2e5b9cd&s=1dfbc15b-7d0f-52a9-b1da-b17592bf94f8). Running the tests locally, the cause was `apt-get install` raised an intera...
[{'old_path': 'certbot-apache/tests/apache-conf-files/apache-conf-test', 'new_path': 'certbot-apache/tests/apache-conf-files/apache-conf-test', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -51,9 +51,9 @@ function Cleanup() {\n \n # if our environment asks us to enable modules, do our best!\n if [ "$1" = --debian-m...
Python
5e76669c5026732d1440e39e93b58220ef7bd354
225
2022-02-23 09:22:10+11:00
28,800
['c3cb01d24a3823a27caebc745cfcebf8b1521b95']
add another DEBIAN_FRONTEND=noninteractive (#9212)
[{'old_path': 'letstest/scripts/test_apache2.sh', 'new_path': 'letstest/scripts/test_apache2.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -7,8 +7,8 @@ if [ "$OS_TYPE" = "ubuntu" ]\n then\n CONFFILE=/etc/apache2/sites-available/000-default.conf\n sudo apt-get update\n- sudo apt-get -y --no-upgrade i...
Python
e2b7b62b9897e2696491f6186236e0a0b762423b
225
2022-02-23 15:10:48-08:00
28,800
['5e76669c5026732d1440e39e93b58220ef7bd354']
remove test_sdists.sh (#9213) The reason I want to do this is many of the targets of `test_sdists.sh` use Python 3.6 which [has reached its EOL](https://www.python.org/dev/peps/pep-0494/#lifespan). We could instead just stop running the test on these systems or install a newer version of Python 3 outside of OS packagi...
[{'old_path': '.azure-pipelines/templates/jobs/extended-tests-jobs.yml', 'new_path': '.azure-pipelines/templates/jobs/extended-tests-jobs.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -65,15 +65,9 @@ jobs:\n le-modification:\n IMAGE_NAME: ubuntu-18.04\n TOXENV: modification\n- ...
Python
d9dd3134f0396b53ba306d0450970ab69cf9ab23
225
2022-02-24 12:06:23-08:00
28,800
['e2b7b62b9897e2696491f6186236e0a0b762423b']
Cleanup scripts and switch to pyenv (#9214) I think test_apache2.sh still has value as it allows us to test our Apache plugin with the Apache layouts found on different OSes. Unfortunately, many of the OSes we're currently testing against don't have Python 3.7+ packaged yet we still support these OSes through things l...
[{'old_path': 'letstest/scripts/bootstrap_os_packages.sh', 'new_path': 'letstest/scripts/bootstrap_os_packages.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,134 +8,22 @@ error() {\n echo "$@"\n }\n \n-if command -v command > /dev/null 2>&1 ; then\n- export EXISTS="command -v"\n-elif which which > /dev/...
Python
96847ba77982cad3af708656e7371920ed5cbe0c
326
2022-02-28 07:25:49+11:00
-3,600
['d9dd3134f0396b53ba306d0450970ab69cf9ab23']
Add extra challenge info to `--debug-challenges` (#9208) * Add challenge info to `--debug-challenges` * Expand/add tests * Add changelog entry * Make tests Python 3.6 and 3.7 compatible * Don't use `config.namespace` * And don't use `config.namespace` in tests too * Expand tests to check for token/th...
[{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,6 +6,9 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n ### Added\n \n+* When the `--debug-challenges` option is used in combination with `-v`, Certbot\n+ now displays th...
Python
37e4f5735ae3e001a06b7f127a745da56863a772
225
2022-02-28 09:51:44-08:00
28,800
['96847ba77982cad3af708656e7371920ed5cbe0c']
update changelog (#9219)
[{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -13,7 +13,9 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n ### Changed\n \n-*\n+* We previously said we'd drop Python 3.6 support in this release. This release\n+ still su...
Python
3c9e690e190e47340aca539f056a4861d8bc8b0b
181
2022-02-28 11:16:58-08:00
-39,600
['37e4f5735ae3e001a06b7f127a745da56863a772']
snap_config: set a timeout when talking to snapd (#9218)
[{'old_path': 'certbot/certbot/_internal/snap_config.py', 'new_path': 'certbot/certbot/_internal/snap_config.py', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -54,7 +54,8 @@ def prepare_env(cli_args: List[str]) -> List[str]:\n session.mount('http://snapd/', _SnapdAdapter())\n \n try:\n- ...
Python
c1030c0d40716895f0220a5b236a7b93c223150e
225
2022-02-28 15:23:30-08:00
28,800
['3c9e690e190e47340aca539f056a4861d8bc8b0b']
Drop Python 3.6 support (#9216) * Remove deprecation warnings * update ci * update setup.py files * update changelog * update pinnings * update requests and friends * update setuptools pin * update setuptools pin pt2 * update pytz * upgrade pyparsing * upgrade boto deps * update deps a...
[{'old_path': '.azure-pipelines/templates/jobs/extended-tests-jobs.yml', 'new_path': '.azure-pipelines/templates/jobs/extended-tests-jobs.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -8,12 +8,6 @@ jobs:\n - group: certbot-common\n strategy:\n matrix:\n- linux-py36:\n- PYTHON_V...
Python
88c0e4c6fa1589bb587fd929b70688efaf02f4eb
288
2022-03-01 12:23:44-08:00
28,800
['c1030c0d40716895f0220a5b236a7b93c223150e']
Update changelog for 1.24.0 release
[{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,7 @@\n \n Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n-## 1.24.0 - master\n+## 1.24.0 - 2022-03-01\n \n ### Added\n \n'}]
Python
430d383e47008d1584ee98ed63031fd87824079a
288
2022-03-01 12:34:54-08:00
28,800
['3d3077e1f17942d0b77453480efd6e16a71133bb']
Add contents to certbot/CHANGELOG.md for next version
[{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,6 +2,22 @@\n \n Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n+## 1.25.0 - master\n+\n+### Added\n+\n+*\n+\n+### Changed\n+\n+*\n+\n+### Fixed\n+\n+*\n+\n+More details abou...
Python
6e8f58e3f618c887df10c7640c3c148fc62cbf8c
181
2022-03-02 08:55:17-08:00
-39,600
['f734e7a81c0137a8a19bdb696420c9de6d55e4e4']
improve handling and ux of unexpected key type migration (#9200) * improve handling and ux of unexpected key type migration * update unit tests * update integration tests * if --cert-name and --key-type are set, dont prompt
[{'old_path': 'certbot-ci/certbot_integration_tests/certbot_tests/test_main.py', 'new_path': 'certbot-ci/certbot_integration_tests/certbot_tests/test_main.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -540,35 +540,46 @@ def test_renew_with_ec_keys(context: IntegrationTestsContext) -> None:\n \'--key-ty...
Python
b95deaa7e4980cccb780d116cffa3b6a9c2837cf
225
2022-03-02 12:10:01-08:00
28,800
['6e8f58e3f618c887df10c7640c3c148fc62cbf8c']
Use the git CLI with cargo (#9223) Hopefully this makes things more stable. This is based on Alex's suggestion [here](https://opensource.eff.org/eff-open-source/pl/ouf996zuxjnkdxwq81bihxak7e). * git cli in docker * git cli in snap * git cli in dns snaps * use true strings
[{'old_path': 'snap/snapcraft.yaml', 'new_path': 'snap/snapcraft.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -80,6 +80,10 @@ parts:\n - python3-dev\n - cargo\n build-environment:\n+ # We set this environment variable while building to try and increase the\n+ # stability of fetchin...
Python
5d493ca53cbbc078af6937ec993fc8fcddc002c4
181
2022-03-02 13:55:20-08:00
-39,600
['b95deaa7e4980cccb780d116cffa3b6a9c2837cf']
storage: always save key_type to renewal .conf (#9217) * storage: always save key_type to renewal .conf * fix typo in comment Co-authored-by: DasSkelett <dasskelett@gmail.com>
[{'old_path': 'certbot-ci/certbot_integration_tests/certbot_tests/assertions.py', 'new_path': 'certbot-ci/certbot_integration_tests/certbot_tests/assertions.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -1,6 +1,7 @@\n """This module contains advanced assertions for the certbot integration tests."""\n import io...
Python
92de543fe739c7159ef10ce895c468ccc1c1f089
491
2022-03-03 07:12:34-08:00
-3,600
['5d493ca53cbbc078af6937ec993fc8fcddc002c4']
Use f-strings in many places in acme and certbot. (#9225)
[{'old_path': 'acme/acme/challenges.py', 'new_path': 'acme/acme/challenges.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -279,7 +279,7 @@ class DNS01(KeyAuthorizationChallenge):\n :rtype: str\n \n """\n- return "{0}.{1}".format(self.LABEL, name)\n+ return f"{self.LABEL}.{name}"\n ...
Python
f251a13f322e10c530897be31aa07a1199061f10
658
2022-03-03 19:31:03+01:00
28,800
['92de543fe739c7159ef10ce895c468ccc1c1f089']
Remove Windows 2016 environment, generate 64 bit installer (#9202) * Remove Windows 2016 environment, generate 64 bit installer * Add note to changelog * Use win_amd64 as installer suffix * Bump PYTHON_BITNESS to 64 * Require 64 bit Windows for the installer_build job * Update certbot install path * update windo...
[{'old_path': '.azure-pipelines/templates/jobs/packaging-jobs.yml', 'new_path': '.azure-pipelines/templates/jobs/packaging-jobs.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -55,12 +55,12 @@ jobs:\n displayName: Run integration tests for Docker images\n - job: installer_build\n pool:\n- vmI...
Python
a513b57e5e3667365f77b040e070cbec05212174
326
2022-03-08 15:00:12-08:00
-3,600
['f251a13f322e10c530897be31aa07a1199061f10']
Must staple: check for OCSP support (#9226) * Must staple: check for OCSP support * Expand error message * s/Must Staple/Must-Staple * Broaden the term webserver * Improve error message
[{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,6 +13,10 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).\n * Dropped 32 bit support for the Windows beta installer\n * Windows beta installer is now distributed as "certbot-b...
Python
ee2f5f5a0a1770c85c6740388dbbe93208fa148f
181
2022-03-12 09:04:09+11:00
-39,600
['a513b57e5e3667365f77b040e070cbec05212174']
pinning: work around poetry crash caused by bad 3rd party constraint (#9229)
[{'old_path': 'tools/oldest_constraints.txt', 'new_path': 'tools/oldest_constraints.txt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,10 +13,10 @@ certifi==2021.10.8; python_version >= "3.7" and python_full_version < "3.0.0" or\n cffi==1.9.1\n chardet==3.0.4\n cloudflare==1.5.1\n-colorama==0.4.4; python_versi...
Python
2b516614301add188b68e1a3e8aca8d3eadb4e0b
491
2022-03-12 20:31:54+11:00
-3,600
['ee2f5f5a0a1770c85c6740388dbbe93208fa148f']
Remove cast for jose.fields. (#9228) * Remove cast for jose.fields. https://github.com/certbot/certbot/pull/9073 references this. * Some of them can't be removed, though. * Fix josepy type hints of json * Increase josepy pinning version. Note that the repin scripts have not been used. * Run repin scr...
[{'old_path': 'acme/setup.py', 'new_path': 'acme/setup.py', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -7,7 +7,7 @@ version = '1.25.0.dev0'\n \n install_requires = [\n 'cryptography>=2.5.0',\n- 'josepy>=1.10.0',\n+ 'josepy>=1.13.0',\n 'PyOpenSSL>=17.3.0',\n 'pyrfc3339',\n 'pytz>=2019.3',\n"...
Python
ae41832f7c76698c5cf1600c80c86a51da50b0ac
491
2022-03-13 07:53:45+11:00
-3,600
['2b516614301add188b68e1a3e8aca8d3eadb4e0b']
Update ACME spec links to point to RFC 8555. (#9232)
[{'old_path': 'certbot/README.rst', 'new_path': 'certbot/README.rst', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -10,7 +10,7 @@ Certbot is meant to be run directly on your web server, not on your personal com\n \n Certbot is a fully-featured, extensible client for the Let's\n Encrypt CA (or any other CA that spe...
Python
f54d9a325716d91ecc334496d231808fea6e245f
181
2022-03-16 08:50:26+11:00
-39,600
['ae41832f7c76698c5cf1600c80c86a51da50b0ac']
certbot-ci: fix boulder-v2 failures related to unexported challtestsrv port (#9235) * certbot-ci: fix challtestsrv address for boulder-v2 The port is no longer exposed on the Docker host. * vary the challtestsrv URL by acme server * fix mypy * fix comment Co-authored-by: ohemorange <ebportnoy@gmail.com>...
[{'old_path': 'certbot-ci/certbot_integration_tests/certbot_tests/context.py', 'new_path': 'certbot-ci/certbot_integration_tests/certbot_tests/context.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -29,8 +29,8 @@ class IntegrationTestsContext:\n self.http_01_port = acme_xdist[\'http_port\'][self.worker_...
Python
f58e3c5e926dc28db594acae9f889f505249cabf
288
2022-03-15 16:46:58-07:00
25,200
['f54d9a325716d91ecc334496d231808fea6e245f']
Run repin.sh to pull in new version of cryptography, using OpenSSL 1.1.1n (#9237)
[{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,7 +22,8 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n ### Fixed\n \n-*\n+* Updated dependencies to use new version of cryptography that uses OpenSSL 1.1.1n, in\n+ res...
Python
cf6c511e91f8695349c1a7471ec03ee36bd228fa
288
2022-03-16 11:16:28-07:00
25,200
['f58e3c5e926dc28db594acae9f889f505249cabf']
Update changelog for 1.25.0 release
[{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,7 @@\n \n Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n-## 1.25.0 - master\n+## 1.25.0 - 2022-03-16\n \n ### Added\n \n'}]
Python
690c35530fa45cbbadcdbe4ffd45326967ecbca1
288
2022-03-16 11:17:55-07:00
25,200
['44c097fc05ff0d86c58e06267a5576dfdcfdfe4a']
Add contents to certbot/CHANGELOG.md for next version
[{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,6 +2,22 @@\n \n Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n+## 1.26.0 - master\n+\n+### Added\n+\n+*\n+\n+### Changed\n+\n+*\n+\n+### Fixed\n+\n+*\n+\n+More details abou...
Python
54047011110341952b60dad88d5ec848d2e2cc71
181
2022-03-18 10:03:49+11:00
-39,600
['5ef18d905a51a0ee1976f051f00301178e7b23f8']
windows: upgrade Python to 3.9.11 (#9241)
[{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -14,7 +14,8 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n ### Fixed\n \n-*\n+* Certbot for Windows has been upgraded to use Python 3.9.11, in response to\n+ https://www.o...
Python
690f62bae2f23611b69c756dc03645ebe23138de
181
2022-03-23 15:07:29-07:00
-39,600
['54047011110341952b60dad88d5ec848d2e2cc71']
dns-ovh: increase default propagation timeout to 120s (#9244)
[{'old_path': 'certbot-dns-ovh/certbot_dns_ovh/_internal/dns_ovh.py', 'new_path': 'certbot-dns-ovh/certbot_dns_ovh/_internal/dns_ovh.py', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -32,7 +32,7 @@ class Authenticator(dns_common.DNSAuthenticator):\n \n @classmethod\n def add_parser_arguments(cls, add: Call...
Python
05a9ded297daf58144d966c6d6276f039761dd8d
181
2022-03-23 15:13:05-07:00
-39,600
['690f62bae2f23611b69c756dc03645ebe23138de']
pinning: update awscli pin (#9242)
[{'old_path': 'tools/pinning/current/pyproject.toml', 'new_path': 'tools/pinning/current/pyproject.toml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -43,7 +43,7 @@ windows-installer = {path = "../../../windows-installer"}\n # versions of awscli on PyPI so this process takes too long. Providing a high\n # minimum...
Python
9ef6110e36e0cd03611409350de08b49b09c5bf2
658
2022-03-24 13:32:03-07:00
25,200
['05a9ded297daf58144d966c6d6276f039761dd8d']
Point pip to filesystem packages rather than local HTTP server (#9240)
[{'old_path': 'tools/_release.sh', 'new_path': 'tools/_release.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -157,29 +157,25 @@ done\n mkdir "dist.$version"\n for pkg_dir in $SUBPKGS\n do\n- mv $pkg_dir/dist "dist.$version/$pkg_dir/"\n+ mv $pkg_dir/dist/* "dist.$version"\n done\n \n echo "Testing packages"\n...
Python
1d45939cab3ccf5a4849e9cdde50c329a8042cd6
326
2022-03-24 15:42:47-07:00
-3,600
['9ef6110e36e0cd03611409350de08b49b09c5bf2']
Skip ToS agreement question if ToS value is None (#9245) * Skip ToS agreement question if ToS value is None * Add changelog entry * Typo in CHANGELOG Co-authored-by: ohemorange <ebportnoy@gmail.com> * Typo in CHANGELOG Co-authored-by: ohemorange <ebportnoy@gmail.com> Co-authored-by: ohemorange <ebpor...
[{'old_path': 'acme/acme/client.py', 'new_path': 'acme/acme/client.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -906,7 +906,8 @@ class BackwardsCompatibleClientV2:\n return regr_res\n else:\n client_v2 = cast(ClientV2, self.client)\n- if "terms_of_service" in client_...
Python
142fcad28b0e61f335b92a743b38c8d677bd00dd
491
2022-03-28 17:26:06-07:00
-7,200
['1d45939cab3ccf5a4849e9cdde50c329a8042cd6']
Update various references to draft RFC to published versions. (#9250)
[{'old_path': 'acme/acme/__init__.py', 'new_path': 'acme/acme/__init__.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,7 @@\n \n This module is an implementation of the `ACME protocol`_.\n \n-.. _`ACME protocol`: https://ietf-wg-acme.github.io/acme\n+.. _`ACME protocol`: https://datatracker.ietf.org/doc/...
Python
4456a6ba0be572a39cb620f9d4f896a240eec01e
326
2022-03-31 07:36:15+11:00
-7,200
['142fcad28b0e61f335b92a743b38c8d677bd00dd']
Add error message to account registration error (#9233) * Add message to account reg. error * Changelog * Remove forced lowercase first char * Catch errors raised by acme library * Fix mypy and add some comments * Add some tests * Move changelog entry to current version * Address comments * Ad...
[{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -22,6 +22,9 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).\n agree with a non-existent Terms of Service ("None"). This bug is now fixed, so\n that if an ACME server does not...
Python
284023a1b7672be2bd4018dd7623b3b92197d4b0
181
2022-03-31 11:40:21-07:00
-39,600
['4456a6ba0be572a39cb620f9d4f896a240eec01e']
Add --new-key (#9252) * add --new-key * add tests
[{'old_path': 'certbot-ci/certbot_integration_tests/certbot_tests/assertions.py', 'new_path': 'certbot-ci/certbot_integration_tests/certbot_tests/assertions.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -37,16 +37,19 @@ def assert_elliptic_key(key: str, curve: Type[EllipticCurve]) -> None:\n assert isinsta...
Python
fe0b637e4d5acf3d24ba0d5e3feca440c2a32717
181
2022-03-31 13:48:47-07:00
-39,600
['284023a1b7672be2bd4018dd7623b3b92197d4b0']
display acme.Errors less verbosely (#9255) * display acme.Errors less verbosely * remove superfluous import
[{'old_path': 'certbot/certbot/_internal/display/util.py', 'new_path': 'certbot/certbot/_internal/display/util.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -4,6 +4,7 @@ import textwrap\n from typing import List\n from typing import Optional\n \n+from acme import messages as acme_messages\n from certbot.compat...
Python
d45a702649cd2241d61475e9746f41d5e7ab39e5
181
2022-04-01 13:27:11-07:00
-39,600
['fe0b637e4d5acf3d24ba0d5e3feca440c2a32717']
changelog: clarify --new-key entry (#9259) @osirisinferi pointed out [in chat](https://opensource.eff.org/eff-open-source/pl/y5whp5ny378wuedi8gd7995qbo) that the way this entry was written, suggested that `--new-key` might affect whether `--reuse-key` is set or not. I think the second sentence was the main culprit,...
[{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -7,9 +7,10 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).\n ### Added\n \n * Added `--new-key`. When renewing or replacing a certificate that has `--reuse-key`\n- set, it will ...
Python
b5a187841ea61528401aa398cb3472d6e9fd6ff5
181
2022-04-02 08:17:08+11:00
-39,600
['d45a702649cd2241d61475e9746f41d5e7ab39e5']
certbot-ci: upgrade pebble to v2.3.1 (#9260)
[{'old_path': 'certbot-ci/certbot_integration_tests/utils/pebble_artifacts.py', 'new_path': 'certbot-ci/certbot_integration_tests/utils/pebble_artifacts.py', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -11,7 +11,7 @@ import requests\n from certbot_integration_tests.utils.constants import DEFAULT_HTTP_01_PORT\n fr...
Python
e8a1e6deb15c643874c2a9e7f5dd8f4b737bca57
224
2022-04-05 10:41:26-07:00
25,200
['b5a187841ea61528401aa398cb3472d6e9fd6ff5']
Update changelog for 1.26.0 release
[{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,7 @@\n \n Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n-## 1.26.0 - master\n+## 1.26.0 - 2022-04-05\n \n ### Added\n \n'}]
Python
3f8fde4270248235bab10fd89611598e07c7d483
224
2022-04-05 10:43:01-07:00
25,200
['5b8cc18456f883be8613216a0f139cc2b6e34eaa']
Add contents to certbot/CHANGELOG.md for next version
[{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,6 +2,22 @@\n \n Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n+## 1.27.0 - master\n+\n+### Added\n+\n+*\n+\n+### Changed\n+\n+*\n+\n+### Fixed\n+\n+*\n+\n+More details abou...
Python
87216372dd52277b10fa040591ec6ddfa17825e5
225
2022-04-06 09:12:38+10:00
25,200
['b7df4416b5c3119b2dc37fda57bf0cf82ad2be14']
Fix race condition and uncaught exception (#9264) * Fix race condition and uncaught exception * fix typo
[{'old_path': 'acme/acme/crypto_util.py', 'new_path': 'acme/acme/crypto_util.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -120,7 +120,14 @@ class SSLSocket: # pylint: disable=too-few-public-methods\n \n def shutdown(self, *unused_args: Any) -> bool:\n # OpenSSL.SSL.Connection.shutdown doe...
Python
0fb5094250ea3f03d8fe81e430888a7b6b44b8b2
51
2022-04-06 09:34:26-07:00
-3,600
['87216372dd52277b10fa040591ec6ddfa17825e5']
Add subproblems to errors (#7046) (#9258) * Add subproblems to errors (#7046) * Fix can't assign attribute * Tidy up string representations of errors and add decoders for subproblems / identifiers * Add missing attributes to docstring * Move change to 1.27.0 in changelog
[{'old_path': 'AUTHORS.md', 'new_path': 'AUTHORS.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -115,6 +115,7 @@ Authors\n * [Jacob Sachs](https://github.com/jsachs)\n * [Jairo Llopis](https://github.com/Yajo)\n * [Jakub Warmuz](https://github.com/kuba)\n+* [James Balazs](https://github.com/jamesbalazs)\n * [Ja...
Python
df982b33b905ac9ba77add0df250cd63947f5af0
225
2022-04-09 19:20:03+10:00
25,200
['7a2c26fd22ad89fbc9c438bdbd0fd844b2e7686b']
cleanup renewer defaults (#9274)
[{'old_path': 'certbot/certbot/_internal/constants.py', 'new_path': 'certbot/certbot/_internal/constants.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -151,13 +151,9 @@ DEFAULT_LOGGING_LEVEL = logging.WARNING\n """Default logging level to use when not in quiet mode."""\n \n RENEWER_DEFAULTS = {\n- "renewer_...
Python
0ca8ec6f7f60d9fa712d194c9291baff21599ef9
326
2022-04-13 11:47:19+10:00
-7,200
['df982b33b905ac9ba77add0df250cd63947f5af0']
Add missing closing parenthesis (#9279)
[{'old_path': 'certbot/certbot/_internal/cli/__init__.py', 'new_path': 'certbot/certbot/_internal/cli/__init__.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -409,7 +409,7 @@ def prepare_and_parse_args(plugins: plugins_disco.PluginsRegistry, args: List[st\n \' the new certificates and keys; the shell va...
Python
549bc0a5fdd6fe21356dd1704a8e9b12fe4ed3b1
658
2022-04-19 07:40:46+10:00
25,200
['0ca8ec6f7f60d9fa712d194c9291baff21599ef9']
Use win32 as platform in tox.ini (#9277) This is used to match against sys.platform, which for windows is win32 regardless of bitness
[{'old_path': 'tox.ini', 'new_path': 'tox.ini', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -26,8 +26,8 @@ source_paths = acme/acme certbot/certbot certbot-apache/certbot_apache certbot-c\n passenv =\n CERTBOT_NO_PIN\n platform =\n- win: win64\n- posix: ^(?!.*win64).*$\n+ win: win32\n+ posix: ^(?!...
Python
20336266fd30e5d5cec06dbf3a743f8d7ad711e2
556
2022-04-22 10:31:46+10:00
14,400
['549bc0a5fdd6fe21356dd1704a8e9b12fe4ed3b1']
Add documentation on interactions between multiple views in BIND and the dns_rfc2136 plugin (#9284) * Add documentation on interactions between multiple views in BIND and the dns_rfc2136 plugin * Missing ; in example config * Make lines shorter * Missed one long line, and move Examples up in the documentation...
[{'old_path': 'certbot-dns-rfc2136/certbot_dns_rfc2136/__init__.py', 'new_path': 'certbot-dns-rfc2136/certbot_dns_rfc2136/__init__.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -65,6 +65,38 @@ file. This warning will be emitted each time Certbot uses the credentials file,\n including for renewal, and cannot be...
Python
3b6f3450c2ff4cba31a39d295676ffbc3176550a
658
2022-04-22 08:07:59-07:00
25,200
['20336266fd30e5d5cec06dbf3a743f8d7ad711e2']
Add --debug to docker push (#9286) This'll (hopefully) help us debug the connectivity issues during the deploy CI
[{'old_path': 'tools/docker/deploy.sh', 'new_path': 'tools/docker/deploy.sh', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -46,19 +46,19 @@ ParseRequestedArch "${2}"\n TagAndPushForAllRequestedArch() {\n DOCKER_REPO="${DOCKER_HUB_ORG}/${1}"\n for TARGET_ARCH in "${ALL_REQUESTED_ARCH[@]}"; do\n- dock...
Python
8066f230f57034429d83a718ed234b332bdfd597
658
2022-04-26 18:51:57-07:00
25,200
['3b6f3450c2ff4cba31a39d295676ffbc3176550a']
If an installer is provided to certonly, restart after cert issuance (#9184) * If an installer is provided to certonly, restart after cert issuance * Add myself to AUTHORS.md * Handle certonly's "installer" error case * Handle interactive case, use lazy interpolation * fix trailing whitespace * fix whit...
[{'old_path': 'AUTHORS.md', 'new_path': 'AUTHORS.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -274,6 +274,7 @@ Authors\n * [Wilfried Teiken](https://github.com/wteiken)\n * [Willem Fibbe](https://github.com/fibbers)\n * [William Budington](https://github.com/Hainish)\n+* [Will Greenberg](https://github.com/wg...
Python
48155b1ec7f9bc15b8829b4c69ab540e8df1b445
181
2022-04-27 13:19:42+10:00
-36,000
['8066f230f57034429d83a718ed234b332bdfd597']
changelog: move entry for #9184
[{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,7 +10,8 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n ### Changed\n \n-*\n+* When `certonly` is run with an installer specified (e.g. `--nginx`),\n+ `certonly` will ...
Python
828be0071ea1fd41808b56d3a0024637091198bd
658
2022-04-28 11:04:43-07:00
25,200
['71a3d8fffb644bf0097777c55a8bbae9c532bc9b']
Add new signing key (#9288) * Add new signing key * Update certbot/CHANGELOG.md
[{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,6 +10,8 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n ### Changed\n \n+* The PGP key `F2871B4152AE13C49519111F447BF683AA3B26C3` was added as an\n+ additional trusted ...
Python
103b8bc8f95af3a85fd5ce6d9cdca647515a8c49
658
2022-05-03 11:33:11-07:00
25,200
['828be0071ea1fd41808b56d3a0024637091198bd']
Update changelog for 1.27.0 release
[{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,7 @@\n \n Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n-## 1.27.0 - master\n+## 1.27.0 - 2022-05-03\n \n ### Added\n \n'}]
Python
e5939215609a2cf1d444f1b4630297e2df3cea59
658
2022-05-03 11:35:09-07:00
25,200
['373ff0e6e9cee6edd86beb61b2a8b21b36947d32']
Add contents to certbot/CHANGELOG.md for next version
[{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,6 +2,22 @@\n \n Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n+## 1.28.0 - master\n+\n+### Added\n+\n+*\n+\n+### Changed\n+\n+*\n+\n+### Fixed\n+\n+*\n+\n+More details abou...
Python
7dd1e814fb99770ac01e31db3855f483466dbcbb
225
2022-05-07 13:31:59+10:00
25,200
['2017669544b1d296f10339321f5f66b6b5f158bf']
Ignore parallel coverage files (#9293) * ignore parallel coverage files * Properly shutdown & close HTTP server
[{'old_path': '.gitignore', 'new_path': '.gitignore', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,6 +13,7 @@ poetry.lock\n \n # coverage\n .coverage\n+.coverage.*\n /htmlcov/\n \n /.vagrant\n'}, {'old_path': 'certbot-ci/certbot_integration_tests/utils/misc.py', 'new_path': 'certbot-ci/certbot_integration_test...
Python
ec49b94acb40673d4dfe122df8f3dd0363320707
181
2022-05-13 09:51:11-07:00
-36,000
['7dd1e814fb99770ac01e31db3855f483466dbcbb']
acme: use order "status" to determine action during finalization (#9297) Rather than deducing the status of an order by the "certificate" and "error" fields, use the "status" field directly.
[{'old_path': 'acme/acme/client.py', 'new_path': 'acme/acme/client.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -797,9 +797,13 @@ class ClientV2(ClientBase):\n time.sleep(1)\n response = self._post_as_get(orderr.uri)\n body = messages.Order.from_json(response.json())\n+ ...
Python
5c111d0bd1206d864d7cb93754e101f6073bc669
187
2022-05-13 10:59:49-07:00
14,400
['ec49b94acb40673d4dfe122df8f3dd0363320707']
Cite Mozilla ssl-config in Apache/NGINX TLS configs (#8670) (#9295) * Cite Mozilla ssl-config in Apache/nginx TLS configs (certbot#8670) * Update CHANGELOG * Add TLS config hashes to ALL_SSL_OPTIONS_HASHES * Update wording in CHANGELOG
[{'old_path': 'AUTHORS.md', 'new_path': 'AUTHORS.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -18,6 +18,7 @@ Authors\n * [Alex Jordan](https://github.com/strugee)\n * [Alex Zorin](https://github.com/alexzorin)\n * [Amjad Mashaal](https://github.com/TheNavigat)\n+* [amplifi](https://github.com/amplifi)\n * [An...
Python
cf63470db975ae8be582d90ec7d4942b79f1b68d
181
2022-05-31 17:02:43+10:00
-36,000
['5c111d0bd1206d864d7cb93754e101f6073bc669']
certbot-ci: improve tests for update_account/show_account
[{'old_path': 'certbot-ci/certbot_integration_tests/certbot_tests/test_main.py', 'new_path': 'certbot-ci/certbot_integration_tests/certbot_tests/test_main.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -78,7 +78,12 @@ def test_registration_override(context: IntegrationTestsContext) -> None:\n context.certbo...
Python
7758a03b5b3547fc28ddf20ca1857ac80533fc41
181
2022-05-31 17:31:52+10:00
-36,000
['cf63470db975ae8be582d90ec7d4942b79f1b68d']
skip boulder for show_account assertions
[{'old_path': 'certbot-ci/certbot_integration_tests/certbot_tests/test_main.py', 'new_path': 'certbot-ci/certbot_integration_tests/certbot_tests/test_main.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -78,12 +78,15 @@ def test_registration_override(context: IntegrationTestsContext) -> None:\n context.certb...
Python
295fc5e33a68c945d2f62e84ed8e6aaecfe93102
181
2022-06-04 11:37:05+10:00
-36,000
['d13131e30337cf0be5ba2196132437a67632a429']
cli: fix help text for --no-autorenew (#9312)
[{'old_path': 'certbot/certbot/_internal/cli/__init__.py', 'new_path': 'certbot/certbot/_internal/cli/__init__.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -438,7 +438,7 @@ def prepare_and_parse_args(plugins: plugins_disco.PluginsRegistry, args: List[st\n helpful.add(\n "renew", "--no-autorenew", ...
Python
bcf1ce3f330f3520dfc10a8ec210665a8f23f842
658
2022-06-07 12:41:07-07:00
25,200
['295fc5e33a68c945d2f62e84ed8e6aaecfe93102']
Update changelog for 1.28.0 release
[{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,7 @@\n \n Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n-## 1.28.0 - master\n+## 1.28.0 - 2022-06-07\n \n ### Added\n \n'}]
Python
0dac0f173a5609bc6d6679e25ef30b94551c0507
658
2022-06-07 12:43:12-07:00
25,200
['b9f9ebc4fc78440b9de428fcc37580eceff067de']
Add contents to certbot/CHANGELOG.md for next version
[{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,6 +2,22 @@\n \n Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n+## 1.29.0 - master\n+\n+### Added\n+\n+*\n+\n+### Changed\n+\n+*\n+\n+### Fixed\n+\n+*\n+\n+More details abou...
Python
a73a86bbc0b1cc26bc413d5fb044c940d01cca34
51
2022-06-08 18:36:13+10:00
-3,600
['3b211a6e1b4de0931435ddb1e9d5d55f56c2c9e0']
Retry errors with subproblems in obtain_certificate with --allow-subset-of-names (#9251) (#9272) * Handle CAA failure on finalize_order during renewal (#9251) * Fix CAA error on renewal test * Attempt to fix failing test in CI * Retry errors with subproblems in obtain_certificate_from_csr with allow_subset_of...
[{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -10,7 +10,7 @@ Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n ### Changed\n \n-*\n+* `--allow-subset-of-names` will now additionally retry in cases where domains are rejected ...
Python
1a25c4052c860184af451f72fd519cd218b99867
326
2022-06-09 07:49:40+10:00
-7,200
['a73a86bbc0b1cc26bc413d5fb044c940d01cca34']
Change `query_registration()` to use `_get_v2_account()` (#9307) * Change `query_registration()` to use `_get_v2_account()` * Improve `_get_v2_account()` Required for proper working of `certbot.main.update_registration()`. This function updates the `regr.body` locally instead of passing the fields which need t...
[{'old_path': 'acme/acme/client.py', 'new_path': 'acme/acme/client.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -646,12 +646,8 @@ class ClientV2(ClientBase):\n Resource.\n \n """\n- self.net.account = regr # See certbot/certbot#6258\n- # ACME v2 requires to use a POST-as-GET...
Python
7197ae4b77ba143df52a4f5f4da9f338137f385f
181
2022-06-09 07:51:28+10:00
-36,000
['1a25c4052c860184af451f72fd519cd218b99867']
docs: clarify that we're not merging any new plugins (not just DNS)
[{'old_path': 'certbot/docs/contributing.rst', 'new_path': 'certbot/docs/contributing.rst', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -313,7 +313,7 @@ configuration checkpoints and rollback.\n Writing your own plugin\n -----------------------\n \n-.. note:: The Certbot team is not currently accepting any new DN...
Python
7505bb0c6007621fe390dc712c37917ef6b6be38
658
2022-06-14 15:09:09-07:00
25,200
['99da999b2b371c7a53ecd79c0050b5168dbec1bf']
Drop the snap build tiemout to 90 minutes (#9320) It was previously 5.5 hours, which was just to have an exception thrown before Azure's 6 hour timeout. Generally we aren't seeing this step take more than 45 minutes, so 90 minutes seems like more than enough.
[{'old_path': '.azure-pipelines/templates/jobs/packaging-jobs.yml', 'new_path': '.azure-pipelines/templates/jobs/packaging-jobs.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -149,7 +149,7 @@ jobs:\n git config --global user.name "$(Build.RequestedFor)"\n mkdir -p ~/.local/share/snapcraft/p...
Python
885ebf80e35332e5736b1dd0f87632317bccb68a
288
2022-06-20 06:37:40+10:00
25,200
['7505bb0c6007621fe390dc712c37917ef6b6be38']
Change snapcraft authentication to use SNAPCRAFT_STORE_CREDENTIALS (#9326) * try the easy thing of just doing what the error message says * temporarily add deploy stage to extended tests to see if it uploads properly * follow instructions on https://forum.snapcraft.io/t/snapcraft-authentication-options/30473 ...
[{'old_path': '.azure-pipelines/templates/stages/deploy-stage.yml', 'new_path': '.azure-pipelines/templates/stages/deploy-stage.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -13,8 +13,8 @@ stages:\n # credential file was created by running:\n #\n # snapcraft logout\n- # snapcraft lo...
Python
49f21bcc9f4ecf4d24f9e1f8574b67f3993b8ee8
181
2022-06-22 16:38:32-07:00
-36,000
['885ebf80e35332e5736b1dd0f87632317bccb68a']
deps: bump pyOpenSSL in oldest pinnings (#9329)
[{'old_path': 'acme/setup.py', 'new_path': 'acme/setup.py', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -8,7 +8,7 @@ version = '1.29.0.dev0'\n install_requires = [\n 'cryptography>=2.5.0',\n 'josepy>=1.13.0',\n- 'PyOpenSSL>=17.3.0',\n+ 'PyOpenSSL>=17.5.0',\n 'pyrfc3339',\n 'pytz>=2019.3',\n ...
Python
1d2540629f22d5061892edba2f3db29ab7ccc4c3
288
2022-06-22 18:06:53-07:00
25,200
['49f21bcc9f4ecf4d24f9e1f8574b67f3993b8ee8']
Use a different timeout for nightly vs daytime (release and extended) builds (#9330)
[{'old_path': '.azure-pipelines/advanced-test.yml', 'new_path': '.azure-pipelines/advanced-test.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -9,6 +9,7 @@ variables:\n # We don't publish our Docker images in this pipeline, but when building them\n # for testing, let's use the nightly tag.\n dockerTag: n...
Python
b9f9952660ac63acf7ea5abe729f0d378362e5b4
172
2022-06-28 11:43:57+10:00
25,200
['1d2540629f22d5061892edba2f3db29ab7ccc4c3']
removed certbot-auto references from docs (#9333)
[{'old_path': 'certbot/docs/install.rst', 'new_path': 'certbot/docs/install.rst', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -125,21 +125,6 @@ of the ``/etc/letsencrypt`` directory, see :ref:`where-certs`.\n .. _Docker: https://docker.com\n .. _`install Docker`: https://docs.docker.com/engine/installation/\n \n-...
Python
dedbdea1d9854761df9ba28d26e368bdd78d72c9
186
2022-06-29 14:24:24+10:00
14,400
['b9f9952660ac63acf7ea5abe729f0d378362e5b4']
Update generated CSRs to create V1 CSRs (#9334) * Update generated CSRs to create V1 CSRs Per the RFC: https://datatracker.ietf.org/doc/html/rfc2986#section-4 Version 3 CSRs, as far as I can tell, are not a thing (yet). Relevant code in Go, for example: https://cs.opensource.google/go/go/+/refs/tags/go1.18.3:...
[{'old_path': 'AUTHORS.md', 'new_path': 'AUTHORS.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,6 +17,7 @@ Authors\n * [Alex Halderman](https://github.com/jhalderm)\n * [Alex Jordan](https://github.com/strugee)\n * [Alex Zorin](https://github.com/alexzorin)\n+* [Amir Omidi](https://github.com/aaomidi)\n * [...
Python
6e1696ba32ef8c1162bb0cd85df5a22113952828
184
2022-06-29 15:52:50-07:00
25,200
['dedbdea1d9854761df9ba28d26e368bdd78d72c9']
Add Signed Windows Installer Workflow (#9076) * Add Code Signing action for Windows Installer * Clean up variable names and input * Amend and add to documentation per PR guidelines * Update tools/finish_release.py Co-authored-by: Brad Warren <bmw@users.noreply.github.com> * Update tools/finish_release.p...
[{'old_path': 'AUTHORS.md', 'new_path': 'AUTHORS.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -17,6 +17,7 @@ Authors\n * [Alex Halderman](https://github.com/jhalderm)\n * [Alex Jordan](https://github.com/strugee)\n * [Alex Zorin](https://github.com/alexzorin)\n+* [Alexis Hancock](https://github.com/zoracon)\n...
Python
7e2105fca800cdc1678934474a10d1c7f6853246
658
2022-07-05 11:15:47-07:00
25,200
['6e1696ba32ef8c1162bb0cd85df5a22113952828']
Update changelog for 1.29.0 release
[{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,7 +2,7 @@\n \n Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n-## 1.29.0 - master\n+## 1.29.0 - 2022-07-05\n \n ### Added\n \n'}]
Python
ef0746eb1d856f3833e5842f4abed204909ef145
658
2022-07-05 11:16:40-07:00
25,200
['befa4434ad2aa8785713f4dcf19b8103ea5e61f8']
Add contents to certbot/CHANGELOG.md for next version
[{'old_path': 'certbot/CHANGELOG.md', 'new_path': 'certbot/CHANGELOG.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,6 +2,22 @@\n \n Certbot adheres to [Semantic Versioning](https://semver.org/).\n \n+## 1.30.0 - master\n+\n+### Added\n+\n+*\n+\n+### Changed\n+\n+*\n+\n+### Fixed\n+\n+*\n+\n+More details abou...
Python
2b1255cd6a902402f2b808f504d8fdcb997dacd2
658
2022-07-06 17:40:27-07:00
25,200
['c599aa08ad761835feb74f9137ecdf73f3b1bf6b']
finish_release.py: fix revision regex, add more logging (#9342)
[{'old_path': 'tools/finish_release.py', 'new_path': 'tools/finish_release.py', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -130,9 +130,9 @@ def get_snap_revisions(snap, version):\n print('Getting revision numbers for', snap, version)\n cmd = ['snapcraft', 'status', snap]\n process = subprocess.run(cm...
Python
1da36a92781d105d22d71fc7c2dcaed8c83134dc
658
2022-07-07 14:31:48-07:00
25,200
['2b1255cd6a902402f2b808f504d8fdcb997dacd2']
If a snap build times out, dump the logs (#9340)
[{'old_path': 'tools/snap/build_remote.py', 'new_path': 'tools/snap/build_remote.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -253,6 +253,12 @@ def main():\n process.join(args.timeout)\n \n if process.is_alive():\n+ for target in targets:\n+ if target ...
Python
184e087edf5d440c996981c2975cb8518e08e779
288
2022-07-08 12:27:50-07:00
25,200
['1da36a92781d105d22d71fc7c2dcaed8c83134dc']
Prompt for username in finish_release.py (#9343) The local machine's username may not be the same as the one on the CSS, so let's prompt for it instead.
[{'old_path': 'tools/finish_release.py', 'new_path': 'tools/finish_release.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -83,7 +83,7 @@ def publish_windows(css):\n :param str css: CSS host name\n \n """\n- username = getpass.getuser()\n+ username = input("CSS username (usually EFF username): ")\n...
Python
b9f6c3e5b68835a03bcf61ddd0bfbf5ad559c80c
69
2022-07-08 12:57:48-07:00
-10,800
['184e087edf5d440c996981c2975cb8518e08e779']
DEP: Pin version of cryptography (#9339) * DEP: Pin version of cryptography * Added myself to authors:) Co-authored-by: Shahar Naveh <>
[{'old_path': 'AUTHORS.md', 'new_path': 'AUTHORS.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -289,3 +289,4 @@ Authors\n * [Yuseong Cho](https://github.com/g6123)\n * [Zach Shepherd](https://github.com/zjs)\n * [陈三](https://github.com/chenxsan)\n+* [Shahar Naveh](https://github.com/ShaharNaveh)\n'}, {'old_pat...
Python
32608a142bbd9c7df2ddc6cbfa2a46a6c310901b
69
2022-07-11 11:30:50-07:00
-10,800
['b9f6c3e5b68835a03bcf61ddd0bfbf5ad559c80c']
DOC: Fix typo (#9346) Co-authored-by: Shahar Naveh <>
[{'old_path': 'tools/pinning/current/pyproject.toml', 'new_path': 'tools/pinning/current/pyproject.toml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -76,7 +76,7 @@ setuptools-rust = "*"\n pylint = ">2.6.2"\n \n # Bug in poetry, where still installes yanked versions from pypi (source: https://github.com/python-po...
Python
82b6e15be754369f1c982ed508926a2b7422b213
181
2022-07-18 18:27:19+10:00
-36,000
['32608a142bbd9c7df2ddc6cbfa2a46a6c310901b']
change default key_type from rsa to ecdsa
[{'old_path': 'certbot-ci/certbot_integration_tests/certbot_tests/test_main.py', 'new_path': 'certbot-ci/certbot_integration_tests/certbot_tests/test_main.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -112,7 +112,7 @@ def test_http_01(context: IntegrationTestsContext) -> None:\n \n assert_hook_execution(co...
Python
ae7967c8aed28a8416a329e5eeac117c1672c878
181
2022-07-19 16:17:27-07:00
-36,000
['32608a142bbd9c7df2ddc6cbfa2a46a6c310901b']
docs: how to override the trusted CA certificates (#9357) * docs: how to override the trusted CA certificates * Update certbot/docs/using.rst Co-authored-by: ohemorange <ebportnoy@gmail.com> Co-authored-by: ohemorange <ebportnoy@gmail.com>
[{'old_path': 'certbot/certbot/configuration.py', 'new_path': 'certbot/certbot/configuration.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -170,7 +170,11 @@ class NamespaceConfig:\n \n @property\n def no_verify_ssl(self) -> bool:\n- """Disable verification of the ACME server\'s certificate."""\n...
Python
f82530d8c0b8744081b2c2ea838c355906247a09
181
2022-07-25 13:43:49-07:00
-36,000
['ae7967c8aed28a8416a329e5eeac117c1672c878']
letstest: replace ubuntu 21.10 with 22.04 (#9364) as ubuntu 21.10 is now EOL
[{'old_path': 'letstest/targets/targets.yaml', 'new_path': 'letstest/targets/targets.yaml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -6,8 +6,8 @@\n targets:\n #-----------------------------------------------------------------------------\n #Ubuntu\n- - ami: ami-0c2d5393cb5b518f6\n- name: ubuntu21.10\n+...
Python
495b97aafe3d4b2f7c9f7919df401cc20bd4ba50
475
2022-07-26 16:03:53-07:00
18,000
['f82530d8c0b8744081b2c2ea838c355906247a09']
Clarify in docs that deletion does not revoke (#9348) * Clarify in docs that deletion does not revoke * Add myself to AUTHORS.md * Move new paragraph below first note and change its wording
[{'old_path': 'AUTHORS.md', 'new_path': 'AUTHORS.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -215,6 +215,7 @@ Authors\n * [Pierre Jaury](https://github.com/kaiyou)\n * [Piotr Kasprzyk](https://github.com/kwadrat)\n * [Prayag Verma](https://github.com/pra85)\n+* [Preston Locke](https://github.com/Preston12321...
Python
e9e7a69c7bb5cdac8215692d4bda9a661c0189c1
225
2022-07-28 13:28:36-07:00
25,200
['495b97aafe3d4b2f7c9f7919df401cc20bd4ba50']
Update Azure Docker docs (#9363) * describe docker access token more * Remove extra spaces Co-authored-by: ohemorange <ebportnoy@gmail.com> Co-authored-by: ohemorange <ebportnoy@gmail.com>
[{'old_path': '.azure-pipelines/templates/stages/deploy-stage.yml', 'new_path': '.azure-pipelines/templates/stages/deploy-stage.yml', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -96,11 +96,16 @@ stages:\n # which was created by following the instructions at\n # https://docs.microsoft.c...
Python
42a4d30267c731b80fe73c1d38add046d0bd0899
181
2022-07-28 17:26:12-07:00
-36,000
['e9e7a69c7bb5cdac8215692d4bda9a661c0189c1']
deps: remove pyjwt dependency (#9337) * deps: remove pyjwt dependency * pinning: strip extras from dependencies `poetry export` outputs in requirements.txt format, which is now apparently producing "dep[extra]==...". We are using this output as the constraints file for pip and pip's new resolver does not perm...
[{'old_path': 'acme/acme/challenges.py', 'new_path': 'acme/acme/challenges.py', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -408,7 +408,7 @@ class TLSALPN01Response(KeyAuthorizationChallengeResponse):\n """\n \n ID_PE_ACME_IDENTIFIER_V1 = b"1.3.6.1.5.5.7.1.30.1"\n- ACME_TLS_1_PROTOCOL = "acme-tls/1"\n+...
Python
b73f3e2b16ce83836e4dbf3e7cfdc7acd2b318a2
225
2022-07-29 12:58:47+10:00
25,200
['42a4d30267c731b80fe73c1d38add046d0bd0899']
pin back pylint (#9368)
[{'old_path': 'tools/oldest_constraints.txt', 'new_path': 'tools/oldest_constraints.txt', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -2,9 +2,9 @@\n # that script.\n apacheconfig==0.3.2\n asn1crypto==0.24.0\n-astroid==2.11.6; python_version >= "3.7"\n-atomicwrites==1.4.0; sys_platform == "win32" and python_versio...
Python