forked from pool/python-django-oidc-provider
- Update to 0.8.2 * Added: Discovery endpoint response caching. Introducing OIDC_DISCOVERY_CACHE_ENABLE. * Fixed: ResponseType data migration. * Fixed: correctly verify PKCE secret in token endpoint. 0.8.1 * Changed: create_token and create_code are now methods on base classes to enable customization. * Changed: extract "is consent skip allowed" decision from the view to the endpoint. * Fixed: race condition in authorization code, parallel requests may reuse same token. 0.8.0 * Changed: now supporting latest versions of Django. * Changed: drop support for Python 2 and Django lower than 3.2. * Added: scope on token and introspection endpoints. * Changed: Use static instead of deprecated staticfiles template tag. * Fixed: example in docs for translatable scopes (ugettext). - drop no-longer-needed django4.patch - rebase python-django-oidc-provider-no-mock.patch OBS-URL: https://build.opensuse.org/request/show/1145427 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-oidc-provider?expand=0&rev=14
53 lines
2.1 KiB
Plaintext
53 lines
2.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Feb 9 13:00:59 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Update to 0.8.2
|
|
* Added: Discovery endpoint response caching. Introducing OIDC_DISCOVERY_CACHE_ENABLE.
|
|
* Fixed: ResponseType data migration.
|
|
* Fixed: correctly verify PKCE secret in token endpoint.
|
|
0.8.1
|
|
* Changed: create_token and create_code are now methods on base classes to enable customization.
|
|
* Changed: extract "is consent skip allowed" decision from the view to the endpoint.
|
|
* Fixed: race condition in authorization code, parallel requests may reuse same token.
|
|
0.8.0
|
|
* Changed: now supporting latest versions of Django.
|
|
* Changed: drop support for Python 2 and Django lower than 3.2.
|
|
* Added: scope on token and introspection endpoints.
|
|
* Changed: Use static instead of deprecated staticfiles template tag.
|
|
* Fixed: example in docs for translatable scopes (ugettext).
|
|
- drop no-longer-needed django4.patch
|
|
- rebase python-django-oidc-provider-no-mock.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 22 13:00:50 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
|
|
|
|
- Remove python-six dependency
|
|
- Remove python_module macro definition
|
|
- Use autosetup instead setup+autopatch
|
|
- More specific python_sitelib in %files
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 10 11:20:57 UTC 2022 - pgajdos@suse.com
|
|
|
|
- do not require python-mock for build
|
|
- added patches
|
|
fix no mock
|
|
+ python-django-oidc-provider-no-mock.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 25 18:30:29 UTC 2022 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Replace django3.patch with django4.patch from
|
|
gh#juanifioren/django-oidc-provider#400.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Apr 28 09:57:09 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Add patch to work with Django 3.x:
|
|
* django3.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 11 09:04:49 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v0.7.0
|