python310Packages.pyhamcrest 0 -> 1 attrpath: python310Packages.pyhamcrest 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.10-pyhamcrest-2.0.4 Press Enter key to continue... Running update for: - python3.10-pyhamcrest-2.0.4: UPDATING ... - python3.10-pyhamcrest-2.0.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyhamcrest/default.nix b/pkgs/development/python-modules/pyhamcrest/default.nix index f9111d7f7408..951bd81e02e8 100644 --- a/pkgs/development/python-modules/pyhamcrest/default.nix +++ b/pkgs/development/python-modules/pyhamcrest/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "pyhamcrest"; - version = "2.0.4"; + version = "2.1.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "hamcrest"; repo = "PyHamcrest"; rev = "refs/tags/V${version}"; - hash = "sha256-CIkttiijbJCR0zdmwM5JvFogQKYuHUXHJhdyWonHcGk="; + hash = "sha256-VkfHRo4k8g9/QYG4r79fXf1NXorVdpUKUgVrbV2ELMU="; }; postPatch = '' No auto update branch exists Old version 2.0.4" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , hatch-vcs , hatchling , numpy , pytest-xdist , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "pyhamcrest"; version = "2.1.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "hamcrest"; repo = "PyHamcrest"; rev = "refs/tags/V${version}"; hash = "sha256-VkfHRo4k8g9/QYG4r79fXf1NXorVdpUKUgVrbV2ELMU="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace 'dynamic = ["version"]' 'version = "${version}"' ''; nativeBuildInputs = [ hatch-vcs hatchling ]; nativeCheckInputs = [ numpy pytest-xdist pytestCheckHook ]; disabledTests = [ # Tests started failing with numpy 1.24 "test_numpy_numeric_type_complex" "test_numpy_numeric_type_float" "test_numpy_numeric_type_int" ]; pythonImportsCheck = [ "hamcrest" ]; meta = with lib; { description = "Hamcrest framework for matcher objects"; homepage = "https://github.com/hamcrest/PyHamcrest"; license = licenses.bsd3; maintainers = with maintainers; [ alunduil ]; }; }