15
0

Accepting request 1289225 from home:glaubitz:branches:devel:languages:python

- Update to 3.3.1
  OAuth2.0 Client:
  * #906: fix regression of expires_in parsing when float in string.
- from version 3.3.0
  OAuth2.0 Provider:
  * OIDC: #879 Changed in how ui_locales is parsed
  * RFC8628: Added OAuth2.0 Device Authorization Grant support
  * PKCE: #876, #893 Fixed `create_code_verifier` length
  * OIDC: Pre-configured OIDC server to use Refresh Token by default
  OAuth2.0 Common:
  * OAuth2Error: Allow 0 to be a valid state
  OAuth2.0 Client:
  * #745: expires_at is forced to be an int
  * #899: expires_at clarification
  General:
  * Removed Python 3.5, 3.6, 3.7 support
  * #859, #883: Added Python 3.12, 3.13 Support
  * Added dependency-review GitHub Action
  * Updated various references of license (SPDX identifier..)
  * Added GitHub Action for lint, replaced bandy with ruff, removed isort...
  * Migrated to GitHub Actions from Travis
  * Added Security Policy
- Drop support for older Python versions
- Drop Make-UtilsTests.test_filter_params-Python-3.13-compatible.patch,
  merged upstream
- Remove unneeded workaround to recompile Python sources
- Switch build system from setuptools to pyproject.toml
  * Add python-pip and python-wheel to BuildRequires
  * Replace %python_build with %pyproject_wheel
  * Replace %python_install with %pyproject_install

OBS-URL: https://build.opensuse.org/request/show/1289225
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-oauthlib?expand=0&rev=69
This commit is contained in:
2025-06-30 12:57:32 +00:00
committed by Git OBS Bridge
parent 92cf3f7a41
commit 7826b7a96d
5 changed files with 46 additions and 57 deletions

View File

@@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Jun 30 09:16:42 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.3.1
OAuth2.0 Client:
* #906: fix regression of expires_in parsing when float in string.
- from version 3.3.0
OAuth2.0 Provider:
* OIDC: #879 Changed in how ui_locales is parsed
* RFC8628: Added OAuth2.0 Device Authorization Grant support
* PKCE: #876, #893 Fixed `create_code_verifier` length
* OIDC: Pre-configured OIDC server to use Refresh Token by default
OAuth2.0 Common:
* OAuth2Error: Allow 0 to be a valid state
OAuth2.0 Client:
* #745: expires_at is forced to be an int
* #899: expires_at clarification
General:
* Removed Python 3.5, 3.6, 3.7 support
* #859, #883: Added Python 3.12, 3.13 Support
* Added dependency-review GitHub Action
* Updated various references of license (SPDX identifier..)
* Added GitHub Action for lint, replaced bandy with ruff, removed isort...
* Migrated to GitHub Actions from Travis
* Added Security Policy
- Drop support for older Python versions
- Drop Make-UtilsTests.test_filter_params-Python-3.13-compatible.patch,
merged upstream
- Remove unneeded workaround to recompile Python sources
- Switch build system from setuptools to pyproject.toml
* Add python-pip and python-wheel to BuildRequires
* Replace %python_build with %pyproject_wheel
* Replace %python_install with %pyproject_install
* Update name for dist directory in %files section
-------------------------------------------------------------------
Tue Sep 24 12:27:53 UTC 2024 - ecsos <ecsos@opensuse.org>