Skip to content

python3Packages.setproctitle: 1.3.6 -> 1.3.7#444736

Closed
theCapypara wants to merge 1 commit intoNixOS:python-updatesfrom
theCapypara:update-setproctitle
Closed

python3Packages.setproctitle: 1.3.6 -> 1.3.7#444736
theCapypara wants to merge 1 commit intoNixOS:python-updatesfrom
theCapypara:update-setproctitle

Conversation

@theCapypara
Copy link
Copy Markdown
Member

@theCapypara theCapypara commented Sep 20, 2025

This updates setproctitle to 1.3.7:

https://github.com/dvarrazzo/py-setproctitle/blob/master/HISTORY.rst#version-137

Things done

  • Built on platform:
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • Tested, as applicable:
  • Ran nixpkgs-review on this PR. See nixpkgs-review usage.
  • Tested basic functionality of all binary files, usually in ./result/bin/.
  • Nixpkgs Release Notes
    • Package update: when the change is major or breaking.
  • NixOS Release Notes
    • Module addition: when adding a new NixOS module.
    • Module update: when the change is significant.
  • Fits CONTRIBUTING.md, pkgs/README.md, maintainers/README.md and other READMEs.

Add a 👍 reaction to pull requests you find important.

@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-linux: 5001+ This PR causes many rebuilds on Linux and must target the staging branches. 10.rebuild-darwin: 2501-5000 This PR causes many rebuilds on Darwin and should target the staging branches. 6.topic: python Python is a high-level, general-purpose programming language. labels Sep 20, 2025
@nix-owners nix-owners bot requested a review from exi September 20, 2025 19:01
@theCapypara theCapypara changed the base branch from master to python-updates September 20, 2025 19:04
@nixpkgs-ci nixpkgs-ci bot closed this Sep 20, 2025
@nixpkgs-ci nixpkgs-ci bot reopened this Sep 20, 2025
@nix-owners
Copy link
Copy Markdown

nix-owners bot commented Sep 20, 2025

The PR's base branch is set to python-updates, but 20662 commits from the haskell-updates branch are included. Make sure you know the right base branch for your changes, then:

  • If the changes should go to the haskell-updates branch, change the base branch to haskell-updates
  • If the changes should go to the python-updates branch, rebase your PR onto the merge base with the python-updates branch:
    # git rebase --onto $(git merge-base upstream/python-updates HEAD) $(git merge-base upstream/haskell-updates HEAD)
    git rebase --onto 00bc155a5e0a172d779284fa5511dbaec6a1e706 319145a716f6547ff9cce8ddb32568726b24427b
    git push --force-with-lease

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

6.topic: python Python is a high-level, general-purpose programming language. 10.rebuild-darwin: 501+ This PR causes many rebuilds on Darwin and should normally target the staging branches. 10.rebuild-darwin: 2501-5000 This PR causes many rebuilds on Darwin and should target the staging branches. 10.rebuild-linux: 501+ This PR causes many rebuilds on Linux and should normally target the staging branches. 10.rebuild-linux: 5001+ This PR causes many rebuilds on Linux and must target the staging branches.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant