python310Packages.scikit-rf 0 -> 1 attrpath: python310Packages.scikit-rf 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/3qgvql8avncg237vmflaf6w9q17vyb24-packages.json.drv building '/nix/store/3qgvql8avncg237vmflaf6w9q17vyb24-packages.json.drv'... Going to be running update for following packages: - python3.10-scikit-rf-0.28.0 Press Enter key to continue... Running update for: - python3.10-scikit-rf-0.28.0: UPDATING ... - python3.10-scikit-rf-0.28.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/scikit-rf/default.nix b/pkgs/development/python-modules/scikit-rf/default.nix index 6940859b9f6a..9b83b5254b48 100644 --- a/pkgs/development/python-modules/scikit-rf/default.nix +++ b/pkgs/development/python-modules/scikit-rf/default.nix @@ -31,7 +31,7 @@ buildPythonPackage rec { pname = "scikit-rf"; - version = "0.28.0"; + version = "0.29.1"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -40,7 +40,7 @@ buildPythonPackage rec { owner = "scikit-rf"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-cTvWNfIs2bAOYpXDg6ghZA4tRXlaNbUZwcaZMjCi/YY="; + hash = "sha256-sLE6rcBGUKmk5y7oO06rHON3GVIjcvnKlr6Tgddj64Y="; }; buildInputs = [ No auto update branch exists Old version 0.28.0" not present in staging derivation file with contents: { stdenv , lib , pythonOlder , buildPythonPackage , fetchFromGitHub , numpy , scipy , pandas , matplotlib , tox , coverage , flake8 , nbval , pyvisa , networkx , ipython , ipykernel , ipywidgets , jupyter-client , sphinx-rtd-theme , sphinx , nbsphinx , openpyxl , qtpy , pyqtgraph , pyqt5 , setuptools , pytestCheckHook , pytest-cov }: buildPythonPackage rec { pname = "scikit-rf"; version = "0.29.0"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "scikit-rf"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-rBOw1rIEF8Ia6xXlXxVzRRiUxrOjOAlipFuKiL+gRl0="; }; buildInputs = [ setuptools ]; propagatedBuildInputs = [ numpy scipy pandas ]; passthru.optional-dependencies = { plot = [ matplotlib ]; xlsx = [ openpyxl ]; netw = [ networkx ]; visa = [ pyvisa ]; docs = [ ipython ipykernel ipywidgets jupyter-client sphinx-rtd-theme sphinx nbsphinx openpyxl ]; qtapps = [ qtpy pyqtgraph pyqt5 ]; }; nativeCheckInputs = [ tox coverage flake8 pytest-cov nbval matplotlib pyvisa openpyxl networkx ]; checkInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "skrf" ]; meta = with lib; { description = "A Python library for RF/Microwave engineering"; homepage = "https://scikit-rf.org/"; changelog = "https://github.com/scikit-rf/scikit-rf/releases/tag/v${version}"; license = licenses.bsd3; maintainers = with maintainers; [ lugarun ]; }; }