kurtmckee / feedparser

Parse feeds in Python
https://feedparser.readthedocs.io/en/latest/
Other
1.89k stars 336 forks source link

Bump the github-actions group with 2 updates #425

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps the github-actions group with 2 updates: actions/setup-python and kurtmckee/detect-pythons.

Updates actions/setup-python from 4.7.1 to 5.0.0

Release notes

Sourced from actions/setup-python's releases.

v5.0.0

What's Changed

In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772). Besides, we update dependencies to the latest versions.

Full Changelog: https://github.com/actions/setup-python/compare/v4.8.0...v5.0.0

v4.8.0

What's Changed

In scope of this release we added support for GraalPy (actions/setup-python#694). You can use this snippet to set up GraalPy:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4 
  with:
    python-version: 'graalpy-22.3' 
- run: python my_script.py

Besides, the release contains such changes as:

New Contributors

Full Changelog: https://github.com/actions/setup-python/compare/v4...v4.8.0

Commits


Updates kurtmckee/detect-pythons from 1.0.0 to 1.1.0

Release notes

Sourced from kurtmckee/detect-pythons's releases.

v1.1.0

Python support

  • Document that GraalPy is a supported interpreter, and test it.
  • Locally test against early Python 3.13 versions.

Changed

  • None should no longer appear in the identifier for Python interpreters missing an EXT_SUFFIX sysconfig value.

  • Simplify how the action runs.

    Previously, the underlying shell scripts were embedded directly into action.yml.

Documentation

  • Document current macos-latest runner variability.
Changelog

Sourced from kurtmckee/detect-pythons's changelog.

.. This file is a part of the detect-pythons project. https://github.com/kurtmckee/detect-pythons Copyright 2023 Kurt McKee contactme@kurtmckee.org SPDX-License-Identifier: MIT

.. STOP!

Do not edit this file directly.
This file is managed by scriv during development.
Run "scriv create" to create a new changelog fragment.

Changelog


Unreleased changes

Please see the fragment files in the changelog.d directory_.

.. _changelog.d directory: https://github.com/kurtmckee/detect-pythons/tree/main/changelog.d

.. scriv-insert-here

.. _changelog-1.1.0:

1.1.0 - 2023-12-16

Python support

  • Document that GraalPy is a supported interpreter, and test it.

  • Locally test against early Python 3.13 versions.

Changed

  • None should no longer appear in the identifier for Python interpreters missing an EXT_SUFFIX sysconfig value.

  • Simplify how the action runs.

    Previously, the underlying shell scripts were embedded directly into action.yml.

Documentation

... (truncated)

Commits
  • 38187a5 Merge pull request #17 from kurtmckee/release-1.1.0
  • 9e70217 Update project metadata
  • d72a4c5 Merge pull request #16 from kurtmckee/update-readme
  • 316afff Update the README
  • ab12e2f Merge pull request #15 from kurtmckee/document-macos-inconsistencies
  • b42c7e1 Document current macOS runner variability
  • 04b02ae Merge pull request #14 from kurtmckee/simplify
  • 999311a Simplify how the action runs
  • 3cdc90f Merge pull request #13 from kurtmckee/update-test-suite
  • 225a647 Locally test against early Python 3.13 versions
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions