python-retrying-1.3.4-1.oe2309>  <@PT@7!.ܶujG7oe r4openeuler@compass-ci.com G7oB '3aQA6ۈ7s%`TkG1?oTTG5ϾJi1L ux0IC`߬qӮg RU+Fio˺0].W(_/ư))6 r@}+j6a6/܃Uf3!{y9d1>Aزn "VGt#\ BjBED˴Z ss]HC%;)Ќ7?d ! * &JPX` d h p  @P(89:A FG4H<IDRHXLYT\t]|^defECpython-retrying1.3.41.oe2309RetryingRetrying is an Apache 2.0 licensed general-purpose retrying library, written in Python, to simplify the task of adding retry behavior to just about anything.e p1dc-64g.compass-ci5SApache-2.0http://openeuler.orgUnspecifiedretrying-1.3.4.tar.gzhttps://github.com/rholder/retryinglinuxnoarch *e oe o5f9e4cc0a677b9dd8be69d7f8d80da095589607c21ee764d8887afb8362cb5e6345da8c5765bd982b1d1915deb9102fd3d1f7ad16bd84a9700b85f64d24e8f3e rootrootrootrootpython3-retryingpython-retrying-help  python3-develpython3-setuptoolsrpmlib(CompressedFileNames)rpmlib(FileDigests)3.0.4-14.6.0-14.18.1c]wangjunqi - 1.3.4-1- Update package to version 1.3.4noarchdc-64g.compass-ci 16953139691.3.4-1.oe23091.3.4-1.oe2309python-retrying.specretrying-1.3.4.tar.gzcpiogzip9utf-82dce4fb09412d986786a5da483785f3992710a4c200169f13ef885076277057731865c606752744c7b32e74ca18927b4b94f09b9c2fc61c1b4a3fb5ac217370a Name: python-retrying Version: 1.3.4 Release: 1 Summary: Retrying License: Apache-2.0 URL: https://github.com/rholder/retrying Source0: https://files.pythonhosted.org/packages/ce/70/15ce8551d65b324e18c5aa6ef6998880f21ead51ebe5ed743c0950d7d9dd/retrying-1.3.4.tar.gz BuildArch: noarch %description Retrying is an Apache 2.0 licensed general-purpose retrying library, written in Python, to simplify the task of adding retry behavior to just about anything. %package -n python3-retrying Summary: Retrying Provides: python-retrying = 1.3.4-1.oe2309 BuildRequires: python3-devel BuildRequires: python3-setuptools Requires: python3-six %description -n python3-retrying Retrying is an Apache 2.0 licensed general-purpose retrying library, written in Python, to simplify the task of adding retry behavior to just about anything. %package help Summary: Development documents and examples for retrying Provides: python3-retrying-doc %description help Retrying is an Apache 2.0 licensed general-purpose retrying library, written in Python, to simplify the task of adding retry behavior to just about anything. %prep cd '/home/lkp/rpmbuild/BUILD' rm -rf 'retrying-1.3.4' /usr/lib/rpm/rpmuncompress -x '/home/lkp/rpmbuild/SOURCES/retrying-1.3.4.tar.gz' STATUS=$? if [ $STATUS -ne 0 ]; then exit $STATUS fi cd 'retrying-1.3.4' /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 setup.py build --executable="/usr/bin/python3 -s" sleep 1 %install \ CFLAGS="${CFLAGS:-${RPM_OPT_FLAGS}}" LDFLAGS="${LDFLAGS:-${RPM_LD_FLAGS}}"\ /usr/bin/python3 setup.py install -O1 --skip-build --root /home/lkp/rpmbuild/BUILDROOT/python-retrying-1.3.4-1.oe2309.x86_64 install -d -m755 /home/lkp/rpmbuild/BUILDROOT/python-retrying-1.3.4-1.oe2309.x86_64//usr/share/doc/python-retrying if [ -d doc ]; then cp -arf doc /home/lkp/rpmbuild/BUILDROOT/python-retrying-1.3.4-1.oe2309.x86_64//usr/share/doc/python-retrying; fi if [ -d docs ]; then cp -arf docs /home/lkp/rpmbuild/BUILDROOT/python-retrying-1.3.4-1.oe2309.x86_64//usr/share/doc/python-retrying; fi if [ -d example ]; then cp -arf example /home/lkp/rpmbuild/BUILDROOT/python-retrying-1.3.4-1.oe2309.x86_64//usr/share/doc/python-retrying; fi if [ -d examples ]; then cp -arf examples /home/lkp/rpmbuild/BUILDROOT/python-retrying-1.3.4-1.oe2309.x86_64//usr/share/doc/python-retrying; fi if [ -f README.rst ]; then cp -af README.rst /home/lkp/rpmbuild/BUILDROOT/python-retrying-1.3.4-1.oe2309.x86_64//usr/share/doc/python-retrying; fi if [ -f README.md ]; then cp -af README.md /home/lkp/rpmbuild/BUILDROOT/python-retrying-1.3.4-1.oe2309.x86_64//usr/share/doc/python-retrying; fi if [ -f README.txt ]; then cp -af README.txt /home/lkp/rpmbuild/BUILDROOT/python-retrying-1.3.4-1.oe2309.x86_64//usr/share/doc/python-retrying; fi pushd /home/lkp/rpmbuild/BUILDROOT/python-retrying-1.3.4-1.oe2309.x86_64 if [ -d usr/lib ]; then find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/lib64 ]; then find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/bin ]; then find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/sbin ]; then find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst fi touch doclist.lst if [ -d usr/share/man ]; then find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst fi popd mv /home/lkp/rpmbuild/BUILDROOT/python-retrying-1.3.4-1.oe2309.x86_64/filelist.lst . mv /home/lkp/rpmbuild/BUILDROOT/python-retrying-1.3.4-1.oe2309.x86_64/doclist.lst . %files -n python3-retrying -f filelist.lst %dir /usr/lib/python3.11/site-packages/* %files help -f doclist.lst /usr/share/doc/* %changelog * Fri Dec 16 2022 wangjunqi - 1.3.4-1 - Update package to version 1.3.4 * Mon Aug 31 2020 Python_Bot - Simplify desc content,change release to 2 * Fri Aug 28 2020 Python_Bot - Package Spec generated ?zeX[ݶ.. 'K{ť8-Zܥ(PR8)R(@9~׽G\c# H$ ~v+$ف{@Wϕݍ sty@!HH.6`g vsVpvtpP1lc9aA]`ؽ /+O [OY GS qrp 4Qphwၸ]l^4{{A ]0 rp<^{lg=@ *"(k+$h'BP;!QQ/l+ Bm! QA_ʹǑY/;l A=a# v-[Cݠ^`no/w{ qx9P7o.r~Üval`Gw_N08l}v+!#=k:^>$>?9=?sB}. ½=.0a:K_uG~غC-~o Ba{X~F7Mχ VRG({{y?Ϥ{ vqw-UXPHrwnЮϪPCOv=tKêS>eM[&{[*Tl4M6VϷ6vɏ>s5Dt\ajƤFZhbiwn3;08,_qp}|~Ӫ 8=[࿈& a׺^ޣ=u_]=Q`tpCvI9EBs{W^p_tyyya5{rbB"8oNѮp= fvx(dC(-WH^9MC6+ww,˘#ktcULj' ~z^;} ـ|DZ9G LrB oѡ=;C|uJ]"$@Q'}.OW;%XEvGIRazec'G *#;6[{G_Ƨ1H=1׏ڴ ]yC s;}ߣP#P<ǃUDCb!OT.QrK /271NP UFҿFFg );aNo<y .snV"TZ:(jf3LdJ[OŐK:6՗!qN6ףSbB3l)m伳!P>Q*MTk!`WScOKB ciʻsU!:[!m;8whOͽGSm>6q_;9_I褞TRozASS식Eo$EHpl?GT3aȘ -nVd_QgɹjWz&pŝ|u?fgv]yBxQwL0 lK7_0^uH64 87wCK,-btuu--]}_N"Q&L2RI~SR-&%["`Is3IںfV'O(Q@I?'mkG!z=.ؠ(9F/}[ߡ؜t)%qDWmՆhNi8Sl<[h3Njï >}yְrzpdgiaYw^rL&NER@<ҕ6Pԛ:՞\ntVM,_v՚,i:FOSzq1jSgŮ8/(;*|̞jT>.2М4\%'{5D{}S,&(! =ӻ ֲ&]|'cc[q7B)f6 \$l몐Eя hbhҞ+΀.tU Hݺ>2U|ɋui<4KU-ljRTN>?}-;Ew@3#h ^D0Vf,z!qr Jfm+VkiW'#GU*:F]Chn Q ̆;-qS}X2߬L{- ?_fyX =}jAD+Z&#rKOx^|TMjSU_$UwY]}{^n>%Џ|>+rJBhAY}0Sۤ(NpnO)K2k8jaFTG s=I3O9ňܽEdEKqhK)N "j`O% 8e<9HFk#K ,}` eۛ%#pG_z9CM3̼d|i [n"W^*Y~q#x䲍9q&G1n>R#7s':W(|4sIdxI)r KlɅ{#a+n+n5k,*\;G'0 >U)q]u06vƄ P'{~.kU[* )M5;I4:~wv*0]B ꇌbW%LY MJv ՀiI.S.2d6CI+;bp>>-$Fek,2="=ucb;$xkmnU'?)'Ku|j9G DwIK S{4 :t/M CăE ReX} %g{R>4 #=A/BX'x24SbJE޵^cT'FP_6l MS{)l2gRV f5%*lܛ8A1U-]nplCqt-C1qs: 0kTi%) 7ւeR)tg2‘M89AYF. y!f&Y(4•jTb^`bQrr/1 rgΎ[ ;Ѱ[Da]s!hiZ<:Ĕ';ߪMUm C6zܳ\LfHQOJ&nkJ~CC}A`K1v> TJhW@!袾BfsN{E7AI+4.4Cɕڃ~z4(5k|6)؂pQ4_pcDZބ)8TwU7+h {F˃g[yh<.hiUvxEcE-e*oko `< ˬTDbK~bAS'Fiãki+*5m\ v ^|`󸃡w{\ozIdpH ڱOoyH5b.Pv4 VMY:#׈=">ɮNfvMIyd Oת⏸z>7^y'WH9XU{5Hfڼ8@l1͌$:(Z !k2e{z͕OUj8iB\/Vt<5iE#z:#(P mz^+&["*| :bE{vaH>/T51:|.Oᐷ6,ɚgl?ƽDHX!W 毯jO+͒A3 uEٵfYNEݍaƉn6:PcktSH8JOAy;Sw)3e/Bʦ:xrYشAبvo>VqzexG?&ߵep'xLGTӏotU/^| hJ=UCf}_U$hL9'Kwp|'HrOϺ(\@x&hMÆ cn'/8 S̿~m'He%CPQH1Zh:54|f>Ġ#v7(8 ܔ %\ś S`1'M4bӀL9_ vy< c6i3*էKQpM睳\|W19L`tAE(m dD6J:T]wFeY aCOc/]]~{gB. [du} 2'-T$5^E𶌘oV.ntSF۵_p4ru<);lcyz# _lmBg,aje|3t ύpS(PpIYރk糕R6g7>`_OIq &cq /ƲY5J1~ȯv!K`\ڝ4,*\'NARz+emSZ5΍y7 "8,0d-׾;_GwYD\3Z; hJڜ#v$iugJ34)6RƼB}i]>PcdQqdFngCj / 'K{Zi9~tkzdezXDplc ܈Nɏ\ *jRJ^o~aa~^˅T6JY,&MG(|6Zȯiq6f;@NOMf(bij|)K>D ?('}T&yշR H"A{_6 +ޱ3;w ”u"nmGtᯟH#sGE7TAc7mX mjizUiM+:sNKXL"H0S3xXgE }Ήwyn]-vu=Myg]x⏳%`HUؑgLա=ŵؕ`A :#>4_ ԊyW5YzS)Giy#(uC6sڎTtPD7G**"kn{ #6JáB (4ڇeTn?Cxn,{ ޹\e#&IK$IgF}njr7x6{/ר)uqk ԺX!2RF7 +V*S5]kB_>A3,Ms 9QAѨf$dƄ|Acz8Dy ?ZV;GDt$ "7f\J XȲ{2PAXDb=S\߄rq2SM)O9 DM4^xx0aVs @G؊IEf>E_i1sGQ/.ՃwFw/feG dޤ i_t]}q(ZRZ&&lϯ0C\;:4#3ή\>`(ĒY;N+#]  a;{މrE[I74ܟ>}܂Jȧu~I:Gk%Oi1\u7 *]'dXw\ \4dm^is>t!K{ŠNj7 eS̊w.:5~.rOj7+vF`띾b;x/)Y20S[1kV|HRoGj0GbjbH=E1dL?@V;E ky1qTX,=F)b&rNi,M 1^WIdh)3Ƙ7؜\ כ5Ws>54Ő[4C "sx79\-=^O=N:${}f:)_Q~ؖn]$}rbh֖Ț8s[1>!K#?ͤ]}- 0n NF!;Q-3 ;."N"!3#}XsH=A#wYׁsqΨe5m#>|ʤ4#=p粣 őǘfn}J?I)XbfTq@"̰KЏHۃZVr·>"髷1ArGHĖex,8Ko}PJ!j.cBɹ^)CIf##0)[HΜ'gɕKtL_ '^i g0NȸOǡmHߧmҮtZD@ثN,&gLbQ6ObuA)U\t:{rC7)Ssd' 5;̖'2aN\mZrZ><Rm~X!hu°a;q  |*|MvzMLӫVfHVޞ/"To@G0>lIuk(ΛBmvcģo}hj,L 2%"-i3y7$Zw8|EbV[k/jmNA҄zMdVg6[g5Aܠ֦ AketCfpێ=_Tn0T"ja&as5gۚLe N,3dF7A,HN[q- @Fy<&Uc잙בB  ʖ ؆|.B6V؟'>PL~ 3uq*6]r̆!HG1qM%:'B@aGdߍwvR)t}ZLKq_\] iu4)>-^EcVp<~# G>t s.DBɝQ Yޔs5g9Ҝ_?w*2mc~<4+O@Ya'V$ބwSeʿIS.Wssx|dG*j0hzb™*\jcK\KL/,Gc%6CEXbfA_v5&ڛsS?αiǫx1_p4:h9Ck< X=JxQZ IAK{=U&ZrhRwS{> 2pKS~ @$}Ͽ9,!.ZFpԀY5~׿] S&gw0Ad.afRYkiYnׇgCSN#F)OS KO'[Cexv%pRI4tU#gT/@Z{\Vםo*K/DvgibN,^.8:Y0}U[f_|wH+:Wڢ~K~5f 2ݗK:,B60-(xyƹl֦alAWglʪTtrb.e)H.x"9fG :/1ɝ\r}M֗R;4՛{vճz~$.]{^vR}h-+Fi7p?42-}eOφ'+ֺ<-M|#|Xݯ_Lu\=rQ.-"Ds9NG3 &-aa=7ڕS}Ͱί<(B=͍; Mm&m1 #!d>ɇ*DnNf6iUnŐe@c83&jr鋳hJ4Bi0, 66{ SpβEm0tYnjx11CN)keG[A\M]3c[OP2 ٍc_!6S T1^!z6*Cg&Fɴ7?>]z!owՠ JHB\D)y!K# _֬OF7bpt1aQw^DԊ,Nlc7sٍ'$~F=P#O/vF 5v̙35.>!q7i[۫8Κ,De3(p5t%QOJ}%KTȝOi0v3V9O[ eK|С0 10@"rٓ/ rB.;Oo6[w㷷y?6J2LJN*HWJY/n[c!uw!c5O㷒ˬw9þOG1 fA׼_%3P>zG|WFƧ@!d^6>&jØ@KxُtweNn\WYܥ7#;V Zߺ6s׷5) ~}0\aTsZ iݱhIUQjhō."ZCF fcjV"U)G0;ה2Q}-fIͰjq2&4ZÁP/?ԩ1Y?FNs