python310Packages.pytest-localserver 0.7.1 -> 0.8.1 https://repology.org/project/python:pytest-localserver/versions attrpath: python310Packages.pytest-localserver 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/64c2i41c5vxbxqnivwgys6q89nxb9yzp-packages.json.drv building '/nix/store/64c2i41c5vxbxqnivwgys6q89nxb9yzp-packages.json.drv'... Going to be running update for following packages: - python3.10-pytest-localserver-0.7.1 Press Enter key to continue... Running update for: - python3.10-pytest-localserver-0.7.1: UPDATING ... - python3.10-pytest-localserver-0.7.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pytest-localserver/default.nix b/pkgs/development/python-modules/pytest-localserver/default.nix index 23ac11d84ad0..d550b4b27469 100644 --- a/pkgs/development/python-modules/pytest-localserver/default.nix +++ b/pkgs/development/python-modules/pytest-localserver/default.nix @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "pytest-localserver"; - version = "0.7.1"; + version = "0.8.1"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-53tGVVy0OJMdIZxUvPn1lTwEB9ZFQ2pgK1cwur/T/js="; + hash = "sha256-ZlacNP7zGldQsW7/0c0SiKepC1kVXQBef5FqzNPe5PE="; }; propagatedBuildInputs = [ No auto update branch exists Old version 0.7.1" not present in staging derivation file with contents: { lib , aiosmtpd , buildPythonPackage , fetchPypi , werkzeug , pythonOlder }: buildPythonPackage rec { pname = "pytest-localserver"; version = "0.8.0"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; hash = "sha256-XZDOfQhddB51n6hU29LnxbVXMh1pUXmJTrQOIQ6i/zA="; }; propagatedBuildInputs = [ aiosmtpd werkzeug ]; # all tests access network: does not work in sandbox doCheck = false; pythonImportsCheck = [ "pytest_localserver" ]; meta = with lib; { description = "Plugin for the pytest testing framework to test server connections locally"; homepage = "https://github.com/pytest-dev/pytest-localserver"; changelog = "https://github.com/pytest-dev/pytest-localserver/blob/v${version}/CHANGES"; license = licenses.mit; maintainers = with maintainers; [ siriobalmelli ]; }; }