python3Packages.social-auth-core: 4.7.0 -> 4.8.3

https://github.com/python-social-auth/social-core/blob/4.8.3/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:38:55 +01:00
parent 58d9eabd1d
commit 7a60a04d65
@@ -8,6 +8,7 @@
lxml,
oauthlib,
pyjwt,
pytest-cov-stub,
pytest-xdist,
pytestCheckHook,
python-jose,
@@ -22,14 +23,14 @@
buildPythonPackage rec {
pname = "social-auth-core";
version = "4.7.0";
version = "4.8.3";
pyproject = true;
src = fetchFromGitHub {
owner = "python-social-auth";
repo = "social-core";
tag = version;
hash = "sha256-PQPnLTTCAUE1UmaDRmEXLozY0607e2/fLsvzcJzo4bQ=";
hash = "sha256-8UDJfn1NDNHM8PBTV6n18GFSmOUqXo8UGbrJLFfLlnY=";
};
nativeBuildInputs = [ setuptools ];
@@ -54,6 +55,7 @@ buildPythonPackage rec {
};
nativeCheckInputs = [
pytest-cov-stub
pytest-xdist
pytestCheckHook
httpretty