python311Packages.qiskit-optimization 0.5.0 -> 0.6.0 https://repology.org/project/python:qiskit-optimization/versions attrpath: python311Packages.qiskit-optimization 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/bzysp1w7ljgaxpvwyd3kc3ciql0nq299-packages.json.drv building '/nix/store/bzysp1w7ljgaxpvwyd3kc3ciql0nq299-packages.json.drv'... Going to be running update for following packages: - python3.11-qiskit-optimization-0.5.0 Press Enter key to continue... Running update for: - python3.11-qiskit-optimization-0.5.0: UPDATING ... - python3.11-qiskit-optimization-0.5.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/qiskit-optimization/default.nix b/pkgs/development/python-modules/qiskit-optimization/default.nix index bd3d8251f10a..b53920951b00 100644 --- a/pkgs/development/python-modules/qiskit-optimization/default.nix +++ b/pkgs/development/python-modules/qiskit-optimization/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "qiskit-optimization"; - version = "0.5.0"; + version = "0.6.0"; format = "setuptools"; disabled = pythonOlder "3.6"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "qiskit"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-N4mf5ins0x+yUAIq+yyjSnUrHcaEhH/Jpid/QMhIjE0="; + hash = "sha256-vVSFvLVjptSgGocGR6i1Fp0BSRaT3uBBxf0OrFaF9EQ="; }; postPatch = '' No auto update branch exists Old version 0.5.0" not present in staging derivation file with contents: { lib , pythonOlder , buildPythonPackage , fetchFromGitHub # build-system , setuptools # Python Inputs , decorator , docplex , networkx , numpy , qiskit-terra , scipy # Check Inputs , pytestCheckHook , ddt , pylatexenc , qiskit-aer }: buildPythonPackage rec { pname = "qiskit-optimization"; version = "0.6.0"; pyproject = true; disabled = pythonOlder "3.6"; src = fetchFromGitHub { owner = "qiskit"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-vVSFvLVjptSgGocGR6i1Fp0BSRaT3uBBxf0OrFaF9EQ="; }; postPatch = '' substituteInPlace requirements.txt --replace "networkx>=2.2,<2.6" "networkx" ''; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ docplex decorator networkx numpy qiskit-terra scipy ]; nativeCheckInputs = [ pytestCheckHook ddt pylatexenc qiskit-aer ]; pythonImportsCheck = [ "qiskit_optimization" ]; pytestFlagsArray = [ "--durations=10" ]; meta = with lib; { description = "Software for developing quantum computing programs"; homepage = "https://qiskit.org"; downloadPage = "https://github.com/QISKit/qiskit-optimization/releases"; changelog = "https://qiskit.org/documentation/release_notes.html"; license = licenses.asl20; maintainers = with maintainers; [ drewrisinger ]; }; }