python312Packages.olefile 0.46 -> 0.47 https://repology.org/project/python:olefile/versions attrpath: python312Packages.olefile 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/f10gcpmrjwlb793dz2c3jlnyx0v9sq2h-packages.json.drv building '/nix/store/f10gcpmrjwlb793dz2c3jlnyx0v9sq2h-packages.json.drv'... Going to be running update for following packages: - python3.12-olefile-0.46 Press Enter key to continue... Running update for: - python3.12-olefile-0.46: UPDATING ... - python3.12-olefile-0.46: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/olefile/default.nix b/pkgs/development/python-modules/olefile/default.nix index 6bf379aacd90..f0df020d39c3 100644 --- a/pkgs/development/python-modules/olefile/default.nix +++ b/pkgs/development/python-modules/olefile/default.nix @@ -6,13 +6,13 @@ buildPythonPackage rec { pname = "olefile"; - version = "0.46"; + version = "0.47"; format = "setuptools"; src = fetchPypi { inherit pname version; extension = "zip"; - sha256 = "133b031eaf8fd2c9399b78b8bc5b8fcbe4c31e85295749bb17a87cba8f3c3964"; + sha256 = "sha256-WZODOBoL89+9kyygymUVrNF07UiHDL9/7hI9aYwZLBw="; }; nativeCheckInputs = [ No auto update branch exists Old version 0.46" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pytestCheckHook }: buildPythonPackage rec { pname = "olefile"; version = "0.47"; format = "setuptools"; src = fetchPypi { inherit pname version; extension = "zip"; sha256 = "sha256-WZODOBoL89+9kyygymUVrNF07UiHDL9/7hI9aYwZLBw="; }; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "olefile" ]; meta = with lib; { description = "Python package to parse, read and write Microsoft OLE2 files"; homepage = "https://www.decalage.info/python/olefileio"; # BSD2 + reference to Pillow # http://olefile.readthedocs.io/en/latest/License.html license = with licenses; [ bsd2 /* and */ hpnd ]; maintainers = with maintainers; [ fab ]; }; }