python312Packages.pefile 2023.2.7 -> 2024.8.26 https://github.com/erocarrera/pefile/releases attrpath: python312Packages.pefile 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/5361sbr2bdypl3ldv4df72zww3cv1b2d-packages.json.drv building '/nix/store/5361sbr2bdypl3ldv4df72zww3cv1b2d-packages.json.drv'... Going to be running update for following packages: - python3.12-pefile-2023.2.7 Press Enter key to continue... Running update for: - python3.12-pefile-2023.2.7: UPDATING ... - python3.12-pefile-2023.2.7: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pefile/default.nix b/pkgs/development/python-modules/pefile/default.nix index c5eadd8e5cd1..cd8a45b9a0c4 100644 --- a/pkgs/development/python-modules/pefile/default.nix +++ b/pkgs/development/python-modules/pefile/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "pefile"; - version = "2023.2.7"; + version = "2024.8.26"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -17,7 +17,7 @@ buildPythonPackage rec { # DON'T fetch from github, the repo is >60 MB due to test artifacts, which we cannot use src = fetchPypi { inherit pname version; - hash = "sha256-guYRQASz1pEcd8OVPjg4ZUsEURuLZuhYPbcMZZmAF9w="; + hash = "sha256-P/bF2LQ+jDe7bm3VCFZY1linoL3NILagex/PwcTp1jI="; }; nativeBuildInputs = [ setuptools-scm ]; No auto update branch exists Successfully finished processing cachix "/nix/store/3i78r2mw0sja2jnrq6i3ik2mpbs2h0q6-python3.12-pefile-2024.8.26" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
3 packages marked as broken and skipped:
116 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 python312Packages.pefile is: Multi-platform Python module to parse and work with Portable Executable (aka PE) files meta.homepage for python312Packages.pefile is: https://github.com/erocarrera/pefile meta.changelog for python312Packages.pefile is: https://github.com/erocarrera/pefile/releases/tag/v2024.8.26 ###### 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 2024.8.26 with grep in /nix/store/3i78r2mw0sja2jnrq6i3ik2mpbs2h0q6-python3.12-pefile-2024.8.26 - found 2024.8.26 in filename of file in /nix/store/3i78r2mw0sja2jnrq6i3ik2mpbs2h0q6-python3.12-pefile-2024.8.26 ---
Rebuild report (if merged into master) (click to expand) ``` 71 total rebuild path(s) 71 package rebuild(s) First fifty rebuilds by attrpath bottles bottles-unwrapped everest-mons flare-floss fwupd fwupd-efi gnome-firmware gnome-software gnome.gnome-software icoextract katawa-shoujo-re-engineered kdePackages.discover keepwn libsForQt5.discover libsForQt5.kinfocenter malwoverview mkosi mkosi-full pantheon.elementary-greeter pantheon.elementary-onboarding pantheon.elementary-settings-daemon pantheon.switchboard-plug-about pantheon.switchboard-plug-pantheon-shell pantheon.switchboard-plug-power pantheon.switchboard-plug-security-privacy pantheon.switchboard-with-plugs pantheon.wingpanel-applications-menu pantheon.wingpanel-indicator-power pantheon.wingpanel-quick-settings pantheon.wingpanel-with-indicators plasma5Packages.discover plasma5Packages.kinfocenter python311Packages.angr python311Packages.angrcli python311Packages.angrop python311Packages.autoit-ripper python311Packages.cle python311Packages.dnfile python311Packages.icoextract python311Packages.karton-autoit-ripper python311Packages.karton-config-extractor python311Packages.malduck python311Packages.pefile python311Packages.pyimpfuzzy python311Packages.qiling python311Packages.scancode-toolkit python311Packages.virt-firmware python311Packages.viv-utils python312Packages.angr ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/3i78r2mw0sja2jnrq6i3ik2mpbs2h0q6-python3.12-pefile-2024.8.26 \ --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 python312Packages.pefile https://github.com/r-ryantm/nixpkgs/archive/1d5acdc4f4268607ced81c111a5383b9f38003ac.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/1d5acdc4f4268607ced81c111a5383b9f38003ac#python312Packages.pefile ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/3i78r2mw0sja2jnrq6i3ik2mpbs2h0q6-python3.12-pefile-2024.8.26 ls -la /nix/store/3i78r2mw0sja2jnrq6i3ik2mpbs2h0q6-python3.12-pefile-2024.8.26/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)
3 packages marked as broken and skipped:
116 packages built:
--- ###### Maintainer pings cc @Pamplemousse for [testing](https://github.com/ryantm/nixpkgs-update/blob/main/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). > [!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 the [`nixpkgs-merge-bot`](https://github.com/NixOS/nixpkgs-merge-bot). --- Add a :+1: [reaction] to [pull requests you find important]. [reaction]: https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/ [pull requests you find important]: https://github.com/NixOS/nixpkgs/pulls?q=is%3Aopen+sort%3Areactions-%2B1-desc https://api.github.com/repos/NixOS/nixpkgs/pulls/337589