python310Packages.typed-settings 23.0.1 -> 23.1.1 https://repology.org/project/python:typed-settings/versions attrpath: python310Packages.typed-settings 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.10-typed-settings-23.0.1 Press Enter key to continue... Running update for: - python3.10-typed-settings-23.0.1: UPDATING ... - python3.10-typed-settings-23.0.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/typed-settings/default.nix b/pkgs/development/python-modules/typed-settings/default.nix index 3511a87127ba..6415e590af06 100644 --- a/pkgs/development/python-modules/typed-settings/default.nix +++ b/pkgs/development/python-modules/typed-settings/default.nix @@ -14,7 +14,7 @@ buildPythonPackage rec { pname = "typed-settings"; - version = "23.0.1"; + version = "23.1.1"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -22,7 +22,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "typed_settings"; inherit version; - hash = "sha256-gnwiSCVWU0mpUDiHt9GE2DtfFd2xpOsDL5r/fFctkg4="; + hash = "sha256-0esWiZ0dVnIJ+TDSD+0+zq63I1JcKH3iVe34pFRQX9U="; }; nativeBuildInputs = [ No auto update branch exists Old version 23.0.1" not present in staging derivation file with contents: { lib , attrs , buildPythonPackage , cattrs , click , click-option-group , fetchPypi , hatchling , pytestCheckHook , pythonOlder , tomli , typing-extensions }: buildPythonPackage rec { pname = "typed-settings"; version = "23.1.1"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchPypi { pname = "typed_settings"; inherit version; hash = "sha256-0esWiZ0dVnIJ+TDSD+0+zq63I1JcKH3iVe34pFRQX9U="; }; nativeBuildInputs = [ hatchling ]; propagatedBuildInputs = [ attrs cattrs click-option-group ] ++ lib.optionals (pythonOlder "3.11") [ tomli ]; passthru.optional-dependencies = { click = [ click ]; }; checkInputs = [ pytestCheckHook typing-extensions ] ++ passthru.optional-dependencies.click; pytestFlagsArray = [ "tests" ]; disabledTests = [ # AssertionError: assert [OptionInfo(p... "test_deep_options" ]; pythonImportsCheck = [ "typed_settings" ]; meta = { description = "Typed settings based on attrs classes"; homepage = "https://gitlab.com/sscherfke/typed-settings"; changelog = "https://gitlab.com/sscherfke/typed-settings/-/blob/${version}/CHANGELOG.rst"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fridh ]; }; }