python312Packages.auth0-python 4.7.0 -> 4.7.1 https://github.com/auth0/auth0-python/releases attrpath: python312Packages.auth0-python 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/hv5rv4nszrn2xfp3lq2mc7g3k0zahq3p-packages.json.drv building '/nix/store/hv5rv4nszrn2xfp3lq2mc7g3k0zahq3p-packages.json.drv'... Going to be running update for following packages: - python3.12-auth0-python-4.7.0 Press Enter key to continue... Running update for: - python3.12-auth0-python-4.7.0: UPDATING ... - python3.12-auth0-python-4.7.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/auth0-python/default.nix b/pkgs/development/python-modules/auth0-python/default.nix index 7f0540b6d096..217f76a1f49c 100644 --- a/pkgs/development/python-modules/auth0-python/default.nix +++ b/pkgs/development/python-modules/auth0-python/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "auth0-python"; - version = "4.7.0"; + version = "4.7.1"; pyproject = true; disabled = pythonOlder "3.8"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "auth0"; repo = "auth0-python"; rev = "refs/tags/${version}"; - hash = "sha256-Z89T0HXB66MZTYNKSK8fHunUBFuI1wT5jcy+P3+9tIk="; + hash = "sha256-udtrvAr8wfg1DbNbBEjA/tlrYhIiXtTFqi4bZCuKI0Q="; }; nativeBuildInputs = [ No auto update branch exists Old version 4.7.0" not present in staging derivation file with contents: { lib , aiohttp , aioresponses , buildPythonPackage , callee , cryptography , fetchFromGitHub , mock , poetry-core , poetry-dynamic-versioning , pyjwt , pyopenssl , pytestCheckHook , pythonOlder , requests , urllib3 }: buildPythonPackage rec { pname = "auth0-python"; version = "4.7.1"; pyproject = true; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "auth0"; repo = "auth0-python"; rev = "refs/tags/${version}"; hash = "sha256-udtrvAr8wfg1DbNbBEjA/tlrYhIiXtTFqi4bZCuKI0Q="; }; nativeBuildInputs = [ poetry-core poetry-dynamic-versioning ]; propagatedBuildInputs = [ aiohttp cryptography pyjwt pyopenssl requests urllib3 ] ++ pyjwt.optional-dependencies.crypto; nativeCheckInputs = [ aiohttp aioresponses callee mock pytestCheckHook ]; disabledTests = [ # Tries to ping websites (e.g. google.com) "can_timeout" "test_options_are_created_by_default" "test_options_are_used_and_override" ]; pythonImportsCheck = [ "auth0" ]; meta = with lib; { description = "Auth0 Python SDK"; homepage = "https://github.com/auth0/auth0-python"; changelog = "https://github.com/auth0/auth0-python/blob/${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ ]; }; }