python312Packages.typeguard 4.1.5 -> 4.2.1 https://github.com/agronholm/typeguard/releases attrpath: python312Packages.typeguard 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/h03zngajk0gkaccj8j159qarm41lzn33-packages.json.drv building '/nix/store/h03zngajk0gkaccj8j159qarm41lzn33-packages.json.drv'... Going to be running update for following packages: - python3.12-typeguard-4.1.5 Press Enter key to continue... Running update for: - python3.12-typeguard-4.1.5: UPDATING ... - python3.12-typeguard-4.1.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/typeguard/default.nix b/pkgs/development/python-modules/typeguard/default.nix index 84648b20c1e5..31fb7a3ff43d 100644 --- a/pkgs/development/python-modules/typeguard/default.nix +++ b/pkgs/development/python-modules/typeguard/default.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "typeguard"; - version = "4.1.5"; + version = "4.2.1"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-6goRO7wRG8/8kHieuyFWJcljQR9wlqfpBi1ORjDBVf0="; + hash = "sha256-xVahuVlIIwUQBwylP6A0H7CWRhG9BdWY2H+1IRXWX+4="; }; outputs = [ No auto update branch exists Successfully finished processing cachix "/nix/store/amxwpl5hk8rz4ld1hs8wc2jff8fbrnsa-python3.12-typeguard-4.2.1" [check][nixpkgs-review] [check][nixpkgs-review] took longer than 120m and timed out nixpkgs-review took longer than 120m 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 python312Packages.typeguard is: This library provides run-time type checking for functions defined with argument type annotations meta.homepage for python312Packages.typeguard is: https://github.com/agronholm/typeguard meta.changelog for python312Packages.typeguard is: https://github.com/agronholm/typeguard/releases/tag/4.2.1 ###### 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 4.2.1 with grep in /nix/store/amxwpl5hk8rz4ld1hs8wc2jff8fbrnsa-python3.12-typeguard-4.2.1 - found 4.2.1 in filename of file in /nix/store/amxwpl5hk8rz4ld1hs8wc2jff8fbrnsa-python3.12-typeguard-4.2.1 ---
Rebuild report (if merged into master) (click to expand) ``` 292 total rebuild path(s) 292 package rebuild(s) First fifty rebuilds by attrpath adl anime-downloader apache-airflow apkleaks baserow bikeshed bitbake-language-server calibre-web chatgpt-retrieval-plugin checkov cmake-language-server cryptop cve-bin-tool das dbx deeptools fit-trackee ggshield git-annex-remote-googledrive home-assistant-component-tests.aosmith home-assistant-component-tests.enphase_envoy home-assistant-component-tests.linear_garage_door home-assistant-component-tests.nibe_heatpump home-assistant-component-tests.renault home-assistant-component-tests.smart_meter_texas home-assistant-component-tests.v2c home-assistant-component-tests.yolink hp2p irrd jadx khoj lektor libretranslate luigi mnamer nixops_unstablePlugins.nixops-aws nixops_unstablePlugins.nixops-digitalocean nixops_unstablePlugins.nixops-encrypted-links nixops_unstablePlugins.nixops-gce nixops_unstablePlugins.nixops-gcp nixops_unstablePlugins.nixops-hercules-ci nixops_unstablePlugins.nixops-hetzner nixops_unstablePlugins.nixops-hetznercloud nixops_unstablePlugins.nixops-libvirtd nixops_unstablePlugins.nixops-vbox nixops_unstablePlugins.nixops-virtd nixops_unstablePlugins.nixopsvbox nixops_unstablePlugins.nixos-modules-contrib nixops_unstable_full nixops_unstable_minimal ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/amxwpl5hk8rz4ld1hs8wc2jff8fbrnsa-python3.12-typeguard-4.2.1 \ --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.typeguard https://github.com/r-ryantm/nixpkgs/archive/2d2d294fbc3508a62421dc294ba0d9fd20d23377.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/2d2d294fbc3508a62421dc294ba0d9fd20d23377#python312Packages.typeguard ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/amxwpl5hk8rz4ld1hs8wc2jff8fbrnsa-python3.12-typeguard-4.2.1 ls -la /nix/store/amxwpl5hk8rz4ld1hs8wc2jff8fbrnsa-python3.12-typeguard-4.2.1/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 120m and timed out --- ###### Maintainer pings https://api.github.com/repos/NixOS/nixpkgs/pulls/302399