python310Packages.schwifty 2023.6.0 -> 2023.11.2 https://repology.org/project/python:schwifty/versions attrpath: python310Packages.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] this derivation will be built: /nix/store/rkbz8456qn8l4x7392d3s1z737rqrwrv-packages.json.drv building '/nix/store/rkbz8456qn8l4x7392d3s1z737rqrwrv-packages.json.drv'... Going to be running update for following packages: - python3.10-schwifty-2023.6.0 Press Enter key to continue... Running update for: - python3.10-schwifty-2023.6.0: UPDATING ... - python3.10-schwifty-2023.6.0: 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 5344c1de3b4c..f5fd722ac20c 100644 --- a/pkgs/development/python-modules/schwifty/default.nix +++ b/pkgs/development/python-modules/schwifty/default.nix @@ -15,14 +15,14 @@ buildPythonPackage rec { pname = "schwifty"; - version = "2023.6.0"; + version = "2023.11.2"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-hDNAoITt2Ak5aVWmMgqg2oA9rDFsiuum5JXc7v7sspU="; + hash = "sha256-lyyAx8VDIRO72xW64gjcsZw2C31hV3YCLIGSmdlIJeI="; }; nativeBuildInputs = [ No auto update branch exists Old version 2023.6.0" 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 = "2023.11.2"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-lyyAx8VDIRO72xW64gjcsZw2C31hV3YCLIGSmdlIJeI="; }; 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 ]; }; }