Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v2.3.1.1 #293

Merged
merged 49 commits into from
May 22, 2024
Merged

Release v2.3.1.1 #293

merged 49 commits into from
May 22, 2024

Commits on Nov 29, 2022

  1. Bump version to 2.3.2.dev0

    bskinn committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    3fbba4c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'release-2.3.1'

    bskinn committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    1bdd804 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Restore 'name' arg in setup.py

    To wire into GitHub's dependencies feature.
    bskinn committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    009c018 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2022

  1. Fix GH build badge

    bskinn committed Dec 25, 2022
    Configuration menu
    Copy the full SHA
    4a1e044 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2022

  1. Create SECURITY.md

    bskinn committed Dec 26, 2022
    Configuration menu
    Copy the full SHA
    77bfc4d View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Mention priority 0 and 2

    pawamoy authored and bskinn committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    fbb8847 View commit details
    Browse the repository at this point in the history
  2. Update ArchLinux link in index

    pawamoy authored and bskinn committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    af4333e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #284 from pawamoy/patch-1

    Mention priority 0 and 2
    bskinn committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    df27855 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Configuration menu
    Copy the full SHA
    c67f984 View commit details
    Browse the repository at this point in the history
  2. Point setup.py to the new README.md

    Also update the content type
    bskinn committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    24e231e View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Try multiline badge blocks

    bskinn committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    981f3c5 View commit details
    Browse the repository at this point in the history
  2. Continue converting README

    bskinn committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    e4969e9 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Finish converting README

    bskinn committed May 6, 2024
    Configuration menu
    Copy the full SHA
    0c7202e View commit details
    Browse the repository at this point in the history
  2. Fix flake8 'qualified name' complaint

    Have to use full paths for single modules now, apparently.
    
    See: PyCQA/bandit#725 (comment)
    bskinn committed May 6, 2024
    Configuration menu
    Copy the full SHA
    b35f98c View commit details
    Browse the repository at this point in the history
  3. Bump GHA workflow versions

    bskinn committed May 6, 2024
    Configuration menu
    Copy the full SHA
    3b5ebb7 View commit details
    Browse the repository at this point in the history
  4. Ignore flake8 A005

    Yep, we're shadowing submodules. We'll fix it eventually...
    bskinn committed May 6, 2024
    Configuration menu
    Copy the full SHA
    df62440 View commit details
    Browse the repository at this point in the history
  5. Fix some external URLs

    bskinn committed May 6, 2024
    Configuration menu
    Copy the full SHA
    44116a3 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Add Python 3.12, retire Python 3.7

    Assuming we want to support four active Python versions, retire Python
    3.7, which is end-of-life since nearly a year ago, and add support for
    Python 3.12.
    
    New Python versions are released once a year, and make for a good
    reason to make a release to PyPI, even if there haven't been any major
    changes to the code base. Not making a release for a year results in
    warnings such as "An important project maintenance signal to consider
    for sphobjinv is that it hasn't seen any new versions released to PyPI
    in the past 12 months, and could be considered as a discontinued
    project, or that which receives low attention from its maintainers" on
    https://snyk.io/advisor/python/sphobjinv, which companies use to
    determine if a project is an acceptable dependency.
    vonschultz committed May 8, 2024
    Configuration menu
    Copy the full SHA
    ff726c4 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Update test_readme.py

    Change the README filename and update the regex
    bskinn committed May 9, 2024
    Configuration menu
    Copy the full SHA
    b80cdf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    254ccbb View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG

    bskinn committed May 9, 2024
    Configuration menu
    Copy the full SHA
    fa8afcb View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Merge pull request #289 from bskinn/287-readme-md-convert

    Convert README to Markdown
    bskinn committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e3a2d33 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

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

Commits on May 14, 2024

  1. Merge pull request #291 from vonschultz/python-versions

    Add Python 3.12, retire Python 3.7
    bskinn committed May 14, 2024
    Configuration menu
    Copy the full SHA
    3ab0989 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Loosen pagination test

    bskinn committed May 21, 2024
    Configuration menu
    Copy the full SHA
    fc42f22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82e7477 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7de5ce1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1a4859 View commit details
    Browse the repository at this point in the history
  5. Update README shell examples

    bskinn committed May 21, 2024
    Configuration menu
    Copy the full SHA
    513c3b7 View commit details
    Browse the repository at this point in the history
  6. Remove README shell tests

    bskinn committed May 21, 2024
    Configuration menu
    Copy the full SHA
    4fee280 View commit details
    Browse the repository at this point in the history
  7. Update syntax.rst Python version

    str.join example now states 3.12
    bskinn committed May 21, 2024
    Configuration menu
    Copy the full SHA
    46243b1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bb645ff View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ac52608 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d383f68 View commit details
    Browse the repository at this point in the history
  11. Add trial pyproject.toml

    bskinn committed May 21, 2024
    Configuration menu
    Copy the full SHA
    24cb28a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    aae6500 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    aa1aa9d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cb4cd74 View commit details
    Browse the repository at this point in the history
  15. Bump version to v2.3.2

    bskinn committed May 21, 2024
    Configuration menu
    Copy the full SHA
    3e43ab2 View commit details
    Browse the repository at this point in the history
  16. Update copyright years

    bskinn committed May 21, 2024
    Configuration menu
    Copy the full SHA
    341c305 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    79497f4 View commit details
    Browse the repository at this point in the history
  18. Update CHANGELOG for v2.3.2

    bskinn committed May 21, 2024
    Configuration menu
    Copy the full SHA
    caf4639 View commit details
    Browse the repository at this point in the history
  19. Update CONTRIBUTING.md

    bskinn committed May 21, 2024
    Configuration menu
    Copy the full SHA
    7842654 View commit details
    Browse the repository at this point in the history
  20. Bump Sphinx to v7.3.7

    bskinn committed May 21, 2024
    Configuration menu
    Copy the full SHA
    cf9d3ba View commit details
    Browse the repository at this point in the history
  21. Drop dev Sphinx to 7.1.2

    bskinn committed May 21, 2024
    Configuration menu
    Copy the full SHA
    fa0ec1a View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    838eccf View commit details
    Browse the repository at this point in the history
  2. Fix tox flake8-noqa invocation

    bskinn committed May 22, 2024
    Configuration menu
    Copy the full SHA
    1d8f043 View commit details
    Browse the repository at this point in the history
  3. Fix Azure README test job name

    bskinn committed May 22, 2024
    Configuration menu
    Copy the full SHA
    1996947 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    385e484 View commit details
    Browse the repository at this point in the history