python310Packages.duo-client 5.0.1 -> 5.2.0 https://repology.org/project/python:duo-client/versions attrpath: python310Packages.duo-client 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.10-duo-client-5.0.1 Press Enter key to continue... Running update for: - python3.10-duo-client-5.0.1: UPDATING ... - python3.10-duo-client-5.0.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/duo-client/default.nix b/pkgs/development/python-modules/duo-client/default.nix index 129ec14cd0a7..e2b0c4c57a18 100644 --- a/pkgs/development/python-modules/duo-client/default.nix +++ b/pkgs/development/python-modules/duo-client/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "duo-client"; - version = "5.0.1"; + version = "5.2.0"; pyproject = true; disabled = pythonOlder "3.7"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "duosecurity"; repo = "duo_client_python"; rev = "refs/tags/${version}"; - hash = "sha256-G0XLZZaQTPD64WXN34wq2z+YtzECgtC2nJXzDxAlgyg="; + hash = "sha256-MnSAFxKgExq+e8TOwgsPAoO4GEfsc3sjPNGLxzch5f0="; }; postPatch = '' No auto update branch exists Old version 5.0.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , freezegun , mock , pytestCheckHook , pythonOlder , pytz , setuptools , six }: buildPythonPackage rec { pname = "duo-client"; version = "5.2.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "duosecurity"; repo = "duo_client_python"; rev = "refs/tags/${version}"; hash = "sha256-MnSAFxKgExq+e8TOwgsPAoO4GEfsc3sjPNGLxzch5f0="; }; postPatch = '' substituteInPlace requirements-dev.txt \ --replace "dlint" "" \ --replace "flake8" "" ''; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ six ]; nativeCheckInputs = [ freezegun mock pytestCheckHook pytz ]; pythonImportsCheck = [ "duo_client" ]; disabledTests = [ # Tests require network access "test_server_hostname" "test_server_hostname_with_port" "test_get_billing_edition" "test_get_telephony_credits" "test_set_business_billing_edition" "test_set_enterprise_billing_edition" "test_set_telephony_credits" ]; meta = with lib; { description = "Python library for interacting with the Duo Auth, Admin, and Accounts APIs"; homepage = "https://github.com/duosecurity/duo_client_python"; changelog = "https://github.com/duosecurity/duo_client_python/releases/tag/${version}"; license = licenses.bsd3; maintainers = with maintainers; [ ]; }; }