python311Packages.schwifty 0 -> 1 attrpath: python311Packages.schwifty 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-schwifty-2024.1.1.post0 Press Enter key to continue... Running update for: - python3.11-schwifty-2024.1.1.post0: UPDATING ... - python3.11-schwifty-2024.1.1.post0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/schwifty/default.nix b/pkgs/development/python-modules/schwifty/default.nix index 1a33c71f7ff5..1498dd1bfdb1 100644 --- a/pkgs/development/python-modules/schwifty/default.nix +++ b/pkgs/development/python-modules/schwifty/default.nix @@ -21,14 +21,14 @@ buildPythonPackage rec { pname = "schwifty"; - version = "2024.1.1.post0"; + version = "2024.4.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-ZFDu+stuKdsVc8bTuSZ4LZX8BuQhORjyEMosnrk1rX0="; + hash = "sha256-1EV2oi2LBcjw2U7nKqdVUVDlFCzR8RqX5tVIciw1trg="; }; nativeBuildInputs = [ No auto update branch exists Old version 2024.1.1.post0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi # build-system , hatchling , hatch-vcs # dependencies , iso3166 , pycountry # optional-dependencies , pydantic # tests , pytestCheckHook , pytest-cov , pythonOlder }: buildPythonPackage rec { pname = "schwifty"; version = "2024.4.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-1EV2oi2LBcjw2U7nKqdVUVDlFCzR8RqX5tVIciw1trg="; }; nativeBuildInputs = [ hatchling hatch-vcs ]; propagatedBuildInputs = [ iso3166 pycountry ]; passthru.optional-dependencies = { pydantic = [ pydantic ]; }; nativeCheckInputs = [ pytest-cov pytestCheckHook ] ++ lib.flatten (lib.attrValues passthru.optional-dependencies); pythonImportsCheck = [ "schwifty" ]; meta = with lib; { changelog = "https://github.com/mdomke/schwifty/blob/${version}/CHANGELOG.rst"; description = "Validate/generate IBANs and BICs"; homepage = "https://github.com/mdomke/schwifty"; license = licenses.mit; maintainers = with maintainers; [ milibopp ]; }; }