2023-01-01T09:44:03 python3.10-pdf2image 1.16.0 -> 1.16.2 https://pypi.org/project/pdf2image/ 2023-01-01T09:44:06 attrpath: python310Packages.pdf2image 2023-01-01T09:44:06 Checking auto update branch... 2023-01-01T09:44:11 [version] 2023-01-01T09:44:11 [version] skipping because derivation has updateScript 2023-01-01T09:44:11 [rustCrateVersion] 2023-01-01T09:44:11 [rustCrateVersion] No cargoSha256 found 2023-01-01T09:44:11 [golangModuleVersion] 2023-01-01T09:44:11 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2023-01-01T09:44:11 [updateScript] 2023-01-01T09:44:12 [updateScript] Success 2023-01-01T09:44:12 [updateScript] this derivation will be built: /nix/store/zdgdfqk9dlqsisdl1fv2j9p0v209cdqg-packages.json.drv building '/nix/store/zdgdfqk9dlqsisdl1fv2j9p0v209cdqg-packages.json.drv'... Going to be running update for following packages: - python3.10-pdf2image-1.16.0 Press Enter key to continue... Running update for: - python3.10-pdf2image-1.16.0: UPDATING ... - python3.10-pdf2image-1.16.0: DONE. Packages updated! 2023-01-01T09:44:12 2023-01-01T09:44:12 [quotedUrls] 2023-01-01T09:44:12 [quotedUrls] nothing found to replace 2023-01-01T09:44:12 Diff after rewrites: diff --git a/pkgs/development/python-modules/pdf2image/default.nix b/pkgs/development/python-modules/pdf2image/default.nix index f2ed6e7a297..c2340b27d1c 100644 --- a/pkgs/development/python-modules/pdf2image/default.nix +++ b/pkgs/development/python-modules/pdf2image/default.nix @@ -2,13 +2,13 @@ buildPythonPackage rec { pname = "pdf2image"; - version = "1.16.0"; + version = "1.16.2"; propagatedBuildInputs = [ pillow ]; src = fetchPypi { inherit pname version; - sha256 = "d58ed94d978a70c73c2bb7fdf8acbaf2a7089c29ff8141be5f45433c0c4293bb"; + sha256 = "sha256-hnYQke7jX0ZB6pjf3bJUJUNh0Bi+aYoZmv98HTczGAM="; }; postPatch = '' 2023-01-01T09:45:42 No auto update branch exists 2023-01-01T09:45:46 Successfully finished processing 2023-01-01T09:45:46 cachix "/nix/store/1md6fxcrqf4x11z7lmrrq7s699i81blm-python3.10-pdf2image-1.16.2" 2023-01-01T09:45:50 [check][nixpkgs-review] 2023-01-01T09:52:54 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
1 package failed to build:
2 packages built:
2023-01-01T09:52:57 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 python310Packages.pdf2image is: "A python module that wraps the pdftoppm utility to convert PDF to PIL Image object" meta.homepage for python310Packages.pdf2image is: "https://github.com/Belval/pdf2image" meta.changelog for python310Packages.pdf2image is: "" ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact
Checks done (click to expand) --- - built on NixOS - Warning: a test defined in `passthru.tests` did not pass - found 1.16.2 with grep in /nix/store/1md6fxcrqf4x11z7lmrrq7s699i81blm-python3.10-pdf2image-1.16.2 - found 1.16.2 in filename of file in /nix/store/1md6fxcrqf4x11z7lmrrq7s699i81blm-python3.10-pdf2image-1.16.2 ---
Rebuild report (if merged into master) (click to expand) ``` 3 total rebuild path(s) 3 package rebuild(s) First fifty rebuilds by attrpath paperless-ngx python310Packages.pdf2image python39Packages.pdf2image ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/1md6fxcrqf4x11z7lmrrq7s699i81blm-python3.10-pdf2image-1.16.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 python310Packages.pdf2image https://github.com/r-ryantm/nixpkgs/archive/3296813f01a3464420f716c829d96ed5303ebf71.tar.gz ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/1md6fxcrqf4x11z7lmrrq7s699i81blm-python3.10-pdf2image-1.16.2 ls -la /nix/store/1md6fxcrqf4x11z7lmrrq7s699i81blm-python3.10-pdf2image-1.16.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)
1 package failed to build:
2 packages built:
--- ###### Maintainer pings cc @Gerschtli for [testing](https://github.com/ryantm/nixpkgs-update/blob/master/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). 2023-01-01T09:52:59 https://api.github.com/repos/NixOS/nixpkgs/pulls/208596