python310Packages.pyee 9.0.4 -> 11.0.0 https://repology.org/project/python:pyee/versions attrpath: python310Packages.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/0njlbn4wpl2jp7y1r9rs18i60ml41lm7-packages.json.drv building '/nix/store/0njlbn4wpl2jp7y1r9rs18i60ml41lm7-packages.json.drv'... Going to be running update for following packages: - python3.10-pyee-9.0.4 Press Enter key to continue... Running update for: - python3.10-pyee-9.0.4: UPDATING ... - python3.10-pyee-9.0.4: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pyee/default.nix b/pkgs/development/python-modules/pyee/default.nix index a009186dd019..194067046e7e 100644 --- a/pkgs/development/python-modules/pyee/default.nix +++ b/pkgs/development/python-modules/pyee/default.nix @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "pyee"; - version = "9.0.4"; + version = "11.0.1"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-J3DEkoq8ch9GtwXmpysMWUgMSmnJqDygsAu5lPHqSzI="; + hash = "sha256-pkLFHjiFoz6tCHKG41ISeDpOm41lFKEKXbTlesV7Kyk="; }; buildInputs = [ No auto update branch exists Old version 9.0.4" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , mock , pytest-asyncio , pytest-trio , pytestCheckHook , pythonOlder , setuptools , setuptools-scm , twisted , typing-extensions , wheel }: buildPythonPackage rec { pname = "pyee"; version = "11.0.0"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchPypi { inherit pname version; hash = "sha256-J8aCvOYL2txdPiPqzUEB3zKMAoCISj2cB/Ok4+WV3ic="; }; nativeBuildInputs = [ setuptools setuptools-scm wheel ]; propagatedBuildInputs = [ typing-extensions ]; nativeCheckInputs = [ mock pytest-asyncio pytest-trio pytestCheckHook twisted ]; pythonImportsCheck = [ "pyee" ]; meta = with lib; { description = "A port of Node.js's EventEmitter to Python"; homepage = "https://github.com/jfhbrook/pyee"; license = licenses.mit; maintainers = with maintainers; [ kmein ]; }; }