Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rojopolis/spellcheck-github-actions
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.33.1
Choose a base ref
...
head repository: rojopolis/spellcheck-github-actions
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.34.0
Choose a head ref
  • 15 commits
  • 10 files changed
  • 3 contributors

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    bb04cb0 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. 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>
    dependabot[bot] authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    a2b2623 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. 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>
    dependabot[bot] authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    8defd76 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. 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.
    jonasbn committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    d75c86b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #172 from rojopolis/broken_wheel_build

    Broken wheel build fix
    jonasbn authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    b1c923f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #171 from rojopolis/dependabot/github_actions/acti…

    …ons/checkout-4
    
    Bump actions/checkout from 3 to 4
    jonasbn authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    d72c5b8 View commit details
    Browse the repository at this point in the history
  4. 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
    jonasbn authored Sep 7, 2023
    Configuration menu
    Copy the full SHA
    fecd01c View commit details
    Browse the repository at this point in the history
  5. Preparing release

    jonasbn committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    3de004a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    743f4ef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e88fbd6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    974abb5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    26bf2d9 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Merge pull request #174 from rojopolis/pyspelling_2.9

    Bumped pyspelling to 2.9 and wcmatch to 2.5 (or higher)
    jonasbn authored Sep 29, 2023
    Configuration menu
    Copy the full SHA
    2fdb51a View commit details
    Browse the repository at this point in the history
  2. Preparing release (again)

    jonasbn committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    fb29cc3 View commit details
    Browse the repository at this point in the history
  3. Preparing release (again)

    jonasbn committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    4736348 View commit details
    Browse the repository at this point in the history
Loading