python311Packages.dogpile-cache 0 -> 1 attrpath: python311Packages.dogpile-cache 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] this derivation will be built: /nix/store/sqm0hfcw8fnrqi8y2l1f0pdbqpahrwxn-packages.json.drv building '/nix/store/sqm0hfcw8fnrqi8y2l1f0pdbqpahrwxn-packages.json.drv'... Going to be running update for following packages: - python3.11-dogpile-cache-1.3.0 Press Enter key to continue... Running update for: - python3.11-dogpile-cache-1.3.0: UPDATING ... - python3.11-dogpile-cache-1.3.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/dogpile-cache/default.nix b/pkgs/development/python-modules/dogpile-cache/default.nix index d05c47009f77..51d799b90f13 100644 --- a/pkgs/development/python-modules/dogpile-cache/default.nix +++ b/pkgs/development/python-modules/dogpile-cache/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "dogpile-cache"; - version = "1.3.0"; + version = "1.3.2"; format = "pyproject"; disabled = pythonOlder "3.6"; @@ -20,7 +20,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "dogpile.cache"; inherit version; - hash = "sha256-Cjh/GTLAce6P2XHS/1H4q6EQbFWUOaUbjHSiB/QOIV0="; + hash = "sha256-T3HcAzOtNRycb3BPW6Kje/Ucbu0EN9Gt9W4HWVmv5js="; }; nativeBuildInputs = [ An auto update branch exists with message `python311Packages.dogpile-cache: 1.3.0 -> 1.3.1`. New version is 1.3.2. The auto update branch does not match or exceed the new version. Successfully finished processing cachix "/nix/store/g9zyxchzcrn84nf63lgrjain2vcxa03m-python3.11-dogpile-cache-1.3.2" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
9 packages marked as broken and skipped:
10 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.dogpile-cache is: A caching front-end based on the Dogpile lock meta.homepage for python311Packages.dogpile-cache is: https://github.com/sqlalchemy/dogpile.cache ###### 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 1.3.2 with grep in /nix/store/g9zyxchzcrn84nf63lgrjain2vcxa03m-python3.11-dogpile-cache-1.3.2 - found 1.3.2 in filename of file in /nix/store/g9zyxchzcrn84nf63lgrjain2vcxa03m-python3.11-dogpile-cache-1.3.2 ---
Rebuild report (if merged into master) (click to expand) ``` 24 total rebuild path(s) 24 package rebuild(s) First fifty rebuilds by attrpath heatclient ironicclient manilaclient nox openstackclient python311Packages.bugwarrior python311Packages.dogpile-cache python311Packages.openstacksdk python311Packages.osc-lib python311Packages.python-heatclient python311Packages.python-ironicclient python311Packages.python-manilaclient python311Packages.python-openstackclient python311Packages.python-swiftclient python311Packages.subliminal python312Packages.dogpile-cache python312Packages.openstacksdk python312Packages.osc-lib python312Packages.python-heatclient python312Packages.python-ironicclient python312Packages.python-manilaclient python312Packages.python-openstackclient python312Packages.python-swiftclient swiftclient ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/g9zyxchzcrn84nf63lgrjain2vcxa03m-python3.11-dogpile-cache-1.3.2 \ --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.dogpile-cache https://github.com/r-ryantm/nixpkgs/archive/3519ab4c1c73cde2a2dfdfca4561e62aa66683a5.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/3519ab4c1c73cde2a2dfdfca4561e62aa66683a5#python311Packages.dogpile-cache ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/g9zyxchzcrn84nf63lgrjain2vcxa03m-python3.11-dogpile-cache-1.3.2 ls -la /nix/store/g9zyxchzcrn84nf63lgrjain2vcxa03m-python3.11-dogpile-cache-1.3.2/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` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
9 packages marked as broken and skipped:
10 packages built:
--- ###### Maintainer pings Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/287681