python3-oauth2client-gce-4.1.2-lp151.3.2 >  A \/=„4O:gx zF£v?FKRC|ܭyt- f'GԔu 8)zZצ#0Kٟ4'3Ʉ_sA86?Y bRM03KMչBa[:\X:-(d&xFtq-S䨣 󰾩*]bLd rNMrOR x^Q,l Йz!}%3bllq09cf630bc92c750df72a31ee8de86e04a7c0bf545dfd589dacf5c2bbb38644636536d77927093b7a72586f094e4fe1506afedaf664\/=„ e c{ j@g Vf=y:\r#]5bBRlܛ't'πwU`Cl4/ޓ3*cKl4xGw!k#c X<p=J:@{ #Kꇲ jq{Y׮0!p>$?$d! + 9 =CLX ^ d p 3 8DSb;([8d 9 :w F!G!H!I!X!Y!\" ]"^"Kb"c#nd#e#f#l#u#v$w$@x$Ly$Xz$d$t$x$~$Cpython3-oauth2client-gce4.1.2lp151.3.2GCE extensionUtilities for Google Compute Engine Utilities for making it easier to use OAuth 2.0 on Google Compute Engine.\lamb56?openSUSE Leap 15.1openSUSEApache-2.0https://bugs.opensuse.orgDevelopment/Languages/Pythonhttps://github.com/google/oauth2clientlinuxnoarchVV7\\Yebea41ce2d715580fd0dc5c9c5452d9f8a98dee7a92ba24755d98f6d15ebda6a83cceaf41b32850fd231a1c4ab61dc8a8ff97c7054e30a7e391a2ae919dcbcd396671eb155d0ba2464f0b5a0f7093d52c36957f6b86e6bf545553743ce8c8cafrootrootrootrootrootrootpython-oauth2client-4.1.2-lp151.3.2.src.rpmpython3-oauth2client-gce@    python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.63.0.4-14.6.0-14.0-15.2-14.14.1["XY`@YWX*X @W%W@V@VV]V]V]VP\rjschwei@suse.comdmueller@suse.commc@suse.comrjschwei@suse.comarun@gmx.derjschwei@suse.comrjschwei@suse.comtbechtold@suse.comrjschwei@suse.comrjschwei@suse.comrjschwei@suse.comrjschwei@suse.comrjschwei@suse.com- Do not build Django extension on SLES- remove tox dependency- update to version 4.1.2 * New features: * Allow passing prompt='consent' via the flow_from_clientsecrets. (#717) * Allow customizing the GCE metadata service address via an env var. (#704) * Store original encoded and signed identity JWT in OAuth2Credentials. (#680) * Use jsonpickle in django contrib, if available. (#676) * Bug fixes: * Fix packaging issue had erroneously installed the test package. (#688) * Typo fixes. (#668, #697) * Remove b64 padding from PKCE values, per RFC7636. (#683) * Include LICENSE in Manifest.in. (#694) * Fix tests and CI. (#705, #712, #713) * Escape callback error code in flask_util. (#710) - package python3 in singlespec - remove o2c_hide-deprecation-warning.patch (upstream)- Add o2c_hide-deprecation-warning.patch - Add o2c_reauth.patch (bsc#1002895)- update to version 4.0.0: * New features: + New Django samples. (#636) + Add support for RFC7636 PKCE. (#588) + Release as a universal wheel. (#665) * Bug fixes: + Fix django authorization redirect by correctly checking validity of credentials. (#651) + Correct query loss when using parse_qsl to dict. (#622) + Switch django models from pickle to jsonpickle. (#614) + Support new MIDDLEWARE Django 1.10 aetting. (#623) + Remove usage of os.environ.setdefault. (#621) + Handle missing storage files correctly. (#576) + Try to revoke token with POST when getting a 405. (#662) * Internal changes: + Use transport module for GCE environment check. (#612) + Remove author lines and add contributors.md. (#627) + Clean up imports. (#625) + Use transport.request in tests. (#607) + Drop unittest2 dependency (#610) + Remove backslash line continuations. (#608) + Use transport helpers in system tests. (#606) + Clean up usage of HTTP mocks in tests. (#605) + Remove all uses of MagicMock. (#598) + Migrate test runner to pytest. (#569) + Merge util.py and _helpers.py. (#579) + Remove httplib2 imports from non-transport modules. (#577) * Breaking changes: + Drop Python 3.3 support. (#603) + Drop Python 2.6 support. (#590) + Remove multistore_file. (#589)- Add missing dependency on python-fasteners- Update to version 3.0.0 (bsc#1002895) + Add patch oauth2client-init-django-settings.patch (#661) + Package tests again, but remain disabled due to Django issue (#661) + Populate token_expiry for GCE credentials. (#473) + Move GCE metadata interface to a separate module. (#520) + Populate scopes for GCE credentials. (#524) + Fix Python 3.5 compatibility. (#531) + Add oauth2client.contrib.sqlalchemy, a SQLAlchemy-based credential store. (#527) + Improve error when an invalid client secret is provided. (#530) + Add oauth2client.contrib.multiprocess_storage. This supersedes the functionality in oauth2client.contrib.multistore_file. (#504) + Pull httplib2 usage into a separate transport module. (#559, #561) + Refactor all django-related code into oauth2client.contrib.django_util. Add DjangoORMStorage, remove FlowField. (#546) + Fix application default credentials resolution order. (#570) + Add configurable timeout for GCE metadata server check. (#571) + Add warnings when using deprecated approval_prompt='force'. (#572) + Add deprecation warning to oauth2client.contrib.multistore_file. (#574) + (Hygiene) PEP8 compliance and various style fixes (#537, #540, #552, #562) + (Hygiene) Remove duplicated exception classes in oauth2client.contrib.appengine. (#533) - From 2.2.0 + Added support to override token_uri and revoke_uri in oauth2client.service_account.ServiceAccountCredentials. (#510) + oauth2client.contrib.multistore_file now handles OSError in addition to IOError because Windows may raise OSError where other platforms will raise IOError. + oauth2client.contrib.django_util and oauth2client.contrib.django_orm have been updated to support Django 1.8 - 1.10. Versions of Django below 1.8 will not work with these modules. - From 2.1.0 + Add basic support for JWT access credentials. (#503) + Fix oauth2client.client.DeviceFlowInfo to use UTC instead of the system timezone when calculating code expiration. - From 2.0.2 + Fix issue where flask_util.UserOAuth2.required would accept expired credentials (#452). + Fix issue where flask_util would fill the session with Flow objects (#498). + Fix issue with Python 3 binary strings in Flow.step2_exchange (#446). + Improve test coverage to 100%.- update to 2.0.1: * Making scopes optional on Google Compute Engine `AppAssertionCredentials` and adding a warning that GCE won't honor scopes (#419) * Adding common `sign_blob()` to service account types and a `service_account_email` property. (#421) * Improving error message in P12 factory `ServiceAccountCredentials.from_p12_keyfile` when pyOpenSSL is missing. (#424) * Allowing default flags in `oauth2client.tools.run_flow()` rather than forcing users to create a dummy argparser (#426) * Removing `oauth2client.util.dict_to_tuple_key()` from public interface (#429) * Adding `oauth2client.contrib._appengine_ndb` helper module for `oauth2client.contrib.appengine` and moving most code that uses the `ndb` library into the helper (#434) * Fix error in `django_util` sample code (#438) * Fix Google Compute Engine breakage (#411, breakage introduced in #387) that made it impossible to obtain access tokens * Implement `ServiceAccountCredentials.from_p12_keyfile_buffer()` to allow passing a file-like object in addition to the factory constructor that uses a filename directly (#413) * Implement `ServiceAccountCredentials.create_delegated()` to allow upgrading a credential to one that acts on behalf of a given subject (#420) * Add django_util (#332) * Avoid OAuth2Credentials `id_token` going out of sync after a token refresh (#337) * Move to a `contrib` sub-package code not considered a core part of the library (#346, #353, #370, #375, #376, #382) * Add `token_expiry` to `devshell` credentials (#372) * Move `Storage` locking into a base class (#379) * Added dictionary storage (#380) * Added `to_json` and `from_json` methods to all `Credentials` classes (#385) * Fall back to read-only credentials on EACCES errors (#389) * Coalesced the two `ServiceAccountCredentials` classes (#395, #396, #397, #398, #400) * Add access token refresh error class that includes HTTP status (#310) * Python3 compatibility fixes for Django (#316, #318) * Fix incremental auth in flask_util (#322) * Fall back to credential refresh on EDEADLK in multistore_file (#336) - Remove test package. tests are no longer shipped by upstream. - Remove hidePythonDeps.patch - Some imports moved from oauth2client to oauth2client.contrib- Do not build the -django subpackage on SLE 12 in IBS + libwebp in SLE 12 is too old nad has issues on s390x. libwebp is a dependency for python-Pillow, which in turn is a dependncy for python-Django + .changes file changes in OBS only as we have access to fixed libwebp for SLE 12- Remove -django subpackage requirements for SLE 11- Do not build the -django subpackage on SLE 11 + The latest version of Django no longer builds on SLE 11, Python is too old- Include in SLE 12 (FATE#319904, bsc#954690)- Initial build + Version 1.5.1lamb56 15444874264.1.2-lp151.3.2gce.cpython-36.opt-1.pycgce.cpython-36.pycgce.py/usr/lib/python3.6/site-packages/oauth2client/contrib/__pycache__//usr/lib/python3.6/site-packages/oauth2client/contrib/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Leap:15.1/standard/58edf5e0fd9f5b938b9930c4d5593609-python-oauth2clientcpioxz5noarch-suse-linuxpython 3.6 byte-compiledPython script, ASCII text executableRRRyY.D#Xutf-83fc6d6ab126991f733942b63f908e787dcdafc1d7426106e531615badb8bae0a? 7zXZ !t/B ] crv(vX0}dIϘܡ̞FK A(+崸K&?=,W)E&D,fdV {G֧4ڟX;  }FRG[k'/M>YM!|5I0zO<}GINuuL*L;tqSH2()ϡA5i)wټ ~u_{W/} a2*A H@ -0*{ eKp sl*$J`.ص`8ѳxP)LB"]7n?9A2Mn{]3#8fzPi&W#G^"-$h՟OzZoLLua~/EV`IP0 &=9U5iH]#"o&`,(:ߔ(/8}qXcR\'@ q"׫sp OAx 'yVDB\ːU1DPW b=l=Higr.=J`@ CU%^%w$ѿG_.֮ kچSOcw!y 3$k 胠q!UB1aBN.\xD {'H6L^FLz08<Bwfd@ *2z+qOН1N* n>IhޓZ8L#.%+qA2$p8':| Ը{==`bblv󽿬wz^?*WHS ;<]ƜDDʁn^oraBdN? CZs\es :*G4$&P s5C|4x+I3f&ҷ ġkk0Vaⷹ.x&ڈ76A>5 Rvih O=NLvHB>'_={H8(!8M[Bh<*=E2n9Sňfn|,MSOoi5 _~!Ií{ ]NF[G؛BZvP>x1IgKnHޛnLL2ŝzLU8*ꯟ ]i2_y5X7giޱ;9߳W&(}O#OZSClB;sZ)otv#G;ŮzKl:* u>b-@8 +6E2֤W`bٵ&쨈|_'s#twd3"P]ͅF}f^zGHٮ̩X]a{ tǎ 7=Ƣ %EJ{T^A δ0O?݅0$-^HmzxHNs3We"hSRXu\n~ف߲S9pjs%?؍CV{!.b ,3om5g_ xn[d7 zdG嬚2 =Go&nq*\ɷ:Q&a{MH)ؿ>t $w~f_&7Bq)v0YKJ* Hf۹SVnUq7ZQ- _ lȱ\M!˾lf O#!kW,@ASY7n NZ3ኸ wr<Ay2r-^DTm"漂 -쾅;Hqu^Ȕ iY]#0s'a( o:t}=QB"6%ks.CBM¡֟lwus]C e+g5/WN7Nl0LPi,)M(mz" ߳FٴXCArCusė[}mt׊]a̳FŴ g@N.|,Lqvb[X F0Ij9S-'vPmoOLwē/]?b5~w7gba?U~Zdj! Re+3Fcpyr3AJS芨.[wl?aBsTu_LVUxxsCl<1lƙ33Gy/t;5Zw>5r`O ն{~zYx-bυ1XBɑe#mvx>k.w_[-AqX>rl^pˮ7*&C3 G@ʾ(m"|JFCR>5MeB5p|\XAT,%ܨDN3pMfȊH8dèL