python312Packages.bidict 0.22.1 -> 0.23.1 https://github.com/jab/bidict/releases attrpath: python312Packages.bidict 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/yykixd3a8qn95hdwn9kwghf3ki5296dx-packages.json.drv building '/nix/store/yykixd3a8qn95hdwn9kwghf3ki5296dx-packages.json.drv'... Going to be running update for following packages: - python3.12-bidict-0.22.1 Press Enter key to continue... Running update for: - python3.12-bidict-0.22.1: UPDATING ... - python3.12-bidict-0.22.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/bidict/default.nix b/pkgs/development/python-modules/bidict/default.nix index 2ecbd1124685..a20d9a8959e6 100644 --- a/pkgs/development/python-modules/bidict/default.nix +++ b/pkgs/development/python-modules/bidict/default.nix @@ -15,7 +15,7 @@ buildPythonPackage rec { pname = "bidict"; - version = "0.22.1"; + version = "0.23.1"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -24,7 +24,7 @@ buildPythonPackage rec { owner = "jab"; repo = "bidict"; rev = "refs/tags/v${version}"; - hash = "sha256-mPBruasjQwErl5M91OBf71hArztdRVONOCnqos180DY="; + hash = "sha256-WE0YaRT4a/byvU2pzcByuf1DfMlOpYA9i0PPrKXsS+M="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.22.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , setuptools , sphinx , hypothesis , py , pytest-xdist , pytestCheckHook , pytest-benchmark , sortedcollections , sortedcontainers , typing-extensions , pythonOlder }: buildPythonPackage rec { pname = "bidict"; version = "0.23.1"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "jab"; repo = "bidict"; rev = "refs/tags/v${version}"; hash = "sha256-WE0YaRT4a/byvU2pzcByuf1DfMlOpYA9i0PPrKXsS+M="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ sphinx ]; nativeCheckInputs = [ hypothesis py pytest-xdist pytestCheckHook pytest-benchmark sortedcollections sortedcontainers typing-extensions ]; pythonImportsCheck = [ "bidict" ]; meta = with lib; { homepage = "https://github.com/jab/bidict"; changelog = "https://github.com/jab/bidict/blob/v${version}/CHANGELOG.rst"; description = "Efficient, Pythonic bidirectional map data structures and related functionality"; license = licenses.mpl20; maintainers = with maintainers; [ jakewaksbaum ]; }; }