python-requestsexceptions-1.4.0-2.oe24090>    f" ;G|`u` y c!ؿ]\LG۔7i?Yd" + l  ,8Xrx     $.8@|(89 :fAFGHIRXY\]^?d@eEfJLPVCpython-requestsexceptions1.4.02.oe2409Import exceptions from potentially bundled packages in requests.The python requests library bundles the urllib3 library, however, some software distributions modify requests to remove the bundled library. This makes some operations, such as supressing the "insecure platform warning" messages that urllib emits difficult. This is a simple library to find the correct path to exceptions in the requests library regardless of whether they are bundled.f"dc-64g.compass-ci'Apache-2.0http://openeuler.orgUnspecifiedrequestsexceptions-1.4.0.tar.gzhttp://www.openstack.org/linuxnoarch f"hf"he467534b23fbeeb71f56f2813c1c2c4f85ae512d53a49a3eefb85505e79f23e9b095cbc77618f066d459a02b137b020c37da9f46d9b057704019c9f77dba3065 rootrootrootrootpython3-requestsexceptionspython-requestsexceptions-help  python3-develpython3-pbrpython3-pippython3-setuptoolsrpmlib(CompressedFileNames)rpmlib(FileDigests)3.0.4-14.6.0-14.18.2`_@zhangy Python_Bot - Add buildrequires- Package Spec generatednoarchdc-64g.compass-ci 17266858531.4.0-2.oe24091.4.0-2.oe2409python-requestsexceptions.specrequestsexceptions-1.4.0.tar.gzcpiogzip9utf-8716e3196d29860f4d8a7a928c827522fa0108671e2399476007fa27e9285424f2768c2591224466be538b940243db97fa5685c9e330dcbc8fb4d89856359f8fa Name: python-requestsexceptions Version: 1.4.0 Release: 2 Summary: Import exceptions from potentially bundled packages in requests. License: Apache-2.0 URL: http://www.openstack.org/ Source0: https://files.pythonhosted.org/packages/82/ed/61b9652d3256503c99b0b8f145d9c8aa24c514caff6efc229989505937c1/requestsexceptions-1.4.0.tar.gz BuildArch: noarch %description The python requests library bundles the urllib3 library, however, some software distributions modify requests to remove the bundled library. This makes some operations, such as supressing the "insecure platform warning" messages that urllib emits difficult. This is a simple library to find the correct path to exceptions in the requests library regardless of whether they are bundled. %package -n python3-requestsexceptions Summary: Import exceptions from potentially bundled packages in requests. Provides: python-requestsexceptions BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip BuildRequires: python3-pbr %description -n python3-requestsexceptions The python requests library bundles the urllib3 library, however, some software distributions modify requests to remove the bundled library. This makes some operations, such as supressing the "insecure platform warning" messages that urllib emits difficult. This is a simple library to find the correct path to exceptions in the requests library regardless of whether they are bundled. %package help Summary: Development documents and examples for requestsexceptions Provides: python3-requestsexceptions-doc %description help The python requests library bundles the urllib3 library, however, some software distributions modify requests to remove the bundled library. This makes some operations, such as supressing the "insecure platform warning" messages that urllib emits difficult. This is a simple library to find the correct path to exceptions in the requests library regardless of whether they are bundled. %prep cd '/home/lkp/rpmbuild/BUILD' rm -rf 'requestsexceptions-1.4.0' /usr/lib/rpm/rpmuncompress -x '/home/lkp/rpmbuild/SOURCES/requestsexceptions-1.4.0.tar.gz' STATUS=$? if [ $STATUS -ne 0 ]; then exit $STATUS fi cd 'requestsexceptions-1.4.0' /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-requestsexceptions-1.4.0-2.oe2409.x86_64 install -d -m755 /home/lkp/rpmbuild/BUILDROOT/python-requestsexceptions-1.4.0-2.oe2409.x86_64//usr/share/doc/python-requestsexceptions if [ -d doc ]; then cp -arf doc /home/lkp/rpmbuild/BUILDROOT/python-requestsexceptions-1.4.0-2.oe2409.x86_64//usr/share/doc/python-requestsexceptions; fi if [ -d docs ]; then cp -arf docs /home/lkp/rpmbuild/BUILDROOT/python-requestsexceptions-1.4.0-2.oe2409.x86_64//usr/share/doc/python-requestsexceptions; fi if [ -d example ]; then cp -arf example /home/lkp/rpmbuild/BUILDROOT/python-requestsexceptions-1.4.0-2.oe2409.x86_64//usr/share/doc/python-requestsexceptions; fi if [ -d examples ]; then cp -arf examples /home/lkp/rpmbuild/BUILDROOT/python-requestsexceptions-1.4.0-2.oe2409.x86_64//usr/share/doc/python-requestsexceptions; fi pushd /home/lkp/rpmbuild/BUILDROOT/python-requestsexceptions-1.4.0-2.oe2409.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-requestsexceptions-1.4.0-2.oe2409.x86_64/filelist.lst . mv /home/lkp/rpmbuild/BUILDROOT/python-requestsexceptions-1.4.0-2.oe2409.x86_64/doclist.lst . %files -n python3-requestsexceptions -f filelist.lst %dir /usr/lib/python3.11/site-packages/* %files help -f doclist.lst /usr/share/doc/* %changelog * Fri Jan 29 2021 zhangy - Add buildrequires * Mon Nov 23 2020 Python_Bot - Package Spec generated ?Zy8]߷V}7D"wPQ(Y23̌5%*Y =e)e߳f'Y !Xg??s}{s~ˀ `)/(e' &%/Wn npxX$MOF%?BxnC,Ib?YeG1&ɑؿHHWJ`۸NOCu;:YqBa.RDI`2O?y rX@} _Q$=!O!TG_|%`@ P={8ݱ'zCC;J0I4JJEUT߻d?`*`p/qr9`  :$OhG~J=@P D@AHa7"~Ooy?G%{\;?Pc1T߄@Z) ҹςϠ?\ r#~PԿ.٣c?k?WD/OOy~;$>a92Aۓ {P^!@Z ( z<9  'M`E9/8ys];fw[Հz>5";='L˾bV l3szQZYu>=͍^Dc>(¼O]n+Qε6oʳǯN<& .oC?Ucv?P]^V|PXiNY[Cܳ"(l`^~Zh 9K{/%R?L .%oog0'2ߋZ U?P;0@T(abUq<~R"HPWћTٴ_QMr6ku]Ɓ&bwQᶗ47|O&?I]9ѱ@4 Rf-ksao[` B! E|^JO-9@kSYH-󦅐7<hb47KơooB7ٓQ &ѐ3iU5+lRt(2;_A @ka/FIg m-䕼"⌞q_*h15_b NO^=cbƨx&pZ`{Pc?s@ؕ͏+4ZM;VZon -_s \v-rPLX[YWZ̟6AO+ t-bR'Y :GDzs䜌W s|0.n &@kjX2:goƛh<)W|8[7ȿ^cw"?نzЧq5ۜ}pJ諑w]0 |. <բ K&S}o6xR}}StZH.>`EW"s_hkR+Ry%o_k#?Uo p&#+l4e MEKEC$VZE5ʆj"9~А%fP[r]D:Q1UdլLJ( VGL!K}[/}Yy$]{P%G-=)w .ɀk"P"7o.?28Nמj4 x 1,~([ D`Vn2ćވf+S.տSROdL\Ҷ/ VJѯx~j81<~"EDѽ»MlqnQlj>D E1]Ԃbb]"LWVlԻ춪kߤ˚=8X<9$8p"]OhMfN<#~i 0͝}޻C^rȤ&EJsZ9kidr\ñT*mC1UL}R.q9L%!hO@==NkGJ7&PQJ5ܾO`Wynnq|^ ȩW9̤ ;C 8='pz%Q=;hubtg86]b(W(/'V'67wM_XmhJ\w"NCg'>=SbSVmg䫞`8GʏFxQ|}t?YuEIqz5}"QcAgwb<~X47\xpbnQaFo4ZEe'3Ӻ\LCu"BtW>jpQɝ{[dji{^U6D##>J {O$o";OZROֿNQmi2H+!+`fq08V"Ϗ%KLV"/.u܏of <*8=ŜoBBWɐB\£ a/Αj%? ]m3FNƣeN Kt86w=qkN s0să cwtT+I_\퓑Nݑ[I#cX"'1ɅߋK$r?oDn),s;YZ_(ӌy_M,"ڶ6o3=K8=R!_)_نW;S7d Þ1X͆FO&ls[VFr++?pl 9߻g ܬ)L.[軡{كI}6;m&WvlY4O-z5՛{k3D,oDk(s!}UU..oso˩zR;&nz2hyY}]yNpTDߡUYtkA4h>xbN( eJ3ylNu?*f)nPȾv%zޏKqRXW9;UQ臥ۓZ *dΕ+r*  O-K`AdW.'|o}*-N>pF/[fuLFZiΈ_^zWnuɓӒ,_|)E9SʚՃ]xW9SYlr,PO޶d+TtedpFa<cꮉT/)O3yy`^`R>4F]zg[Ǥ#W!^L)sS@Xu|>A<Ϥ!:yu5xl cuϜ΍8k\`iC'.䢓ԜGsG&0sC`zŠ} o?I͢,OdwNB!Rzc۲#x= CjvU̽, Y :Wd3MJeqktXғ$"">VN"d/X/nd2$K_nZp ge'n>'Ũ(~u((>q9상UCӸuL޼SN 꾫,AY[&ԍW}),@wzj>X-l;LxO=)lv־ 9㊦1˽an$D.Y?^Xk{/o9UPK]ܥzn)w@ [2o2sϔ*y0p)sxً2Tn+*rAAG:̗1SzNX/13n¥MW釒n! 9=?ex#=q $> %gN8^|Cc-=hkjDM{KK,c\tR)P\#NVTYaڙ<W9W9'|@%:"X_' 70>d[{O_# ӖٺI{:ڲ[](3!ެ!~̭8 6[]ց,t^-z9g> 0}iy^ڙɞV`q1C/!`ɜ,ͬw=a}G"-cdf K\{{i|;yidGN:xJO7eds2g*QxC1"t1T:U`&5陓Ћ.jUG'ypc)<=*"%s8 FVi<"#`i\fEv_&gTyekh?n(BjK|;G&<:+^$s}QDTjC.lA|yt{:j_Z8T-꼩KlKF J_\A(*Ɉ&'t #JܾCtR s?:B (vpGY?%Mߗ;0p-Uj6HIa9X:i)x>]0hң 4SJY0VIvbJqWO}6A*l]+2W9d0-E8<Nӫ$ H\1J湉]NJtV} 2dZ AÒa=F Itz ;c k{*~򅗅Ʊ7&}v]e.yg+J*=xcX0 m4EdSٲOt~ot7t-hoˑP:sWgn.q &æ%(hy ȉuUiMj  /G[tҗW c}[*w=j}7DelkX%/((HYrSVB͌x>XJEQLޗqmyxʙ:a8YPK+ 'B9ڣxe4{ eY gS+\;Bq|k J0;~x{:C6En&sMspr>Q>dۓ)JM`WC!Z'^YH/͆򇅆dEIZeXW7D!â DCڄRs6#X[*zZ W|dYO?SvUD9>σy+e"'oڛ|kYO0Y:v29*V2F&.ŭ rӝ^4՚༮J۰_[]2*㼒9E3궉*;uҳW8lD}.Ea/y)aoKz84&|FЕ<2>xc,tJiUmS7V c"KNDoz"d_^E^1y'jm!]Uۿ"kvv_m, pP4)