python-oauth2client-django-3.0.0-7.1>t  DH`pY/=„w u"53j*e/ot 8ν=sF[!j ltC8~ UZq3"c͎R+؏HC^46g$c4Է13W% R6fH79~-z.+0Y>}YIZ˕T*&;y4%B8JI4QSe.WyN⺄Ú2 'PYZ[j;VHKMkE#)1hq4qԡeb44c1c30948ec295ea7841325aa75bc3c141750^UY/=„hLQS A#K,Ajr]@DlO9cnt]&|r?)ATa9B8ze"E$V|Zw(Ԃ~BzK9O $FW{/g5ҋW]Q`&}zUbd8&6VoRĉHԙW?|A=)|/b@³T)Z"l2n=b̭[(CeC*`gBw)50zaCixeXap•օ*`6>:!?!d# ' 8 8>H    % 8|&LC(g8p 9 :d FGH$IhX|Y\]^bcd )e .f 3l 5u Hv w x!$y!hz!Cpython-oauth2client-django3.0.07.1Django extensionOAuth 2.0 utilities for Django. Utilities for using OAuth 2.0 in conjunction with the Django datastore.Ybuild82)openSUSE Leap 42.3openSUSEApache-2.0http://bugs.opensuse.orgDevelopment/Libraries/Pythonhttps://github.com/google/oauth2clientlinuxnoarchD_EGk X A큤Y Y Y WTY WTY WTY WTY WTY WTY WTY e02217645dd6cf0ce11abb0c6e5a4feecb32883625e4f7891dbcb4230e2539a42376997de6be9d024e75197316da8c30cf52993752f380f1192aabc83ea2858a0fd989dd69adc7598fb7743d32d35fd325c2bcd200b603104441dbc5f79dd39f77ced5c47c658c70d04988d953ab748ed334ac5e988744e47bdad25e33dbdbddec2f914309d00bda6163b450929fad7ac29637b8ec73edcf7c80773e4a0b087eebdca8f7d1eddff6dcde3c26eb4de706bbacd236deb70feb528fda1867e6bd1cc5a3a6050d86fff3591e0154399afb6f652e4f68e326bfa33f34e7c93c4b084621194e9ca922724531098ef6c3d9958b08fcd7d7ec9ccff38837ba26dd19580brootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-oauth2client-3.0.0-7.1.src.rpmpython-oauth2client-django@    python(abi)python-Djangopython-oauth2clientrpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)2.71.83.0.03.0.4-14.0-14.4.6-14.11.2Y@Y;@X*W%W@V@VV]V]V]VP\astieger@suse.comlchiquitto@suse.derjschwei@suse.comrjschwei@suse.comrjschwei@suse.comtbechtold@suse.comrjschwei@suse.comrjschwei@suse.comrjschwei@suse.comrjschwei@suse.comrjschwei@suse.com- Do build Django support where suse_version 1315 is openSUSE Leap boo#1002895 fate#321630- Don't build Django support on SLE 12 (fate#321630)- Add o2c_hide-deprecation-warning.patch - Add o2c_reauth.patch (bsc#1002895)- 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.1build82 1502314767 3.0.0-7.1django_util__init__.py__init__.pycapps.pyapps.pycdecorators.pydecorators.pycmodels.pymodels.pycsignals.pysignals.pycsite.pysite.pycstorage.pystorage.pycviews.pyviews.pyc/usr/lib/python2.7/site-packages/oauth2client/contrib//usr/lib/python2.7/site-packages/oauth2client/contrib/django_util/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Maintenance:7108/openSUSE_Leap_42.3_Update/ec89a82b0e5975bb8dcf38241decf50a-python-oauth2client.openSUSE_Leap_42.3_Updatecpiolzma5noarch-suse-linuxdirectoryPython script, ASCII text executablepython 2.7 byte-compiledASCII text RRRRRRRRRRRRRRRR`̥ӂ&Ub?`] crt:bLL'kD ~b.;" c GZt0d2KX:~| 5ʥd]mo蒋pԥUGȬ_|>+;qrj$\,n}#r)"o]ԒoJK~J c3PBcˎ3e2W Okn#Utb@f1*ϭ|VGyYO7/ %9ԭec5I{/T*hP'3vA)GVRW >B4 #AoPŞaE2(-9Ie/*$\uE!w0Ewm,}X0A3 c9 $BdC%U?ZxQ ,"_Ŵ=vaDra5eXfb{id( /1#_UߘF$3J^SkNPCո'cxn@zhӾBC]TneG7`tayr2ZJHpd0&jR喣.a5u6FN·d 6W~UC%ުApao<6%3k ڕ22}">KM0qF.Vb@]d'#7ȭxw|p`J #urgtnuEʢF*2/J'܄9#{ԥ_C9_>/9 ɚbz(jP *A'Z:{K \N)8(Opnj$Ep1`R 47ΗryuЄ3"5Bp)&ǭ/'kKt2:W[_S|]wua0=e3$8q=H˥(-]FTFk#D+@=$>:rLTe`DPapv ?jzt0@rWؗ8:=ϻEέOV3Y`Y=2owh%ťlUxPXXnv$lkUΗ7\X,:`+.3<_1 ;(1P8ftd\:I 1]Z 3Lؓ(~ge@+̭b3oFST %*wW¹@Ya Z'x-&pb{@򽈇m 4!1~qRjmōB(s-v%ZqU4HAC:a#MSF|msj.>h(C"!ŷq턆j)[CxP:QpiL7.ǔ+CbȮ&9%bŠk0H(,P^:9o*'pORLEZ,sYG\=PIL@H&Ŧ<)VE:'KmЩi1d;(l@җDcTrWQnDvtwWddm blW(~AI-@RCs¬sN 1nѴd2ՙH?vS@u!D qf1*mK ٴBJWa&AySԅiwFϦ81H< N.-wx.|N"u I)[Tj;<$Mu<0Dy$_K ՕB^P Yk^2֔l"bP܌LNT0@I 2v7Oچ|+߉Pr<o0.ugvӜ4 $È?N]BRWݱf13h s U3>ilR\dhXt M\-? Onв(NiG;=%nz [91Ifrj^z~X\ ~Þa힪H- ^OI%YO˂^/F0u3WVNIտ7{M5rQ:!~r|7`~9KUXS6iz`f|Gl>GSpW4# 3%>\ VfR!3,Ie+<asp$pViѱ<j]k‘`{h48hr  !e0@rN?4/ _yRΨu}cDܒO ĢR#<@9W/omU2gkI?-м +v*s1|. Go -yG@y0L{A6BkYAk` +%mK`4_ƠڔP&}0՜u{-D~92ƃJ!w"-!89G"OUXes!~YU9nw޲!<~ue͏E+Z9{ ?Ӣ`,(ZDz{VfT*mqԟܭptMs)%-4:sCcIG>ΏGm+:Ϊ8ǃzpZUEOzpt`#qgs WNXCf~`B+rp7Us,&wrm?9u+յ>.f-%:W@ۭ{&3Ewh2&d696躛 y#$l [k'>'!,.pg*|'(پVީ?2D>y2mm#h?/!ǩWI {hlI#+|Dz?f2cӚ_pqy;I 3*:e@H3v#ũEqXm u K~waxc 3F!mx,!c\gTeC06 \J3-1d2qǽl-Trمx'gol: Hlͫa|2JΥzi٪+D`K1]^Ą6ɂv}z<1&@RK;1l5We$ <&TpWTx됰ZOh-85qwN(>5~#wB W±|8eT&t.ۋ u:V CdgȈŸ՟A'e 2><\á] M9z~_p5]&.'(iQFÍcDj#\'.í E#KU-AwAp= BE&_/n'%@/;rCuQIAϙz;0W|\#m@FNC/Sz-u=i"ge2L@ vڂ~x|qcW3 ll+W7+gnTc2N|$?cCt7G2Bp a EB_,2Vޫ8fCU}EJ;x|(mSR8|Y;vO)ur+m) լzE{iz4Q"D̼7bh`JxF*9SkRutXړ1'Qon`v;9 ky|rߘ915PyZMK:5@-* fXɫ倢@gt;gގ(rY?h4p}CKNNqjJD:F ɒ.f<]@"ƪ vp;{)͓Q\@Pq[Fzś}BRX:"pbsHG;G+6 sZ&%.#h}ZggS1pT:cw^ y|W:1, V* Db~b5%qDz#Oa"qa@ bd1be?vvQ{ULO/jvbZydg5(=Q<]rڍǛ(`](oZQ,NٽBLrЋ ܇s&1˽Ǎ)VE[>%sbNL.Ns3Z6ַavȶ+dC†GA+qtE5pNNi3)ˤ؇:`k,4@fm) ORs| r &@GB: ԶSzaY;R0WxG۴sp ٻae(~DquOCCK7QGqٶdg#;8jJ۵LXL͑q&2Q*V"9'z{̨+V ?P zz$Xxp+ۃm6'dfpQK5j*DJcJ[ƒ| UC\ջ5&]4N ,4@jgM2Uv'"deuQ׾q'BoGV(AdzS*η鶔K緅0_&PdÃ# cI kn7=L04ύYsˀWEpo7q0.5?>ẀR=SSbԃZ 6p+!AakH unW.13L제q3x:۾=slV Цl tc׈TOtqIE~rm˻do Lʘ 6qI8oLkh\v)H" /_AujvbrZO:'q/(y '<r}*<3搶}|^.yo-I& t[bW@GjpZZJ} y,[fe -EbL2~_"gK K\;bJ9:}f`Jz@Dtm =(F1бje8HGwb` `^mUzeʯv:cr\'5m,X{-(%hֹ͕Zg(lic5YI-'':Jn,l^n. }p Iv;mWS{0᦯4-Psd`ߢ&ui=S/Mâ>/GGAmȎQ?ێso\8Xq7`M#PpbzčcN$jzhՔ~ޱMeF!T] 8̶RL6Y`F$ޅƴ6,_(ضcB3@LXownArx7 0;Vp2JD΋1OZ4!OE$&M̜~kIﲻgL3R,^F('nU/TI3aKWjK'uPyve_If H:z|GWM]f$fvX>?644#:3Wƹ \u;0Āa@ucQGג%/rHE=)c3  H%U4T`7a Ĩ4N 1ѿڍЃ&:#u!|*4o'sưU7uVTcgM\?M?< 4'i=t|!5;>&`wdM aP3X]+g9=[QW^ {r.X`oFٻyA&(* fkpJ~\]b#(Ϳ\ yT:xFjZ,`fyRFiEO*] `T@U|5=1#z = u* 9)׽0jw6jg/b<D S5 ԺJO8SO3W{^:rY@0hpcȚOZ74ֶ3%ZͥTLD]Id=h&*ㆀiʆV!gʺ?|<;~؎ k^'\T:ߊløTf;#U^?P.W\MNa_Y7?Οk`V! .('j?ખŃŇ%Uof=S1k 4/b^6oQ4\]Qe\͸?;5ܠBtnKq#'\Li2)` ZuuT{ךAm:㺯`ebT~t%ɨHh( ИJ4`rd5EY |*`S- l]k/WCu4*F0.tp,<7}̯ϱ0%dio!%JXR] [bq@Z"O_Ɇ`@H_?EU7ܤA-,]{3[L3̵FX;Hqq蟤9wb?A*A{a-$v<~3Z&Z{VS?D[]Tp^l# ?HC,(SX"O.25iq-DUQX3[_Zoȥo8Y[g.9Ħ P>6s.l39AA1=9˕9oքњ= "c +c,_1rhF*38UFyT0>`)$YYO~,<<Vhy (0X(Nuq/Y%36ѹY\ EM|2\Ba6*M[I:x>I"n>pP}eɒnXT;Oz(Ιk oː]" /:?@_;P{?w}3{FV QW8D-QW?ubGZ(9z㻯P!Ѝ/NPm+ ۫xӓkg#4P|~vMHK C홅t=KLz*% z}_[toevT`ݱM#/zΛOԘ/^Âm6] @Lcnq. HPjs)uP]B'CklC$kCG]Ǔj,:H=H /ct`Ymz̅}sƏẁ;s u i(zP7r0q^I, s]_J!O]"4ڬa7rU[S#.JHLH"tP[E]Z8s-`/?HASd%07qu*Iy YJ.(\ Gn :_;N*d"qD\.jkT@amL3W N1q^Sdy@K̴Н.1#9UUƈrS 䫚̝%ue-GUzX[@S _?H5ThMTM9ahmϼhPz,lDmE_N8Tg^> C>׹=)=>poD qƻh511q%B@oUM\<)v0ofhsMnqvm ˪1vIŹ4oe|Jhv%H;2&|SH^V -DWg"|}Z/DEۭ~cϜNNb:)NTG]r'AzGF# i;hQ9 kU,TP`udQC{ȗGa<B˘Vb,,o2̔p:̥~Os ~zr陭56 1 6&E"KlaI6n\q?/N{fމXGg}tZͥu" E*B4'40|_# (?KkGqbS0˃,c vw^J/onMS|  T pcU)*2V@OBIJ-nF|9x\hq~ [ )OK>!栖:y|DD#{Xe똤g`ݟͰҾeȰx'@Kg34WwijOa?hwHb(D_. e;&9dHd(0cԻȮo^pB{x(:uI7P3ʋ,Ko@./kH2p#v.Y YypjBЎk(Ed6;cFd7<ĥ@+S-Ǩ>m ؾ -J7ۺ)K[0̟Yݭ\r ׄH!ޥABpT5&`Su|:)Gbo^]ÔL٣+j\P%~2 RǁF&eb;Ir%#7|~/z +\f˪^5biЀQg"$Rّ1cu)O,^5~:%ʭ %`Sodždq4 M)N Ьq(\>zjT=ѾWH!% ꮇd.YО5m;4GCumBzdeYfuL$K8∡pck6rsibic$F;wi%ݢe.&cyK9 _·a DōRXûiEZ~w›\)5`YPϜM!~yK?2 ̜~m'"0o!f42PK\~-듑vSwg^_DD%3(q"LR'!t|s\`k,Kk\.~qaCRpǢaznu a5 Te%EWa+d]wAQ\RYxdͫ>VZѦc cJM33|,w}7g Gb{-/,߭c4N!mۀ^w?Le4zx65͐>q@9ZbDLD\4()>'6Pԟ,J!ܢ,&Dbu ev-G\e'ӓ N#p pHwYZ_#Ar9 x=GQ.?!zPD~L)U+%UF6䣥HLufKI.}/ө(//|æ{7U߾<I0 Ui9˫S̞֚/R D)ju>bK˓tan6wҲRl6m[Mk ;/li7f L8' yG09M X)@ 3]@~NUE{Ľe/F$Iq BcR/<\Qqԉ!J7DynAp2!W<+&$d="q&smq@q-iCP|^F9q(?ooLVeg$qjclQXQEʙrcFAJ4 lOzwundCέ7@]ɣ:@zH94kĀ#PgjX7:kij0s!mKTTrOY!FIHt"h.Wm>yF7.:a]`ZS-d:jNi9DtF.Yµ煳ݍΈ \7촤ձXChw^]oM?WfL7bceURbdF?XȴM3* c8d Z419k|GN_*_:[:n&Q(AϼKLE M6RƼ/bmr?*u%9R~K=|LF$"Jf&&WLZy(!'[9J Yn8 WDԸW6I2 K{> JunxR