Path to this page:
./
security/py-google-auth-oauthlib,
Google Authentication Library
Branch: CURRENT,
Version: 1.0.0,
Package name: py310-google-auth-oauthlib-1.0.0,
Maintainer: pkgsrc-usersThis library provides oauthlib integration with google-auth.
Required to run:[
devel/py-setuptools] [
security/py-requests-oauthlib] [
lang/python37] [
security/py-google-auth]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 20.049 KB
Version history: (Expand)
- (2023-05-30) Updated to version: py310-google-auth-oauthlib-1.0.0
- (2022-12-13) Updated to version: py310-google-auth-oauthlib-0.8.0
- (2022-11-14) Updated to version: py310-google-auth-oauthlib-0.7.1
- (2022-10-31) Updated to version: py310-google-auth-oauthlib-0.7.0
- (2022-10-26) Updated to version: py310-google-auth-oauthlib-0.6.0
- (2022-08-30) Updated to version: py310-google-auth-oauthlib-0.5.2
CVS history: (Expand)
2023-05-30 11:32:13 by Adam Ciarcinski | Files touched by this commit (2) |  |
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
|
2022-12-13 08:15:36 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-google-auth-oauthlib: updated to 0.8.0
0.8.0 (2022-12-08)
Features
Add support for Python 3.11
Introduce granted scopes to credentials
|
2022-11-14 20:40:20 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-google-auth-oauthlib: updated to 0.7.1
0.7.1 (2022-11-03)
Bug Fixes
Include updates to properties from Google Auth lib
|
2022-10-31 11:45:22 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-google-auth-oauthlib: updated to 0.7.0
0.7.0 (2022-10-25)
Bug Fixes
setup.py: increase required google-auth version to >=2.13.0
|
2022-10-25 21:17:38 by Adam Ciarcinski | Files touched by this commit (2) |  |
Log message:
py-google-auth-oauthlib: updated to 0.6.0
0.6.0
Features
Update to allow for 3PI credentials
Bug Fixes
Add timeout to run_local_server when waiting for response
Documentation
Update readme to point to current docs url
|
2022-08-30 13:45:19 by Stephen Borrill | Files touched by this commit (2) |  |
Log message:
py-google-auth-oauthlib: update to 0.5.2
Changes since 0.4.6:
fix changelog header to consistent size.
avoid deprecated "out-of-band" authentication flow
deprecate OAuth out-of-band flow
|
2022-01-05 16:41:32 by Thomas Klausner | Files touched by this commit (289) |
Log message:
python: egg.mk: add USE_PKG_RESOURCES flag
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.
Set this flag for packages that need it and bump PKGREVISION.
|
2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595) |
Log message:
*: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
|