-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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.rq: 1.16.2 -> 2.1 #351985
Conversation
@@ -20,7 +20,7 @@ | |||
|
|||
buildPythonPackage rec { | |||
pname = "rq"; | |||
version = "1.16.2"; | |||
version = "2.0"; | |||
pyproject = true; | |||
|
|||
disabled = pythonOlder "3.7"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
disabled = pythonOlder "3.7"; | |
disabled = pythonOlder "3.8"; |
Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript. meta.description for python312Packages.rq is: Library for creating background jobs and processing them meta.homepage for python312Packages.rq is: https://github.com/nvie/rq/ meta.changelog for python312Packages.rq is: https://github.com/rq/rq/releases/tag/v2.1 Updates performed
To inspect upstream changesImpactChecks done
Rebuild report (if merged into master) (click to expand)
Instructions to test this update (click to expand)Either download from the cache:
(The nixpkgs-update cache is only trusted for this store-path realization.) Or, build yourself:
Or:
After you've downloaded or built it, look at the files and if there are any, run the binaries:
Pre-merge build resultsWe have automatically built all packages that will get rebuilt due to This gives evidence on whether the upgrade will break dependent packages.
|
f8f4f21
to
ff3c8cd
Compare
Merge conflict, please open a new PR. |
Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.
meta.description for python312Packages.rq is: Library for creating background jobs and processing them
meta.homepage for python312Packages.rq is: https://github.com/nvie/rq/
meta.changelog for python312Packages.rq is: https://github.com/rq/rq/releases/tag/v2.0
Updates performed
To inspect upstream changes
Impact
Checks done
passthru.tests
, if any, passedRebuild report (if merged into master) (click to expand)
Instructions to test this update (click to expand)
Either download from Cachix:
(The Cachix cache is only trusted for this store-path realization.)
For the Cachix download to work, your user must be in the
trusted-users
list or you can usesudo
since root is effectively trusted.Or, build yourself:
Or:
After you've downloaded or built it, look at the files and if there are any, run the binaries:
Pre-merge build results
We have automatically built all packages that will get rebuilt due to
this change.
This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.
nixpkgs-review
resultGenerated using
nixpkgs-review
.Command:
nixpkgs-review
x86_64-linux
✅ 26 packages built:
Maintainer pings
cc @MrMebelMan for testing.
Tip
As a maintainer, if your package is located under
pkgs/by-name/*
, you can comment@NixOS/nixpkgs-merge-bot merge
to automatically merge this update using thenixpkgs-merge-bot
.Add a 👍 reaction to pull requests you find important.