python3-decorator-4.4.2-7.3.13 >  A _+p9|BFV |Q2{J$2`;eP=k s*UJDRef j mQ90ӎhfcW[2&!»2F^BR`mablDVǷz9eFL L&|0R>#rA!6< 1bSC"/10m{nC)MiKl+T3ѼǴ &$h}(P7@2b68a81e91974fe3e04e012b94f6c93c32c2a07b52b9f8d9da0e8beb325d17cc59060d1f98234540132dd6176118d52e75bddb41f_+p9|8d|kvg:AY2iji|WO]Mp>!?!d ! 7 2X^h    + <x4p'(O8X 9 : Z FGH0IlX|Y\]^bc~d e f l u (v dw x!,y!hz!x!!!!Cpython3-decorator4.4.27.3.13Decorators for HumansTypical implementations of Python decorators involve nested functions, and do not preserve the signature of decorated functions, thus can be confusing to both developers and documentation tools. This module changes the usage of decorators for the average programmer so as to make decorators such as memoize, tracing, redirecting_stdout, locked, etc. more accessible._+tsheep12&SUSE Linux Enterprise 15SUSE LLC BSD-2-Clausehttps://www.suse.com/Development/Languages/Pythonhttps://github.com/micheles/decoratorlinuxnoarch11c{/ CF( `A큤A큤A큤_+f_+f_+f_+f_+f_+f_+fX{@_+f^Y_+t^Y]Q_+t\qcb6fdf6398a34ffd0814a09b7c2a52d2b3c9190a34d1ff39fc70febc7fd6d4820004baf899205f539ae5c66f651822aa4868e4f8b0b4f2c0dc9a87025a6af2ecaedbebce6bee69d3c98652133abc270c98b5279c44fb3e7cd51f4892f58c3b8110cba88cb86dd8fba2e8e9c1088aedf7900e93740f85ea72bc951e0a17dd340b01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b00bf38a14516407c2477c3823e12d1a363498d4e4c0dd99732a447bfea68b2ab2a7e9e423a3cddcb56c5757204c398b74fd8a634630739ca615b8dcae0bf0d22690f0ecdcf842b6eb1053397551e40fbc4b3831f7dfdb85a7b165218d9f7f1876110ca431d981e93c62fa1fc871a3a776b4cb2438a7053be8d6808a49f92850a5f63fd5ff176fd7028bad5ff511f93babd4208671688376b3ca953b5f89cc0b3fd11660cabf0532082c45706862fafc294907ec7f8e217818240a4999806782erootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-decorator-4.4.2-7.3.13.src.rpmpython3-decorator@     python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.63.0.4-14.6.0-14.0.4-14.0-15.2-14.14.1^l@]\\d\l@ZZZ_:Y@X@Xߖ@UD@dmueller@suse.comdmueller@suse.comtchvatal@suse.comtoddrme2178@gmail.commcepl@suse.comjengelh@inai.dearun@gmx.dearun@gmx.detbechtold@suse.comjmatejek@suse.comtoddrme2178@gmail.combenoit.monin@gmx.fr- update to 4.4.2: * removing the usage of `__file__`, that was breaking PyOxidizer. * fixes for the future Python 3.9. * some fixes for the future Python 3.10.- update to 4.4.1: Changed the description to "Decorators for Humans" are requested by several users. Fixed a .rst bug in the description as seen in PyPI.- Update to 4.4.0: * Fixed a regression with decorator factories breaking the case with no arguments by going back to the syntax used in version 4.2.- update to version 4.3.2 * now the decorator module can decorate generator functions by preserving their being generator functions * Set `python_requires='>=2.6, !=3.0.*, !=3.1.*'` in setup.py - update to version 4.3.1 * Added a section "For the impatient" to the README, addressing an issue raised by Amir Malekpour. * Added support for Python 3.7. * Now the path to the decorator module appears in the tracebacks, as suggested by a user at EuroPython 2018.- Remove superfluous devel dependency for noarch package- Ensure neutrality of description.- update to version 4.3.0: * Extended the decorator family facility to work with positional arguments and updated the documentation. Removed decorator.getargspec and provided decorator.getfullargspec instead. This is convenient for users of Python 2.6/2.7, the others can just use inspect.getfullargspec.- 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 upstreamsheep12 1596655476 4.4.2-7.3.13decorator.cpython-36.opt-1.pycdecorator.cpython-36.pycdecorator-4.4.2-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txtnot-zip-safepbr.jsontop_level.txtdecorator.pypython3-decoratorCHANGES.mdREADME.rstpython3-decoratorLICENSE.txt/usr/lib/python3.6/site-packages/__pycache__//usr/lib/python3.6/site-packages//usr/lib/python3.6/site-packages/decorator-4.4.2-py3.6.egg-info//usr/share/doc/packages//usr/share/doc/packages/python3-decorator//usr/share/licenses//usr/share/licenses/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.suse.de/SUSE:Maintenance:15928/SUSE_SLE-15-SP2_Update/d32e0ae9c00256a04dbbfdf03c85b6ef-python-decorator.SUSE_SLE-15-SP2_Updatecpioxz5noarch-suse-linuxpython 3.6 byte-compileddirectoryPython script, ASCII text executableASCII textASCII text, with no line terminatorsUTF-8 Unicode textRRRR8<# 6Pkutf-87f31723e053d046c0b4911f7c33b1cd161c75302d7f4c32eca8bd8415c41f785? 7zXZ !t/@] crv(vX0wbf8<A݀;q}5ȞKРQQ0~Tpv4<:b*r49TVQg/plef݋(V#9fͭfd"X8XqJ!D%P[iW\0lk<;մ0nD6]nQVwˇ^.IÒN5Y;kjeADP3muz=6Pj$J Nj.~ݘ;9A>H8)e'#h*`!K[Bt"ӥ a9jsItA_Ky<5v /Ő:έG CyȠZ\| A QγuIˊ:^^dE1 ӳB?2DϦo<wGGˤ1Q:06IKho`w8Vh6[CO6fNՕ[p}*\} #̎laz$oM?XF5)r!!\r=7DiPȊx`ah5s@lc7fd&XM죩4wOXVo4h@pGsK7׫X bRۓ-ӻ8M{wK8WYEQ*, \pb&[YWV 9xA 4+JDcچe1) J׻^TʨZwH<zޫ $-$Gcl]J.H8 cI6\5]Q4B;᪭4 IPuJw&& :+R9m4qGQ/^l,;ll7vC_W5 x<-EK-x mv[:mw7@\ňuY œ(;F¹5w,`>US>3gٔrwr5a'V9 ? ڇQ,jtth#>Cd㕾+E\bFZ~׳xuQ}rߖ}]X;kgí10zƜTlIZFHZUQ$pcŽچV K4ر%= " _c a 1d,ݥ|aBG~,>iVTb/X SvAqzR4>dOxos{i d8K](I&ל7L_OZJNk;hy-a2!#W\lxn( X>ymW)=c$4tYkvQЯÑ+VL =W$# vyiJc}}(ꍢkK V;ۙo3NJGjQsͭO1Iƀ|ЄaDDcԐy@ncǧ S^ =$ ?-ac#ނXq%)c^ɂVc ldbWx1i EmVS/f̾ %1K}ǔ: 87i{fi Mw$RTqseYc->(`;'OmXL _4 K-^QI8NݐYfkUЇA mtpnDe#Aml=0A^kFfKL醖,FN d yp=;oc wBGS[=0y6m(]aEɘ.cv+A1 8-p=zi5X+Q}x^v%n`F'-9G:}$;p)^al]:b 0 /vՃ}^bAQ1PUJ /mo%+Vs7-{}uI@A-'Gca=hF3u׶ #ٯѱmP|T:)ŰXtɭ]dTKGbsE 1! k$?pAff;ŸҬ!ɿTΡ~{yΚ'?0VBBl`tХaG+'ⴐv VCwwC'Qv:\, >Q='_{RYO3y~쓝8PՂَ! <㠞aX"(qkgO)eg1ډwfS:JI ˗=h3of}*7]ܥ\prѳ4/F11T^dDcFj)qc "+*u@j@H =aHIˠXq>jhCUVP &ltL [AOB ݔ7/ī=DOIX̏v `Z#S[ jfВ`\<2xI&oPdC."/ {RA%7F^ m{NujM>(*8bgYyYY!]8Mma9sG23 J/jd ?"3 "O#pIY}Ǟ>(vxo NfDvVX-%;d->tU'犯(esE;_(._ }HCe|s2s @e;M-H=[GHjNP]+ L)_H~^PU&5(?8>8a< :nyfqS%FG3d6"ѓ M$O^f)21.et+fۣع;c kzy*7pͤnM]Peٌ6WEsvos #nd}g 'vEoצѝR*/.y{[8xuGIOn6'tHQfo9kgVOWOg=|JPNkiVl/}& a6/񷢙]s5W{z] ;ʥ7Hc5ԗ"PG31@d.;`d9PWuѬ;Nn'kqI5(QMH-~3,D'+6*UkL+"dj4Ɖ[߻\ԓw: oe "`'V殺)@!76I(u&"z5jtW>f`EѼtCJ+J Q?|?.s!qC47wKT/['2:un$E q3BfN&~Gie 2Â~`ؿG%aNBD:Vt{ۇZ[|+mR1[T\;+wYz R%!'l#Yfwab0"l;`HbS"L kNkY$ٸNś3b9Qx$+a(#!Lii3 36~+oe"oTI?ȐЕce OvfFuW ֐8g1S!q3 Ě)Å9O_b(ç1X6Q! aBtξ) #g9ƇJgyBHǏ3L^ sYq'"҄z2Qh塵{H;sm(ڧs(;{h45 b9W#rd욳E2B ab(gy;zIjƼqygE$Ǵp~" |3pEd[_^YH(Ƣqڢoiy<[¸y;Ȯ$P}$ksQ|=FQx6񚗧*2Qi D zPfL?an2lN9l\3c'Zdn2Da0hXG4f۹P!gֈ40$Y&,p 48Eq pP~mqG.%HtE0yveipgx^sۺ(Wƥ{0+Т$/F3Ascv.̏=~sSٖ=:ubrXoͪ'\orgr 2Z)P3v,BDIhW#1kA"N=,]ˌw[$Z Ạ[ŨWbK€P sOxLO4Y0I?7Xn;oF.Dԫˎ7DHFZ3S 8-KŌWQC3XUn^f OݦHxjv?8H4O0駥2У3["S׌:3mՎ q nU{&3i݈ pflV%XBT(ߑRo$?AښQʞCV,!<#p7P. ]ޚ`G[#Nݙ ޳_Wv#_N!KwV 7-i[5: +G5 p *Nn&T;C7hĵ4&Q}$Ҕ%BrCꞣm{D&7@rd9&#(etl\fx+.!0`I4h}!%#w9].v붺𑽤GT)\&Ӹ@:ajPp$OG ֘U7}@޳Pbmb7,y|6'[>X@V3mZ,y%]YQݠ,4iθ%ͬ6_&_5&Do}yyShbz4ODI?5cR2LZ_ {HǨB9RiP*iܡV5836T&&Yv-OYEc䬈Y^daŜ*~ozǹY4c쨱ɪ2*:ƍPTD iN"eL2Ǣ(v&FQ`-Ⱦ=х TV ]z"hn~/41K~_w@{SM3k3L (XRПH<ʽ_$=w/ tVgpeMZ%KaWf4D4Сul3!(n`PaF ]OFBT/,QR0|:ī½Yt;3ˢqityEޫ\&%0`T̪9 FwB^Sd\Ɋ5.|3axgf z?W㜻H@I)Q(r x7A,CU0cGqCX!c$ȷA-\~'wޕb!ZuBI<'Y(Z~,KywMXm5DÒ%3#5e?v:Ek>7H^P M.νKF(7-XݟX F_!Li3,ղ v鎳UR+xS^a'G8l68mN@sh枾 !< b| ِjw’M{],Dz/Ի|gO-WD63ц !ΗzPE.BT哅 n!9J<7d(fnădp%.JhJLp+7i5:"=LvY KQ [V,@ƒ[VD3!,ɠmD>oB1{bG;d>*AHAƪgY6tL[B IZ-#=62v֩2FF*[3S7DȅԠjx H {콼5*ԂvX521`kʉ^-Οx}|W`_]5| QJ,S끐".!Vޗl]:d0^aQCT‘@1Tl-u&hӂ>~\i@KBuACaǗqs2 #D# ;$ n5-m~ *k MKF@d~[(o nekMk0l5{N[r%Jh;77RS YGT &BC#'v6CYٷÓi*/s>/4h赐+)Y4*PWL25OHF0Ҧ50q=| QR@n4Vw=UI]AXiuHG ^>&ktHY9OP[*qNFp6GśOQLȂ OwpƒvjcrXg&łj'Od`Rdg㖬ӻK;_Ql=KqV-](/ !udYu^S.ˌ_O7I3 y|X%>n`x͑mjt̽:[#ݷ:TJ̵aa@[z:rrAYsmר+q0!G \ݮ O@=uڵ5቉|u3; :J/#Ww7ԊXf1LjXoE8 ΁\`Gʅ Rb&:Wʁza:ɂYl[Z7uⶅ4B4F@lC>D_(l3q]R!| O%l 2DQ픾0كg4[\xYo@PҘKeZZPyJJd c>|e#Z@ArF.5>%r+vxfݡ9᾿\]llnHtWۮj@(q=b%vscP"= % rs| 2 &a+ 3Nьv$0򥾕o8["fJqKAA(3VɬM]+K[RD>r{ܨ.hE8?}s mL,6Bpk~:pok?#FM/uu`)t@esN0f3@ "SWN1>ULLq^C\$r ߢ~B / (s6hBF qzg&))љmC6(< =QjȻTW^Or9K"_ !3'?K˚73y)wݺsPVpqMD'مRܣGH>y|+X w_6^ }+ZVs9t* U,L63JTگaߦ$cf!aKB G}aܴ8d[X -7tn#)G@c0 *萧8%A;ow.-: TzX]!Zc lVx0e/tAr {挵pla% cUdw1DZ{3`/ܞdkcN°#ԐkL-!diSq)7b}[ADk 8-NAF~2۝KK+Q#XIK1#{ )1'Wϥb#vtn1iOK`)u)(ցik- (L9M8buEerWkqL]A =l`.0@hʢ o_ےA9 ĀM-: sHܾ#g]Ac@'/9ag,+`V{S\S. T/5Ⱦ%)pniOѼ]Lc^qF~{~V8,hi X3d9.@{^jRI[]CwڶQ|<ųZܞw$hvh0>]/,~$3UqN*M:VZ=tj-+@nhMWD&@ȼ0U Dt5?aᰶ,Гmr~ԍ`$C{J0]XH/JqU}AxTgQKLWV{1]ٜZ!" LՂoT るFvtZ3W0ydDwuEx:8iKǼЁ/gӜHp@rTb|c8&cub 9r ,ȆDZ-8]8b4RٔQދ2\*jg@|[;x` "HoBkWb'wiEz xrA0gsۜ9C8,F`fBKћKem/Q=֗`*eѪ RǥU"mN>^Pw[~:؝Lr_K4_;B=I[1^,|&Jgcݠn)eEc}(c!98v^Lӷc,k%$%陙&_r_SI$Q#]**QUW'[A k I/N$+h}W|!_J&CBTAQ\ QD ϗF})ċe֙u>?+ k3@sZTh}8Ga1M>1/|lWHefgxIUR(*iU\Ibx ^"Jcga1dfXsQuw\.-s¿2#˔NHfzO,h[s}!DϠWŒ^j2ez> v ;wRY.,)̤#KPX韵_q몎ho;[^9K % I}.rЀ쀈]-ZvB[βKŞ&R6X-c.|ԡƳTJ&6e" *R#SӕuXඅQ_aa>Kr?dW*.1bRj sg~!&|:.a1mbYfD]űɬO#g-Ð,czQ慺%<[[CZ<F͚OJMIHWD];klu;> p56jSMB=LAG8y|P]3 Iҥ""q 65fk[5ʩͼ\&1j/eum@N@bw埏J4uPYT MM`{/d.z\t̿hs E$0`8a66Aqpu1 & REXN'&K}wC iXBvy>lbFVx<:m@v ~DctOg)i4ԙδv5Q"ƑSH%}NdԀ\ RC΂[0Q$6BJfaLQ3/C([˻ NcR}k/г>ҕTDu "W3LK'( Bh~(t6pB$̭ɝIpBKO,tjQ1ukM.Eyw a߉ioMLMDG;6Ǔ+بi{z3S)̊fAgϡT2)M#^ " \ 7afs Tzx (v< ?6[h?,+PSKZ={a  ̚6=RTfG%G']ژI CzfSo5 s5u㨹A-ej3gVλү2m{anT25wGWJn6F3PN-*QS)?uS Ƌ׻ ]Oe;2]Lk{z'ri]ߓZo+N4HR`MsOh[t&>uc! ll1"`)c )2)>R2Q2MmLbFlAgJ&yTDmwR uKfC !jsH & Gs 썊^s[m&7'dL1$2hGTt 8\l AS{FIeccVA^iʙ\%P_ vpAҲqϲ '"oI,n"S#Cs sSnOj߭bQ,McR'#_%?lRf%]R!{₥m8iO~7N+!_"I],< K<$tF;ֵ MbSUxU%Gsmm G5>ŝzVN1 /gЭetb}16g}jX]h]Cs|g*Yd@0i[wiP9*, p(Σ+~<,e@kO)qk1N+*Is6sɚGψ!.%@4͊"^A>YQU:3&nzbd \ |Q0&F@yS>TTc{zZ;KrFB6/#_ϒq0~I^ -~EX0=X|E&J \B.ELx' A}]ң֟O1, z'ُWā d)$|m(JP;!.͔OZ4Ncd >eMZ%д6-^&$}ܩ,PC#!yUkEo5}.4T>CZ60z=ƑIRe׊Jת؁b:GY9d d.ʇ6*o]cRn{1FX|a=گkDEzޚZxc7Wht3;|;GX oLv<k0_% ^!Fe0^e$ @o^{-%!й(,kZ87PD*fYjQ349*Z!K]U9&FAyKF^Ҽ_]5{kh&S}-ߗcʉaY΂|/dKuV>xepCHo .vB]ӻ+Me{abҪ %T>ͣ .-|)g KCVVqo.:j򃥣Ӑ:e:^Ue .Df-e@"h%T *,kgwgm6?]Yҟ셹z~;iW-5U͒ÃnZGNZp`00g ѓ tljQC8U'L__E{׾ `u,mn8`;Pq)= ,CnKKzXЀS 5WdM؀4.iHQL+PGijԡS;Vxgc6E&Ǻ6x#s̭0Я :*k7;.A3Q`I$"ĩ(8yzx$VcsHXbODmc)CENk4KxSSyy"v\/@<"W ~/XbRwq:{p4&DrBgoM;30)Q0PKR/43-\ͩ|ح;/޳QbWΞS^ b=,H̃JƓ~6BAby᦯0).UOr貊ۉ4Y8h'+d.yv>v]o/l(MYОMlə@)K5\~ŝk¼pPUŃ{  :BH +d>u(8˔5FېgZ' # <Xb* Mn5? a| tEI? XOrCLepS؇v?JGWJK8+;=c[!AN`ӌEC>PSWcC <|aӥ"/SOFU{? ! Ycu)F YZ