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

python312Packages.yarl: 1.13.1 -> 1.18.0 #359444

Closed
wants to merge 1 commit into from
Closed

Conversation

fabaff
Copy link
Member

@fabaff fabaff commented Nov 26, 2024

Diff: aio-libs/yarl@refs/tags/v1.13.1...v1.18.0

Changelog: https://github.com/aio-libs/yarl/blob/v1.18.0/CHANGES.rst

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 25.05 Release Notes (or backporting 24.11 and 25.05 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

Copy link
Member

@dotlambda dotlambda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Target staging.


build-system = [ hatchling ];

buildInput = [ pytest ];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
buildInput = [ pytest ];
buildInputs = [ pytest ];

filelock
importlib-metadata
rich
setuptools
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
setuptools

Afaict this isn't used. Might be worth filing an upstream PR.

@@ -45,6 +49,8 @@ buildPythonPackage rec {
'';

nativeCheckInputs = [
hypothesis
pytest-codspeed
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So this runs benchmarks? I'd rather not do that in Nixpkgs.

@fabaff fabaff changed the base branch from master to staging December 3, 2024 20:48
@dotlambda dotlambda added the 2.status: merge conflict This PR has merge conflicts with the target branch label Dec 4, 2024
@dotlambda
Copy link
Member

Please rebase.

@mweinelt
Copy link
Member

mweinelt commented Dec 4, 2024

Superseded by #361548.

@mweinelt mweinelt closed this Dec 4, 2024
@fabaff fabaff deleted the yarl-bump branch December 4, 2024 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

3 participants