Remove oic patch - 1.3.0 contains the fix. Commit ready for merge.
- Legacy-Id: 19214
This commit is contained in:
parent
8101658796
commit
8e71f4113a
|
@ -1151,7 +1151,6 @@ CHECKS_LIBRARY_PATCHES_TO_APPLY = [
|
||||||
'patch/change-oidc-provider-field-sizes-228.patch',
|
'patch/change-oidc-provider-field-sizes-228.patch',
|
||||||
'patch/fix-oidc-access-token-post.patch',
|
'patch/fix-oidc-access-token-post.patch',
|
||||||
'patch/fix-jwkest-jwt-logging.patch',
|
'patch/fix-jwkest-jwt-logging.patch',
|
||||||
'patch/fix-oic-logging.patch',
|
|
||||||
'patch/fix-django-password-strength-kwargs.patch',
|
'patch/fix-django-password-strength-kwargs.patch',
|
||||||
'patch/add-django-http-cookie-value-none.patch',
|
'patch/add-django-http-cookie-value-none.patch',
|
||||||
'patch/django-cookie-delete-with-all-settings.patch',
|
'patch/django-cookie-delete-with-all-settings.patch',
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
--- oic/utils/keyio.py.orig 2020-06-06 18:49:44.819104615 +0200
|
|
||||||
+++ oic/utils/keyio.py 2020-06-06 18:49:47.523182608 +0200
|
|
||||||
@@ -191,7 +191,7 @@
|
|
||||||
args["headers"] = {"If-None-Match": self.etag}
|
|
||||||
|
|
||||||
try:
|
|
||||||
- logging.debug("KeyBundle fetch keys from: %s", self.source)
|
|
||||||
+ logger.debug("KeyBundle fetch keys from: %s", self.source)
|
|
||||||
r = requests.get(self.source, **args)
|
|
||||||
except Exception as err:
|
|
||||||
logger.error(err)
|
|
|
@ -40,7 +40,7 @@ markdown2>=2.3.8
|
||||||
mock>=2.0.0
|
mock>=2.0.0
|
||||||
mypy>=0.782,<0.790 # Version requirements determined by django-stubs.
|
mypy>=0.782,<0.790 # Version requirements determined by django-stubs.
|
||||||
mysqlclient>=1.3.13,!=2.0.2
|
mysqlclient>=1.3.13,!=2.0.2
|
||||||
oic>=1.2
|
oic>=1.3
|
||||||
pathlib>=1.0
|
pathlib>=1.0
|
||||||
pathlib2>=2.3.0
|
pathlib2>=2.3.0
|
||||||
Pillow>=3.0
|
Pillow>=3.0
|
||||||
|
|
Loading…
Reference in a new issue