python2-decorator-4.4.2-7.3.13 >  A _+p9|+l HnKݾoxC[FtvQj-)"0-. ։bruA>FC^DFqטqqJ$^5$$IoxÔ gAشsy{YEMeTAIbZ2KqxM%]K$(Twjo&r2zM7EKPhlNҟ]QKq28m>EL ňR.Mt2v zExde1adc5bfae60c1b9481eb33cfe755b662f31d025716746bcf1103296fa07bb886277f68266ddfa962d6cad03a361ce91397b810df,_+p9|cy;~K t=QHtѡU'GoYtҋ/pu.#;4-lmE@߈t&jYۜ*Ng`XkV֬~`n6n\:j"_& )hP䲕@Vi;8\4.!&5Nc%{7XpA!?!d ! 7 2X^h    + <x4p7(_8h 9 : j BFGHPIXYZ[\]^bcxd e f l u v \w x!$y!`z!p!!!!Cpython2-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._+tsheep12SUSE Linux Enterprise 15SUSE LLC BSD-2-Clausehttps://www.suse.com/Development/Languages/Pythonhttps://github.com/micheles/decoratorlinuxnoarchc{/ CF; :( `A큤A큤A큤_+f_+f_+f_+f_+fX{@_+f^Y_+f_+f_+s^Y]Q_+s\qaedbebce6bee69d3c98652133abc270c98b5279c44fb3e7cd51f4892f58c3b8110cba88cb86dd8fba2e8e9c1088aedf7900e93740f85ea72bc951e0a17dd340b01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b00bf38a14516407c2477c3823e12d1a363498d4e4c0dd99732a447bfea68b2ab2a7e9e423a3cddcb56c5757204c398b74fd8a634630739ca615b8dcae0bf0d22690f0ecdcf842b6eb1053397551e40fbc4b3831f7dfdb85a7b165218d9f7f187a10d4ebb74456138598d813198824130e1957a109e5a1ec931e69cee3541f0d5b5f5bd40fcf992af2f601a6ec659c41d7ade52b36c4320edb43d5f594304a4896110ca431d981e93c62fa1fc871a3a776b4cb2438a7053be8d6808a49f92850a5f63fd5ff176fd7028bad5ff511f93babd4208671688376b3ca953b5f89cc0b3fd11660cabf0532082c45706862fafc294907ec7f8e217818240a4999806782erootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-decorator-4.4.2-7.3.13.src.rpmpython-decoratorpython2-decorator@     python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.73.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 upstreampython-decoratorsheep12 1596655476 4.4.2-7.3.134.4.2-7.3.134.4.2-7.3.13decorator-4.4.2-py2.7.egg-infoPKG-INFOSOURCES.txtdependency_links.txtnot-zip-safepbr.jsontop_level.txtdecorator.pydecorator.pycdecorator.pyopython2-decoratorCHANGES.mdREADME.rstpython2-decoratorLICENSE.txt/usr/lib/python2.7/site-packages//usr/lib/python2.7/site-packages/decorator-4.4.2-py2.7.egg-info//usr/share/doc/packages//usr/share/doc/packages/python2-decorator//usr/share/licenses//usr/share/licenses/python2-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-linuxdirectoryPython script, ASCII text executableASCII textASCII text, with no line terminatorspython 2.7 byte-compiledUTF-8 Unicode textRRRR8<# 6Pkutf-8f94f38169054ff79ce187a61b0d4b9abb42bd0b2b31195393433f1133b8ebd89?7zXZ !t/;?] crt:bLL d@Щ 2brApw1E+ ϒXK]r mEd#$pHU\dx1}J/޵9JfupUoW=wu>(JC3PzU? SIZv–m^3=߁IⳟKorOPF52|6`e87"[l3_Q#H9i(=3EHVn=ҭ7cTb68_t~3o7 @E}QZn8@i^cQ|r'cظgt0b$a6eh%.e5xԭR7ZH6ҕ^#_Qq1)RNng.nW!]L]:uA>2_h/ϋ~έä Vv6xHYwQ  OIkxNINb/-Pl)B֊Yn&669+{jw'*g@pLTyTJNGFKQY|+˝X=@X_+R)rXs3HQW.Vȇ;t#bAu+\Ô1|5{58a*"sgiW]'E%Y-PB͌. CtTvh5r5RbGji%cFv){H8k?PSc'\'72O 19lXCGЊBVb️ɧӦ%G0Ț,~ucH >#Cqp'ԟ6j%,Ŕ€rz_A@'z=jyfcൺK(CBW[t/vݯ8cpbuqH +LkTyS@Vd]>IZ(#<f.5ƐI8Kt4V4]ѫ=J zT{|A3Zh\Q-ے"ScFa>e YP` =ݮQ GpҐ.n0޸BLMw29XձZL2O;&8S{ΚrӆOx4rhu:X_,/fԠO-awknAf7y|;Y G_IZ")l`D(3D' 4ZSak=$ bTuW_kY #rZq z۹A`3ŐeZmRK7}f;s;vҰ{\>`^{)^,]x@Rǯ(`pSoi*Ga+c\GZ 葴'M]mp}8ځ5p3=lmQ!ۣ'UY"ՖX/d[Xu3ZȐЕtTx"i" 󡑣E52'סJgq} aȤ]onc'YC6;8!мx$\# =V2cށ0CZ7[u2>$[KVJ ) ~CjYMI 5h+!  $G"] )*!&x4 ɡFiubED+<ϭz .@ ]pIrbׁqھ%*6ELIւ-0ͥd6IsKgSzPks=hliY%Zm} &Ewm&,Mߨȿi2W!b'\Z򩁓.,gD4)VÏ~nK^j8.,sILE>)Mc%] j}ƪ3R&|D'۝}XoSs֭ګ 0g[CTh:Z,Z4Ui'RVz,h)j„{8wF:q@Z?X6Irj>?#I7 Kp9]Aǚ'|ǵ3%#&bJyT*c `?a(Ž^;w6g.{,Tʎ%d | 3^$PQ8{2`'@;W(0]yṒQU{:KB)9 ӍSIB1G]uIC,$*Y"o !Ix:"C@:4b tH1]{p( ķ܎2?(Dh4OﳊHD ';w yDEfF#'X nA4Gp-k釂Eb-̰+u9TC!b8i'ѨäіE)yYơ|8u$*cY$F}N|{%>)$bH]AdVjO[p+ ʆPs]\(xYӫTm|3sԉ<0/cV%YIa%]歜+̒c3NNW!4?SFj*0߹B,rRC8LZjq߄|Nزf60V{PS@cdbT?jŸr1M{T+GËVD 2*XiT2T>bA>6ty"xgĘ4v^c-Gu3tiޏ Z0j-|o+~~r::|.7c7M>Op+^AEJnn{AW \OT[̛aoxZ+O'YK`clY*@ɺj;4خ_=woZ w(/es*gȐ=Veih_*>m"˝o\aӎ, &ʹ2=#%(dv/"XG,!/ތ;y6B p-5fbtfx=P uyKgmÈ-.!e kc ~aQR ץ f7&џ|5-Տ#s' f i 5rt;sjLoa{Z4fȧ y-8K=)%ں&E.9X/wc۬C[@ܱm?9QćQ=8u TÃZ\lU#+x2%}! @M'ˆq0F\>h3t^svtQDIp֚rҚ {0PG&۬XV{hc.AtF|/tP"wb$ 4 CmQGwʮ{V񢖍~ K־ 2{l%9l9tчqXwa=5w`oZ/*ݽGaU`gY5l"m"!"MpwfakdvLwL~:bX_' ъ>e(Җl'ԭZ\Eېd Aމ r,Ģ_IUT' KLކ_Cr/+Bh$.$*y$_LI1űe2:zTԛbVAGCZ`A4uEB;"fCo4l ޮ6p!LŵWq nu.i\ @ya;`C$Eӊd)]1p `Rrȕ Mχ/ , :Ie&c;~szqc{ωfIe>=4;}aen%4 TR5whx!2#BCP*%>RF~9J,^Wr;¡IxŚ͏[|kKC$(%:tKidn0Lp=7Lj ሲ98t{^X=VBZܴӳyzR1eTGMK'G55[kei:BUө831c{ uH@fZٱY3YJL`TTۈ~oW᰼eK7e^C'\ .*M [yETAS nfIUx0bjh%a94)[N"~.\7CHۄm"/m^q04fpw A2x(3" ,>qij3F<_ݱ3|(wkhW΍ !/9yGW!qkzNHR|>j 5UqlD_W2Oڸ -0wqk87T5u>i#^hT]f T\`ɨȘ`<04Na\f!G.?xtw.RjIRqS`Œ&kOp 3E}jGE@_ 2뫺 5 s~0?xnT 0uj>F#b,͠C>y\o)t_9 љdR0ڪյ]7p!$Sm 5z8=pN.bD~4O-y@; : ZUg=u,וq25]n 4n嬼 N&nfr<¿vgѭԝN0`[}!@gsOBoؔuig jDd5d3MR=ab)6֪ZӫD4eԲBn'<!ì]f3-N6&{-wһ|9˙{}ZНEF Z3ƛ]P1mڶ-,M̩T4Wu91 &U ,1PJZ_B_,7.z-$Ǟho^\c,!H` $cmJ>d^(a37^P0w0AWh}Ae '\t;բj Ȫc Za{bUO'l?,&E- )2 F>y1oP89G7 ^)SX: / -Ln\w~Mo P [»|EP2O˂³pښ|g#/ђa&qc3xH72%%ג>Ȍ.3Ǖa}ۻO^ZjPB#qR5M╛\S~GQ >Aף6MIU3TH,ݘ6]ցv\Hmr/?) ;JSL0q{$F=ES/lp!Hcf2¨r:-᳸gTc 4u-r/}uHT&*\y1 byossGVیXYU{^ɴ>Ne 4X( 7:]_wT&h1@TlKYz0&}niy=+2 }Ԟ ȃy=> ߍ 0l?x`ªCq(Q9a#vaNATTfLo4\Ž?\FWU{gϔGuЏc2`>Iİ!C"ِ0`N3[~C =M!dCfNeUn 7Bs9=pm <'(`j #LLGt.*2 ra5bsq$W$hi*_611j➙s8^) :+˃Z䛃闡O[тE,tk{T =uƀ:BXZ):]ZzΞ~;Df[,4m a.W= wAGߖEM VxiWIG'"Rs3;w4a;צ̢o7>dY!@b]l%֚ܡ[\֥}r??9B[7P[=ՎzpJu][avA),~s`;BíCl" O_"v00柸v8jTZ"xlAh/UG{3az͇ڲ;vUݲJj1(CeK'~APC@ˆ@r VT,,["& ;ۙ90U#vs2l[iSP7x%2ֈ0yl[!nA(n E{s XwLjb!z)ӱadm$1*se fER op8: , VbT|X"a)A\Qx>P2s% 6 q@J} SHg{%30=G[0tΚ;~w/6 u>aW_⍦}N[k *x/j{IPʼnLt#U2nmiMYւ#˃JgcM Ų9|vV8XKKQQq&\\½;aÀã |[7>J@÷qC{3bUT>۳ O1&WVu韰헽P HuuM'Fz~lFN3v*:bi>*ѝAp7&p׳7P$\iy )x4W{[?RMF E6 {eϵBY+0GvSi|?%1*{i+SL}]$wW3DluDnHt?=y}uk:$~2|oBhX2?IfyW%L>BfPi8ƦtI];6d  WFZ 0qcK*;@7?n$ ;F o~Y#s's8Ԉ):uPSM`;JyOk,Q~mݻ Ez!4uuQ P 5i)J{4Eבso"IFC߁UGcY8AdP p(s>J7a1d=CtTnOÑ$xy1տ5(;Ucp4졌RhQ wl^IYTcNm+ +5z:NQص5e66iBS^\֎h$2ތQ?q/I{>x![4}H`4<(ώ^LY:aׄab"~pbgvo,; Ҷ(jVQ*LJ|B&fU<16xDL&|P$.?y !>x'yJx ©iJs,lH e)HttWB*Љ_bUdZ!NbҦH ,g2*Pś0+eo\½fJ`5& SIZ7%՚Z04$ 4v%Y$N9}4jR@1xɱFu {(h-ECDzO 6lA(&Bi+4f[:]ɞtjk/C󌵹| 4W!Q "s1ouZPuVd۾#RR:iˢj1M֊^#j~{GZt]]T~ ,2[^ڃPQX_Η^l/kx#R{Ӟz Hdhd 3Z*j+rm GRmל`FP꣜H^HZi'f%@/%L2}?dL!g7*4{fLQx$i|g'8K1-qЕ,ƕ(|;uayQ΍YkǤ lEnBUܦ-t1'ܗK/DcԬ:ZZSuZ:Nj;Yl6W_IÆG%3e⦍\Lo}h\GzB }Ut@R5[V}:Ŭ3ãN1HRô@fw(|DL{z(,H0%T𼷺R}$O/H,S]\0wP@VBB&jҁ= z^# m Ax82{ك;+82XGɯ_>/aHROҘ}ihP;y . 7 bMc>TG%&;puW+4e+tTt|\ C* f+%FYb!5n;q> jJA%x 5]T0 >X?ҋܠpcDlgifEXOu/&}p:y'=m rےR͔Z?LmUMfm&z\b Xڿ Ug@*1 mݒ&痺w5M,왐[d|rPKߪdI^BZ""^P!k[؁9 YdF-HS*^ywӪQt8%kUnr͛<hۅ1XXfX0(KoF+nt',7B_ؼ -z^߁ǐ0J^}!xc ig!1-O@ǒ~ߐwlT-hO q,|} r {vL޽mkoH&Υ6%RًgVʟN !_~A~ s W,̳^zelqL/{J1c>Nf[r,\aNMiEg:<\$M!@޸\oE}fp)M; 5qLm{1L &]SKۂQ0S}jSH1li(,}U1\vӵzDɄDZ&~y]JŒZפ~T_Ӛ}5Lei![<]&Upˮ[ eڄSRIdlo5i& #Ϟr&'z:,/(}]5=۔v薈K۹e8+ η25nxNU z@G0KwX7򔫏tz:s -_d}/whp sCķ/Hzz܆ Kƍ㈩nm'E6Yu`3{E+\3x 18K/D&>i΅ MLX-(au,h^ݲ+j(0?Sۂ܍D%.gFvѤ~}LTWE+ {DppSs1?p)3j|( Å1N\|BR<H8ۨ@Βm{F4+ZۖHBup= 4 b9$R0@rxŷKћV{0k=Աy}kw4gmqqW! 6j1ݜǫC?WHnփ5b(Ezg.#$ra [9Z(BjYOgݲc܃GU42*(-!S^_(Sw(dDF+֌%+UY#5\$jB+n?vO/H+K2"0U?hbcUg'Qola^;2}zOEW0P{voz6L8/DckLx,(Lǎ4W !2|hF,ձBG%w,8U3~qyAţCΧˏ^q-ao!|G>3qIE!TTzа'iT˯ Ad. %쐍ܞLI\jأ`ƫͮ9IvD^JGK} ;2[tTN)Uޏ9(Ú7`Rd@+UDjԖ8'2`̐N#HqxŹKFиKP?13F5m@KKЂaHixAlL!uK n&3dzCΓ*9;+?bMAPQMs նy'PT{muL 9Ӂ8p ~ŀkWU fnI|C@HrAU <50z):'UTh_h7Z>p~^,^ CKLTFm05pUľ4y"v~ B/|/叡jXho,UDd LJ(D3xO E$ A!Uj c| fm_,6!5d|+=kZ2rSq@:$kD4?pXٵ+Abl0D 1b.C둼_Hx|BnS$-)U@}4gB Y5׾^(sܮf.jMn95{ܓy4lT }^"~O/yMI#Z-uºR\"Shn.:N8pxoO'`[7LG^K!#}YفL~yf= (gOR1pʙjI7hrR}a 2 ƛ9 [Hh5cTpvE*:},{|o5|'Lͩ #<\:j4->&F9}o<<;Uˮ[gTȁqfCoZݙn+fՄC" j]S :`mlcx _!7h(P2iXYƩH 4Jc_U(Ɵz[`snZbS r&J7`1QWt q,È(U.Awʝȶ YZ