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:           Tue May 30 09:32:13 UTC 2023

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

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

v1.0.0

BREAKING CHANGES

PKCE is enabled by default.
Remove deprecated OOB code

Features

PKCE is enabled by default.

Bug Fixes

Change the library from preview to stable
Remove deprecated OOB code


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/py-google-auth-oauthlib/Makefile
cvs rdiff -u -r1.14 -r1.15 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.15 pkgsrc/security/py-google-auth-oauthlib/Makefile:1.16
--- pkgsrc/security/py-google-auth-oauthlib/Makefile:1.15       Tue Dec 13 07:15:36 2022
+++ pkgsrc/security/py-google-auth-oauthlib/Makefile    Tue May 30 09:32:13 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2022/12/13 07:15:36 adam Exp $
+# $NetBSD: Makefile,v 1.16 2023/05/30 09:32:13 adam Exp $
 
-DISTNAME=      google-auth-oauthlib-0.8.0
+DISTNAME=      google-auth-oauthlib-1.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/google-auth-oauthlib/}
@@ -10,7 +10,7 @@ HOMEPAGE=     https://github.com/GoogleCloud
 COMMENT=       Google Authentication Library
 LICENSE=       apache-2.0
 
-DEPENDS+=      ${PYPKGPREFIX}-google-auth>=2.14.0:../../security/py-google-auth
+DEPENDS+=      ${PYPKGPREFIX}-google-auth>=2.15.0:../../security/py-google-auth
 DEPENDS+=      ${PYPKGPREFIX}-requests-oauthlib>=0.7.0:../../security/py-requests-oauthlib
 
 USE_LANGUAGES= # none

Index: pkgsrc/security/py-google-auth-oauthlib/distinfo
diff -u pkgsrc/security/py-google-auth-oauthlib/distinfo:1.14 pkgsrc/security/py-google-auth-oauthlib/distinfo:1.15
--- pkgsrc/security/py-google-auth-oauthlib/distinfo:1.14       Tue Dec 13 07:15:36 2022
+++ pkgsrc/security/py-google-auth-oauthlib/distinfo    Tue May 30 09:32:13 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2022/12/13 07:15:36 adam Exp $
+$NetBSD: distinfo,v 1.15 2023/05/30 09:32:13 adam Exp $
 
-BLAKE2s (google-auth-oauthlib-0.8.0.tar.gz) = a954cffe1811ca58b214f9fdc3786e55930607cb3bdf52187a3b53a38730bef9
-SHA512 (google-auth-oauthlib-0.8.0.tar.gz) = 16d954fe612e3a5642537f91fe9111ed7e6ef911bdcdf8ea1005dd435bc23f3fd3881b0772101bd11f00f6c2b837c34318609046fca1759b76d1e4a45e2fc240
-Size (google-auth-oauthlib-0.8.0.tar.gz) = 21351 bytes
+BLAKE2s (google-auth-oauthlib-1.0.0.tar.gz) = 7959e30633dd573c8daf8e13f5454b5578fe797fee54b9473ab44fc106718237
+SHA512 (google-auth-oauthlib-1.0.0.tar.gz) = e7642b6d1f75346de703f917d7a470037d3ec8009f6b63d52f24e9592b98f3bcdf13ff837051cd24253eb9468951a0046f1d757237916e6d41ae59861169aecf
+Size (google-auth-oauthlib-1.0.0.tar.gz) = 20530 bytes



Home | Main Index | Thread Index | Old Index