python310Packages.fastavro 0 -> 1 attrpath: python310Packages.fastavro 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/xz1sf5gxrr1szmjc6gcgf8k6ky1c6g0x-packages.json.drv building '/nix/store/xz1sf5gxrr1szmjc6gcgf8k6ky1c6g0x-packages.json.drv'... Going to be running update for following packages: - python3.10-fastavro-1.7.4 Press Enter key to continue... Running update for: - python3.10-fastavro-1.7.4: UPDATING ... - python3.10-fastavro-1.7.4: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/fastavro/default.nix b/pkgs/development/python-modules/fastavro/default.nix index 6cc980db09c..bc99ddd7ff8 100644 --- a/pkgs/development/python-modules/fastavro/default.nix +++ b/pkgs/development/python-modules/fastavro/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "fastavro"; - version = "1.7.4"; + version = "1.8.0"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = pname; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-oAOqViIBtIVYO0AN/Ug7I97QExhFaeFoNJ/7tpN/49w="; + hash = "sha256-s9aN604m8crZ5XdwAGgNkEJtAsnPMIr0Tx2bXuC4jn4="; }; preBuild = '' An auto update branch exists with message `python310Packages.fastavro: 1.7.2 -> 1.7.4`. New version is 1.8.0. The auto update branch does not match or exceed the new version. Successfully finished processing cachix "/nix/store/7g4i86fl9f1h7r6rkps61hfx4dikw1f4-python3.10-fastavro-1.8.0" [check][nixpkgs-review] [check][nixpkgs-review] took longer than 45m and timed out nixpkgs-review took longer than 45m and timed out 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.fastavro is: Fast read/write of AVRO files meta.homepage for python310Packages.fastavro is: https://github.com/fastavro/fastavro meta.changelog for python310Packages.fastavro is: https://github.com/fastavro/fastavro/blob/1.8.0/ChangeLog ###### Updates performed - Ran passthru.UpdateScript ###### To inspect upstream changes ###### Impact
Checks done (click to expand) --- - built on NixOS - The tests defined in `passthru.tests`, if any, passed - found 1.8.0 with grep in /nix/store/7g4i86fl9f1h7r6rkps61hfx4dikw1f4-python3.10-fastavro-1.8.0 - found 1.8.0 in filename of file in /nix/store/7g4i86fl9f1h7r6rkps61hfx4dikw1f4-python3.10-fastavro-1.8.0 ---
Rebuild report (if merged into master) (click to expand) ``` 24 total rebuild path(s) 24 package rebuild(s) First fifty rebuilds by attrpath acquire python310Packages.acquire python310Packages.apache-beam python310Packages.bytewax python310Packages.confluent-kafka python310Packages.dissect python310Packages.dissect-cobaltstrike python310Packages.dissect-target python310Packages.dm-sonnet python310Packages.fastavro python310Packages.flow-record python310Packages.hdfs python310Packages.streamz python310Packages.tensorflow-datasets python311Packages.acquire python311Packages.apache-beam python311Packages.confluent-kafka python311Packages.dissect python311Packages.dissect-cobaltstrike python311Packages.dissect-target python311Packages.fastavro python311Packages.flow-record python311Packages.hdfs python311Packages.streamz ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/7g4i86fl9f1h7r6rkps61hfx4dikw1f4-python3.10-fastavro-1.8.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 python310Packages.fastavro https://github.com/r-ryantm/nixpkgs/archive/2e1fba367b6d8386f6fe1c6f94f8e50efbe02db6.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/7g4i86fl9f1h7r6rkps61hfx4dikw1f4-python3.10-fastavro-1.8.0 ls -la /nix/store/7g4i86fl9f1h7r6rkps61hfx4dikw1f4-python3.10-fastavro-1.8.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. nixpkgs-review took longer than 45m and timed out --- ###### Maintainer pings cc @samuela 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). Updated existing PR https://api.github.com/repos/NixOS/nixpkgs/pulls/235269