python310Packages.trove-classifiers 0 -> 1 attrpath: python310Packages.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/xazyq4lp4pg1ajdz526il8ylx1cc1bgl-packages.json.drv building '/nix/store/xazyq4lp4pg1ajdz526il8ylx1cc1bgl-packages.json.drv'... Going to be running update for following packages: - python3.10-trove-classifiers-2023.11.22 Press Enter key to continue... Running update for: - python3.10-trove-classifiers-2023.11.22: UPDATING ... - python3.10-trove-classifiers-2023.11.22: 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 041f3db4c803..9df712529a9f 100644 --- a/pkgs/development/python-modules/trove-classifiers/default.nix +++ b/pkgs/development/python-modules/trove-classifiers/default.nix @@ -9,14 +9,14 @@ let self = buildPythonPackage rec { pname = "trove-classifiers"; - version = "2023.11.22"; + version = "2023.11.29"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-wxp+kvll8GCiRLV9jtXub1P8tBPuF855DgBXfLNprZk="; + hash = "sha256-/49/2Cx5MhE7RufvZ0LHAJHMY2QMjGXbANkfLpQLlRQ="; }; postPatch = '' No auto update branch exists Old version 2023.11.22" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , calver , pytestCheckHook , pythonOlder , setuptools }: let self = buildPythonPackage rec { pname = "trove-classifiers"; version = "2023.11.29"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-/49/2Cx5MhE7RufvZ0LHAJHMY2QMjGXbANkfLpQLlRQ="; }; 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