pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/py-oauthlib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jul  1 20:11:05 UTC 2025

Modified Files:
        pkgsrc/security/py-oauthlib: Makefile PLIST distinfo

Log Message:
py-oauthlib: update to 3.3.1.

3.3.1 (2025-06-19):
------------------
OAuth2.0 Client:
* #906: fix regression of expires_in parsing when float in string.

3.3.0 (2025-06-17):
------------------
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


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/security/py-oauthlib/Makefile
cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/py-oauthlib/PLIST
cvs rdiff -u -r1.24 -r1.25 pkgsrc/security/py-oauthlib/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-oauthlib/Makefile
diff -u pkgsrc/security/py-oauthlib/Makefile:1.27 pkgsrc/security/py-oauthlib/Makefile:1.28
--- pkgsrc/security/py-oauthlib/Makefile:1.27   Tue Apr 22 20:31:37 2025
+++ pkgsrc/security/py-oauthlib/Makefile        Tue Jul  1 20:11:05 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.27 2025/04/22 20:31:37 wiz Exp $
+# $NetBSD: Makefile,v 1.28 2025/07/01 20:11:05 wiz Exp $
 
-DISTNAME=      oauthlib-3.2.2
+DISTNAME=      oauthlib-3.3.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=o/oauthlib/}
 
@@ -17,8 +16,8 @@ DEPENDS+=     ${PYPKGPREFIX}-blinker>=1.4.0:
 
 USE_LANGUAGES= # none
 
-# as of 3.2.2
-# 2 failed, 650 passed, 2 skipped, 7 warnings
+# as of 3.3.1
+# 681 passed, 2 skipped, 6 warnings
 
 .include "../../lang/python/wheel.mk"
 PYTHON_VERSIONED_DEPENDENCIES+=        cryptography

Index: pkgsrc/security/py-oauthlib/PLIST
diff -u pkgsrc/security/py-oauthlib/PLIST:1.10 pkgsrc/security/py-oauthlib/PLIST:1.11
--- pkgsrc/security/py-oauthlib/PLIST:1.10      Tue Apr 22 20:31:37 2025
+++ pkgsrc/security/py-oauthlib/PLIST   Tue Jul  1 20:11:05 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.10 2025/04/22 20:31:37 wiz Exp $
+@comment $NetBSD: PLIST,v 1.11 2025/07/01 20:11:05 wiz Exp $
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -154,6 +154,27 @@ ${PYSITELIB}/oauthlib/oauth2/rfc8628/cli
 ${PYSITELIB}/oauthlib/oauth2/rfc8628/clients/device.py
 ${PYSITELIB}/oauthlib/oauth2/rfc8628/clients/device.pyc
 ${PYSITELIB}/oauthlib/oauth2/rfc8628/clients/device.pyo
+${PYSITELIB}/oauthlib/oauth2/rfc8628/endpoints/__init__.py
+${PYSITELIB}/oauthlib/oauth2/rfc8628/endpoints/__init__.pyc
+${PYSITELIB}/oauthlib/oauth2/rfc8628/endpoints/__init__.pyo
+${PYSITELIB}/oauthlib/oauth2/rfc8628/endpoints/device_authorization.py
+${PYSITELIB}/oauthlib/oauth2/rfc8628/endpoints/device_authorization.pyc
+${PYSITELIB}/oauthlib/oauth2/rfc8628/endpoints/device_authorization.pyo
+${PYSITELIB}/oauthlib/oauth2/rfc8628/endpoints/pre_configured.py
+${PYSITELIB}/oauthlib/oauth2/rfc8628/endpoints/pre_configured.pyc
+${PYSITELIB}/oauthlib/oauth2/rfc8628/endpoints/pre_configured.pyo
+${PYSITELIB}/oauthlib/oauth2/rfc8628/errors.py
+${PYSITELIB}/oauthlib/oauth2/rfc8628/errors.pyc
+${PYSITELIB}/oauthlib/oauth2/rfc8628/errors.pyo
+${PYSITELIB}/oauthlib/oauth2/rfc8628/grant_types/__init__.py
+${PYSITELIB}/oauthlib/oauth2/rfc8628/grant_types/__init__.pyc
+${PYSITELIB}/oauthlib/oauth2/rfc8628/grant_types/__init__.pyo
+${PYSITELIB}/oauthlib/oauth2/rfc8628/grant_types/device_code.py
+${PYSITELIB}/oauthlib/oauth2/rfc8628/grant_types/device_code.pyc
+${PYSITELIB}/oauthlib/oauth2/rfc8628/grant_types/device_code.pyo
+${PYSITELIB}/oauthlib/oauth2/rfc8628/request_validator.py
+${PYSITELIB}/oauthlib/oauth2/rfc8628/request_validator.pyc
+${PYSITELIB}/oauthlib/oauth2/rfc8628/request_validator.pyo
 ${PYSITELIB}/oauthlib/openid/__init__.py
 ${PYSITELIB}/oauthlib/openid/__init__.pyc
 ${PYSITELIB}/oauthlib/openid/__init__.pyo

Index: pkgsrc/security/py-oauthlib/distinfo
diff -u pkgsrc/security/py-oauthlib/distinfo:1.24 pkgsrc/security/py-oauthlib/distinfo:1.25
--- pkgsrc/security/py-oauthlib/distinfo:1.24   Tue Oct 25 07:26:58 2022
+++ pkgsrc/security/py-oauthlib/distinfo        Tue Jul  1 20:11:05 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2022/10/25 07:26:58 adam Exp $
+$NetBSD: distinfo,v 1.25 2025/07/01 20:11:05 wiz Exp $
 
-BLAKE2s (oauthlib-3.2.2.tar.gz) = c406bb37eab111e997da69b7d9deb9c36146c0a78cb160ea6fcbf53fee5fef78
-SHA512 (oauthlib-3.2.2.tar.gz) = c147b96e0ab0d1a8845f525e80831cfd04495134dd1f17fd95eac62f3a95c91e6dca9d38e34206537d77f3c12dd5b553252239318ba39546979c350e96536b8b
-Size (oauthlib-3.2.2.tar.gz) = 177352 bytes
+BLAKE2s (oauthlib-3.3.1.tar.gz) = bcd587c9cd00f1ad8043f17cd2fac82d9fc72d385c4692084a0cee893d7bdc27
+SHA512 (oauthlib-3.3.1.tar.gz) = f9894a2ef2413505a89a86e0f008310a9e38f4c662b1590816e051d563fd283a94dbe8e8dd61d0e9b01143801d7e747ac9a67a704a4267ba21d8c8382b1a2a41
+Size (oauthlib-3.3.1.tar.gz) = 185918 bytes



Home | Main Index | Thread Index | Old Index