maturin 1.4.0 -> 1.5.0 https://repology.org/project/maturin/versions attrpath: maturin Checking auto update branch... No auto update branch exists [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] Replacing cargoHash with sha256-3K131d7bDvfmAhYWFNyY+qwi7F8vKk3kw4L+fM0LKMo= [rustCrateVersion] Finished updating Crate version and replacing hashes [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] skipping because derivation has no updateScript Diff after rewrites: diff --git a/pkgs/development/tools/rust/maturin/default.nix b/pkgs/development/tools/rust/maturin/default.nix index fa17f4f03624..95f010c123df 100644 --- a/pkgs/development/tools/rust/maturin/default.nix +++ b/pkgs/development/tools/rust/maturin/default.nix @@ -9,16 +9,16 @@ rustPlatform.buildRustPackage rec { pname = "maturin"; - version = "1.4.0"; + version = "1.5.0"; src = fetchFromGitHub { owner = "PyO3"; repo = "maturin"; rev = "v${version}"; - hash = "sha256-mD/7wWeclV5Xqii9hcZMustvR6tf7MoyTZ3WsvEc61U="; + hash = "sha256-DXPhe6QI1IEPA/Y+qDMu92i18uhXCN0VVJpCoAIDs4c="; }; - cargoHash = "sha256-w8XpCJ8GS2VszW/9/O2suy82zVO1UpWTrU1lFGYwhvw="; + cargoHash = "sha256-3K131d7bDvfmAhYWFNyY+qwi7F8vKk3kw4L+fM0LKMo="; buildInputs = lib.optionals stdenv.isDarwin [ Security libiconv ]; Successfully finished processing cachix "/nix/store/sqm95vklqpfrq2bxpn7hpgsh25hf7azc-maturin-1.5.0" Automatic update generated by [nixpkgs-update](https://github.com/ryantm/nixpkgs-update) tools. This update was made based on information from https://repology.org/project/maturin/versions. meta.description for maturin is: Build and publish Rust crates Python packages meta.homepage for maturin is: https://github.com/PyO3/maturin meta.changelog for maturin is: https://github.com/PyO3/maturin/blob/v1.5.0/Changelog.md ###### Updates performed - Rust version update ###### To inspect upstream changes - [Release on GitHub](https://github.com/PyO3/maturin/releases/tag/v1.5.0) - [Compare changes on GitHub](https://github.com/PyO3/maturin/compare/v1.4.0...v1.5.0) ###### Impact Checks done --- - built on NixOS - Warning: a test defined in `passthru.tests` did not pass - found 1.5.0 with grep in /nix/store/sqm95vklqpfrq2bxpn7hpgsh25hf7azc-maturin-1.5.0 - found 1.5.0 in filename of file in /nix/store/sqm95vklqpfrq2bxpn7hpgsh25hf7azc-maturin-1.5.0 ---
Rebuild report (if merged into master) (click to expand) ``` 6445 total rebuild path(s) 6445 package rebuild(s) First fifty rebuilds by attrpath acquire activitywatch adapta-gtk-theme adl aiodnsbrute alerta-server alibuild animdl anime-downloader anki ansel ansible ansible-doctor ansible-later ansible-lint ansible_2_14 ansible_2_15 ansible_2_16 aocd apache-airflow apio appdaemon appthreat-depscan arc-theme archivebox arion arx-libertatis asciidoc-full asciidoc-full-with-plugins asn1editor atomic-operator audible-cli audiness authentik aw-qt aw-watcher-afk aw-watcher-window aws-adfs aws-encryption-sdk-cli aws-gate aws-google-auth aws-mfa aws-sam-cli awscli awscli2 awsebcli awslimitchecker awslogs awsume ayu-theme-gtk ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/sqm95vklqpfrq2bxpn7hpgsh25hf7azc-maturin-1.5.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 maturin https://github.com/r-ryantm/nixpkgs/archive/b5ff7ed5aad90139a85cc992f6e151cb361389f4.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/b5ff7ed5aad90139a85cc992f6e151cb361389f4#maturin ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/sqm95vklqpfrq2bxpn7hpgsh25hf7azc-maturin-1.5.0 ls -la /nix/store/sqm95vklqpfrq2bxpn7hpgsh25hf7azc-maturin-1.5.0/bin ``` ---

### Pre-merge build results NixPkgs review skipped --- ###### Maintainer pings https://api.github.com/repos/NixOS/nixpkgs/pulls/293489