pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-authlib
Module Name: pkgsrc
Committed By: adam
Date: Sun Dec 29 09:40:02 UTC 2024
Modified Files:
pkgsrc/security/py-authlib: Makefile distinfo
Log Message:
py-authlib: updated to 1.4.0
1.4.0
Fix id_token decoding when kid is null.
Support for Python 3.13.
Force login if the prompt parameter value is login.
Support for httpx 0.28,
Breaking changes:
Stop support for Python 3.8
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/py-authlib/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/py-authlib/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-authlib/Makefile
diff -u pkgsrc/security/py-authlib/Makefile:1.16 pkgsrc/security/py-authlib/Makefile:1.17
--- pkgsrc/security/py-authlib/Makefile:1.16 Mon Nov 11 07:28:54 2024
+++ pkgsrc/security/py-authlib/Makefile Sun Dec 29 09:40:02 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2024/11/11 07:28:54 wiz Exp $
+# $NetBSD: Makefile,v 1.17 2024/12/29 09:40:02 adam Exp $
-DISTNAME= authlib-1.3.2
+DISTNAME= authlib-1.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=A/Authlib/}
@@ -10,7 +10,7 @@ HOMEPAGE= https://authlib.org/
COMMENT= Ultimate Python library in building OAuth and OpenID Connect servers
LICENSE= modified-bsd
-WHEEL_NAME= Authlib-${PKGVERSION_NOREV}
+WHEEL_NAME= ${DISTNAME:S/a/A/}
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-cryptography>=3.2:../../security/py-cryptography
Index: pkgsrc/security/py-authlib/distinfo
diff -u pkgsrc/security/py-authlib/distinfo:1.15 pkgsrc/security/py-authlib/distinfo:1.16
--- pkgsrc/security/py-authlib/distinfo:1.15 Mon Aug 26 14:55:44 2024
+++ pkgsrc/security/py-authlib/distinfo Sun Dec 29 09:40:02 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.15 2024/08/26 14:55:44 adam Exp $
+$NetBSD: distinfo,v 1.16 2024/12/29 09:40:02 adam Exp $
-BLAKE2s (authlib-1.3.2.tar.gz) = 02aedf0f5783e3456153917170340718495befaf3c62a461776d485e2456cc8a
-SHA512 (authlib-1.3.2.tar.gz) = 6604558cf346af1e881ba947a1f0570e25a50e078f2057daa7044649f7c6fa1e866479ef82d7175806329dbbe8d88902fe2b8cedaba94d434d1ef56bcbd865b5
-Size (authlib-1.3.2.tar.gz) = 147313 bytes
+BLAKE2s (authlib-1.4.0.tar.gz) = a49cf8b26fed83cd993cdc20584b84c376dbcddbd27414aaf1f2a885937fb9cf
+SHA512 (authlib-1.4.0.tar.gz) = 10e7f2aca993be789bc5050c162b28d4202493401e26da6965994c92fff4ef178172a5bb7562dbb388ee32760b0da82f11f51d468a20b223604a146070decfbb
+Size (authlib-1.4.0.tar.gz) = 147327 bytes
Home |
Main Index |
Thread Index |
Old Index