Merge remote-tracking branch 'origin/master' into staging-next

This commit is contained in:
Martin Weinelt
2023-10-03 10:17:45 +02:00
30 changed files with 3515 additions and 97 deletions
@@ -3,7 +3,7 @@
, aioresponses
, buildPythonPackage
, callee
, fetchPypi
, fetchFromGitHub
, mock
, poetry-core
, poetry-dynamic-versioning
@@ -20,10 +20,11 @@ buildPythonPackage rec {
disabled = pythonOlder "3.7";
src = fetchPypi {
pname = "auth0_python";
inherit version;
hash = "sha256-4XWxx0GlDVkABwK69laqOFZliWelQ5mWul3FcWnxuko=";
src = fetchFromGitHub {
owner = "auth0";
repo = "auth0-python";
rev = "refs/tags/${version}";
hash = "sha256-RBkAuZQx7mBxVCpo5PoBiEge8+yTmp0XpcnxCkOsM6U=";
};
nativeBuildInputs = [