1
0

Accepting request 1003021 from home:apersaud:branches:devel:languages:python

Fixes https://bugzilla.suse.com/show_bug.cgi?id=1203333

- specfile:
  * update requirements
- update to version 3.2.1:
  * OAuth2.0 Provider: * #803: Metadata endpoint support of non-HTTPS
    * CVE-2022-36087, bugzilla # 1203333
  * OAuth1.0: * #818: Allow IPv6 being parsed by signature
  * General: * Improved and fixed documentation warnings. * Cosmetic
    changes based on isort

OBS-URL: https://build.opensuse.org/request/show/1003021
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oauthlib?expand=0&rev=56
This commit is contained in:
2022-09-13 07:11:16 +00:00
committed by Git OBS Bridge
parent 0195e72b1b
commit af4dc9f708
4 changed files with 23 additions and 10 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Sep 12 14:39:20 UTC 2022 - Arun Persaud <arun@gmx.de>
- specfile:
* update requirements
- update to version 3.2.1:
* OAuth2.0 Provider: * #803: Metadata endpoint support of non-HTTPS
* CVE-2022-36087, bugzilla # 1203333
* OAuth1.0: * #818: Allow IPv6 being parsed by signature
* General: * Improved and fixed documentation warnings. * Cosmetic
changes based on isort
-------------------------------------------------------------------
Thu Feb 3 20:02:09 UTC 2022 - Arun Persaud <arun@gmx.de>