python311Packages.vcrpy 4.2.1 -> 5.1.0 https://repology.org/project/python:vcrpy/versions attrpath: python311Packages.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/yfw4f7jfmim0ypfg7pm6pfp80qkzrici-packages.json.drv building '/nix/store/yfw4f7jfmim0ypfg7pm6pfp80qkzrici-packages.json.drv'... Going to be running update for following packages: - python3.11-vcrpy-4.2.1 Press Enter key to continue... Running update for: - python3.11-vcrpy-4.2.1: UPDATING ... - python3.11-vcrpy-4.2.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/vcrpy/default.nix b/pkgs/development/python-modules/vcrpy/default.nix index 043d08a022bb..212d8b4909df 100644 --- a/pkgs/development/python-modules/vcrpy/default.nix +++ b/pkgs/development/python-modules/vcrpy/default.nix @@ -13,14 +13,14 @@ buildPythonPackage rec { pname = "vcrpy"; - version = "4.2.1"; + version = "5.1.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-fNPoGixJLgHCgfGAvMKoa1ILFz0rZWy12J2ZR1Qj4BM="; + hash = "sha256-u/FTLyYYoE8RvOKpmvOpZHoyyICVcpP/keCl8Ye2s9I="; }; propagatedBuildInputs = [ No auto update branch exists Old version 4.2.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , pytest-httpbin , pytestCheckHook , pythonOlder , pyyaml , six , yarl , wrapt }: buildPythonPackage rec { pname = "vcrpy"; version = "5.1.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-u/FTLyYYoE8RvOKpmvOpZHoyyICVcpP/keCl8Ye2s9I="; }; 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; [ ]; }; }