python310Packages.license-expression 30.1.1 -> 30.2.0 https://repology.org/project/python:license-expression/versions attrpath: python310Packages.license-expression 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/90b71vs1alqdncg7b3prvl0i6w7d57h2-packages.json.drv building '/nix/store/90b71vs1alqdncg7b3prvl0i6w7d57h2-packages.json.drv'... Going to be running update for following packages: - python3.10-license-expression-30.1.1 Press Enter key to continue... Running update for: - python3.10-license-expression-30.1.1: UPDATING ... - python3.10-license-expression-30.1.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/license-expression/default.nix b/pkgs/development/python-modules/license-expression/default.nix index bd95899398f8..11ce65c7905a 100644 --- a/pkgs/development/python-modules/license-expression/default.nix +++ b/pkgs/development/python-modules/license-expression/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "license-expression"; - version = "30.1.1"; + version = "30.2.0"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "nexB"; repo = "license-expression"; rev = "refs/tags/v${version}"; - hash = "sha256-5pRfFRQLxWmhEKoJZiC7gZbmW8BbqBNBWbdwFL0MtpM="; + hash = "sha256-vsQsHi2jdB0OiV6stm1APjQvr+238UoKgaaeXVx/isI="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; No auto update branch exists Old version 30.1.1" not present in master derivation file with contents: { lib , boolean-py , buildPythonPackage , fetchFromGitHub , pytestCheckHook , pythonOlder , setuptools-scm }: buildPythonPackage rec { pname = "license-expression"; version = "30.2.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "nexB"; repo = "license-expression"; rev = "refs/tags/v${version}"; hash = "sha256-vsQsHi2jdB0OiV6stm1APjQvr+238UoKgaaeXVx/isI="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; dontConfigure = true; nativeBuildInputs = [ setuptools-scm ]; propagatedBuildInputs = [ boolean-py ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "license_expression" ]; meta = with lib; { description = "Utility library to parse, normalize and compare License expressions"; homepage = "https://github.com/nexB/license-expression"; changelog = "https://github.com/nexB/license-expression/blob/v${version}/CHANGELOG.rst"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; }