1
0

75 Commits

Author SHA256 Message Date
Ana Guerrero
219ca00c78 Accepting request 1115071 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1115071
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-auth?expand=0&rev=34
2023-10-04 20:30:42 +00:00
ec1664221e Accepting request 1115013 from home:mcalabkova:branches:devel:languages:python
- update to 2.23.2
  * Less restrictive content-type header check for google authentication 
  * Trust boundary meta header renaming
  * Support urllib3 2.0

OBS-URL: https://build.opensuse.org/request/show/1115013
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=72
2023-10-03 20:52:45 +00:00
a9aa213e58 Accepting request 1112803 from home:mimi_vx:branches:devel:languages:python
- refresh python-google-auth-no-mock.patch
- update to 2.23.0
 * Expose universe domain in credentials
 * Make external_account resistant to string type 'expires_in' responses from non-compliant services
 * Missing ssj for impersonate cred ()
 * Skip checking projectid on cred if env var is set
 * Add get_bq_config_path() to _cloud_sdk.py

OBS-URL: https://build.opensuse.org/request/show/1112803
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=71
2023-09-21 16:51:37 +00:00
Ana Guerrero
b676736f09 Accepting request 1103816 from devel:languages:python
- unpin urllib3 to resolve conflict with python-kubernetes 

- Fix not installable error

