Will Greenberg
3d0c2abd3b
Release 2.0.0
2022-11-21 09:59:04 -08:00
Brad Warren
1c5e56d9c7
Claim Python 3.11 support and add tests ( #9471 )
...
* set up 3.11 tests
* fixup warnings
* sed -i "s/\( *'Pro.*3\.1\)0\(',\)/\10\2\n\11\2/" */setup.py
* update changelog
2022-11-18 07:55:27 +11:00
Brad Warren
d244013355
Upgrade pylint ( #9470 )
...
* upgrade pylint
* pylint --generate-rcfile > .pylintrc
* fixup pylintrc
* Remove unnecessary lambdas
* fix broad-except
* fix missing timeouts
* fix unit tests
* catch more generic exception
2022-11-17 18:21:14 +11:00
Alex Zorin
202db15274
fix new mypy complaints
2022-11-11 18:03:57 +11:00
Alex Zorin
d5d8739783
bump version to 2.0.0.dev0
2022-10-05 05:17:29 +11:00
Alex Zorin
4fcc0f7c2a
Merge branch 'master' into 2.0-merge-master
2022-10-05 05:15:39 +11:00
Brad Warren
3eac48ba5a
Bump version to 1.32.0
2022-10-04 07:41:45 -07:00
Brad Warren
d0fbde9126
Release 1.31.0
2022-10-04 07:41:44 -07:00
Will Greenberg
26d479d6e3
Remove external mock dependency ( #9331 )
...
* Remove external mock dependency
This also removes the "external-mock" test environment
* remove superfluous ignores
* remove mock warning ignore from pytest.ini
* drop deps on mock in oldest, drop dep on types-mock
Co-authored-by: Alex Zorin <alex@zorin.id.au>
2022-09-28 16:17:03 -07:00
Will Greenberg
614eaf6898
Bump version to 1.31.0
2022-09-07 11:09:12 -07:00
Will Greenberg
667b736879
Release 1.30.0
2022-09-07 11:09:11 -07:00
Will Greenberg
f1f526d63c
Bump version to 1.30.0
2022-07-05 11:16:40 -07:00
Will Greenberg
befa4434ad
Release 1.29.0
2022-07-05 11:16:39 -07:00
alexzorin
49f21bcc9f
deps: bump pyOpenSSL in oldest pinnings ( #9329 )
2022-06-22 16:38:32 -07:00
Will Greenberg
4dd603f786
Bump version to 1.29.0
2022-06-07 12:43:12 -07:00
Will Greenberg
b9f9ebc4fc
Release 1.28.0
2022-06-07 12:43:11 -07:00
amplifi
5c111d0bd1
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
2022-05-13 10:59:49 -07:00
Will Greenberg
8d7ced5e12
Bump version to 1.28.0
2022-05-03 11:35:09 -07:00
Will Greenberg
373ff0e6e9
Release 1.27.0
2022-05-03 11:35:08 -07:00
Brad Warren
b9a7d771bc
Bump version to 1.27.0
2022-04-05 10:43:01 -07:00
Brad Warren
5b8cc18456
Release 1.26.0
2022-04-05 10:43:00 -07:00
Erica Portnoy
429bc553a0
Bump version to 1.26.0
2022-03-16 11:17:55 -07:00
Erica Portnoy
44c097fc05
Release 1.25.0
2022-03-16 11:17:54 -07:00
Erica Portnoy
9d312af32a
Bump version to 1.25.0
2022-03-01 12:34:54 -08:00
Erica Portnoy
3d3077e1f1
Release 1.24.0
2022-03-01 12:34:21 -08:00
Brad Warren
c1030c0d40
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 and docs
* update pyproject.toml comment
* remove trailets pin
* remove explicit PYTHON_VERSION
2022-02-28 15:23:30 -08:00
Brad Warren
c96420dbe0
remove outdated setup.cfg files ( #9201 )
2022-02-17 22:17:21 +11:00
Mads Jensen
6f85eb928c
Use literals wherever possible. ( #9194 )
...
* Use literals wherever possible.
These were found with flake8-comprehensions.
2022-02-14 14:54:03 -08:00
ohemorange
a1b2e973c0
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: alexzorin <alex@zorin.id.au>
* Add parallel descriptive comment about updating bucket directive
Co-authored-by: alexzorin <alex@zorin.id.au>
* remove github-inserted trailing whitespace
Co-authored-by: alexzorin <alex@zorin.id.au>
2022-02-11 15:40:14 +11:00
Brad Warren
d73c6f44c5
Bump version to 1.24.0
2022-02-08 07:50:45 -08:00
Brad Warren
719f3ac577
Release 1.23.0
2022-02-08 07:50:44 -08:00
Patrik Hagara
d1608f8f2d
include py.typed marker files in distribution ( #9187 )
2022-02-04 18:29:26 +01:00
Adrien Ferrand
dac0b2c187
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 errors
* Use protocol
* Fix types in apache
Co-authored-by: Brad Warren <bmw@users.noreply.github.com>
2022-01-24 15:16:19 -08:00
Adrien Ferrand
16aad35d31
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
* Fix checks
* Organize imports
* Fix typing for Python 3.6
* Fix checks
* Fix lint
* Update certbot-nginx/certbot_nginx/_internal/configurator.py
Co-authored-by: alexzorin <alex@zor.io>
* Update certbot-nginx/certbot_nginx/_internal/configurator.py
Co-authored-by: alexzorin <alex@zor.io>
* Fix signature of deploy_cert regarding the installer interface
* Update certbot-nginx/certbot_nginx/_internal/obj.py
Co-authored-by: alexzorin <alex@zor.io>
* Fix types
* Update certbot-nginx/certbot_nginx/_internal/parser.py
Co-authored-by: alexzorin <alex@zor.io>
* Precise type
* Precise _coerce possible inputs/outputs
* Fix type
* Update certbot-nginx/certbot_nginx/_internal/http_01.py
Co-authored-by: ohemorange <ebportnoy@gmail.com>
* Fix type
* Remove an undesirable implementation.
* Fix type
Co-authored-by: alexzorin <alex@zor.io>
Co-authored-by: ohemorange <ebportnoy@gmail.com>
2022-01-12 16:36:51 -08:00
Mads Jensen
30b066f082
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.
2022-01-09 22:51:06 +01:00
Mads Jensen
7e5e51aeff
Use super().__init__ instead of explicitly calling named super-class. ( #9166 )
...
* Use super().__init__ instead of explicitly calling named super-class.
* Fix unittest (typo fix).
2022-01-09 22:50:44 +01:00
Mads Jensen
ed7964b424
Improve assertions in nginx and DNS plugin tests. ( #9157 )
...
* Improve assertions in nginx and DNS plugin tests.
* Use assertIs for asserting is True/False.
2022-01-04 23:59:58 +01:00
Erica Portnoy
c02ead0f11
Bump version to 1.23.0
2021-12-07 14:03:51 -08:00
Erica Portnoy
6463a2e22d
Release 1.22.0
2021-12-07 14:03:50 -08:00
Adrien Ferrand
19147e1b8c
Add type annotations to the certbot package (part 2) ( #9085 )
...
* Extract from #9084
* Cast/ignore types during the transition
* Clean up
* Fix assertion
* Update certbot/certbot/display/ops.py
Co-authored-by: alexzorin <alex@zor.io>
* Use sequence
* Improve documentation of "default" in display
* Fix contract
* Fix types
* Fix type
* Fix type
* Update certbot/certbot/display/ops.py
Co-authored-by: alexzorin <alex@zor.io>
Co-authored-by: alexzorin <alex@zor.io>
2021-11-24 18:33:09 +11:00
Adrien Ferrand
d20e42562c
Add type annotations to the certbot package (part 1) ( #9084 )
...
* Extract from #9084
* Cast/ignore types during the transition
* Fix after review
* Fix lint
2021-11-12 14:27:46 +11:00
Brad Warren
e8265dbf9c
Add Python 3.10 support and tests ( #9077 )
...
Fixes https://github.com/certbot/certbot/issues/9058 .
The changes to the CI config are equivalent to the ones made in https://github.com/certbot/certbot/pull/8460 .
Other than ignoring some warnings raised by botocore, the main additional work that had to be done here was switching away from using `distutils.version.LooseVersion` since the entire `distutils` module was deprecated in Python 3.10. To do that, I took a few different approaches:
* If the version strings being parsed are from Python packages such as Certbot or setuptools, I switched to using [pkg_resources.parse_version](https://setuptools.pypa.io/en/latest/pkg_resources.html#parsing-utilities ) from `setuptools`. This functionality has been available since [setuptools 8.0 from 2014](https://setuptools.pypa.io/en/latest/history.html#id865 ).
* If the version strings being parsed are not from Python packages, I added code equivalent to `distutils.version.LooseVersion` in `certbot.util.parse_loose_version`.
* The code for `CERTBOT_PIP_NO_BINARY` can be completely removed since that variable isn't used or referenced anywhere in this repo.
* add python 3.10 support
* make some version changes
* don't use looseversion in setup.py
* switch to pkg_resources
* deprecate get_strict_version
* fix route53 tests
* remove unused CERTBOT_PIP_NO_BINARY code
* stop using distutils in letstest
* add unit tests
* more changelog entries
2021-11-08 15:55:32 -08:00
Brad Warren
9740f5428e
Bump version to 1.22.0
2021-11-02 14:28:34 -07:00
Brad Warren
200e1f1709
Release 1.21.0
2021-11-02 14:28:33 -07:00
Brad Warren
46beb8af84
Bump version to 1.21.0
2021-10-05 06:53:59 -07:00
Brad Warren
93f61887be
Release 1.20.0
2021-10-05 06:53:57 -07:00
Adrien Ferrand
fc02b10560
Upgrade pinned versions of certbot dependencies (josepy in particular) ( #9027 )
...
This PR upgrades the pinned version of the dependencies. Version `1.9.0` of josepy is used so errors related to JWK serialization with EC keys (see https://github.com/certbot/josepy/issues/109 ) are fixed for Certbot.
2021-09-10 12:26:07 -07:00
Brad Warren
b9e4763de3
Bump version to 1.20.0
2021-09-07 10:15:07 -07:00
Brad Warren
5d6abc3234
Release 1.19.0
2021-09-07 10:15:05 -07:00
Stefan Weil
0d4f92fa81
Fix some typos (found by codespell) ( #9017 )
...
* Fix some typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
* Remove typo fixes for some files which should not be modified
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2021-09-03 06:43:13 +10:00