Skip to content

[Automated] Update cached versions #719

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jul 11, 2025

Automated Pull Request

Summary by Sourcery

Refresh cached Python and PyPy versions to include the latest beta and stable releases

Enhancements:

  • Add Python 3.14.0b4 entries for win32, arm64, and amd64
  • Add and remove duplicate entry for PyPy 2.7 v7.3.12-win64
  • Add PyPy 3.11 v7.3.20-win64 and PyPy 2.7 v7.3.20-win64 entries

@github-actions github-actions bot requested a review from a team as a code owner July 11, 2025 02:22
@github-actions github-actions bot requested review from Darsstar and kirankotari July 11, 2025 02:22
Copy link

sourcery-ai bot commented Jul 11, 2025

Reviewer's Guide

Automated update of .versions_cache.xml that inserts the new Python 3.14.0b4 pre‐release installers, cleans up a duplicate PyPy2.7 v7.3.12 entry, and adds the latest PyPy v7.3.20 releases.

Entity relationship diagram for updated version cache entries

erDiagram
    VERSION {
        string code
        string file
        string URL
        string zipRootDir
        boolean x64
        boolean webInstall
        boolean msi
    }

    VERSION ||--o{ PYTHON_RELEASE : contains
    VERSION ||--o{ PYPY_RELEASE : contains

    PYTHON_RELEASE {
        string code
        string file
        string URL
        boolean x64
        boolean webInstall
        boolean msi
    }

    PYPY_RELEASE {
        string code
        string file
        string URL
        string zipRootDir
        boolean x64
        boolean webInstall
        boolean msi
    }

    %% New entries added:
    %% - PYTHON_RELEASE: 3.14.0b4-win32, 3.14.0b4-arm, 3.14.0b4
    %% - PYPY_RELEASE: pypy3.11-v7.3.20-win64, pypy2.7-v7.3.20-win64
    %% Duplicate PYPY_RELEASE: pypy2.7-v7.3.12-win64 removed
Loading

Class diagram for version cache entry changes

classDiagram
    class Version {
        +string code
        +string file
        +string URL
        +string zipRootDir
        +bool x64
        +bool webInstall
        +bool msi
    }
    class PythonRelease {
        +string code
        +string file
        +string URL
        +bool x64
        +bool webInstall
        +bool msi
    }
    class PyPyRelease {
        +string code
        +string file
        +string URL
        +string zipRootDir
        +bool x64
        +bool webInstall
        +bool msi
    }
    Version <|-- PythonRelease
    Version <|-- PyPyRelease
    %% New PythonRelease: 3.14.0b4-win32, 3.14.0b4-arm, 3.14.0b4
    %% New PyPyRelease: pypy3.11-v7.3.20-win64, pypy2.7-v7.3.20-win64
    %% Removed duplicate PyPyRelease: pypy2.7-v7.3.12-win64
Loading

File-Level Changes

Change Details Files
Added Python 3.14.0b4 installers for Win32, ARM64, and AMD64
  • Insert version entry for python-3.14.0b4-win32
  • Insert version entry for python-3.14.0b4-arm64
  • Insert version entry for python-3.14.0b4-amd64
pyenv-win/.versions_cache.xml
Corrected duplicate PyPy2.7 v7.3.12-win64 entry
  • Add missing pypy2.7-v7.3.12-win64 block after v7.3.11
  • Remove redundant pypy2.7-v7.3.12-win64 block later in file
pyenv-win/.versions_cache.xml
Added new PyPy v7.3.20-win64 entries
  • Insert pypy3.11-v7.3.20-win64 version block
  • Insert pypy2.7-v7.3.20-win64 version block
pyenv-win/.versions_cache.xml

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@github-actions github-actions bot force-pushed the automated/update_cache branch from 6ba7183 to e619ccf Compare July 18, 2025 02:25
@github-actions github-actions bot force-pushed the automated/update_cache branch from e619ccf to 4da3773 Compare July 25, 2025 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant