python312Packages.debtcollector 2.5.0 -> 3.0.0 https://repology.org/project/python:debtcollector/versions attrpath: python312Packages.debtcollector 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.12-debtcollector-2.5.0 Press Enter key to continue... Running update for: - python3.12-debtcollector-2.5.0: UPDATING ... - python3.12-debtcollector-2.5.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/debtcollector/default.nix b/pkgs/development/python-modules/debtcollector/default.nix index 620f615b6e51..14fdff4243ca 100644 --- a/pkgs/development/python-modules/debtcollector/default.nix +++ b/pkgs/development/python-modules/debtcollector/default.nix @@ -2,12 +2,12 @@ buildPythonPackage rec { pname = "debtcollector"; - version = "2.5.0"; + version = "3.0.0"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-3J0a0/dFxD9LvtvKMPn/6JBajAKMmSbmEHeEfV6iV6s="; + hash = "sha256-KokX0lsOHx0NNl08HG7Px6UiselxbooaSpFRJvfM6m8="; }; nativeBuildInputs = [ pbr ]; No auto update branch exists Old version 2.5.0" not present in staging derivation file with contents: { lib, buildPythonPackage, fetchPypi, pbr, six, wrapt, callPackage }: buildPythonPackage rec { pname = "debtcollector"; version = "3.0.0"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-KokX0lsOHx0NNl08HG7Px6UiselxbooaSpFRJvfM6m8="; }; nativeBuildInputs = [ pbr ]; propagatedBuildInputs = [ six wrapt ]; # check in passthru.tests.pytest to escape infinite recursion with other oslo components doCheck = false; passthru.tests = { tests = callPackage ./tests.nix { }; }; pythonImportsCheck = [ "debtcollector" ]; meta = with lib; { description = "A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner"; homepage = "https://github.com/openstack/debtcollector"; license = licenses.asl20; maintainers = teams.openstack.members; }; }