python312Packages.trove-classifiers 2024.1.8 -> 2024.3.3 https://github.com/pypa/trove-classifiers/releases attrpath: python312Packages.trove-classifiers 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/yd2c2v5q8dhmi3rvmlrgqx5f4g55ij3z-packages.json.drv building '/nix/store/yd2c2v5q8dhmi3rvmlrgqx5f4g55ij3z-packages.json.drv'... Going to be running update for following packages: - python3.12-trove-classifiers-2024.1.8 Press Enter key to continue... Running update for: - python3.12-trove-classifiers-2024.1.8: UPDATING ... - python3.12-trove-classifiers-2024.1.8: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/trove-classifiers/default.nix b/pkgs/development/python-modules/trove-classifiers/default.nix index f65c9e651bed..64829175c198 100644 --- a/pkgs/development/python-modules/trove-classifiers/default.nix +++ b/pkgs/development/python-modules/trove-classifiers/default.nix @@ -10,14 +10,14 @@ let self = buildPythonPackage rec { pname = "trove-classifiers"; - version = "2024.1.8"; + version = "2024.3.3"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-bjbK9DD/ZIXEtXpMazZKE/aomNFrlBfGw3Rn5ZwUsFo="; + hash = "sha256-337f+cZ/+GtzNiiZgzCxgOgdElseCWU22DrA/XlnP9w="; }; postPatch = '' No auto update branch exists Old version 2024.1.8" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , calver , pytestCheckHook , pythonOlder , setuptools }: let self = buildPythonPackage rec { pname = "trove-classifiers"; version = "2024.3.3"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-337f+cZ/+GtzNiiZgzCxgOgdElseCWU22DrA/XlnP9w="; }; postPatch = '' substituteInPlace setup.py \ --replace '"calver"' "" ''; nativeBuildInputs = [ calver setuptools ]; doCheck = false; # avoid infinite recursion with hatchling nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "trove_classifiers" ]; passthru.tests.trove-classifiers = self.overridePythonAttrs { doCheck = true; }; meta = { description = "Canonical source for classifiers on PyPI"; homepage = "https://github.com/pypa/trove-classifiers"; changelog = "https://github.com/pypa/trove-classifiers/releases/tag/${version}"; license = lib.licenses.asl20; maintainers = with lib.maintainers; [ dotlambda ]; }; }; in self