python-exceptiongroup-1.1.1-1.oe2309>  <@PT@7!.ܶujG7oe nopeneuler@compass-ci.com G7ou wzl+ ;VTgLyFEᘦ [彳2,>h1W1:T\co #o1Oel-Wod~ 81{@(c_ȮF1;DFfT]*0_g&TɃ>EqM"4Yۑv֜vO5i&$\WQ7#S*1޼˹>Pݑ|;y nVUK# yt $Iҫ*u i{ GS9@ blLMH9gj,}xe!jDwY| LLr=.ziϙMLn:1 $gai/9jjN[_#Ɋs0b0e4c83f8af0da34e893de9838bdeba49bc589c27f69012e5567ce74ff48e0b421b2dc308d5f0af2fecf70d56ea3b52b892ea12]%y  PLSoD>7?d ' w(,0 EQm    > @HR\d|  [ (s8|9:AFGH IRXY \0]8^odpeufz| Cpython-exceptiongroup1.1.11.oe2309Backport of the BaseExceptionGroup and ExceptionGroup classes from Python 3.11.This is a backport of the BaseExceptionGroup and ExceptionGroup classes from Python 3.11. It contains the following: - The exceptiongroup.BaseExceptionGroup and exceptiongroup.ExceptionGroup classes - A utility function (exceptiongroup.catch()) for catching exceptions possibly nested in an exception group - Patches to the TracebackException class that properly formats exception groups (installed on import) - An exception hook that handles formatting of exception groups through TracebackException (installed on import) - Special versions of some of the functions from the traceback module, modified to correctly handle exception groups even when monkey patching is disabled, or blocked by another custom exception hook: - traceback.format_exception() - traceback.format_exception_only() - traceback.print_exception() - traceback.print_exc() If this package is imported on Python 3.11 or later, the built-in implementations of the exception group classes are used instead, TracebackException is not monkey patched and the exception hook won’t be installed. See the standard library documentation for more information on exception groups.e ldc-64g.compass-ciCMIThttp://openeuler.orgUnspecifiedexceptiongroup-1.1.1.tar.gzhttps://pypi.org/project/exceptiongroup/linuxnoarch9 .e ke kd484c3090ba2889ae2928419117447a14daf3c1231d5e30d0aae34f354f017859aa87b63d3d0ab7f2269014c7e87299eae33f848cda5153964fe01207de33f86 rootrootrootrootpython3-exceptiongroup  python3-develpython3-editablespython3-flit-corepython3-flit-scmpython3-pippython3-setuptoolspython3-setuptools_scmpython3-wheelrpmlib(CompressedFileNames)rpmlib(FileDigests)3.0.4-14.6.0-14.18.1dli-miaomiao_zhr - 1.1.1-1- add package exceptiongroup of version 1.1.1noarchdc-64g.compass-ci 16953129031.1.1-1.oe2309exceptiongroup-1.1.1.tar.gzpython-exceptiongroup.speccpiogzip9utf-8c474af8c79150ad8c777d4e5778b1b6f37e05970af222497b74ba7173f5e91c477e7416828b6893508cd2ff7157f977639cca5816ef6cee222987705f4d2ff87 Name: python-exceptiongroup Version: 1.1.1 Release: 1 Summary: Backport of the BaseExceptionGroup and ExceptionGroup classes from Python 3.11. License: MIT URL: https://pypi.org/project/exceptiongroup/ Source: https://files.pythonhosted.org/packages/source/e/exceptiongroup/exceptiongroup-1.1.1.tar.gz BuildArch: noarch %description This is a backport of the BaseExceptionGroup and ExceptionGroup classes from Python 3.11. It contains the following: - The exceptiongroup.BaseExceptionGroup and exceptiongroup.ExceptionGroup classes - A utility function (exceptiongroup.catch()) for catching exceptions possibly nested in an exception group - Patches to the TracebackException class that properly formats exception groups (installed on import) - An exception hook that handles formatting of exception groups through TracebackException (installed on import) - Special versions of some of the functions from the traceback module, modified to correctly handle exception groups even when monkey patching is disabled, or blocked by another custom exception hook: - traceback.format_exception() - traceback.format_exception_only() - traceback.print_exception() - traceback.print_exc() If this package is imported on Python 3.11 or later, the built-in implementations of the exception group classes are used instead, TracebackException is not monkey patched and the exception hook won’t be installed. See the standard library documentation for more information on exception groups. %package -n python3-exceptiongroup Summary: Backport of the BaseExceptionGroup and ExceptionGroup classes from Python 3.11. BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-setuptools_scm BuildRequires: python3-pip BuildRequires: python3-wheel BuildRequires: python3-editables BuildRequires: python3-flit-core BuildRequires: python3-flit-scm %description -n python3-exceptiongroup This is a backport of the BaseExceptionGroup and ExceptionGroup classes from Python 3.11. It contains the following: - The exceptiongroup.BaseExceptionGroup and exceptiongroup.ExceptionGroup classes - A utility function (exceptiongroup.catch()) for catching exceptions possibly nested in an exception group - Patches to the TracebackException class that properly formats exception groups (installed on import) - An exception hook that handles formatting of exception groups through TracebackException (installed on import) - Special versions of some of the functions from the traceback module, modified to correctly handle exception groups even when monkey patching is disabled, or blocked by another custom exception hook: - traceback.format_exception() - traceback.format_exception_only() - traceback.print_exception() - traceback.print_exc() If this package is imported on Python 3.11 or later, the built-in implementations of the exception group classes are used instead, TracebackException is not monkey patched and the exception hook won’t be installed. See the standard library documentation for more information on exception groups. %prep cd '/home/lkp/rpmbuild/BUILD' rm -rf 'exceptiongroup-1.1.1' /usr/lib/rpm/rpmuncompress -x '/home/lkp/rpmbuild/SOURCES/exceptiongroup-1.1.1.tar.gz' STATUS=$? if [ $STATUS -ne 0 ]; then exit $STATUS fi cd 'exceptiongroup-1.1.1' /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . \ CFLAGS="${CFLAGS:-${RPM_OPT_FLAGS}}" LDFLAGS="${LDFLAGS:-${RPM_LD_FLAGS}}"\ /usr/bin/python3 -mpip wheel --verbose --progress-bar off --disable-pip-version-check --use-pep517 --no-build-isolation --no-deps --wheel-dir ./build . sleep 1 %install \ specifier=$(ls ./build/*.whl | xargs basename --multiple | sed -E 's/([^-]+)-([^-]+)-.+\.whl/\1==\2/') CFLAGS="${CFLAGS:-${RPM_OPT_FLAGS}}" LDFLAGS="${LDFLAGS:-${RPM_LD_FLAGS}}"\ /usr/bin/python3 -mpip install --verbose --progress-bar off --disable-pip-version-check --root /home/lkp/rpmbuild/BUILDROOT/python-exceptiongroup-1.1.1-1.oe2309.x86_64 --no-compile --ignore-installed --no-deps --no-index --find-links ./build $specifier %files -n python3-exceptiongroup %doc README.rst %license LICENSE /usr/lib/python3.11/site-packages/exceptiongroup*.dist-info/ /usr/lib/python3.11/site-packages/exceptiongroup/ %changelog * Wed Jun 14 2023 li-miaomiao_zhr - 1.1.1-1 - add package exceptiongroup of version 1.1.1 ?TK6kp!-;4C4@pww=h`93s]vmyTZUcyGb5`ύ-'[cӷ>sMX_t@w#+ӯg#'&sO00088 QdSFw= A2R͕Z6g >ҁʔ#V<N(>֤M =pÿ  on5W'5lllM(͵ulam}}I0hp/>x&ocZ:Ow|[) -ďO>,\|D_ _r[O y2ONW콬?\-lyȻ9 pKpiyMn}!0qA}׺GK¼v44'fȧ͔=Lo7j*camH7U-CJ@0[G` [{O"6ņOoBN ۸p-5\OH1S"z9Ld4p@~5ۀR^+7$z'q5h"pGaD3qpc 0}7rN%Blؾ񄙆#qЮq¡Þ&cu?Psg)v''6 'pwN!KI8.xn <ŃdlfTVjY`4 l.f&p- =}5z|bjs^uHL{n~\8x"Q e. !+8@Y><l}x:dI>8=\ߤ9iHT8ߘ,=w`i?ȓ6&{}SBhEh۠! =`_ 0Z {f{ƅols(b=5RCuޯ^k4oڛJou dv-p.J:e gn#HHjC@Zln8젗ZMуAIA9B4RGˆh~̷BKa00"|#!ZP*`_3(hi ech-?25cTn~KsC!%D+E<1g deI0Ć28RKhN:_BKwė-C(C.TPH`5by'Nr+'Q>q0pg4xp:OnR%31BxK{TŃթ+46ij <`u\ O]_XQς+Q7<1-e'4iOT>\A1. !WjP;:y'& ^:1VߺBͬ  ~<>ǡ3]O! {G23 4g$;GExiÉln0/C%܇0>-hQFsxQJf^M TXN@.T0Ф6ɥ'ءs6B_yX 뒍UNAv6mϖ%:Ɉr=\AEU2[;d3,蔑xxW9 [(#)?8W6& A!$*"NvnH6 6eerB{E)%%N墋]wcD0űEߔM5R1'!ԓ#b[ʁWt=7 &Ђn}y©T7/8Zk4gL3E_!|HBrZ&n}wFV~ճ>P~$0>-${h@TEOm_tO#[KӶ@@$v8H%e-3@'7#cQu8W\CTY"{/=1~ĕ.u;Cc! 'JSکhÆ[E3%&3"%"!v2yݼ*.Se $y>A!ޥ|$tm$c8EنT~L"@0|i^ *D1|LTesj\BYEm - 86W>p!4n-P- tL3Վ4M0 j$evfzFXw:T+.XHwĩrFeE4Co!>Ye:Mܢ>u!B 8maZ[{{ ;?d)C~ Y0>Ҕ>efu¡o$u?)ODKYjٝgMםڦ%"In]SC<иn5Fө9HyVJ#fA)"*8]1xOx @ 7CΘ]-6MBa)AT:' i TX;+@Gu{ WkŧyTdv/RY e au_:>H@Pщ RjsКyD;u2)BR$ܠ((B)EEtuuR QD;YX`s ~5EVs8?̆v:*:xOUc=Оfl ^|;^&V-%c݃Y>LlqFuϯ|)gW$߀KO^? վ" LDi=w\S>gfΛyb^TH?j-8Y!}TrO3Ćk{VZ>ֈ:cp+ANQhEolpCdx(7_Ws'[B/.']pxz@tRc:f  *tɘ{)A>^zߊ9:dx}^{[x;[.>cs~wޯ K2.GԃN=~YŔ "Kn+?W!>5=Nm"?8\vmP|@ۻC ~Lcfv*bp V{ehSw[ԏ8p|itF 7?qL0) QHƓq4@Yѝr-p>w6΄;iXq9HO4ۥá\a`&=&::MzKK!A#%aN[z |9͛gW-8#jW%k\{Tڐ= C'TGJA%4̋]]]$!^;CD`> I,nMm[?'߄|Mqw#7Rcv<@>e1 t_; 'N6e9& r갖bzlX%nEZJhV^6{spG@*E.r/w_;J^Uo^ZoK_ >7^s\Zp!(`#:QQy*bj{_x]S4 @䈫vh[7i.`Zs?5Cp*gֱOK^LǮP:G?@_=?>/L_hLiU ĒT_q5 LHOXV|`=ȸ GN5Vo-C8R/!(cF@D6{ۓo?)ֿެ_0=tJŴニYB1OO|x!: `]PZLNRCYI p0;b1k!Z76zIMxXwVX$9}O:/lk珻x82({YQ=-W5l+Nz EKy H d T@2N$w÷Kޝ L V*+nE-|YOKqt:B'VC`KͧN´3"̔2cmKekU. Gǫ\G22ǵhNi;VvLiTϐO@382Q!(dQ¡.HI]Z\f!|5+#5*Mfh FҤn7T&PN'UutMbV1LGuG89#I pslY;}u GcV: ~I0:е %Ų[p` )"LZ}c7)όUlbsgz_,ya/zP TEK!;׆Os=,W">*斫q}zzY.{)o~.\AуxUbf~8ft |*֡[|<|˙qIM/䐱 ?]@Ǚsv2p=ʤS'Nx:.4,v*ܵ;Mt»5 w5C`V!p5&u_`d4-p%.SąC= Դ s~nӆ79&CxHtVA& IrV#B} /KuI8PPepYNj0hU839#Qpj:-!|N#RWE fG<2u]cL ٿYqO98؃ U iuTf\>u޶YFf miLA$!4P?dêdP:vwTo1 chלg{d ԋȰ`%e{һS6,`-ۆ&An]nwMQRm]dۑi% 8#0co_򾚿p礧}`FGxڮZ*>$Uh͍[O?+dnoZFJ >P@&&1$ώZuXj iV>v]`r9`m"<-Sم '':ap>Vtff,6*,η˪.J8,}2@R[&Orcg}SP4 1~ a=X".KغVNybo(_ۦhb0W.ouXrw1C*}m'֞#]ఫA^ix!LTˀ.ܵSR{DO4tqXyew埬Cqc39/>1}A&IKU𜮹w9i٦ Gr[9dz<κGFnv@g9+qyH~π5d'ˉlض{&%ϐ) qwE@N$.}[ۃ~f˺[<юr$w`KmDHUi\ 3'# %Q8jJuqL:ِJiVSlLP61S>t\ IzPuD`*A64m2 6ju2-7pɣ^oq6mSDꍿT/.R"Z;yH%W繩XCn~vm5g"u?,y35ĜR6Ҙ⬵0j!u#1A%p_wf-K7S9dBUl'YLm)n[5Y1)`93몕Gъcl5HU|a; ֬R;c=sub%yD6*@P ߝǖ1F>g@:Kh·6 z*ٱA,k iv)1Zx)ti߷f$"7G 0F{GᲩ@3풼*)kI AY;nTK 0 bi[7mvw-҄ \xU>Q T4]`fB6s5-x ]D \_zfcQc*2ud2  xbI?|w@&?x'E}Rۇ1XUd ip sκ=]#t!zn£Iޛ0u`ؗ˾ϻAGXE?3ny?"N0r/z<=9If V6wn>yu~=k%Q[Fvv+h2256T#MDYt k*[&ka=0mJ,1k% &%TJNa{@jSL(qO8YU@Net_礥+0!`U,w062@)G|$%5']0;6zB̙0\ꑣFa" ֈ,xۃG G*ҔS\ҳ"9t [2FbwWxYƢE|~˅c,ĜXš ApJJ=zkӢ>/sU)"{3JZ4_ dH=͗s☎ kG@)h}v6y*w7҃?{uk#F4ʭ:Amau~KyŻU:hkg"!l@kz*.U~٩'&)JJ*{L[9SI>jM`뫘8 DQ-}ܡVp*9bJ gv^w>6"a 2=7$tC:wtcU/}ūnB(gGg,>B^Swi㸄ˡNgQ||2&#ӈ- xCCOEsCJ~fԱڶ8tRZ=¹Z?ONiIxT-f4|oӼJǂ?]nWMdFH|I<èE}]ݭ'(Z (G  y#հ[H&Q 5P8H,ok:ZC!lTn٢qhJ,w}*ު'OX=1_x7 ðFDIWS@geeU&8kGcI ) A6WE!\9V-n-6-> -jFbU.tE@9qX6v4*|R2%=ErapIM3uJk)P*)w$b]㛟7n35֢Ԃ@b3vƉA}+wkX%H .M | 2> Zf,7&IfΙ0`k vY waΥ6.,n5m\YkcZbqu4u9GRl5OVaRj2 rHC .uMQH#H\{W+2ƥ*-,%L^vx֞縯?'1wGEU-J)z(~ۆ{VՅ<%4,A Bx0X5#dؠ.wcs[$L))y޴ ( s@rcÙx9f9۰cx@ >R`EϢ2m<$ES5DzzyyE" m ~_DotvIw0{;o-JoJu5>y>雀u&$Jfe*_zV[կAkbRYU-Lӧ7^"Sp5V?-4TeE}/ f{ XJ2*Kݣ:@)q:6em}b5 aA SN >f?o -D![7& r[ +xa.G=+Jp]\dC7A=r/߿F<h[ _i_"+<~(&P,!܇ {oXgQ6m%"%Jޑ3|Ԛe3K t%9Ҁ BЋu.j|"6fɓ(œ]χ4;M \?cLO{ZǸ]6v:Ål٣q*6P64\V^w[yu؏$WMhv@Fƴ7Su+u\R,s~N{+ TLT*nӝ쮥b:.\}=ڀ$^w3Jji1ͧ'4ys4ƶ&mٶ9YDڮ$ jGm[ұM[{a}.+-e>*ݔRAriibƟm+P6p5 ѐr0b& {jlU QJ:k_ٶ9uSg#9e{;/O/Zss "MRo^]CfXfPjP5[zElPfS:*Rh,iGkə4DL،=M"~ہ'S!4S8Q],{Zaྨcpy[XŒzT7_5Ji69gDy0mwdI{m3$Rym5ѿd#B`l0FIJ5S{0P2ɶ̸-(4w ž]Xpn#*}s6Cq`1Jޑau?lHѳ^@/C/rE;/?V^w_3yy[܆32}/N#~I5J$LVUz)f >y:[Kˮ\&2 {dOYPtדj>wW/^W/S=?7d_b֣Wqx^b^V۹_vxX !PԧYMbRt= @oGm0!t3^dF4m)!f6Z`nX7݁J8,(qLl j}i PAq #CJWVVGDe t">V[y v5{Yf-1M|DiK5" _\oH.* 8C"GZi/hu\JG5 ~_vRag;69,n8}e5VNAf&æ7=CC!lW|ٵj`+:Ϊ[|(,:4RFHPnJi#4C]:@A:[y f +$ZGgfbe n%qlh{)3 s̛.aΏNg %f"GZڲdL5-b! Zs}^i*g5&5YUɵ+6fK1S<@U#ORt3 lLa/. X$#͏>[2+iNIYx2I p1v4P r57rO.p|{Ott{2D[dDE'ebKj`W}d%q>8^tef曌 fO@oE#^kRR쎞/ 5G8d|Gob3Uj0iv'Tt8Fܿ-fKT7IKq'g M?a I*UUBOҎZoVX6ߔɖلjghsrqc(>c)0@"-ybvXъe6~ZݐT-{=idjs9ADTRJfY9~GA?vb 4s{ @#?;oץ^;p"4KB&n *$D*_{A8SxI_p1t>YK[6 ;Qn2yY=r O(Չ FR =,itFe~~O b[|cTdD~US/h!Mȅ8\i2KP* ESL&xNKN%`=g,9`؛@JHb_\L 'g>>|L6}b LrOnOש>QWe(&q\$}ʢ뉾O~v+mJV֏DfɆN&[#>C4Gg ̉X=Hynǀ S핕Tc̱ Ԛ}eˏPс+XaPlR4 ʪa4Ok yp1v`-2R,HMgxX_w͸ki(\kCdHWӴмS_o6m q=w-ZM $,#s +o뾌G=.8˿;es yϿ<-Z)h(m썍l@[g[#;K3 dkig 40v1 Ei 8Y;ٙ ZXFc#k{'g1.K:uo]&6F 0s(ʄ 0s6fhfoccfig΃P}qEߨ <.Ζ63;ߖm -6N^4xel(`i?IJS5tg:h:h ppw:xkk 'WA94H9ؼ|liWx9:uקūgQ t3gp?O[{S ï%U+F&NN@WPj t,^l? #W=^UkcWؿ U`vLe Jb`og,ϜxCݫ)#F_VK5~C+-^mפr+ɿ pH6z?3~%޿xnv[~)c _*@o;S#'S/}眭Rv@_H` od zG|E=2ZKًbk_=";YKݿREPSW  ffK&{'sע`n3ɿXOkw+T"J?f~@@ ؟Ahh1@GK' ( 072K6Z=@SK_57{];_H O؝F.5o9EճWY?ׁd߿م@ifk]|MKJWCpg,o1JZ$3{U'תo7Ghi;+Z0ZzxZ8lmm,MM,AfίEdbo+ZY7# edjW!9Q}nXnRbʤjfD