2022-12-29T17:52:09 python310Packages.sanic 0 -> 1 2022-12-29T17:52:11 attrpath: python310Packages.sanic 2022-12-29T17:52:11 Checking auto update branch... 2022-12-29T17:52:16 [version] 2022-12-29T17:52:16 [version] skipping because derivation has updateScript 2022-12-29T17:52:16 [rustCrateVersion] 2022-12-29T17:52:16 [rustCrateVersion] No cargoSha256 found 2022-12-29T17:52:16 [golangModuleVersion] 2022-12-29T17:52:16 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-29T17:52:16 [updateScript] 2022-12-29T17:52:18 [updateScript] Success 2022-12-29T17:52:18 [updateScript] this derivation will be built: /nix/store/1yf63jfa4qy1dw06630xi2i7400lrxn9-packages.json.drv building '/nix/store/1yf63jfa4qy1dw06630xi2i7400lrxn9-packages.json.drv'... Going to be running update for following packages: - python3.10-sanic-22.9.1 Press Enter key to continue... Running update for: - python3.10-sanic-22.9.1: UPDATING ... - python3.10-sanic-22.9.1: DONE. Packages updated! 2022-12-29T17:52:18 2022-12-29T17:52:18 [quotedUrls] 2022-12-29T17:52:19 [quotedUrls] nothing found to replace 2022-12-29T17:52:19 Diff after rewrites: diff --git a/pkgs/development/python-modules/sanic/default.nix b/pkgs/development/python-modules/sanic/default.nix index 3302fa028ea..36c20604852 100644 --- a/pkgs/development/python-modules/sanic/default.nix +++ b/pkgs/development/python-modules/sanic/default.nix @@ -25,7 +25,7 @@ buildPythonPackage rec { pname = "sanic"; - version = "22.9.1"; + version = "22.12.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -34,7 +34,7 @@ buildPythonPackage rec { owner = "sanic-org"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-KbcHnAdr59hk7W36BiTb/hD74ktj/DGzq1vcuZ/lGfQ="; + hash = "sha256-Vj780rP5rJ+YsMWlb3BR9LTKT/nTt0C2H3J0X9sysj8="; }; propagatedBuildInputs = [ 2022-12-29T17:53:47 No auto update branch exists 2022-12-29T17:55:47 Successfully finished processing 2022-12-29T17:55:47 cachix "/nix/store/vwsiay04w8x69d1iydc0bs5s9wm7xmzy-python3.10-sanic-22.12.0" 2022-12-29T17:55:52 [check][nixpkgs-review] 2022-12-29T18:01:45 Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages marked as broken and skipped:
17 packages built:
2022-12-29T18:01:48 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.sanic is: "Web server and web framework" meta.homepage for python310Packages.sanic is: "https://github.com/sanic-org/sanic/" meta.changelog for python310Packages.sanic is: "https://github.com/sanic-org/sanic/releases/tag/v22.12.0" ###### 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 22.12.0 with grep in /nix/store/vwsiay04w8x69d1iydc0bs5s9wm7xmzy-python3.10-sanic-22.12.0 - found 22.12.0 in filename of file in /nix/store/vwsiay04w8x69d1iydc0bs5s9wm7xmzy-python3.10-sanic-22.12.0 ---
Rebuild report (if merged into master) (click to expand) ``` 19 total rebuild path(s) 19 package rebuild(s) First fifty rebuilds by attrpath dyndnsc python310Packages.elastic-apm python310Packages.entrance python310Packages.entrance-with-router-features python310Packages.json-logging python310Packages.pytest-sanic python310Packages.sanic python310Packages.sanic-auth python310Packages.sanic-testing python310Packages.strawberry-graphql python39Packages.elastic-apm python39Packages.entrance python39Packages.entrance-with-router-features python39Packages.json-logging python39Packages.pytest-sanic python39Packages.sanic python39Packages.sanic-auth python39Packages.sanic-testing python39Packages.strawberry-graphql ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/vwsiay04w8x69d1iydc0bs5s9wm7xmzy-python3.10-sanic-22.12.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.sanic https://github.com/r-ryantm/nixpkgs/archive/964e4e3db3aa583d41edb6de354fae505d9c18fe.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/vwsiay04w8x69d1iydc0bs5s9wm7xmzy-python3.10-sanic-22.12.0 ls -la /nix/store/vwsiay04w8x69d1iydc0bs5s9wm7xmzy-python3.10-sanic-22.12.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. Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
2 packages marked as broken and skipped:
17 packages built:
--- ###### Maintainer pings cc @costrouc @AluisioASG 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-12-29T18:01:50 https://api.github.com/repos/NixOS/nixpkgs/pulls/208258