9213154e44
Bump version to 2.12.0
2024-06-05 14:34:41 -07:00
8db8fcf26c
Release 2.11.0
2024-06-05 14:34:40 -07:00
9412ce9f05
Bump version to 2.11.0
2024-04-02 14:20:25 -07:00
4d7d0d6d04
Release 2.10.0
2024-04-02 14:20:24 -07:00
3b183961a9
Bump version to 2.10.0
2024-02-08 11:46:08 -08:00
725c64d581
Release 2.9.0
2024-02-08 11:46:07 -08:00
9d8eb6ccfd
Add Python 3.12 support ( #9852 )
...
* add py312 support
* sed -i "s/\( *'Pro.*3\.1\)1\(',\)/\11\2\n\12\2/" */setup.py
* update pytest.ini comment
* upgrade macos version
* fixup changelog
2023-12-13 10:02:38 -08:00
dccb92d57f
Bump version to 2.9.0
2023-12-05 11:14:39 -08:00
e9225d1cc2
Release 2.8.0
2023-12-05 11:14:38 -08:00
8a95c030e6
Drop Python 3.7 support ( #9792 )
...
* Drop Python 3.7 support
* Fix lint and test
* Check for venv generation
* Update requirements
* Update oldest constaints and compatibility tests runtime
2023-10-13 06:57:42 -07:00
08d1979bcb
Bump version to 2.8.0
2023-10-03 11:22:04 -07:00
c4642c2dfe
Release 2.7.0
2023-10-03 11:22:02 -07:00
cc359dab46
Migrate pkg_resources
usages to importlib.resources
( #9748 )
...
* Migrate pkg_resources API related to resources to importlib_resources
* Fix lint and mypy + pin lexicon
* Update filterwarnings
* Update oldest tests requirements
* Update pinned dependencies
* Fix for modern versions of python
* Fix assets load in nginx integration tests
* Fix a warning
* Isolate static generation from importlib.resource into a private function
---------
Co-authored-by: Adrien Ferrand <adrien.ferrand@amadeus.com >
2023-09-07 11:38:44 -07:00
ff8afe827b
Update GitHub repo location letsencrypt -> certbot ( #9713 )
...
* Update GitHub repo location letsencrypt -> certbot
* Revert changes to CHANGELOG
2023-06-08 10:27:28 +10:00
36bfddbf4e
Bump version to 2.7.0
2023-05-09 12:45:29 -07:00
013621d04e
Release 2.6.0
2023-05-09 12:45:28 -07:00
1fe201e320
Bump version to 2.6.0
2023-04-04 08:07:50 -07:00
3c667e8fff
Release 2.5.0
2023-04-04 08:07:49 -07:00
f004383582
avoid pyOpenSSL 23.1.0 ( #9631 )
...
Our `NO_PIN` test [fails](https://dev.azure.com/certbot/certbot/_build/results?buildId=6542&view=logs&j=ce03f7c1-1e3f-5d55-28be-f084e7c62a50&t=597fea95-d44e-53a2-5b71-76ed20bd4dde ) due to https://github.com/pyca/pyopenssl/issues/1199 .
This PR might strictly not be necessary once a new release of `PyOpenSSL` is available? I suppose it depends whether they yank the release.
2023-03-27 11:27:48 -07:00
242c96527b
Bump version to 2.5.0
2023-03-07 13:18:07 -08:00
eeb88c0855
Release 2.4.0
2023-03-07 13:18:06 -08:00
941119f05b
Bump version to 2.4.0
2023-02-14 12:44:32 -08:00
d4b2d3202b
Release 2.3.0
2023-02-14 12:44:31 -08:00
dc07dfd07b
Automatically run test files with pytest ( #9576 )
...
* Switch to pytest
git grep -l unittest.main | xargs sed -i 's/unittest.main()/sys.exit(pytest.main([__file__]))/g'
git ls-files -m | xargs -I {} sh -c "echo 'import sys\nimport pytest' >> '{}'"
isort --float-to-top .
* add pytest dep
* use sys.argv
2023-02-14 06:44:42 +11:00
32a233d93b
Bump version to 2.3.0
2023-01-11 13:21:23 -08:00
4ab4c9b65d
Release 2.2.0
2023-01-11 13:21:22 -08:00
7240e06613
Bump version to 2.2.0
2022-12-07 06:51:42 -08:00
5e193eb12f
Release 2.1.0
2022-12-07 06:51:41 -08:00
1e61513859
Bump version to 2.1.0
2022-11-21 09:59:06 -08:00
3d0c2abd3b
Release 2.0.0
2022-11-21 09:59:04 -08:00
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
d5d8739783
bump version to 2.0.0.dev0
2022-10-05 05:17:29 +11:00
3eac48ba5a
Bump version to 1.32.0
2022-10-04 07:41:45 -07:00
d0fbde9126
Release 1.31.0
2022-10-04 07:41:44 -07:00
614eaf6898
Bump version to 1.31.0
2022-09-07 11:09:12 -07:00
667b736879
Release 1.30.0
2022-09-07 11:09:11 -07:00
f1f526d63c
Bump version to 1.30.0
2022-07-05 11:16:40 -07:00
befa4434ad
Release 1.29.0
2022-07-05 11:16:39 -07:00
49f21bcc9f
deps: bump pyOpenSSL in oldest pinnings ( #9329 )
2022-06-22 16:38:32 -07:00
4dd603f786
Bump version to 1.29.0
2022-06-07 12:43:12 -07:00
b9f9ebc4fc
Release 1.28.0
2022-06-07 12:43:11 -07:00
8d7ced5e12
Bump version to 1.28.0
2022-05-03 11:35:09 -07:00
373ff0e6e9
Release 1.27.0
2022-05-03 11:35:08 -07:00
b9a7d771bc
Bump version to 1.27.0
2022-04-05 10:43:01 -07:00
5b8cc18456
Release 1.26.0
2022-04-05 10:43:00 -07:00
429bc553a0
Bump version to 1.26.0
2022-03-16 11:17:55 -07:00
44c097fc05
Release 1.25.0
2022-03-16 11:17:54 -07:00
9d312af32a
Bump version to 1.25.0
2022-03-01 12:34:54 -08:00
3d3077e1f1
Release 1.24.0
2022-03-01 12:34:21 -08:00
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