- Update to 2.22.0
  * Adding meta header for trust boundary (#1334)
  * Introduce compatibility with native namespace packages (#1205)
  * Deprecate UserAccessTokenCredentials (#1344)
- Update file list in %files section

- Require python-urllib3 < 2.0 if python-urllib3: urllib3 seems not
  strictly required, but when it's there, we need it to be older
  than version 2.0.

OBS-URL: https://build.opensuse.org/request/show/1103816
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-auth?expand=0&rev=33
2023-08-16 12:16:29 +00:00
ff1f53c804 - unpin urllib3 to resolve conflict with python-kubernetes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=69
2023-08-14 09:05:38 +00:00
b7930c98b0 Accepting request 1100639 from home:ecsos:python
- Fix not installable error

OBS-URL: https://build.opensuse.org/request/show/1100639
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=68
2023-07-26 14:26:02 +00:00
d4c65819e9 Accepting request 1099243 from home:glaubitz:branches:devel:languages:python
- Update to 2.22.0
  * Adding meta header for trust boundary (#1334)
  * Introduce compatibility with native namespace packages (#1205)
  * Deprecate UserAccessTokenCredentials (#1344)
- Update file list in %files section

OBS-URL: https://build.opensuse.org/request/show/1099243
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=67
2023-07-19 14:26:06 +00:00
51ad9b1d1e Accepting request 1097897 from home:dimstar:Factory
- Require python-urllib3 < 2.0 if python-urllib3: urllib3 seems not
  strictly required, but when it's there, we need it to be older
  than version 2.0.

OBS-URL: https://build.opensuse.org/request/show/1097897
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=66
2023-07-10 09:48:25 +00:00
Dominique Leuenberger
946ae18d77 Accepting request 1095589 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1095589
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-auth?expand=0&rev=32
2023-06-29 15:27:45 +00:00
e119883536 Accepting request 1095583 from home:glaubitz:branches:devel:languages:python
- Update to 2.21.0
  * Add framework for BYOID metrics headers (#1332)
  * Pypy unit test build (#1335)
- from version 2.20.0
  * Add public API load_credentials_from_dict (#1326)
  * Expiry in compute_engine.IDTokenCredentials (#1327), closes (#1323)
  * Expiry in impersonated_credentials.IDTokenCredentials (#1330)
  * Invalid `dev` version identifiers in `setup.py` (#1322), closes (#1321)
- from version 2.19.1
  * Check id token error response (#1315)
  * Fix "AttributeError: 'str' object has no attribute 'get'" (dac7cc3)
  * Replacing abc.com with example.com (dac7cc3)
- from version 2.19.0
  * Add metrics (part 1) (#1298)
  * Add metrics (part 2) (#1303)
  * Add metrics (part 3) (#1305)
  * Expose `universe_domain` for external account creds (#1296)
  * Remove python 2.7 from setup.py and nox tests (#1301)
- from version 2.18.1
  * Self signed jwt token should be string type (#1294)
- from version 2.18.0
  * Add smbios check to detect GCE residency (#1276)
  * Universe domain support for service account (#1286)
- Refresh patches for new version
  * python-google-auth-no-mock.patch

OBS-URL: https://build.opensuse.org/request/show/1095583
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=64
2023-06-27 11:07:04 +00:00
Dominique Leuenberger
117b342d7b Accepting request 1089287 from devel:languages:python
- drop urllib3-2.patch and limit to urllib3 < 2.x as that
  matches the requires and avoids coinstallability isuses

OBS-URL: https://build.opensuse.org/request/show/1089287
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-auth?expand=0&rev=31
2023-05-30 20:02:03 +00:00
06ef50339a - drop urllib3-2.patch and limit to urllib3 < 2.x as that
matches the requires and avoids coinstallability isuses

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=62
2023-05-27 07:27:00 +00:00
Dominique Leuenberger
0d82f693e3 Accepting request 1085995 from devel:languages:python
- Add urllib3-2.patch to support newer urllib3 -- gh#googleapis/google-auth-library-python#1290
- Remove no-python3.patch
- Update to 2.17.3:
  * Add useEmailAzp claim for id token iam flow (#1270) (7a9c6f2)
- 2.17.2:
  * Do not create new JWT credentials if they make the same claims as
    the existing. (#1267) (eebb7b6)
- 2.17.1:
  * Print out reauth plugin error and raise if challenge output is
    None (#1265) (08d22fe)
- 2.17.0:
  * Experimental service account iam endpoint flow for id token
    (#1258) (8ff0de5)
  * Python: Remove aws url validation (#1254) (20a966b)
- 2.16.3:
  * Read both applicationId and relyingPartyId. (#1246) (e125dfe)
- 2.16.2:
  * Call gcloud config get project to get project for user cred
    (#1243) (c078a13)
  * Do not use hardcoded string 'python', when you mean
    sys.executable. (#1233) (91ac8e6)
  * Don't retry if error or error_description is not string (#1241)
    (e2d263a)
  * Improve ADC related errors and warnings (#1237) (2dfa213)

OBS-URL: https://build.opensuse.org/request/show/1085995
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-auth?expand=0&rev=30
2023-05-19 09:55:10 +00:00
2466116199 - Add urllib3-2.patch to support newer urllib3 -- gh#googleapis/google-auth-library-python#1290
- Remove no-python3.patch
- Update to 2.17.3:
  * Add useEmailAzp claim for id token iam flow (#1270) (7a9c6f2)
- 2.17.2:
  * Do not create new JWT credentials if they make the same claims as
    the existing. (#1267) (eebb7b6)
- 2.17.1:
  * Print out reauth plugin error and raise if challenge output is
    None (#1265) (08d22fe)
- 2.17.0:
  * Experimental service account iam endpoint flow for id token
    (#1258) (8ff0de5)
  * Python: Remove aws url validation (#1254) (20a966b)
- 2.16.3:
  * Read both applicationId and relyingPartyId. (#1246) (e125dfe)
- 2.16.2:
  * Call gcloud config get project to get project for user cred
    (#1243) (c078a13)
  * Do not use hardcoded string 'python', when you mean
    sys.executable. (#1233) (91ac8e6)
  * Don't retry if error or error_description is not string (#1241)
    (e2d263a)
  * Improve ADC related errors and warnings (#1237) (2dfa213)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=60
2023-05-10 07:33:05 +00:00
Dominique Leuenberger
15aead8403 Accepting request 1081905 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081905
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-auth?expand=0&rev=29
2023-04-22 20:00:42 +00:00
1ba68139d3 Accepting request 1081424 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081424
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=58
2023-04-21 14:34:25 +00:00
Dominique Leuenberger
78bfa494e0 Accepting request 1072128 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1072128
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-auth?expand=0&rev=28
2023-03-17 16:02:20 +00:00
73ed1a413d Accepting request 1072127 from home:dirkmueller:acdc
- Remove conflicts and clean up SPEC file.

OBS-URL: https://build.opensuse.org/request/show/1072127
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=56
2023-03-15 14:34:28 +00:00
Dominique Leuenberger
44bb2c25ea Accepting request 1069120 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1069120
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-auth?expand=0&rev=27
2023-03-04 21:42:16 +00:00
714215fd61 Accepting request 1068671 from home:glaubitz:branches:devel:languages:python
- Update to 2.16.1
  * Add support for python 3.11 (#1212)
  * Remove 3PI config url validation (#1220)
  * Update the docs generator interpreter to unblock documentation build (#1218)
- from version 2.16.0
  * AwsCredentials should not call metadata server if security creds and region
    are retrievable through the environment variables (#1195)
  * Wrap all python built-in exceptions into library excpetions (#1191)
  * Allow get_project_id to take a request (#1203)
  * Make OAUTH2.0 client resistant to string type 'expires_in' responses from
    non-compliant services (#1208)
- Drop obsolete patches
  * ga_python-executable-name.patch
- Refresh patches for new version
  * no-python3.patch

OBS-URL: https://build.opensuse.org/request/show/1068671
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=54
2023-03-03 09:27:50 +00:00
Dominique Leuenberger
f55683f229 Accepting request 1067210 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1067210
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-auth?expand=0&rev=26
2023-02-25 18:54:17 +00:00
61dfd155d6 Accepting request 1067209 from home:dirkmueller:acdc
- Add no-python3.patch replacing call of the
  string literal 'python3' with sys.executable
  (gh#googleapis/google-auth-library-python!1233).

OBS-URL: https://build.opensuse.org/request/show/1067209
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=52
2023-02-22 20:10:17 +00:00
Dominique Leuenberger
7b162632d4 Accepting request 1039574 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1039574
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-auth?expand=0&rev=25
2022-12-03 09:03:18 +00:00
be9b275f44 Accepting request 1039539 from home:glaubitz:branches:devel:languages:python
- Update to 2.15.0
  * Add api_key credentials (#1184)
  * Introduce a way to provide scopes granted by user (#1189)
  * Allow mtls sts endpoint for external account token urls. (#1185)
  * CI broken by removal of py.path (#1194)
  * Ensure JWT segments have the right types (#1162)
  * Updated the lower bound of interactive timeout and fix the kwarg… (#1182)

OBS-URL: https://build.opensuse.org/request/show/1039539
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=50
2022-12-02 12:19:18 +00:00
Dominique Leuenberger
28f365e18d Accepting request 1036286 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1036286
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-auth?expand=0&rev=24
2022-11-17 16:23:32 +00:00
0bbcc08a11 Accepting request 1036254 from home:glaubitz:branches:devel:languages:python
- Update to 2.14.1
  * Apply quota project for compute cred in adc (#1177)
  * Update minimum required version of cryptography in pyopenssl extra (#1176)
  * Validate url domain for aws metadata urls (#1174)
- Update Requires from setup.py

OBS-URL: https://build.opensuse.org/request/show/1036254
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=48
2022-11-16 19:19:36 +00:00
Dominique Leuenberger
f551033ae6 Accepting request 1034434 from devel:languages:python
- Clean up SPEC file, make rpmlint happy.
- Update to 2.14.0
  * Add token_info_url to external account credentials (#1168)
  * Read Quota Project from Environment Variable (#1163)
  * Adding more properties to external_account_authorized_user (#1169)
- from version 2.13.0
  * Adds new external account authorized user credentials (#1160)
  * Implement pluggable auth interactive mode (#1131)
  * Introduce the functionality to override token_uri in credentials (#1159)
  * Adding one more pattern to relax the regex check for sts and
    impersonation url endpoints (#1158)
- Refresh patches for new version
  * python-google-auth-no-mock.patch

OBS-URL: https://build.opensuse.org/request/show/1034434
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-auth?expand=0&rev=23
2022-11-09 11:56:14 +00:00
bbc2634665 - Clean up SPEC file, make rpmlint happy.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=46
2022-11-08 07:20:04 +00:00
8fde43a32b Accepting request 1034209 from home:glaubitz:branches:devel:languages:python
- Update to 2.14.0
  * Add token_info_url to external account credentials (#1168)
  * Read Quota Project from Environment Variable (#1163)
  * Adding more properties to external_account_authorized_user (#1169)
- from version 2.13.0
  * Adds new external account authorized user credentials (#1160)
  * Implement pluggable auth interactive mode (#1131)
  * Introduce the functionality to override token_uri in credentials (#1159)
  * Adding one more pattern to relax the regex check for sts and
    impersonation url endpoints (#1158)
- Refresh patches for new version
  * python-google-auth-no-mock.patch

OBS-URL: https://build.opensuse.org/request/show/1034209
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=45
2022-11-08 07:13:30 +00:00
Dominique Leuenberger
6c92b5b47d Accepting request 1010915 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1010915
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-auth?expand=0&rev=22
2022-10-15 14:34:57 +00:00
00c858f559 Accepting request 1010710 from home:glaubitz:branches:devel:languages:python
- Update to 2.12.0
  * Retry behavior (#1113)
  * Modify RefreshError exception to use gcloud ADC command. (#1149)
  * Revert "Update token refresh threshold from 20 seconds to 5 minutes". (186464b)
- Refresh patches for new version
  * python-google-auth-no-mock.patch

OBS-URL: https://build.opensuse.org/request/show/1010710
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=43
2022-10-14 12:17:32 +00:00
Dominique Leuenberger
334ebd4260 Accepting request 1001931 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1001931
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-auth?expand=0&rev=21
2022-09-09 16:22:51 +00:00
c4cc388532 Accepting request 1001906 from home:glaubitz:branches:devel:languages:python
- Update to 2.11.0
  * add integration tests for configurable token lifespan (#1103)
  * Async certificate retrieving (#1101)
- from version 2.10.0
  * add integration tests for pluggable auth (#1073)
  * support for configurable token lifetime (0dc6a9a)
  * support for configurable token lifetime (#1079)
  * async certificate decoding (#1085)
  * Async system tests were not unwrapping async_generators (#1086)
  * Fix IDTokenCredentials update bug [#1072)
  * make expiration_time optional in response schema (#1091)
  * refactor credential subclass parameters (#1095)
- from version 2.9.1
  * there was a raise missing for throwing exceptions (#1077)
- from version 2.9.0
  * pluggable auth support (#1045)
- from version 2.8.0
  * add experimental GDCH support (#1044)
- Refresh patches for new version
  * python-google-auth-no-mock.patch

    * add experimental enterprise cert support
    * add experimental GDCH support
    * Pluggable auth support
    * validate urls for external accounts
    * revert experimental GDCH support
    * fix changelog header to consistent size
    * silence TypeError during tear down stage
    * add additional missing import in _default.py
    * fix missing import in _default.py

OBS-URL: https://build.opensuse.org/request/show/1001906
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=41
2022-09-08 15:39:55 +00:00
Dominique Leuenberger
5bc7a2f1ba Accepting request 981276 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/981276
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-auth?expand=0&rev=20
2022-06-09 12:09:24 +00:00
9a04fcdacd Accepting request 981267 from home:pgajdos:python
- version update to 2.7.0
  ## [2.7.0]
    * add experimental enterprise cert support 
    * add experimental GDCH support 
    * Pluggable auth support 
    * validate urls for external accounts 
    * pluggable auth support [#995]
    * revert experimental GDCH support 
    * fix changelog header to consistent size 
  ## [2.6.6]
    * silence TypeError during tear down stage 
  ## [2.6.5]
    * add additional missing import in _default.py 
  ## [2.6.4]
    * fix missing import in _default.py 
- added patches
  fix https://github.com/googleapis/google-auth-library-python/issues/1055
  + python-google-auth-no-mock.patch

OBS-URL: https://build.opensuse.org/request/show/981267
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=39
2022-06-08 09:45:48 +00:00
Dominique Leuenberger
dbe853848e Accepting request 980908 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/980908
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-auth?expand=0&rev=19
2022-06-06 09:10:08 +00:00
b47ae83ed2 Accepting request 980658 from home:mcalabkova:branches:devel:languages:python
- Update to 2.6.6
  * fix missing import in _default.py
  * add additional missing import in _default.py
  * silence TypeError during tear down stage

OBS-URL: https://build.opensuse.org/request/show/980658
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=37
2022-06-05 16:42:44 +00:00
Dominique Leuenberger
676e17f526 Accepting request 970265 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/970265
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-auth?expand=0&rev=18
2022-04-17 21:49:43 +00:00
8799faaf04 Accepting request 970247 from home:bnavigator:branches:devel:languages:python
- Don't test the converter for the deprecated oauth2client library

OBS-URL: https://build.opensuse.org/request/show/970247
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=35
2022-04-15 04:36:32 +00:00
Dominique Leuenberger
b84ad840b9 Accepting request 968048 from devel:languages:python
- Improve %files to be more restrictive.
- Update to 2.6.3
  Bug Fixes
  * change requests lib import place (#1010)
  * clean up HTTP session and pool during tear down phase (#1007)
  * pin click version and update sys test creds (#1008)
- from version 2.6.2
  Bug Fixes
  * Rename aws imdsv2 url field and update token lifetime (#982)
  Miscellaneous Chores
  * let release-please finish the release (#991)
- from version 2.6.1
  Bug Fixes
  * Add AWS session token to metadata requests (#958)
- from version 2.6.0
  Features
  * ADC can load an impersonated service account credentials. (#962)
  Bug Fixes
  * revert "feat: add api key support (#826)

OBS-URL: https://build.opensuse.org/request/show/968048
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-auth?expand=0&rev=17
2022-04-11 22:13:52 +00:00
072b1352cf - Improve %files to be more restrictive.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=33
2022-04-09 19:20:55 +00:00
8f4c0c6c1f Accepting request 967831 from home:glaubitz:branches:devel:languages:python
- Update to 2.6.3
  Bug Fixes
  * change requests lib import place (#1010)
  * clean up HTTP session and pool during tear down phase (#1007)
  * pin click version and update sys test creds (#1008)
- from version 2.6.2
  Bug Fixes
  * Rename aws imdsv2 url field and update token lifetime (#982)
  Miscellaneous Chores
  * let release-please finish the release (#991)
- from version 2.6.1
  Bug Fixes
  * Add AWS session token to metadata requests (#958)
- from version 2.6.0
  Features
  * ADC can load an impersonated service account credentials. (#962)
  Bug Fixes
  * revert "feat: add api key support (#826)

OBS-URL: https://build.opensuse.org/request/show/967831
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=32
2022-04-09 18:47:33 +00:00
Dominique Leuenberger
2c8b6a1ab8 Accepting request 949687 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/949687
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-auth?expand=0&rev=16
2022-01-29 19:57:35 +00:00
2196786dce Accepting request 949379 from home:buschmann23:branches:devel:languages:python
- Update to 2.5.0
  * ADC can load an impersonated service account credentials. (#965)
- from version 2.4.1
  * fix urrlib3 import (gh#googleapis/google-auth-library-python#953)
- from version 2.4.0
  * add 'py.typed' declaration (#919)
  * add api key support (#826)
  * deps: allow cachetools 5.0 for python 3.7+
    (gh#googleapis/google-auth-library-python#937)
  * fix the message format for metadata server exception
    (gh#googleapis/google-auth-library-python#916)
- from version 2.3.3
  * add fetch_id_token_credentials (gh#googleapis/google-auth-library-python#866)
  * fix error in sign_bytes (gh#googleapis/google-auth-library-python#905)
  * use 'int.to_bytes' and 'int.from_bytes' for py3
    (gh#googleapis/google-auth-library-python#904)
- from version 2.3.2
  * add clock_skew_in_seconds to verify_token functions
    (gh#googleapis/google-auth-library-python#894)
- from version 2.3.1
  * add back python 2.7 for gcloud usage only
    (gh#googleapis/google-auth-library-python#892)
- from version 2.3.0
  * add support for Python 3.10 (#882)
  * ADC with impersonated workforce pools
    (gh#googleapis/google-auth-library-python#877)
- from version 2.2.1
  * disable self signed jwt for domain wide delegation
    (gh#googleapis/google-auth-library-python#873)
- from version 2.2.0
  * add support for workforce pool credentials (#868)
- from version 2.1.0
  * Improve handling of clock skew (#858)
  * add SAML challenge to reauth
    (gh#googleapis/google-auth-library-python#819)
  * disable warning if quota project id provided to auth.default()
    (gh#googleapis/google-auth-library-python#856)
  * rename CLOCK_SKEW and separate client/server user case
    (gh#googleapis/google-auth-library-python#863)
- from version 2.0.2
  * use 'int.to_bytes' rather than deprecated crypto wrapper
    (gh#googleapis/google-auth-library-python#848)
  * use int.from_bytes (gh#googleapis/google-auth-library-python#846)

OBS-URL: https://build.opensuse.org/request/show/949379
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=31
2022-01-28 13:16:45 +00:00
Dominique Leuenberger
3b4474fd9c Accepting request 913349 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/913349
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-auth?expand=0&rev=15
2021-08-25 18:55:59 +00:00
bd0ba2d18d Accepting request 913294 from home:glaubitz:branches:devel:languages:python
- Update to 2.0.1
  * normalize AWS paths correctly on windows (#842)
- from version 2.0.0
  * drop support for Python 2.7 (#778)
  * service account is able to use a private token endpoint (#835)
  * downscoping documentation bugs (#830)
  * Fix missing space in error message. (#821)
  * update user guide/references for downscoped creds (#827)
- from version 1.34.0
  * support refresh callable on google.oauth2.credentials.Credentials (#812)
  * do not use the GAE APIs on gen2+ runtimes (#807)
- from version 1.33.1
  * fallback to source creds expiration in downscoped tokens (#805)
  * revert "feat: service account is able to use a private token endpoint (#784)
- from version 1.33.0
  * define `CredentialAccessBoundary` classes (#793)
  * define `google.auth.downscoped.Credentials` class (#801)
  * service account is able to use a private token endpoint (#784)
  * fix fetch_id_token credential lookup order to match adc (#748)
  * fix code block formatting in 'user-guide.rst' (#794)
- from version 1.32.1
  * avoid leaking sub-session created for '_auth_request' (#789)
- from version 1.32.0
  * allow scopes for self signed jwt (#776)
- from version 1.31.0
  * define useful properties on `google.auth.external_account.Credentials` (#770)
  * avoid deleting items while iterating (#772)
- from version 1.30.2
  * **dependencies:** add urllib3 and requests to aiohttp extra (#755)
  * enforce constraints during unit tests (#760)

OBS-URL: https://build.opensuse.org/request/show/913294
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=30
2021-08-20 13:11:54 +00:00
Dominique Leuenberger
4d29a2b324 Accepting request 860750 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/860750
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-auth?expand=0&rev=14
2021-01-08 16:33:10 +00:00
3e9ae989ae Accepting request 860736 from home:buschmann23:branches:devel:languages:python
- Update to 1.24.0
  * add Python 3.9 support, drop Python 3.5 support
    (gh#googleapis/google-auth-library-python#654)
  * avoid losing the original '_include_email' parameter in impersonated
    credentials (gh#googleapis/google-auth-library-python#626)
- from version 1.23.0
  * Add custom scopes for access tokens from the metadata service
    (gh#googleapis/google-auth-library-python#633)
  * remove checks for ancient versions of Cryptography
- from version 1.22.1
  * move aiohttp to extra as it is currently internal surface
    (gh#googleapis/google-auth-library-python#619)
- from version 1.22.0
  * add asyncio based auth flow
    (gh#googleapis/google-auth-library-python#612)
- from version 1.21.3
  * fix expiry for to_json()
    (gh#googleapis/google-auth-library-python#589)
- Skip build for python2 as it is not supported anymore and unit tests
  can not be run because of unsatisfiable dependencies (mock >= 3.6)
- Add urllib3 to the build requirements needed for testing and remove
  cryptography

OBS-URL: https://build.opensuse.org/request/show/860736
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=28
2021-01-06 14:16:09 +00:00
Dominique Leuenberger
5535c7560d Accepting request 836319 from devel:languages:python
- update to 1.21.2:
  * migrate signBlob to iamcredentials.googleapis.com

OBS-URL: https://build.opensuse.org/request/show/836319
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-google-auth?expand=0&rev=13
2020-09-25 14:21:37 +00:00
11d7aa4e5e - update to 1.21.2:
* migrate signBlob to iamcredentials.googleapis.com

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=26
2020-09-23 13:06:18 +00:00