Skip to content

Commit 3de004a

Browse files
committed
Preparing release
1 parent fecd01c commit 3de004a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log for spellcheck-github-actions
22

3+
## 0.34.0, 2023-09-XX, maintenance release, update not required
4+
5+
- Docker image updated to Python 3.11.5 slim via PR [#170](https://github.com/rojopolis/spellcheck-github-actions/pull/170) from Snyk. [Release notes for Python 3.11.5](https://docs.python.org/release/3.11.5/whatsnew/changelog.html)
6+
7+
- Added constraint for `requirements.txt` since one of the dependencies does not support Cython version 3.
8+
9+
I found two guides to fixing the problem:
10+
11+
- https://answers.sap.com/questions/13931156/getting-requirements-to-build-wheel-did-not-run-su.html
12+
- https://discuss.python.org/t/getting-requirements-to-build-wheel-did-not-run-successfully-exit-code-1/30365
13+
14+
They state somewhat the same and I have applied a fix via PR [#172](https://github.com/rojopolis/spellcheck-github-actions/pull/172) now the Docker image can build again
15+
316
## 0.33.1, 2023-07-13, bug fix release, update not required
417

518
- An update is recommended if you are using the `output_file` parameter, since the output file handling was shielding the propagation of the status of the actual spellcheck.

0 commit comments

Comments
 (0)