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: sphinx-contrib/spelling
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.7.0
Choose a base ref
...
head repository: sphinx-contrib/spelling
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.7.1
Choose a head ref
  • 16 commits
  • 16 files changed
  • 2 contributors

Commits on Nov 13, 2022

  1. update github action to latest

    Build and publish Python distributions to PyPI Node.js 12 actions are
    deprecated. For more information see:
    https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please
    update the following actions to use Node.js 16: actions/setup-python,
    actions/setup-python
    dhellmann committed Nov 13, 2022
    Configuration menu
    Copy the full SHA
    4488751 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #201 from dhellmann/update-github-actions

    update github action to latest
    mergify[bot] authored Nov 13, 2022
    Configuration menu
    Copy the full SHA
    666a0fe View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. drop python 3.6 support

    GitHub CI no longer has a way to test it
    dhellmann committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    9d5115a View commit details
    Browse the repository at this point in the history
  2. add python 3.11 support

    dhellmann committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    4d14526 View commit details
    Browse the repository at this point in the history
  3. drop pypy3

    The job is failing to find pypy3.6
    dhellmann committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    115364f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e2b586 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #206 from dhellmann/update-python-versions

    update python support
    dhellmann authored Feb 18, 2023
    Configuration menu
    Copy the full SHA
    0841717 View commit details
    Browse the repository at this point in the history
  6. linter fixes

    dhellmann committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    218839f View commit details
    Browse the repository at this point in the history
  7. builder: restructure node filtering

    Use a filter condition function to check whether we want to traverse
    each node.
    dhellmann committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    19eb6f0 View commit details
    Browse the repository at this point in the history
  8. builder: switch from traverse() to findall()

    Replace the use of the deprecated traverse() method with findall().
    dhellmann committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    0f2c51a View commit details
    Browse the repository at this point in the history
  9. builder: add test showing that only directive works for ignoring blocks

    Add a test showing that the `only` directive works for ignoring
    sections of content that has content that should not be checked.
    
    Addresses #204
    dhellmann committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    21fdff4 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #205 from dhellmann/exclude-nodes

    add test showing that only directive works for ignoring blocks
    mergify[bot] authored Feb 18, 2023
    Configuration menu
    Copy the full SHA
    a05cca7 View commit details
    Browse the repository at this point in the history
  11. modernize packaging

    - Replace setup.py, setup.cfg, and requirements.txt with
      pyproject.toml.
    - Use setuptools_scm instead of pbr.
    dhellmann committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    b8d3295 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #207 from dhellmann/modernize-packaging

    modernize packaging
    mergify[bot] authored Feb 18, 2023
    Configuration menu
    Copy the full SHA
    980ff78 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    123faaa View commit details
    Browse the repository at this point in the history
  14. Merge pull request #208 from dhellmann/dependabot-config

    add dependabot config for github actions
    mergify[bot] authored Feb 18, 2023
    Configuration menu
    Copy the full SHA
    edada5b View commit details
    Browse the repository at this point in the history
Loading