python3-decorator-4.2.1-lp151.2.2 >  A \/=„dM=6%2gT^5}:&|ë$0JM;#s9G=]:j7W#3A$^tEkn#i8!˃ W*3+l]ngrH $ءR9VSN7 VE@'ݷ ;߅]H{_h+B^ yAVӍ3)@˯]2jaa[Ѡ]^2419d493d6de1e660224f445ff7bdf4c807855614ff518be22fe6be6d6a0b83a100c989234d68a7c23291b8f2e1a1d58c53449c3^p\/=„bʥ Q $%8U 58d~ZoxV֠Rfc\#IW*\ YX),bp|Q6&ݡmֳg]r71瓚DsjΧ/D=8PG&> O2dDxzU}nZ|FA$"FWh̅&E&'zP/{XK{KRX6Y&TX3atscR ֑չZ}qs;MhZZ^1`>p>?d $ Q 4Z`h     ,dTh|( 8 9 L: MF8GLHIXY\]^bc|defluv8wxy4z@PTZCpython3-decorator4.2.1lp151.2.2Better 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.\lamb61܇openSUSE Leap 15.1openSUSEBSD-2-Clausehttps://bugs.opensuse.orgDevelopment/Languages/Pythonhttp://pypi.python.org/pypi/decoratorlinuxnoarch00 u/ @!RA큤A큤\\\\\\VX{A\Z[*5\Z[*X{H\ 9f549b1fe685ae42c4eeb79c87f5cfc2750c09d83933fde5c2eb5d73057e4272cd369fbc79f76cdbb56493f0009f006d51527e225e2a09d716972b5472358fd99fda057706286e43f89361bf83ce6a24930206e087f75eace2f12388534b0389de7fb6a60dbf285f76198cd71a7500cce4aa95028dfee96d1620f15076159c5f01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b00bf38a14516407c2477c3823e12d1a363498d4e4c0dd99732a447bfea68b2ab2a7e9e423a3cddcb56c5757204c398b74fd8a634630739ca615b8dcae0bf0d2210064aa32bc804683d3dc0e7ce033debcf0e6b13cf8a7ed01b1f51a14f9364f8228ba78b4d9837400230d9924f4ca3d84ed14d8cf3922198cd3d0c907628fbbec9fbbd46d5af040b2b26db2f693034c95de8e9faaaf1cd68af358b092a56d4545c841c4591be5ec522e3bb0d2dc3367beddd4b6b023ef9507e0d656a50cb4c9frootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-decorator-4.2.1-lp151.2.2.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.1lamb61 1544476688 4.2.1-lp151.2.2decorator.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.1/standard/885ce56aa52620eb40f25a641c9a0c85-python-decoratorcpioxz5noarch-suse-linuxpython 3.6 byte-compileddirectoryASCII textASCII text, with no line terminatorsPython script, ASCII text executableUTF-8 Unicode textRRRNs@butf-802c97d3f12e47eb713541d36437401c64effaa1e5ee4560bfa8750c789fb851d? 7zXZ !t/:v] crv(vX0}dEs19=թo,Dd`\$e9g:8PϿD!O5}"UΉ56̞72d]!=q[ hDXP]p1l*LJ /M= f5~dT?w!f3AZ2LqF1ߜu-zr5ܚ:Y^ I5ٻD,EuҝVމ1T`rX㦩W^BwWQ;qG*E0O/`Œl1j(`{J,$ WY>iT!D14"4?,h=VmrTP߿Xc yL1)@ :]2)Z9LSUZ8;L6>&ߑI Dx`2hF_0"mvoX46J!AkI߀TƝ9Χ`8`Dv3yI{rmV@oxSg⸝{y޸*ONߘ"E`ٮ\O2[#i"xC<3$,cmuwo%$nWE\(] կ<ۛػQ8m墑K.떀'9T\|:L T;?% :"_!81-q,|Vȇf*vN6#oMacL[aam+f^ܗڀmRZI7.,/A-e#YKX˿*խAWɊ&beƀT`);´r淲bTҐKPrE;:qhl}`g*RH >XF̂{Nnb:Ru^û{tn39/H?yȄ#o_X{G3$J@Uj9(U QkfMKQEyb&w5X\wx1b8ݎN';fA1n"J5>.n8:#q5IRvq1z5E7>̏`&N&/Cg MAn:!seKDqxԋ,L)^qr3C-V%R(숻QIwk)ޫ71SX ~6h' K-Ͳv5"e݈W;HYs|40}}IњXr Rj7c=+dCRLVQYM:l\>dvWq+; pcD6)~q]c}Q,eR@e_LЅ_L>(X,Rڤ̉m_2˱'| a?1OٺG1F&P|\Uw]=I6X3-`dڶvp#_^x-vį#JԾ?i3kެRښ &i z]ɲ&#S4crQ6&l|m\>Wp;n 37%wU4| ̽Zta5C<.~;>AwN# v{ŵv!˭!jY~bu|&7Xʡg3&x^Eh_AzOQuv7 WQu<dTW?[z'DwU8)4טz)dR$f>s!ii{+3(+&qD ̒ [STז<vGَ5֞r6;{ac&dkj')dP#F3'  O4`'I04+=óaU0 )o ,CP Z  imU}g匫s]dlx>)Kۂ.D'̇2!)ncTE< \gvj7jFDS;J>,iiJFIߧK.X̥GwP  `=jW=?̗V;N)%v=tӻըZ`$OpC1Q:Ų@tQNA3dvȤgTr+JnD",2_c+du׋ԑ1\'fH-iTU|Ē8t1'd7ouD݌z- NHue=G'Z;ŻBcQɟΟ>! A <.(\}(J8}%V:ε?4e)5qXD_W.ug {R3p ~O(\}6ΎJ: 47,nyQ m=Jқ\M e)t{3);Szw]3&2ko݆TeR<"ɽRFN.-:EC= )|=__!Z4hkR2, !y1hpTPh+s W+SFPm\e;[_t_1;jBϱ&)Aεcf:1{I/Ī3v")}R7U/?u+ZU<;m m ' RPS9lG0}YN.y*Ĕx;q.p▹+t>`)lv y*+*+mrNǴP8a1QșB;lMvo{.WZ#JHAC~2SW/0GB%q&mg _*E-VzY*ƣ^қΧ<ƹF11r=IϥDSa\uʯTi%< mZFۆӎCL}y:KLSxinxus0f82jTSCVY.KecWKKـF9W-VqI@nS =μ t\UqJ\r&@_~^^SG baVq#:$xD"fLs+ߎ\ Nռ>S*rx-s>qNMwspXBK9阙FjafNL"dƲ|!ڤRǭ<ĔFG# HN,O7eQ`ɞD:d$ң/ύ@]Vc_kP䮬gR5K nsqLOnfdh{dCri Oeƍ)xuyf=%,rzTիh¹^X]Flmq^_̔PxOcX=*tuKa}d:?O'5'vp~_N ػsyL1⡘ gxja5@m{YUw2K%w7~.Ć@ _Y Ʌyrek' v#bTZ[;'n3x+acxzYPM|.ӎ{6W=:E7~G; Ow=Mv ktR^N"-3uxx`C H"QM|`ijʦx$ŪPS C6;Jg6V8 OjWđִO5F9PXg)%_O3ӌތԖJuYq%cIJQ'kx~Nu+M,ˑ\AtLHtefѫRK OEEʮ!lS|2J"7)fۢ$-Y<$HޔTG:cb)re 'Sn_{!8"- P^Ž _' " jBvCx+%pzw#'?Bc~$#Ny#fO՜q~K3(r pƺ(ic};7s5ZZuk'?FYrPV, 2ٝ+CO7[ޚE6vB` ā;^_:T{RMˋ%L4]cT3T̋=R 3މ'ih2\F@?\~ZyC(HSЩ:$Ll9^g//."R @Aj]8FnQ;ݕHّXcMW`]PДi.MץH<zarҴQ!ۃ2UH0~h9#6܈l3?j=`,'Yk;aF4&Zn2m]FY oK~ nbvKnU5>CHv &0?dK7isU4j/#~7'7wj"+]p֞@wx& <\&U#k껚1DUKnjۃ+Ay!%VmՐ*N?%*@ ML6e+HEsH)}-9KZ`o˻D'#1{CxGvxf6_Ei+hipIkJoNr<"f5=zq2,V^y6Z6y0 NS.xB Ou̇/7iWN-;91Pkg[k56wM>p^hSjH<q}KYɌ4o:dBͫ$kT~g!,mb5\oLFr:t̘^SUܝjC (aQkk`Xk11_WLo@KlZc˧ qލ6ap;G P:4@X0(g6c!⧣$y[R QkC\'`W?Ql$^ c.W+o#Cpyŧw{L{A}GH~ *. *(M/"=F{3*+q뛴+@e܊Y目4ߕ0 PU\#.L[` ^ jŚkI#ۍfZ`w\GEcIqf10DN(¯FPmMbe,g3c.-HyGuŌ+|xK {!a~_gf#fEe5 r,1SWmݢ@0_([K j^vFϾ۶m[!bd;>SJe{[+śHSq~ bf¶ ?Iix$OIX7tsJImd]T&7ض$'rm9}H32bMtQm9Ԣ8V}4[ "&n$\n-6&oT'yɨ0"WWUHc٩EqnZ}5 + Ep*cG`L \Rg=KPʼn*towF45q+ĸ>J :W"M'}g n]L eYBuywrju+'~WkpcGB9$;*pz^J|/=}Y*h~_ǵt: dbRQ0V檋 \"lB5r7\JR|T kv{MNY:  K6 _L~?ۈY`*CM[m]$0d"f F >jC',%Nn$bO/쥅j%h{@UkJ/piϒt50-B‚P_d Hfm^avkѬ*g}; c,w0]uGx (Ћ.~EV?l9'Dm aɄ 3@U&j;܌R.hs\oLw/H9o(' $k+ɝ_mǤhFY~: p+iq!~R`56dqhB?ڃ8Me<.!{4U!%yeqq@2} W"6*JT΄뺪d|;=0N{T|tSWc?OaۨYFV͛Y)_?w [B`c)zRpVI)1Q{>緜Ij\5*&a0ʢ2n&4ާy-:RݻZ,z1'sͭNl'Lw+LZocD]o-gQ>ᅳ>h;6-<_[ n'4ˤn!8;0 蒲2$At^3\Q^D,A;FIyik 2߇Ö06;i}/;y4!07"2),UjD5S;g#=n 6ڮ& T)mq7aZS#Ljb<=|rs4Ttz 9= javL ߌ`#`(H}SR.em`o{l;ϱTfR??aYw슝<|]eQJ[nAy7n<(W>l. &zij!YoFJ7tXJDfeّPʿ@,jPɄ` ̖I3x\ Q=f #U&&EY=$, cS\PEw6ppEL`QhR;߲f e)Z9 +e“p78/GQFUSI^0E(Nk 0 1(n Q~ڳ+$ifpy ,Zc `=L{m@Txy4 dn]YE+rʼ"q oG }Y ,@ `™1i2(afEO# m0 #-0 mٛdGpј:9783S_'q?kEP}Wl,@i6@\J+V 7Z S,mf 'ɰICCi[?dw+X/r`c?ߑg~9TBہ$$1 #`~\)\c#_%<t1g[G%hF0nagi8-^wiy'dq+ފYJA4nBo-Y),Vpb: #%2^,Ŭ:kbg1\LcKWdXQyY{IP]ao/9ӎQᢅhdQGtݳ}޷5[[}g:S|`#Gۨ]Gt]PHً^_2椨@nƷbXңF˙ O⪣CܿϟdHERпcp/?DROgs0K.a6[e{MAD3ToZ:s/WY,W߽&?7u:+LPX3ƶ. oHCw† L%Z~ #S=#7Dz]gMW P{bύ5$lsR8WHknYrrڻ6AX6&b\KxAœ'WPre֍ үV _MuS*SDsI@̹9$j(8;1(4'R'8XUI(;J-P7ʭ#kJXDwhP9Qb}=x)ghF<(e07U ,l},)3|qS4/'.ݸ;MTgN,{=/M|gMh݅;1>1tk-Y^DG6/uVN&nɆBMc.b{S\8L[mDFPOEHHf4t1ZTK7)lm2-` XrcڤiK錣Gʽz͂_('ɵ B{}6S K0-x )7UX1QoI' M+rPofKdxNզ+]-`ρ!y Ar'oCp|_N+O]Z(9/fKGR7Lf*T!xcgK>x4B̑@5{0F[^ LStD7WaTB-l TL"¯$s2zzAY<5?v©? VJ8^JV۟R{AXKyӇ;~-jd PZ!d]腉IjLܜG?9nDZcy6Jה4qK7i5XVgBn:#cqDෳ@C8٬It&q^}~9p&C'=_1<Y%=oSt8*\ӐOP2x(j/BZJ>K3?`ldw!j \+LRHR醮[l~3 煢z;68Lܮ{[fYTg;> ޺p:UCc8V,\.uPa":N~e@pmFr4"/ޝґ+ S{Y=VOŜ7Տ-S_a>fd;xid+Iߒ}# u=fzՎgdp#{"Q욉@+KhXt2ץ0)uƜ)T9[p_z$B:Q 8 72CxPP,kPcMJ7.Gñ$?+,|Ϣ}M%w\45e1|kvGȰ܊)Z(j)ƻGx+A.Z‚;'3}  ]RGk3 +L/NiL 6Khlk yg鯓qhz}Ep%io1GR6U!_2$/:cW)3 S,µ)GZG%:ZY aEEfz MTPFET:ie KjUAP07:|&J/|SOhȟh%b!egf{x?db(8ZjkOGבUm#}&p +m3겛Ȉ̞Ч Ii<$OtFa=bdFsPRjhx׮KۇSeS,궨yŲnu:!nfj86eh& uLNZ YZ