Release v1.1.1 bugfix release
Backport necessary changes from v1.2.0 development branch to be able to release
- Remove runners tags
- Introduce
tests:3.11
job:- to set
PYTHON_VERSION
to3.11
in order to fix the pipeline sincepre-commit
is now installed on3.11
image.
- to set
- Bump broken isort, black, pylint pre-commit hooks
Fixes
- Fix deprecation warning about
typing.re.Pattern
- Fix
libnacl
version to 1.8.0
Release
- Add v1.1.1 changelog
-
1.1.1
tag
Edited by Moul
Merge request reports
Activity
Filter activity
requested review from @vtexier
assigned to @moul
Note, it shouldn’t be merge on
main
branch. It’s already on the destination branch.The approval is regarding the release it-self (its content, whether it makes any sense).
Also making sure the pipeline works. Doesn’t work, I have to fix it.
Edited by Mouladded 6 commits
- 12aa2eb3 - (ci) Introduce tests:3.11 job (#194 (closed))
- 9083d7ca - Fix deprecation warning about typing.re.Pattern (#194 (closed))
- f397e987 - Bump broken isort, black, pylint pre-commit hooks
- 514d4a28 - Support libnacl v1.9.0 onward
- ecf93d79 - Add v1.1.1 changelog
- 1448bac5 - 1.1.1
Toggle commit listchanged milestone to %1.1.0
importlib.metadata
is new in Python v3.8. Otherwise we would have to drop Py v3.7 support. I will have an other look tomorrow to keep v3.7 support.Edited by Moulremoved review request for @vtexier
added 3 commits
- 697ab371 - Fix libnacl version to 1.8.0 (#206 (closed))
- b3d099f0 - Add v1.1.1 changelog
- 3e6a7c90 - 1.1.1
requested review from @vtexier
added 7 commits
- c61220a4 - (ci) Remove runners tags
- e7b233aa - (ci) Introduce tests:3.11 job (#194 (closed))
- 79bd6d76 - Fix deprecation warning about typing.re.Pattern (#194 (closed))
- 8435f645 - Bump broken isort, black, pylint pre-commit hooks
- edab8303 - Fix libnacl version to 1.8.0 (#206 (closed))
- 284cd1a0 - Add v1.1.1 changelog
- e14ce1be - 1.1.1
Toggle commit listadded 7 commits
- 67124919 - (ci) Remove runners tags
- eb471561 - (ci) Introduce tests:3.11 job (#194 (closed))
- c7da1d14 - Fix deprecation warning about typing.re.Pattern (#194 (closed))
- 92afd961 - Bump broken isort, black, pylint pre-commit hooks
- 914effde - Fix libnacl version to 1.8.0 (#206 (closed))
- 3bfb5e21 - Add v1.1.1 changelog
- c101ad7b - 1.1.1
Toggle commit list
Please register or sign in to reply