python311Packages.zope-configuration 0 -> 1 attrpath: python311Packages.zope-configuration 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] Going to be running update for following packages: - python3.11-zope-configuration-5.0 Press Enter key to continue... Running update for: - python3.11-zope-configuration-5.0: UPDATING ... - python3.11-zope-configuration-5.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/zope-configuration/default.nix b/pkgs/development/python-modules/zope-configuration/default.nix index 7a21ad79e29b..6a664daaf026 100644 --- a/pkgs/development/python-modules/zope-configuration/default.nix +++ b/pkgs/development/python-modules/zope-configuration/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "zope-configuration"; - version = "5.0"; + version = "5.0.1"; pyproject = true; disabled = pythonOlder "3.7"; @@ -22,7 +22,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "zope.configuration"; inherit version; - hash = "sha256-I0tKGMcfazub9rzyJSZLrgFJrGjeoHsHLw9pmkzsJuc="; + hash = "sha256-81h36tXpmANjhdLdxGkZ6ryZjmmcBZh5ZPFxrY3ZJxs="; }; nativeBuildInputs = [ No auto update branch exists Old version 5.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pythonOlder , setuptools , zope-i18nmessageid , zope-interface , zope-schema , pytestCheckHook , zope-testing , zope-testrunner , manuel }: buildPythonPackage rec { pname = "zope-configuration"; version = "5.0.1"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { pname = "zope.configuration"; inherit version; hash = "sha256-81h36tXpmANjhdLdxGkZ6ryZjmmcBZh5ZPFxrY3ZJxs="; }; nativeBuildInputs = [ setuptools ]; nativeCheckInputs = [ manuel pytestCheckHook zope-testing zope-testrunner ]; propagatedBuildInputs = [ zope-i18nmessageid zope-interface zope-schema ]; # Need to investigate how to run the tests with zope-testrunner doCheck = false; pythonImportsCheck = [ "zope.configuration" ]; pythonNamespaces = [ "zope" ]; meta = with lib; { description = "Zope Configuration Markup Language (ZCML)"; homepage = "https://github.com/zopefoundation/zope.configuration"; changelog = "https://github.com/zopefoundation/zope.configuration/blob/${version}/CHANGES.rst"; license = licenses.zpl21; maintainers = with maintainers; [ goibhniu ]; }; }