python312Packages.pyee 11.1.0 -> 12.0.0 https://github.com/jfhbrook/pyee/releases attrpath: python312Packages.pyee 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/4lpin1lhlngkff3s8p8f74q7gir5l9z2-packages.json.drv building '/nix/store/4lpin1lhlngkff3s8p8f74q7gir5l9z2-packages.json.drv'... Going to be running update for following packages: - python3.12-pyee-11.1.0 Press Enter key to continue... Running update for: - python3.12-pyee-11.1.0: UPDATING ... - python3.12-pyee-11.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyee/default.nix b/pkgs/development/python-modules/pyee/default.nix index 9da32d7034b8..72b17a5bf0f8 100644 --- a/pkgs/development/python-modules/pyee/default.nix +++ b/pkgs/development/python-modules/pyee/default.nix @@ -16,14 +16,14 @@ buildPythonPackage rec { pname = "pyee"; - version = "11.1.0"; + version = "12.0.0"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; - hash = "sha256-tTr5j2mQyBDt2bVrh3kQIaj1T9E9tO3RFCQ41EuiJj8="; + hash = "sha256-xIBgP0qikn1HZutB+oJ5P+YKgsv9uNaI4NCMVaU04UU="; }; nativeBuildInputs = [ No auto update branch exists Successfully finished processing cachix "/nix/store/3hhawi64hklsz4agyrrxc2fbpzkcx9bp-python3.12-pyee-12.0.0" [check][nixpkgs-review] Result of `nixpkgs-review` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review)
87 packages built:
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.pyee is: Port of Node.js's EventEmitter to Python meta.homepage for python312Packages.pyee is: https://github.com/jfhbrook/pyee ###### 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 12.0.0 with grep in /nix/store/3hhawi64hklsz4agyrrxc2fbpzkcx9bp-python3.12-pyee-12.0.0 - found 12.0.0 in filename of file in /nix/store/3hhawi64hklsz4agyrrxc2fbpzkcx9bp-python3.12-pyee-12.0.0 ---
Rebuild report (if merged into master) (click to expand) ``` 46 total rebuild path(s) 46 package rebuild(s) First fifty rebuilds by attrpath aider-chat changedetection-io lacus pentestgpt playwright python311Packages.batchspawner python311Packages.dockerspawner python311Packages.jupyterhub python311Packages.jupyterhub-ldapauthenticator python311Packages.jupyterhub-systemdspawner python311Packages.jupyterhub-tmpauthenticator python311Packages.lacuscore python311Packages.oauthenticator python311Packages.playwright python311Packages.playwright-stealth python311Packages.playwrightcapture python311Packages.pycookiecheat python311Packages.pyee python311Packages.pyppeteer python311Packages.pytest-playwright python311Packages.python-ffmpeg python311Packages.shiny python311Packages.webthing python312Packages.batchspawner python312Packages.dockerspawner python312Packages.jupyterhub python312Packages.jupyterhub-ldapauthenticator python312Packages.jupyterhub-systemdspawner python312Packages.jupyterhub-tmpauthenticator python312Packages.lacuscore python312Packages.oauthenticator python312Packages.playwright python312Packages.playwright-stealth python312Packages.playwrightcapture python312Packages.pycookiecheat python312Packages.pyee python312Packages.pyppeteer python312Packages.pytest-playwright python312Packages.python-ffmpeg python312Packages.shiny python312Packages.webthing shot-scraper tandoor-recipes theharvester urlwatch ```
Instructions to test this update (click to expand) --- Either **download from Cachix**: ``` nix-store -r /nix/store/3hhawi64hklsz4agyrrxc2fbpzkcx9bp-python3.12-pyee-12.0.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 python312Packages.pyee https://github.com/r-ryantm/nixpkgs/archive/2a7a2f673d7ea25ced16fd36c5ff2395425a5101.tar.gz ``` Or: ``` nix build github:r-ryantm/nixpkgs/2a7a2f673d7ea25ced16fd36c5ff2395425a5101#python312Packages.pyee ``` After you've downloaded or built it, look at the files and if there are any, run the binaries: ``` ls -la /nix/store/3hhawi64hklsz4agyrrxc2fbpzkcx9bp-python3.12-pyee-12.0.0 ls -la /nix/store/3hhawi64hklsz4agyrrxc2fbpzkcx9bp-python3.12-pyee-12.0.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)
87 packages built:
--- ###### Maintainer pings cc @kmein for [testing](https://github.com/ryantm/nixpkgs-update/blob/main/doc/nixpkgs-maintainer-faq.md#r-ryantm-opened-a-pr-for-my-package-what-do-i-do). > [!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`](https://github.com/NixOS/nixpkgs-merge-bot). --- Add a :+1: [reaction] to [pull requests you find important]. [reaction]: https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/ [pull requests you find important]: https://github.com/NixOS/nixpkgs/pulls?q=is%3Aopen+sort%3Areactions-%2B1-desc https://api.github.com/repos/NixOS/nixpkgs/pulls/338539