python3-decorator-4.2.1-lp150.1.3 >  A ZV/=„jvDh(Ҽ?@57l:78lvǚ/sW\v]=g=+}+ -WT6W+j2K9ˎ,C4*"CuY #{ҶClLziMҍ?hPN4fd(u 7ye^`_Fw![< ^0D(h~t A=*ZbUY~cq0f;`dMqO481d6186d4fe598f4e85842fd73be592b9de479e56a1af16bdda4b74861b5f982cba0682f6e12755b873222ac44e575a48a87789^xZV/=„:r%ޡ9dc)oDWXڌ y=M>!d!xy-/)1^e@ڞe3V% [Z LQNNf)4)ǫ{8&$F?ߛT#glOwn]Q@[7*L=0FGc{#c| S\i<ڤNB7nt7CQzv䂧7 } x;<[bsE6 ~63e 5\ | #e_蠅>p>?d $ Q 4Z`h     ,dTh|( 8 9 L: MF8GLHIXY\]^bc|defluv8wxy4z@PTZCpython3-decorator4.2.1lp150.1.3Better living through Python with decoratorsAs of now, writing custom decorators correctly requires some experience and it is not as easy as it could be. For instance, typical implementations of decorators involve nested functions, and we all know that flat is better than nested. Moreover, typical implementations of decorators do not preserve the signature of decorated functions, thus confusing both documentation tools and developers. The aim of the decorator module it to simplify the usage of decorators for the average programmer, and to popularize decorators usage giving examples of useful decorators, such as memoize, tracing, redirecting_stdout, locked, etc.Z_:lamb57ܩopenSUSE Leap 15.0openSUSEBSD-2-Clausehttps://bugs.opensuse.orgDevelopment/Languages/Pythonhttp://pypi.python.org/pypi/decoratorlinuxnoarch00 / @!RA큤A큤ZVtZVtZVtZVtZVtZVtVX{AZVtZ[*5ZVuZ[*X{HZVs9f549b1fe685ae42c4eeb79c87f5cfc2750c09d83933fde5c2eb5d73057e4272cd369fbc79f76cdbb56493f0009f006d51527e225e2a09d716972b5472358fd92985b8de47c74b5368345cf94ec6fb1afb214f9274af61d722dd4015fcb4fc96de7fb6a60dbf285f76198cd71a7500cce4aa95028dfee96d1620f15076159c5f01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b00bf38a14516407c2477c3823e12d1a363498d4e4c0dd99732a447bfea68b2ab2a7e9e423a3cddcb56c5757204c398b74fd8a634630739ca615b8dcae0bf0d2210064aa32bc804683d3dc0e7ce033debcf0e6b13cf8a7ed01b1f51a14f9364f8228ba78b4d9837400230d9924f4ca3d84ed14d8cf3922198cd3d0c907628fbbec9fbbd46d5af040b2b26db2f693034c95de8e9faaaf1cd68af358b092a56d4545c841c4591be5ec522e3bb0d2dc3367beddd4b6b023ef9507e0d656a50cb4c9frootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-decorator-4.2.1-lp150.1.3.src.rpmpython3-decorator@    python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.63.0.4-14.6.0-14.0-15.2-14.14.1Z_:Y@X@Xߖ@UD@Ri QɆ@O@N@N1Ni@N_sKEJ arun@gmx.detbechtold@suse.comjmatejek@suse.comtoddrme2178@gmail.combenoit.monin@gmx.frspeilicke@suse.comdmueller@suse.comhighwaystar.ru@gmail.comcfarrell@suse.comidoenmez@suse.desaschpe@suse.desaschpe@suse.dehpj@urpla.netcfarrell1980@gmail.com- specfile: - updated copyright year - updated to version 4.2.1: * Fixed a regression breaking IPython reported by https://github.com/spapini . - changes from version 4.2.0 : * Added a facility to define families of decorators (aka decorators with arguments) as requested by several users. Accepted a pylint patch by David Allouche.- update to 4.1.2: * Made it possible to define decorators converting coroutines into regular functions. * Changed the documentation build system to sphinx and uploaded the docs on readthedocs.org. * Support for Python 3.5 coroutines defined with `async def`, thanks to Victor-Nicolae Savu who raised the issue of `iscoroutinefunction` not giving the right answer for coroutines decorated with the decorator module.- fix source url- Update to 4.0.11 * Small improvements to the documentation and tested with Python 3.6 - Update to 4.0.10 * Improved the documentation thanks to Tony Goodchild (zearin) who also provided a much better CSS than the one I was using. - Update to 4.0.9 * Same as 4.0.7 and 4.0.8, re-uploaded due to issues on PyPI. - Update to 4.0.7 * Switched to a new changelog format (the one in http://keepachangelog.com/) since it was contributed by Alexander Artemenko. Re-added a newline to support old version of Python, as requested by [azjps](https://github.com/azjps). - Update to 4.0.6 * Removed a file x.py accidentally entered in the tarball. - Update to 4.0.5 * Documented a quirk signaled by David Goldstein when writing decorators for functions with keyword arguments. Avoided copying the globals, as signaled by Benjamin Peterson. - Update to 4.0.4 * Included a patch from Zev Benjamin: now decorated functions play well with cProfile. - Update to 4.0.3 * Added a warning about the memoize example, as requested by Robert Buchholz. - Update to 4.0.2 * docs/README.rst was not included in MANIFEST.in by accident, thus breaking the source installation. - Update to 4.0.1 * Added docs directory and upload_docs command. Fixed bug with `__qualname__`, reported by Lucian Petrut. - Update to 4.0.0 * Removed the need for 2to3 by dropping the support for Python 2.5. * Added a MANIFEST.in file and produced a proper wheel. Improved the integration with setuptools so that `python setup.py test` works. * Reworked the documentation and introduced `decorator.decorated`. * Removed any dependence from `inspect.getargspec`, which is deprecated in Python 3.5, as signaled by Ralf Gommers. * Fixed `contextmanager` to work with Python 3.5. * Copied the `__qualname__` attribute, as requested by Frazer McLean. * Added a `dispatch_on` facility to implement generic functions. - Implement single-spec version.- update to version 3.4.2: * Same as 3.4.1, re-uploaded to PyPI - additional changes from version 3.4.1: * Ported the repository from GoogleCode to GitHub and added Travis CI support * Tests are executed with the new command `python test.py -v` * setuptools is now mandatory in Python 3 * The suggested installation tool is `pip`, not `easy_install` * Supported IronPython and other Python implementations without sys._getframe, as requested by Doug Blank - remove python-nose from BuildRequires, unneeded - replace README.txt with README.rst: changed upstream- Require python-setuptools instead of distribute (upstreams merged)- update to 3.4.0: * Added the ability to use classes and generic callables as callers and implemented a signature-preserving contexmanager decorator. Fixed a bug with the signature f(**kw) in Python 3 and fixed a couple of doctests broken by Python 3.3, both issues pointed out by Dominic Sacré (18/10/2012)- update to version 3.3.3 - minor spec improvement - python3 package added- license update: BSD-2-Clause SPDX format- Update to upstream tarball, no code changes- Add python-distribute (setuptools) BuildRequires, seemed to got lost- Update to version 3.3.2 - Added proper changes file- Update to 3.3.0- Update to 3.0.1lamb57 1516190400 4.2.1-lp150.1.3decorator.cpython-36.opt-1.pycdecorator.cpython-36.pycdecorator-4.2.1-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtnot-zip-safepbr.jsontop_level.txtdecorator.pypython3-decoratorCHANGES.mdLICENSE.txtREADME.rst/usr/lib/python3.6/site-packages/__pycache__//usr/lib/python3.6/site-packages//usr/lib/python3.6/site-packages/decorator-4.2.1-py3.6.egg-info//usr/share/doc/packages//usr/share/doc/packages/python3-decorator/-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.0/standard/885ce56aa52620eb40f25a641c9a0c85-python-decoratorcpioxz5noarch-suse-linuxpython 3.6 byte-compileddirectoryASCII textASCII text, with no line terminatorsPython script, ASCII text executableUTF-8 Unicode textRRRLZpP+⊗̾utf-8f9e3644724d4835a8acb341ab430c99ee0739803d256d6925df2cdba33882e0c? 7zXZ !t/:}] crv(vX0zdݹ@XA{i$xQ r\<DG[ SANfTX+C`q3l{F9iw^MW*JG)En~DQ/ Y"=H8~YJ:j߳3s(cuW!< sɊԖr߅Y%O~K)viés\l7 ! 09sR.%xv{Lԣ0D `Yw2`ʽ 0Xn`.UWqwQREKRh؝Nps~Ppt_=JIy(]xpQsLcSۋ0]"&gZN矢D^{wrLiݮ|4>‰4֢}P+<'BFr$F֨؍RG1AQh3J[+;?nVA.-J:{@9 I&7ej9W @/ʃ ѧ8p⪼CKۓM{&Ɠx)v_Q(Rσq Q";ZK>GȰϵ0~}dT9䐯Hoɮ8FwI@۵6HZlnf@fab! -i\̡{ {jdcg0 u8-b>`>jA%vv%mTF3i [?@bQZseUsF^ًscj6 $ w:T{纤5Po!fz]!yZi`\wƠC>yt\  b Mgeq[ ,W4ik'xq˄~7 !kp5uw?Ikp + nrCuB;[s_(%/k,٦S1cqouX!;>iď%,TN1%wIj+~[h1AҌD[vFGE]$>7LcN.:cCͶ`'7;ؕ$8";-RE!I>TN$9NY ϋp#D ߸ =N֒҇Q쭙%d͊jW~/oDo#I,3zP`,A sRsQOSb\(ʚ"]!Z Uf cGBt:%,!G 崩U KX+3F"~x-w7v _BLyãg3Dj7x'2D'_ K$Y,l†4a{tU5j*& &_(#]Դ+6HP_9q!H5}BȘ`؆S69ѥh)ڶ!j~il`\8\u4QLy]^yTx^Bљs7GNeF.VZcwfP07FTd[Hu^\s9"15]101N{5mM 3'y?}l\ C{,6!98 ?$me<N(DQo+1TIs+V S)'*ZzW׍u1*φ~YjrA p,Ť\@p2{+:c]r'Z~C&`~bn[a; h>ϊnU(Ѫa 3 ˚|-*iR&!BFg$q_ Gsv b9;|/px([ =" KbM3;ˍ/U8#ϐȆm!| x9L m )o0*ҩ&eMߡXpS.;h1J&8?+H=5ė>Z7`t,Ց[͛[Vjq!cT_biFUl|3/ f][P괙!U`O_ ڷo{?r8iL\X̊$ƾYKt%ҥd z,ػ(`/KEuDv_>[FzO]󯃇s|[\i:Βnh@Fr@y>v1N`s[!޴tcxhsX_NH@J}fyUO`I?aD+zYHSɅ ?es?Yݤ,+5, Iّqt.[TTm dȎ22L>$F9wW`?;߈dGw$9MV$Fs4!Ǔ7Θ ->%߻ ۀ'ˉ2Zʢ"Zcbbk-BKYU1$$KD#4'Rmr`"jap=%v+QgzdT4!#yJ;6bT9Jfd7bY^{Dkk3 P=ggbgĿKк_2 ANؑCјltFq\T_+s\ȥoԳaj$>@ԡEvk Rm9I#" NjM3)S Zl\InxՠI sMgo2@f]" pUFj*3(k=ddK M;|3%On2 mіX1;GF9jUVg{@ X^ї80 XI]1M %F@ggFwʼn6$[=ы 9i=4J ԑ Wr8yK@J3c+D@۲y /?So]z[y<. #"܋"2P>:~.\_kyt, =sfn!P >JmdS$fK4]TV_?sIBe89`-lÒǐb*pmSʦ`W0CÇu@n"<)Fob3N 8 YbMpʒG,WKb w uӬtgґIM`hZHIpYiB$J£-e_wp` :1;H" uӵq@3v>Bȝ>/"@(_&5n1n8 zWK=M'@ uVV gUdJ+I`VIp`p:-'?tWO J*Q(;4.qtW,7ϡ ߃^U l)~я*<^[z?&xAj]3pI;zrdžycW Kq!UVC7CV?n< @Lփ?m]wn"uJT++Ec˜zFXspq,WHױDtW~uE|so(=c2?YM䏻>,=AX\x lwSmUJp^ 0,"3-{fäϰ$),+ͬ CAjab$d + z`w bP4}4O /}%GxfQ&8l3Q@ؓ2|+R0snJ_ G˂cz-).НuCBK֧P؛~_['&~v7./~WETny~UHlv9(3א[@PQ,31OS/гtʥ87UD8p9pijB V`KYVdxJb*4~sp KŠ`tvBFo5‡D9'GW6F+D^)!S@gkonU;- X(:׺V5xd=Oiǟ26!V/`q ΗmI4-)ڨsMaGYR?-JP00ݬ &~<EVYRk0%ajQN/t1Az˜RMGtK{)y۾6IljnheP+RDF&0L\Y[Jv|Eg`k&nJPJtpT~D[ԝ&ל|µ*SїpWVL_)7S|ho EOie ';_r{<#$4u殇Jtf-O&n8Cٵ&;)3(\֒ 64qd?pF޲T?أ1<u/|f[[4$owz Y΋Vę@^ P'gmq`$݇}A⧌"JO:x#3(]DȖ&NȽtP4Z2z;ƹ#]KT t)+cJ6{^u|N^Y{`W}7H/!cHҫn.f~AAQEq GSQ>fL>AJ&wШGMM}d|O I/ҾP{`:3o@Bi!>9K؅Z\p0|Js?D"ݺTACXm")rqsLz7C3Vn8Uu)˙CjoUCH?ShlH, c p*l4@Hn-sox .njMc b_c;#nf]MU~pOgYٻP~C磖S6s7Z-f#!,07Ri/v[|MXplKHT|3`^!9@ z̫2r֤s5ǼňBŸ567FH E_9*]?PbЗ (U֑9V$tKq"u+%}Б%~ɨOAs"oP`l}E\j=I=Ug["urmkA엯37 bC뼓D^hyhu]0W{J(/9-;8g bHF}_Z44|u/ֹՍ_xS;g=\Ձ} S-90ZXm=Zo=EM6K1q[ރN+T pӪ*}=θiycO !)`~2K\P9t9a<iXlqM5kl$V\8 ``똯0UTxCac_ XF$klg !Pn䶞'GYW#1"n5K%v6 "v ja2ZۋlIgO传^E4܎n@NO,uwϋnc,-? Q9( k풏";[MW<6̑iJ N}1|u:3b.NpFshkgB\3i( IZxq T{o q?@g +GnπT޻5GT?I]cKTKnkp"JUd ɸ"mWTճl#}Pٔ~*5Xٰ"HDۯ譂y8>E7q8 D*!r4H\e- }q S׮y^H?)/6Ta1D2g?(CIpf =!CGx _i8L90:y-W1'6EY-iSsT /شyQrG?2V ȧqܼ(:8.{s:=aׂ4@ɇO{?xsقWf&|aڟ.,! Ż::ƋRbz)d>QdVYcp8;uP(!af7%%(oϖ%c{F`v6~l1^-{wpamW:Ԇ\Sq 悮glۯjP*/-.:gpT9>CнU,_lpw>ze3Gp?ywC*Qpt=LB9zta(#%~PM@V=W1T+5biWư%]2 LsP ^(-k\ݧ-I N{?3NՁaER=<GQm5ǜX-Naw^f(VsERȪ }e7Sඐ;s:QSiX8`?SPWVc4W̅E1Pc.d;\.҉DC#侞9lt[r_XvM:kFlV4`.N6?arVluwuY7즛I < ;a`X>)z&IjH8rS/eˠcl9ϻT3A4Ў(5YYt3-A@ЫqbE@XXF'I{aA*@)d< &Oo~6yr:n m!pACLH} ܫm]lܱNYsm`A ,#sGB&A.Y0աg\l-E\Lx0ƞ U}U&PBHgMOMz8&QWV2 %nӀ@{G5(񿒰\58tw'4#"ǎ"j_?lcFBgay"`j0Ƕb"[J30BبEM:ٓL|U ՞tFvZ|jr?>).zϸ~Fs)[ĩ9Je:=2F<Kc?MȹaH/rvlP$^@Jl%vw_BwZL>R*c&8J0JwMSy !J6m̙\l&Kd}q ›= ,~jwBd)wI鞡A(=`S5J 7_n7g(15oK! -/j J&Yg΅@E9& v4^pGL<ܥYبiA2_Yj}fڰ%E]Vp^̔ijVSY|z؄Oco?eGXiX@a 휪ג35{GgjkXAf|;7?*(0W㵹Yw8=XƤpbbFi2՛{2>Xr75pAz&(Lk+4(V4*並ao݁ƟQV X1^4Ke8 yТpJ+!VpؿBծp}( Q╋뿂%;]کΓ:Α 4x҇7QvZNB [&׳bJFN6fCN;4f7eRskr&yiG+nC 6c HA+a0QMտ lpGm_>b&rq\GY@A$\ZMom,,ɂajƚ K0}c(vKh l[ֺjavmר_1(bQ{aa0IOg@DT6խb=>aC2CtPt+$ZLr<~%ZCC6XApTZ 8zIz0yhrϳT}!gss4ut<<3TvHS3KXԜIpkEڬW`c !E,YCx}EuSbb!BHq9rU8DO_z%|yd:>ėTQU94G5OV7,G2&"ʯ dݒi7[Pi7,Iծ]vClVo;WY)Z^ &L,w ;ΐ#v]C_?kUpfX~XRnbhTwi+&ĎB.TKJ;Eֹ6o!vt0!soаNn?|)]Zb+ZOx{:܂LP gNx{jGҮ˵dnC8ADjk9xo%~t W xi?ty_GK"}o 0yӜI3%K6]bZ-n5aq[9@l'dQĵ+(+Z/ 9_ z*kS8+smϹFyHPݚ{(@u#&%=3S!nmFM"K04޿\`N_Ktz8+bj| R|BD{2B (o/6ON)3_y<\+h[dw˙j"-jN<qHB}_ HJ,X@6 ,'qxUL BҦ&{MZ\1ЅW Uཥ}MHk '"nxdd}(0dv\E4xyhQQRbyU"P|oGB[cD[3<-#8 U6 Hԫ">:-#5mJ9PH }ŧR";m%QԚSnS[/RS=ʎN;\%zoৰdbL` 8ޠ] ^¬ *+Ns4ᨤ^䐟ճS5{.o %/OlA b8>#VdXY8mP'f%s#eײ28E$CɱKsl(t~T Oj5҂,%ʜH\„" V,Uhc1ն{'_e8\QXu h|fZO>w$|dPvYx ˁV`&{|ɝ[HzT3p#8nO44Xn\hPcDzvNmGVމjʎ6j*$ƪPP8i VBIJ3 v| 1 Z^ >+ z]&1IE2M{_`⽗CZ C;ױ'1r(Hxy="(٦7M4ڥ[ct_ٿѿ% c#GOuXl!I}h}}imT-^aBTbU\$<c72D[b8(r0J`S 1za. &Pgg%ą#֧XKנ"Ff(P/ {vފ|W '٪vE)ѫZa ?(gxa`=Eaw8.ٰOOQF7LÌ*-t&} >|vpFӭy٢v Ck2+KBL}&lmC2F+1]a~Pu5κ7cFjtӃs@g`{Payvl Ug5,i_c׸;͎j_{'A/ޖ1De%{L|/ęh/kx% ( l`P?7<aF,Û>-X^bc:ֆ|a#MznTrn†@o.TI9?gKߺ"i]&]Kb9<ʙX(6J腭h#^j IJQRfP^Qh6j8`R[et)3w1V.4D}E|bvs!T o?W6ω_M V2kX•pp %Yn2 \(hrAgJCd]o7繀KظMmC䔷]/PM]hGQQ _w ֮h}fQ Q$ͩ")lCBֲ\P4cTC\&8%|6#-+VjUZ"-׽w}[T {a3MoۯKP}\Å08CI3h<;]ha!qle832( v|/S2-kU)%6N\]sX7?ɧr'M1'BL\u*yҶ YZ