python-ifaddr-0.2.0-1.oe24090>    f ;G|`u` o >mJ_h:ْӚklMͼ5It_0s5V34"k_$]!LI(PODs~3߂ե3&:ҵV3z8lIc94 C6J:79],@QmVد6;V/z0IgӖbWhn'9?]7픹yӎ b ~'eB#0Ѳ$:1<;N30-J51ǃRA&l L1꼴_=4gz]7^޷xrڭ#̴'hgS:SN:(vdU}ZC8l>7U<Y$V!.537De3247ec611f2c9bdcd572bc0847546d7df1f46172a39ed2c0790d466ae4d19cf22724c0e95d95b5f67e035f0ed46706becd8e93beG4!1CJ{֍rS>7?d  c )=^dlt x |   $,P`(89:)AeFlGHIRXY\]^def TXCpython-ifaddr0.2.01.oe2409Cross-platform network interface and IP address enumeration libraryifaddr is a small Python library that allows you to find all the Ethernet and IP addresses of the computer. It is tested on Linux, OS X, and Windows. Other BSD derivatives like OpenBSD, FreeBSD, and NetBSD should work too, but I haven't personally tested those. Solaris/Illumos should also work. This library is open source and released under the MIT License. It works with Python 3.7+.fdc-64g.compass-ci50MIThttp://openeuler.orgUnspecifiedifaddr-0.2.0.tar.gzhttps://github.com/pydron/ifaddrlinuxnoarch( ;ffcc0cbfcaabf765d44595825fb96a99bb12c79716b73b44330ea38ee2b0c4aed4db4ee149382cfa1e95f8df4dda195b42a737bc51b7961b0a8984896c485dad20 rootrootrootrootpython3-ifaddrpython-ifaddr-help  python3-develpython3-setuptoolsrpmlib(CompressedFileNames)rpmlib(FileDigests)3.0.4-14.6.0-14.18.2cR_G@guozhengxin - 0.2.0-1Python_Bot - Upgrade package to version 0.2.0- Package Spec generatednoarchdc-64g.compass-ci 17266851780.2.0-1.oe24090.2.0-1.oe2409ifaddr-0.2.0.tar.gzpython-ifaddr.speccpiogzip9utf-845004d2ddec96b8598329f6c55a85e18f9bc582c5cda4d19ecb79e8348b21de4bd66422aafb8feca39eec0dbc33777163d3f92ca4d8f78cf31d36c204c95621f Name: python-ifaddr Version: 0.2.0 Release: 1 Summary: Cross-platform network interface and IP address enumeration library License: MIT URL: https://github.com/pydron/ifaddr Source0: https://files.pythonhosted.org/packages/e8/ac/fb4c578f4a3256561548cd825646680edcadb9440f3f68add95ade1eb791/ifaddr-0.2.0.tar.gz BuildArch: noarch %description ifaddr is a small Python library that allows you to find all the Ethernet and IP addresses of the computer. It is tested on Linux, OS X, and Windows. Other BSD derivatives like OpenBSD, FreeBSD, and NetBSD should work too, but I haven't personally tested those. Solaris/Illumos should also work. This library is open source and released under the MIT License. It works with Python 3.7+. %package -n python3-ifaddr Summary: Cross-platform network interface and IP address enumeration library Provides: python-ifaddr BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-ifaddr ifaddr is a small Python library that allows you to find all the Ethernet and IP addresses of the computer. It is tested on Linux, OS X, and Windows. Other BSD derivatives like OpenBSD, FreeBSD, and NetBSD should work too, but I haven't personally tested those. Solaris/Illumos should also work. This library is open source and released under the MIT License. It works with Python 3.7+. %package help Summary: Development documents and examples for ifaddr Provides: python3-ifaddr-doc %description help ifaddr is a small Python library that allows you to find all the Ethernet and IP addresses of the computer. It is tested on Linux, OS X, and Windows. Other BSD derivatives like OpenBSD, FreeBSD, and NetBSD should work too, but I haven't personally tested those. Solaris/Illumos should also work. This library is open source and released under the MIT License. It works with Python 3.7+. %prep cd '/home/lkp/rpmbuild/BUILD' rm -rf 'ifaddr-0.2.0' /usr/lib/rpm/rpmuncompress -x '/home/lkp/rpmbuild/SOURCES/ifaddr-0.2.0.tar.gz' STATUS=$? if [ $STATUS -ne 0 ]; then exit $STATUS fi cd 'ifaddr-0.2.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-ifaddr-0.2.0-1.oe2409.x86_64 install -d -m755 /home/lkp/rpmbuild/BUILDROOT/python-ifaddr-0.2.0-1.oe2409.x86_64//usr/share/doc/python-ifaddr if [ -d doc ]; then cp -arf doc /home/lkp/rpmbuild/BUILDROOT/python-ifaddr-0.2.0-1.oe2409.x86_64//usr/share/doc/python-ifaddr; fi if [ -d docs ]; then cp -arf docs /home/lkp/rpmbuild/BUILDROOT/python-ifaddr-0.2.0-1.oe2409.x86_64//usr/share/doc/python-ifaddr; fi if [ -d example ]; then cp -arf example /home/lkp/rpmbuild/BUILDROOT/python-ifaddr-0.2.0-1.oe2409.x86_64//usr/share/doc/python-ifaddr; fi if [ -d examples ]; then cp -arf examples /home/lkp/rpmbuild/BUILDROOT/python-ifaddr-0.2.0-1.oe2409.x86_64//usr/share/doc/python-ifaddr; fi pushd /home/lkp/rpmbuild/BUILDROOT/python-ifaddr-0.2.0-1.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-ifaddr-0.2.0-1.oe2409.x86_64/filelist.lst . mv /home/lkp/rpmbuild/BUILDROOT/python-ifaddr-0.2.0-1.oe2409.x86_64/doclist.lst . %files -n python3-ifaddr -f filelist.lst %dir /usr/lib/python3.11/site-packages/* %files help -f doclist.lst /usr/share/doc/* %changelog * Fri Oct 21 2022 guozhengxin - 0.2.0-1 - Upgrade package to version 0.2.0 * Wed Nov 25 2020 Python_Bot - Package Spec generated ?ze\U۷6!H lKB Cz {oBBKQnDSRz{~xׇsg937'((?oϯ??""K~+?b6|O<{5GzGk[b=|Yc,~#_a4O Mnߚݷ 6N18L XXE|; VM2Zp9zKշZe_3N+VVEk5=M)/=j51k?}^-mаָ9Oz j62Bh *B^^j*Tִ ѣ`D_?=XhD[\ƃ*&ɽ̊ۙWkW^]y{i<2w++vOEߝLUaeL7A7D/YGPH*w9G1$k[:41"=E%Q`Po NM2k/c|pEobNϱd FPP0pq̐&tHsB;.is$2G}3moH}tKpJ 2Csǖ$m 58թs繣|rxtIJ@/8/V!}jbӴ7'E[Vc:Hc;J4ܝ\CB Bb/[+e 5خ(y^K2+f@z3LuɝfYo(臽z}NңDl+44e> #yJKD__ƈiƝuN7kI$:S)F{1IgDg ]jmY+c$zC)u~BKK!bu"2=ߢyb6ZQ]SF;{ΧII&fR${u3ڥfC]$saD'^|/JDL1FZxtYkC Rm*kg8Mn 3a8oW=J0\QZVhH =*iaS2ȟqD?4x#@Ŀ&H^H`#,rDϘXn8Qu 3z )t=VZ=tn % Z-0T-AH 8t(mXUNщHD;t*9DyfVy-u30ZSH068pCίA[雱zVwe)84*gZ, dWI=4{Eǣ+ NZ:پ6V4NΡ|"-wA#cJIhi?EH&Fz/I0^_޷ ߈R86I!Kg'c1FO>X5'q:T5֮ziOW2l\EJX#A=9;sZ\S ٭x3_՛M5mzBvS|1.V-2#! / iyoϦ hmL3h&>(F׭6Of ?1QykO>(ѝ#.(-WuY~YU([3_γhSX7"}T} i)Y;- (Zbq.i3lBf#lژf73en~|~juVC'OeN%AvZkM}P')ג==ǰCA]G70wt YK<[[){ȿfqzs<(>Ek8x@~c^*- cBG֤Е .>鱄9wc i*X {.oh2wNyv8r ,D55/9)sT5 InucGWxz{U:% DObE: ˋfLpE/7]W"wٸv$*MRa8vwEs}YC*\bp;°)#&bvAE")nL#>)arAC,hPzt*J gP :%H߁^d͠+lT$(-]1R㓒}-sqXZs#??T8ڪ69Az?xhvaG\*IL65]+SE<.<ۦE2' 6n93^Zлepv.>8JSj Xtw|v~g *ZAP["/y m-b?F@`^TO۝e~qleF=cq^O۫K8 >=7QFK4M_ -j H@cs(ݛS+6mΘrP-c)g+ZɰdO1_kmrvjGM+"$hU=ꪆ>!f%iE2n;cjgڔ2 ^~"DM߀``֊ ThJU=JlZazYu =`zݩ4k1ߛ"d2=  9,CZ5Ygz(b!});8jq2/ ߸?AO`Mn iӉ;SDhĢž! {\݂6m_9?}SȬRk2Ӑs@m3$hc ˤ\5Ҏ);)b'pd8b%_`Ў}+7gޛwWTAt_e[ aF\f?Nf}zܝMG0ϭhvBr sT_/+'({ʣ 7y9R2A}wXe?lW}a9_uM.ReY&2_|@a_ 饞pMzFx& ];la39d3Bo.n4&a2Uʦh^df^Upj9J?ͥ:Ð qlR"ޥ !E0^ȯX06ZJ,0k| t;SII.[Lf&kxm rMb y ,[P\.^V$7>=e [avyqS%ғ$4F<[# OWhqHHH^vRfY;ab}̱0& ςX2a'22͋c=Yd8$ꃋR~YE#xp][{WxCJ!ಪqB;SAV^9_)R*Vhrȅ 07oڮ Cۨu,lCE"go_}]jjl=ݶm({\ZH'Uyх.lYqN_?o/FP}j7Ddڰ|H#Tsʂu_h_udz ̨?}V" 4v67L&,A_S׀c\4kH<젝J^ގ(Ny#QDGv~4X$m C :ͯ\y^H)YSj)ZָޞtKR^h-4+zv&Hadj& Rk^ItV OL3=2ݑӐP\>˧j~OK@̉y?&D]v{6jiϗI:T),ĉ΍=f'J}H]M= Ie#ʖu9˴p ^of@ ٶ$E~s+)qYv`\qѳ-f> r7;,{Frū_խϺ?[ཚ+X2X}S3Mܘb璛wΩ52FQ%.xcW9!9A> ^ U u)*.1{n/V=fEt`@>tòIħ} 0&:}Dlχȵ (JzX;:$T]J/#dBC=/=<^'8˻!Uπ&aJ;W~3ۄ⻞<ˑ.$w"ZّM=hn8"V*A:9}=HҐ훧ەW2önJ0 =VIJja}K$(xE](0z2%3M͛GrŰ QPu$4M>f6Gע0 '䃧zvs3ֳϏ/ݞjQl)W漉$*%lXenD˦p7#J4WmV" kиn+ۢr1* w-!,ߟ Pog v{{PaJW]Fy0JKO4]tz|2gbfƚ*YQ #qs#fG:͕ w͍l;ŏ:nqkGXߜV,Vr2|:o,RVqEX[=0Zzr̭T9{m*}.'%AmFSV4;ExPؐYFp׵KJi]艻7UGüCL6!R1'۰ʣ"& Ia>Y#sԵ_%nLKBbne>& SHvF`Qd&xXw-@{YrW*$Өu1*B7v!MN~.j ;w =iK{vlA!Z}9}zR!P1DHF]' 왊fˑRz8~ƞ0;J]b//' h5&W3\m109s2ousD#Z BN+xkk]+^Q|f-{Vۧ"tï|^^Zhyp}prSi;9vgd${#|Im%<)j&3fxu5ͳM#+T/G;'lіwUj@n{uNy _2|kYu#IZݷWlՂW0br8žd9vW߅Į\젴Y8>ǨNZKPN|lx7ARK<@rF'~q\f`O`"hUUjc K m9ZX{0Qc2Img"}TSο Vޕ%%뷔PEnqpXDcc[ {'ʾ:&S{^N˫ƂO)h/-OX*~ŋ1Eׁu_#_h 7fz4 %&g]V_ )E- &Sl{m{s('Q9D4d ddq׫`̾x8Yx7i/._IBnI %r^v]7V̇2@ªY|ZDhQv 'RɈҽ:>kk', =G0:Xm Jx~m;ԧ0\[Q>gE.8ID1ƅPĮˆWk^U*ȡQrI./o0z6u(tw*$31NIpLbUx,@>b_r/1k"^ooMӰgB ཽO4ŴX]pl&[QS/q(n6NyZG.<#VjS|G,/KyiY![O[⑳0Yӗ] zD }#_ʦUo47]}EMlf |F?ЅRqkE_+ -W$ 9 OO'Ĵ3*+MnF5^뾯+=D?)r% Ǔ"rD'3Ǿ8|hyE5"IZ+$>,-r/m#8@5 %ʴ4CƸ7PO1ArD,A۩aD{b9Txtyn^SCu^Z 3R:5K}N͹9Nbd dO&o?fVekxͬ(w1;;0Py!n ?SfsMtp`KG(OK/_9*6辶=~o5xbH|I%53|MBfNb^Ɯ#!]]sU74U;xdQ Ѣ`Pb)Egs~ƗOލj ?E8{h]taq|!9K`؇;X>ͼ'w+XRbzG@vgm1iroJq*+GNj7*_/gܙ/W}X J*U&Pҝ9;VQAwnÄH8(CP9Wv%d<.p(ZNuty:Cr6 oa NGw#c @Hy&(LT B+y*n}NE} \cBL\%B/|L쫶eyzuaR!הṔŹ,I"a];G|TLM/q /o4Z~cG2M\6!e{Jvq3Zg/4M۲ %a:ia;?~XRܚv9xK/2Qwr6KW$yUN5O ='V,U,*STy;ute;oRO]l=Yt׼ǭ_ mցg`R<|_$& }*GSe4-Bsɹ9Q0t3]SO~JRl^ĝO_!t#NZn$]dk"lW/ZwqQ\F[M+Pk#@ Ay-WؘY%,|Z ՠs`{$v 8?&KFeʫuTWWwΣ'zAË~*T)%рw6UG+jiPү+2 ~mnI>>5nwH* 0 vriփv`BA(崟;H ӓI%r;< O=փP*]ܽ@: C_ P(=< : k# qApaȯϚ!p;;/bB@ qaC\Q,! ;=OquYMOlw8ŀ?~?rO]! + 5ۀyYxYlL\A22 '{8 gTTP1 "Vv?)g؁a^RY/4T++B]=΁쫿qq,(J~2#Pe~9W#Q.jiX!@ >;[/# rq~-4Az0:,\~G)1@` J~C K NA