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

Update dependency pygame to v2.6.0 #274

Merged
merged 3 commits into from
Jun 27, 2024
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 25, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
pygame (source) 2.5.2 -> 2.6.0 age adoption passing confidence

Release Notes

pygame/pygame (pygame)

v2.6.0: pygame 2.6.0 - for Macarena

Compare Source

🎉  🎈

Thanks




python -m pip install -U pygame==2.6.0



🎮🛸 - - - - 💥👾

New Contributors


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@jessebot jessebot self-assigned this Jun 27, 2024
@jessebot
Copy link
Collaborator

Weird that all the jobs failed. I think it's because maybe the package wasn't fully cached yet, as they all said:

  RuntimeError

  Unable to find installation candidates for pygame (2.6.0)

  at ~/.local/venv/lib/python3.12/site-packages/poetry/installation/chooser.py:74 in choose_for
       7071links.append(link)
       7273if not links:
    →  74raise RuntimeError(f"Unable to find installation candidates for {package}")
       7576# Get the best link
       77chosen = max(links, key=lambda link: self._sort_key(package, link))
       78Cannot install pygame.

ref: https://github.com/small-hack/smol-k8s-lab/actions/runs/9663038760/job/26744305428?pr=274

Rerran the job and it still failed though:
https://github.com/small-hack/smol-k8s-lab/actions/runs/9663038760/job/26744305663?pr=274#step:5:67

🤔 will pull this branch locally and take a look...

@jessebot jessebot self-requested a review June 27, 2024 06:51
Copy link
Contributor Author

renovate bot commented Jun 27, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@jessebot
Copy link
Collaborator

jessebot commented Jun 27, 2024

Looks like 02e5a2a fixed it, which was just running poetry update locally 🤷 Still need to actually test the audio, just to be sure. Will do that later today when I have a minute.

Also closes #275 if fecf28f is also successful.

@jessebot jessebot merged commit 57538b2 into main Jun 27, 2024
4 checks passed
@jessebot jessebot deleted the renovate/pygame-2.x-lockfile branch June 27, 2024 07:10
@jessebot
Copy link
Collaborator

tested audio on macOS and it works fine :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant