pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-google-auth-oauthlib



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu May 28 12:29:30 UTC 2026

Modified Files:
        pkgsrc/security/py-google-auth-oauthlib: Makefile distinfo

Log Message:
py-google-auth-oauthlib: updated to 1.4.0

1.4.0 (2026-05-06)

Bug Fixes

Drop support for Python 3.9
replace deprecated utcfromtimestamp in google-auth-oauthlib


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/security/py-google-auth-oauthlib/Makefile
cvs rdiff -u -r1.23 -r1.24 pkgsrc/security/py-google-auth-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-google-auth-oauthlib/Makefile
diff -u pkgsrc/security/py-google-auth-oauthlib/Makefile:1.28 pkgsrc/security/py-google-auth-oauthlib/Makefile:1.29
--- pkgsrc/security/py-google-auth-oauthlib/Makefile:1.28       Mon Apr 20 13:23:33 2026
+++ pkgsrc/security/py-google-auth-oauthlib/Makefile    Thu May 28 12:29:30 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2026/04/20 13:23:33 adam Exp $
+# $NetBSD: Makefile,v 1.29 2026/05/28 12:29:30 adam Exp $
 
-DISTNAME=      google_auth_oauthlib-1.3.1
+DISTNAME=      google_auth_oauthlib-1.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/_/-/g}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google-auth-oauthlib/}
@@ -13,12 +13,12 @@ LICENSE=    apache-2.0
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-google-auth>=2.46.0:../../security/py-google-auth
 DEPENDS+=      ${PYPKGPREFIX}-requests-oauthlib>=0.7.0:../../security/py-requests-oauthlib
+# tool
+DEPENDS+=      ${PYPKGPREFIX}-click>=6.0.0:../../devel/py-click
 
 USE_LANGUAGES= # none
 
-post-install:
-       cd ${DESTDIR}${PREFIX}/bin && \
-       ${MV} google-oauthlib-tool google-oauthlib-tool-${PYVERSSUFFIX} || ${TRUE}
+PY_RENAME_BINARIES=    google-oauthlib-tool
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/py-google-auth-oauthlib/distinfo
diff -u pkgsrc/security/py-google-auth-oauthlib/distinfo:1.23 pkgsrc/security/py-google-auth-oauthlib/distinfo:1.24
--- pkgsrc/security/py-google-auth-oauthlib/distinfo:1.23       Mon Apr 20 13:23:33 2026
+++ pkgsrc/security/py-google-auth-oauthlib/distinfo    Thu May 28 12:29:30 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2026/04/20 13:23:33 adam Exp $
+$NetBSD: distinfo,v 1.24 2026/05/28 12:29:30 adam Exp $
 
-BLAKE2s (google_auth_oauthlib-1.3.1.tar.gz) = 3fa1212ee4fe99332f9bde8b09bffc4c4e8fd38cc358eb398ae094bcd47ce3d6
-SHA512 (google_auth_oauthlib-1.3.1.tar.gz) = 1da9dcd3de906dddf8f230ca20891a62deee42e7299e41ac93354e75dcc4fc06e1daaf6b8133055445b906d19ce8fffce7341e89290eac5fae20007898e06f3b
-Size (google_auth_oauthlib-1.3.1.tar.gz) = 21663 bytes
+BLAKE2s (google_auth_oauthlib-1.4.0.tar.gz) = b3f78511884bd57fcc619ae93565bf44ef153fe30d39472003c3fb3bd2646eb0
+SHA512 (google_auth_oauthlib-1.4.0.tar.gz) = 5bf3d2d91b23f3e2ed2abbf65e3318de8470224624afce2e0c980521a5b6b2e83b73f3c583ef4ff1e7d4932f5cc2c087f677ff287fb2851da701c0e0013b255e
+Size (google_auth_oauthlib-1.4.0.tar.gz) = 21675 bytes



Home | Main Index | Thread Index | Old Index