python311Packages.pyreadstat 1.2.2 -> 1.2.3 https://repology.org/project/python:pyreadstat/versions attrpath: python311Packages.pyreadstat 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/gp3h2rky86hqfi9l8kxsvlsfv98ky5yw-packages.json.drv building '/nix/store/gp3h2rky86hqfi9l8kxsvlsfv98ky5yw-packages.json.drv'... Going to be running update for following packages: - python3.11-pyreadstat-1.2.2 Press Enter key to continue... Running update for: - python3.11-pyreadstat-1.2.2: UPDATING ... - python3.11-pyreadstat-1.2.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pyreadstat/default.nix b/pkgs/development/python-modules/pyreadstat/default.nix index 808b0e5428e9..42273b31d637 100644 --- a/pkgs/development/python-modules/pyreadstat/default.nix +++ b/pkgs/development/python-modules/pyreadstat/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "pyreadstat"; - version = "1.2.2"; + version = "1.2.3"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "Roche"; repo = "pyreadstat"; rev = "refs/tags/v${version}"; - hash = "sha256-CvovylOTTyXm0ucTwNSFZzkcA0H8H76BSg4vjB2Pe4M="; + hash = "sha256-Rd2nHsEYfr1I5gu2+iXIdHKvF/QgMD+vK6SIK/ytrmo="; }; nativeBuildInputs = [ No auto update branch exists Old version 1.2.2" not present in staging derivation file with contents: { lib , stdenv , buildPythonPackage , cython_3 , fetchFromGitHub , libiconv , pandas , python , pythonOlder , readstat , zlib }: buildPythonPackage rec { pname = "pyreadstat"; version = "1.2.3"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "Roche"; repo = "pyreadstat"; rev = "refs/tags/v${version}"; hash = "sha256-Rd2nHsEYfr1I5gu2+iXIdHKvF/QgMD+vK6SIK/ytrmo="; }; nativeBuildInputs = [ cython_3 ]; buildInputs = [ zlib ] ++ lib.optionals stdenv.isDarwin [ libiconv ]; propagatedBuildInputs = [ readstat pandas ]; pythonImportsCheck = [ "pyreadstat" ]; preCheck = '' export HOME=$(mktemp -d); ''; checkPhase = '' runHook preCheck ${python.interpreter} tests/test_basic.py runHook postCheck ''; meta = with lib; { description = "Module to read SAS, SPSS and Stata files into pandas data frames"; homepage = "https://github.com/Roche/pyreadstat"; changelog = "https://github.com/Roche/pyreadstat/blob/v${version}/change_log.md"; license = licenses.asl20; maintainers = with maintainers; [ swflint ]; }; }