2022-11-29T11:42:58 python310Packages.bc-python-hcl2 0 -> 1 2022-11-29T11:43:01 attrpath: python310Packages.bc-python-hcl2 2022-11-29T11:43:01 Checking auto update branch... 2022-11-29T11:43:06 [version] 2022-11-29T11:43:06 [version] skipping because derivation has updateScript 2022-11-29T11:43:06 [rustCrateVersion] 2022-11-29T11:43:06 [rustCrateVersion] No cargoSha256 found 2022-11-29T11:43:06 [golangModuleVersion] 2022-11-29T11:43:06 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-29T11:43:06 [updateScript] 2022-11-29T11:43:07 [updateScript] Success 2022-11-29T11:43:07 [updateScript] this derivation will be built: /nix/store/53zp2bfrmhfzdvcyc6czpdx10z0nc6h3-packages.json.drv building '/nix/store/53zp2bfrmhfzdvcyc6czpdx10z0nc6h3-packages.json.drv'... Going to be running update for following packages: - python3.10-bc-python-hcl2-0.3.47 Press Enter key to continue... Running update for: - python3.10-bc-python-hcl2-0.3.47: UPDATING ... - python3.10-bc-python-hcl2-0.3.47: DONE. Packages updated! 2022-11-29T11:43:07 2022-11-29T11:43:07 [quotedUrls] 2022-11-29T11:43:08 [quotedUrls] nothing found to replace 2022-11-29T11:43:08 Diff after rewrites: diff --git a/pkgs/development/python-modules/bc-python-hcl2/default.nix b/pkgs/development/python-modules/bc-python-hcl2/default.nix index 7feb0dcf8f9..7da5841f600 100644 --- a/pkgs/development/python-modules/bc-python-hcl2/default.nix +++ b/pkgs/development/python-modules/bc-python-hcl2/default.nix @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "bc-python-hcl2"; - version = "0.3.47"; + version = "0.3.51"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-F4vAn6HRvNNc+4ZfGCzUef14bNmxTICwENmaOe3MaHc="; + hash = "sha256-Fb/suuiC6tmY3ZMAc3I3oU5A39jJc+XH3ntMkgQKAQ8="; }; # Nose is required during build process, so can not use `checkInputs`. 2022-11-29T11:44:41 An auto update branch exists with message `python310Packages.bc-python-hcl2: 0.3.47 -> 0.3.50`. New version is 0.3.51. 2022-11-29T11:44:41 The auto update branch does not match or exceed the new version. 2022-11-29T11:44:47 Successfully finished processing 2022-11-29T11:44:47 cachix "/nix/store/bvhvhyrfxpjixh8r6vnbbhmjxmzlx7rp-python3.10-bc-python-hcl2-0.3.51" 2022-11-29T11:44:50 [check][nixpkgs-review] 2022-11-29T11:49:12 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
3 packages built:
2022-11-29T11:49:16 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.bc-python-hcl2 is: "Parser for HCL2 written in Python using Lark" meta.homepage for python310Packages.bc-python-hcl2 is: "https://github.com/amplify-education/python-hcl2" meta.changelog for python310Packages.bc-python-hcl2 is: "" ###### 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 0.3.51 with grep in /nix/store/bvhvhyrfxpjixh8r6vnbbhmjxmzlx7rp-python3.10-bc-python-hcl2-0.3.51 - found 0.3.51 in filename of file in /nix/store/bvhvhyrfxpjixh8r6vnbbhmjxmzlx7rp-python3.10-bc-python-hcl2-0.3.51 ---
Rebuild report (if merged into master) (click to expand) ``` 3 total rebuild path(s) 3 package rebuild(s) First fifty rebuilds by attrpath checkov python310Packages.bc-python-hcl2 python39Packages.bc-python-hcl2 ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/bvhvhyrfxpjixh8r6vnbbhmjxmzlx7rp-python3.10-bc-python-hcl2-0.3.51 \ --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.bc-python-hcl2 https://github.com/r-ryantm/nixpkgs/archive/66f6e18a296e1e4d5dd241ce5d43860eac4fcfd4.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/bvhvhyrfxpjixh8r6vnbbhmjxmzlx7rp-python3.10-bc-python-hcl2-0.3.51 ls -la /nix/store/bvhvhyrfxpjixh8r6vnbbhmjxmzlx7rp-python3.10-bc-python-hcl2-0.3.51/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 built:
--- ###### Maintainer pings cc @anhdle14 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). 2022-11-29T11:49:19 Updated existing PR 2022-11-29T11:49:19 https://api.github.com/repos/NixOS/nixpkgs/pulls/203056