NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.27k stars 14.25k forks source link

python312Packages.jsonformatter: 0.3.2 -> 0.3.4 #358055

Open r-ryantm opened 9 hours ago

r-ryantm commented 9 hours ago

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for python312Packages.jsonformatter is: jsonformatter is a formatter for python output json log, e.g. output LogStash needed log

meta.homepage for python312Packages.jsonformatter is: https://github.com/MyColorfulDays/jsonformatter

Updates performed
To inspect upstream changes
Impact

Checks done



Rebuild report (if merged into master) (click to expand) ``` 5 total rebuild path(s) 5 package rebuild(s) First fifty rebuilds by attrpath pgadmin4 pgadmin4-desktopmode python311Packages.jsonformatter python312Packages.jsonformatter ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/wv742dinmxn5kh3hy3njd1fnpgznvvrr-python3.12-jsonformatter-0.3.4 \ --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.jsonformatter https://github.com/r-ryantm/nixpkgs/archive/983931612864cb44f567aaed7190c3a6ef28ddc2.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/983931612864cb44f567aaed7190c3a6ef28ddc2#python312Packages.jsonformatter ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/wv742dinmxn5kh3hy3njd1fnpgznvvrr-python3.12-jsonformatter-0.3.4 ls -la /nix/store/wv742dinmxn5kh3hy3njd1fnpgznvvrr-python3.12-jsonformatter-0.3.4/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 result

Generated using nixpkgs-review.

Command: nixpkgs-review


x86_64-linux

:white_check_mark: 8 packages built:
  • pgadmin4
  • pgadmin4-desktopmode
  • pgadmin4-desktopmode.dist
  • pgadmin4.dist
  • python311Packages.jsonformatter
  • python311Packages.jsonformatter.dist
  • python312Packages.jsonformatter
  • python312Packages.jsonformatter.dist

Maintainer pings

cc @gador for testing.

[!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.


Add a :+1: reaction to pull requests you find important.