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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user