-
Notifications
You must be signed in to change notification settings - Fork 40
Comparing changes
Open a pull request
base repository: rojopolis/spellcheck-github-actions
base: 0.33.1
head repository: rojopolis/spellcheck-github-actions
compare: 0.34.0
- 15 commits
- 10 files changed
- 3 contributors
Commits on Jul 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bb04cb0 - Browse repository at this point
Copy the full SHA bb04cb0View commit details
Commits on Aug 28, 2023
-
Bump python from 3.11.4-slim-bullseye to 3.11.5-slim-bullseye
Bumps python from 3.11.4-slim-bullseye to 3.11.5-slim-bullseye. --- updated-dependencies: - dependency-name: python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for a2b2623 - Browse repository at this point
Copy the full SHA a2b2623View commit details
Commits on Sep 4, 2023
-
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 8defd76 - Browse repository at this point
Copy the full SHA 8defd76View commit details
Commits on Sep 7, 2023
-
The problem observed is due to Cython version 3 is
used but a dependency does not support it. I found two guides to fix the problem: - https://answers.sap.com/questions/13931156/getting-requirements-to-build-wheel-did-not-run-su.html - https://discuss.python.org/t/getting-requirements-to-build-wheel-did-not-run-successfully-exit-code-1/30365 They basically said the same thing, which is to add a constraint.txt file echo "cython<3" > constraint.txt export PIP_CONSTRAINT=constraint.txt So this has been added to the Dockerfile and the build is successful.
Configuration menu - View commit details
-
Copy full SHA for d75c86b - Browse repository at this point
Copy the full SHA d75c86bView commit details -
Merge pull request #172 from rojopolis/broken_wheel_build
Broken wheel build fix
Configuration menu - View commit details
-
Copy full SHA for b1c923f - Browse repository at this point
Copy the full SHA b1c923fView commit details -
Merge pull request #171 from rojopolis/dependabot/github_actions/acti…
…ons/checkout-4 Bump actions/checkout from 3 to 4
Configuration menu - View commit details
-
Copy full SHA for d72c5b8 - Browse repository at this point
Copy the full SHA d72c5b8View commit details -
Merge pull request #170 from rojopolis/dependabot/docker/python-3.11.…
…5-slim-bullseye Bump python from 3.11.4-slim-bullseye to 3.11.5-slim-bullseye
Configuration menu - View commit details
-
Copy full SHA for fecd01c - Browse repository at this point
Copy the full SHA fecd01cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3de004a - Browse repository at this point
Copy the full SHA 3de004aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 743f4ef - Browse repository at this point
Copy the full SHA 743f4efView commit details -
Configuration menu - View commit details
-
Copy full SHA for e88fbd6 - Browse repository at this point
Copy the full SHA e88fbd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 974abb5 - Browse repository at this point
Copy the full SHA 974abb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26bf2d9 - Browse repository at this point
Copy the full SHA 26bf2d9View commit details
Commits on Sep 29, 2023
-
Merge pull request #174 from rojopolis/pyspelling_2.9
Bumped pyspelling to 2.9 and wcmatch to 2.5 (or higher)
Configuration menu - View commit details
-
Copy full SHA for 2fdb51a - Browse repository at this point
Copy the full SHA 2fdb51aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fb29cc3 - Browse repository at this point
Copy the full SHA fb29cc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4736348 - Browse repository at this point
Copy the full SHA 4736348View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.33.1...0.34.0