cfd5b142f6
Accepting request 1179686 from devel:languages:python
...
- Update to 1.3.1 (CVE-2024-37568, bsc#1226138):
* Prevent OctKey to import ssh and PEM strings.
OBS-URL: https://build.opensuse.org/request/show/1179686
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Authlib?expand=0&rev=14
2024-06-10 15:38:28 +00:00
44dca2d480
- Update to 1.3.1 (CVE-2024-37568, bsc#1226138):
...
* Prevent OctKey to import ssh and PEM strings.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=27
2024-06-10 11:08:18 +00:00
55a146e0c9
Accepting request 1141850 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1141850
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Authlib?expand=0&rev=13
2024-01-28 18:40:08 +00:00
5243ea9f58
Accepting request 1141500 from home:alarrosa:branches:devel:languages:python
...
- Remove the file containing a Commercial license otherwise
licensedigger rejects the dual-licensed package.
See https://docs.authlib.org/en/latest/community/licenses.html .
OBS-URL: https://build.opensuse.org/request/show/1141500
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=25
2024-01-26 22:24:25 +00:00
6d39b8e320
Accepting request 1137639 from devel:languages:python
...
- update to 1.3.0:
* Restore AuthorizationServer.create_authorization_response
behavior, via :PR:`558`
* Include leeway in validate_iat() for JWT, via :PR:`565`
* Fix encode_client_secret_basic, via :PR:`594`
* Use single key in JWK if JWS does not specify kid, via
:PR:`596`
* Fix error when RFC9068 JWS has no scope field, via :PR:`598`
* Get werkzeug version using importlib, via :PR:`591`
* New features:
* RFC9068 implementation, via :PR:`586`, by @azmeuk.
* Breaking changes:
* End support for python 3.7
- Update to version 1.2.0
* Fix Starlette OAuth client for cache store, via PR#478.
- Remove unneeded BuildRequires on mock.
OBS-URL: https://build.opensuse.org/request/show/1137639
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Authlib?expand=0&rev=12
2024-01-09 19:49:45 +00:00
20c41d0886
- update to 1.3.0:
...
* Restore AuthorizationServer.create_authorization_response
behavior, via :PR:`558`
* Include leeway in validate_iat() for JWT, via :PR:`565`
* Fix encode_client_secret_basic, via :PR:`594`
* Use single key in JWK if JWS does not specify kid, via
:PR:`596`
* Fix error when RFC9068 JWS has no scope field, via :PR:`598`
* Get werkzeug version using importlib, via :PR:`591`
* New features:
* RFC9068 implementation, via :PR:`586`, by @azmeuk.
* Breaking changes:
* End support for python 3.7
- Update to version 1.2.0
* Fix Starlette OAuth client for cache store, via PR#478.
- Remove unneeded BuildRequires on mock.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=23
2024-01-08 20:58:17 +00:00
5e59753dcd
Accepting request 1095232 from devel:languages:python
...
- update to 1.2.1:
* Apply headers in ``ClientSecretJWT.sign`` method
* Allow falsy but non-None grant uri params
* Fixed ``authorize_redirect`` for Starlette v0.26.0
* Removed ``has_client_secret`` method and documentation
* Removed ``request_invalid`` and ``token_revoked`` remaining
occurences and documentation.
* Fixed RFC7591 ``grant_types`` and ``response_types`` default
values
OBS-URL: https://build.opensuse.org/request/show/1095232
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Authlib?expand=0&rev=11
2023-06-26 16:15:39 +00:00
6df3cb17be
- update to 1.2.1:
...
* Apply headers in ``ClientSecretJWT.sign`` method
* Allow falsy but non-None grant uri params
* Fixed ``authorize_redirect`` for Starlette v0.26.0
* Removed ``has_client_secret`` method and documentation
* Removed ``request_invalid`` and ``token_revoked`` remaining
occurences and documentation.
* Fixed RFC7591 ``grant_types`` and ``response_types`` default
values
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=21
2023-06-25 18:50:07 +00:00
90200c0cf5
Accepting request 1092368 from devel:languages:python
...
- Add %{?sle15_python_module_pythons}
OBS-URL: https://build.opensuse.org/request/show/1092368
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Authlib?expand=0&rev=10
2023-06-12 13:26:12 +00:00
7efe87acd6
- Add %{?sle15_python_module_pythons}
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=19
2023-06-11 20:05:43 +00:00
69d00a139b
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=18
2023-06-11 20:04:53 +00:00
dcdea716da
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=17
2023-04-12 15:58:07 +00:00
48c696d33d
Accepting request 1042592 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1042592
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Authlib?expand=0&rev=9
2022-12-13 17:56:19 +00:00
8f4d996651
Accepting request 1042527 from home:yarunachalam:branches:devel:languages:python
...
- Update to version 1.2.0
* Not passing request.body to ResourceProtector, #485 .
* Use flask.g instead of _app_ctx_stack, #482 .
* Add headers parameter back to ClientSecretJWT, #457 .
* Always passing realm parameter in OAuth 1 clients, #339 .
* Implemented RFC7592 Dynamic Client Registration Management Protocol, #505`
* Add default_timeout for requests OAuth2Session and AssertionSession.
* Deprecate jwk.loads and jwk.dumps
OBS-URL: https://build.opensuse.org/request/show/1042527
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=15
2022-12-13 09:59:26 +00:00
d0f8157ae0
Accepting request 1010157 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1010157
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Authlib?expand=0&rev=8
2022-10-12 16:25:58 +00:00
9f8c51d13f
Accepting request 1009951 from home:yarunachalam:branches:devel:languages:python
...
- Update to Version 1.1.0
* This release contains breaking changes and security fixes.
* Allow to pass claims_options to Framework OpenID Connect clients, via PR#446.
* Fix .stream with context for HTTPX OAuth clients, via PR#465.
* Fix Starlette OAuth client for cache store, via PR#478.
OBS-URL: https://build.opensuse.org/request/show/1009951
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=13
2022-10-12 08:41:03 +00:00
bf58a4262b
Accepting request 992686 from devel:languages:python
...
- Remove unneeded BuildRequires on mock.
- Remove duplicated BuildRequires on pytest.
OBS-URL: https://build.opensuse.org/request/show/992686
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Authlib?expand=0&rev=7
2022-08-04 11:23:53 +00:00
903b11bf4e
- Remove unneeded BuildRequires on mock.
...
- Remove duplicated BuildRequires on pytest.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=11
2022-08-04 06:32:18 +00:00
c90c02e7fb
Accepting request 975956 from devel:languages:python
...
- Fix tests.
OBS-URL: https://build.opensuse.org/request/show/975956
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Authlib?expand=0&rev=6
2022-05-10 13:12:07 +00:00
c875829ccc
- Fix tests.
...
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=9
2022-05-09 23:53:39 +00:00
23e25789ae
Accepting request 971767 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/971767
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Authlib?expand=0&rev=5
2022-04-21 13:43:34 +00:00
f24c1c7b90
Accepting request 971638 from home:stroeder:iam
...
Update to 1.0.1
OBS-URL: https://build.opensuse.org/request/show/971638
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=7
2022-04-21 12:31:59 +00:00
69012449ed
Accepting request 933278 from devel:languages:python
...
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/933278
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Authlib?expand=0&rev=4
2021-11-23 21:10:41 +00:00
250ffbf657
Accepting request 931766 from home:stroeder:iam
...
Update to 0.15.5
OBS-URL: https://build.opensuse.org/request/show/931766
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=6
2021-11-16 14:12:42 +00:00
Richard Brown
1860b90b1f
Accepting request 911999 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/911999
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Authlib?expand=0&rev=3
2021-08-16 08:11:33 +00:00
b3083034a6
Accepting request 911970 from home:glaubitz:branches:devel:languages:python
...
- Update to 0.15.4
* Security fix when JWT claims is None.
OBS-URL: https://build.opensuse.org/request/show/911970
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=5
2021-08-13 14:03:19 +00:00
Richard Brown
9fd0e0eb4f
Accepting request 911202 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/911202
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Authlib?expand=0&rev=2
2021-08-11 09:47:07 +00:00
d22fa56bac
Accepting request 911112 from home:jengelh:branches:devel:languages:python
...
- Drop filler wording from description again.
OBS-URL: https://build.opensuse.org/request/show/911112
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=4
2021-08-10 08:10:21 +00:00
9fe381d01f
Accepting request 910824 from home:darix:apps
...
- Update to 0.15.3
https://docs.authlib.org/en/latest/changelog.html#version-0-15-3
https://docs.authlib.org/en/latest/changelog.html#version-0-15-2
https://docs.authlib.org/en/latest/changelog.html#version-0-15-1
https://docs.authlib.org/en/latest/changelog.html#version-0-15
OBS-URL: https://build.opensuse.org/request/show/910824
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=3
2021-08-09 13:12:37 +00:00
a13610faa0
Accepting request 825437 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/825437
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Authlib?expand=0&rev=1
2020-08-12 08:30:05 +00:00
Tomáš Chvátal
608befca18
Accepting request 825427 from home:hellcp
...
tox based tests, require internet connection to run
OBS-URL: https://build.opensuse.org/request/show/825427
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Authlib?expand=0&rev=1
2020-08-10 18:17:17 +00:00