python311Packages.configparser 0 -> 1 attrpath: python311Packages.configparser Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.11-configparser-6.0.1 Press Enter key to continue... Running update for: - python3.11-configparser-6.0.1: UPDATING ... - python3.11-configparser-6.0.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/configparser/default.nix b/pkgs/development/python-modules/configparser/default.nix index 4495401250a2..8c4f2e097cd1 100644 --- a/pkgs/development/python-modules/configparser/default.nix +++ b/pkgs/development/python-modules/configparser/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "configparser"; - version = "6.0.1"; + version = "7.0.0"; pyproject = true; src = fetchFromGitHub { owner = "jaraco"; repo = "configparser"; rev = "refs/tags/v${version}"; - hash = "sha256-r+poK+knBQi48Z1VrNFqUt9Qm9iGERAOTFa4bKfXi0g="; + hash = "sha256-OqlmAmBt4x+cJtK89dxsU7+Vn9wmGR9Djc59/ewHSxs="; }; nativeBuildInputs = [ No auto update branch exists Successfully finished processing cachix "/nix/store/hfz2578b7wgg3ryq89cd6hg5nlnf67b3-python3.11-configparser-7.0.0" [check][nixpkgs-review] Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
4 packages marked as broken and skipped:
10 packages failed to build:
127 packages built:
Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from passthru.updateScript. meta.description for python311Packages.configparser is: Updated configparser from Python 3.7 for Python 2.6+. meta.homepage for python311Packages.configparser is: https://github.com/jaraco/configparser ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact Checks done --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 7.0.0 with grep in /nix/store/hfz2578b7wgg3ryq89cd6hg5nlnf67b3-python3.11-configparser-7.0.0 - found 7.0.0 in filename of file in /nix/store/hfz2578b7wgg3ryq89cd6hg5nlnf67b3-python3.11-configparser-7.0.0 ---
Rebuild report (if merged into master) (click to expand) ``` 81 total rebuild path(s) 81 package rebuild(s) First fifty rebuilds by attrpath ansible ansible-later ansible-lint ansible-navigator ansible_2_15 ansible_2_16 aws-adfs aws-google-auth dbx kargo malwoverview mlflow-server molecule nagstamon napalm networkd-dispatcher papis peering-manager protonup-ng pyinfra python311Packages.ansible python311Packages.ansible-compat python311Packages.ansible-core python311Packages.ansible-kernel python311Packages.ansible-navigator python311Packages.ansible-runner python311Packages.ansible-vault-rw python311Packages.atsim-potentials python311Packages.aws-adfs python311Packages.configparser python311Packages.dalle-mini python311Packages.databricks-cli python311Packages.fastai python311Packages.k-diffusion python311Packages.liccheck python311Packages.mlflow python311Packages.mmcv python311Packages.mmengine python311Packages.molecule python311Packages.napalm python311Packages.napalm-hp-procurve python311Packages.papis python311Packages.protonup-ng python311Packages.pyinfra python311Packages.pytest-ansible python311Packages.pytest-testinfra python311Packages.skrl python311Packages.spacy python311Packages.spacy-loggers python311Packages.spacy-lookups-data ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/hfz2578b7wgg3ryq89cd6hg5nlnf67b3-python3.11-configparser-7.0.0 \ --option binary-caches 'https://cache.nixos.org/ https://nix-community.cachix.org/' \ --option trusted-public-keys ' nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= ' ``` (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 use `sudo` since root is effectively trusted. Or, **build yourself**: ``` nix-build -A python311Packages.configparser https://github.com/r-ryantm/nixpkgs/archive/3f2ecba4d1acd2c148f4fe4ed6fd51405311c9ca.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/3f2ecba4d1acd2c148f4fe4ed6fd51405311c9ca#python311Packages.configparser ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/hfz2578b7wgg3ryq89cd6hg5nlnf67b3-python3.11-configparser-7.0.0 ls -la /nix/store/hfz2578b7wgg3ryq89cd6hg5nlnf67b3-python3.11-configparser-7.0.0/bin ``` ---

### 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. Result of `nixpkgs-review --extra-nixpkgs-config '{ allowInsecurePredicate = x: true; }'` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
4 packages marked as broken and skipped:
10 packages failed to build:
127 packages built:
--- ###### Maintainer pings https://api.github.com/repos/NixOS/nixpkgs/pulls/304150