python311Packages.pyquil 3.5.4 -> 4.4.0 https://repology.org/project/python:pyquil/versions attrpath: python311Packages.pyquil 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.11-pyquil-3.5.4 Press Enter key to continue... Running update for: - python3.11-pyquil-3.5.4: UPDATING ... - python3.11-pyquil-3.5.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyquil/default.nix b/pkgs/development/python-modules/pyquil/default.nix index c822014dd843..cf8462594ea1 100644 --- a/pkgs/development/python-modules/pyquil/default.nix +++ b/pkgs/development/python-modules/pyquil/default.nix @@ -29,7 +29,7 @@ buildPythonPackage rec { pname = "pyquil"; - version = "3.5.4"; + version = "4.4.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -38,7 +38,7 @@ buildPythonPackage rec { owner = "rigetti"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-GQ7vzuUu0PCeLkqKWUSNJyJ01wseOwNL2jJaVTNGF9s="; + hash = "sha256-376R7eCr/R1U0o5wqxFOhpfw6r+c5WM8mXHwtqPnMTo="; }; pythonRelaxDeps = [ No auto update branch exists Old version 3.5.4" not present in staging derivation file with contents: { lib , buildPythonPackage , deprecated , fetchFromGitHub , importlib-metadata , ipython , lark , networkx , numpy , poetry-core , pytest-asyncio , pytest-freezegun , pytest-httpx , pytest-mock , pytestCheckHook , pythonAtLeast , pythonOlder , pythonRelaxDepsHook , qcs-api-client , respx , retry , rpcq , scipy , tenacity , types-deprecated , types-python-dateutil , types-retry }: buildPythonPackage rec { pname = "pyquil"; version = "4.2.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "rigetti"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-LLhTK/wE42mBTrqjBbnkPvqSG8gP7Vx/3ip66hKHxXc="; }; pythonRelaxDeps = [ "lark" "networkx" ]; nativeBuildInputs = [ poetry-core pythonRelaxDepsHook ]; propagatedBuildInputs = [ deprecated lark networkx numpy qcs-api-client retry rpcq scipy tenacity types-deprecated types-python-dateutil types-retry ] ++ lib.optionals (pythonOlder "3.8") [ importlib-metadata ]; nativeCheckInputs = [ pytestCheckHook ]; checkInputs = [ pytest-asyncio pytest-freezegun pytest-httpx pytest-mock respx ipython ]; disabledTestPaths = [ # Tests require network access "test/e2e/" "test/unit/test_api.py" "test/unit/test_engagement_manager.py" "test/unit/test_operator_estimation.py" "test/unit/test_wavefunction_simulator.py" "test/unit/test_compatibility_v2_operator_estimation.py" "test/unit/test_compatibility_v2_quantum_computer.py" "test/unit/test_compatibility_v2_qvm.py" "test/unit/test_quantum_computer.py" "test/unit/test_qvm.py" "test/unit/test_reference_wavefunction.py" # Out-dated "test/unit/test_qpu_client.py" "test/unit/test_qvm_client.py" "test/unit/test_reference_density.py" ]; disabledTests = [ "test_compile_with_quilt_calibrations" "test_sets_timeout_on_requests" # sensitive to lark parser output "test_memory_commands" "test_classical" ]; pythonImportsCheck = [ "pyquil" ]; meta = with lib; { description = "Python library for creating Quantum Instruction Language (Quil) programs"; homepage = "https://github.com/rigetti/pyquil"; changelog = "https://github.com/rigetti/pyquil/blob/v${version}/CHANGELOG.md"; license = licenses.asl20; maintainers = with maintainers; [ fab ]; }; }