python312Packages.vcrpy 5.1.0 -> 6.0.1 https://github.com/kevin1024/vcrpy/releases attrpath: python312Packages.vcrpy 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/80kasmwh50g74xnkbl3144inh0gypwhl-packages.json.drv building '/nix/store/80kasmwh50g74xnkbl3144inh0gypwhl-packages.json.drv'... Going to be running update for following packages: - python3.12-vcrpy-5.1.0 Press Enter key to continue... Running update for: - python3.12-vcrpy-5.1.0: UPDATING ... - python3.12-vcrpy-5.1.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/vcrpy/default.nix b/pkgs/development/python-modules/vcrpy/default.nix index fc4283766b52..c60d3310cda7 100644 --- a/pkgs/development/python-modules/vcrpy/default.nix +++ b/pkgs/development/python-modules/vcrpy/default.nix @@ -12,14 +12,14 @@ buildPythonPackage rec { pname = "vcrpy"; - version = "5.1.0"; + version = "6.0.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-u/FTLyYYoE8RvOKpmvOpZHoyyICVcpP/keCl8Ye2s9I="; + hash = "sha256-ngI/7n+JK6oLvaL32nyKxRFlwcbjj/hohoOhKkvekng="; }; propagatedBuildInputs = [ No auto update branch exists Old version 5.1.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pytest-httpbin , pytestCheckHook , pythonOlder , pyyaml , six , yarl , wrapt }: buildPythonPackage rec { pname = "vcrpy"; version = "6.0.1"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-ngI/7n+JK6oLvaL32nyKxRFlwcbjj/hohoOhKkvekng="; }; propagatedBuildInputs = [ pyyaml six yarl wrapt ]; nativeCheckInputs = [ pytest-httpbin pytestCheckHook ]; disabledTestPaths = [ "tests/integration" ]; disabledTests = [ "TestVCRConnection" # https://github.com/kevin1024/vcrpy/issues/645 "test_get_vcr_with_matcher" "test_testcase_playback" ]; pythonImportsCheck = [ "vcr" ]; meta = with lib; { description = "Automatically mock your HTTP interactions to simplify and speed up testing"; homepage = "https://github.com/kevin1024/vcrpy"; changelog = "https://github.com/kevin1024/vcrpy/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ ]; }; }