python310Packages.jaraco-classes 3.1.1 -> 3.3.0 https://repology.org/project/python:jaraco.classes/versions attrpath: python310Packages.jaraco-classes 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/k89r0x75mxxdkrshkr5rfvf55bbrkpkd-packages.json.drv building '/nix/store/k89r0x75mxxdkrshkr5rfvf55bbrkpkd-packages.json.drv'... Going to be running update for following packages: - python3.10-jaraco-classes-3.1.1 Press Enter key to continue... Running update for: - python3.10-jaraco-classes-3.1.1: UPDATING ... - python3.10-jaraco-classes-3.1.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/jaraco-classes/default.nix b/pkgs/development/python-modules/jaraco-classes/default.nix index 8c9b32fb11ee..1fec45438f79 100644 --- a/pkgs/development/python-modules/jaraco-classes/default.nix +++ b/pkgs/development/python-modules/jaraco-classes/default.nix @@ -6,14 +6,14 @@ buildPythonPackage rec { pname = "jaraco-classes"; - version = "3.1.1"; + version = "3.3.0"; disabled = isPy27; src = fetchFromGitHub { owner = "jaraco"; repo = "jaraco.classes"; - rev = "v${version}"; - sha256 = "0wzrcsxi9gb65inayg0drm08iaw37jm1lqxhz3860i6pwjh503pr"; + rev = "refs/tags/v${version}"; + sha256 = "sha256-DW8qf6G6997vBOaO1+Bdx4LBvKfpl/MiiFqWJYKE/pg="; }; pythonNamespaces = [ "jaraco" ]; No auto update branch exists Old version 3.1.1" not present in staging derivation file with contents: { lib, buildPythonPackage, fetchFromGitHub, isPy27 , setuptools-scm , more-itertools , pytestCheckHook }: buildPythonPackage rec { pname = "jaraco-classes"; version = "3.3.0"; format = "pyproject"; disabled = isPy27; src = fetchFromGitHub { owner = "jaraco"; repo = "jaraco.classes"; rev = "refs/tags/v${version}"; sha256 = "sha256-DW8qf6G6997vBOaO1+Bdx4LBvKfpl/MiiFqWJYKE/pg="; }; pythonNamespaces = [ "jaraco" ]; SETUPTOOLS_SCM_PRETEND_VERSION = version; nativeBuildInputs = [ setuptools-scm ]; propagatedBuildInputs = [ more-itertools ]; nativeCheckInputs = [ pytestCheckHook ]; meta = with lib; { description = "Utility functions for Python class constructs"; homepage = "https://github.com/jaraco/jaraco.classes"; license = licenses.mit; }; }