python-iniconfig-1.1.1-2.oe2303>  <@PT@7!.ܶujG7od! openeuler@compass-ci.com G7o :N%#2e*ڴqhca-w^Nm9M:"&:YK\6VH3ͯdAwe~@ YlNpl3Zjh~C&ntQBhx?O jd졘332—/bGgfC)qJ7e# vHNo]RK @jYːO5E?"dd-:gۑgӚ{95T^8\ͣAvr:1?OhֱO4a889361cb7bbedae22370335e6665151d41ad08e205897ea765928c8120ba98f54576b48a2671e1b69c0b443d9b18ed1fe52fd4@=9 /MeeC3+<>6p?`d " R,0 4@W    . 08BLT|( 89:pAFGHIRXY\]^=d>eCfHLPVCpython-iniconfig1.1.12.oe2303iniconfig: brain-dead simple config-ini parsing iniconfig is a small and simple INI-file parser module having a unique set of features: * tested against Python2.4 across to Python3.2, Jython, PyPy * maintains order of sections and entries * supports multi-line values with or without line-continuations * supports "#" comments everywhere * raises errors with proper line-numbers * no bells and whistles like automatic substitutions * iniconfig raises an Error if two sections have the same name.d!dc-64g.compass-ci)MITUnspecifiediniconfig-1.1.1.tar.gzhttp://github.com/RonnyPfannschmidt/iniconfiglinuxnoarch d!d!bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f3235541bc7dd7322a580866f148d1fa8006af008c90bf99085853b6457222eced1 rootrootrootrootpython3-iniconfigpython-iniconfig-help  python3-develpython3-setuptoolspython3-setuptools_scmrpmlib(CompressedFileNames)rpmlib(FileDigests)3.0.4-14.6.0-14.18.0b@_jliukuo - 1.1.1-2baizhonggui - 1.1.1-1- License compliance rectification- Package initnoarchdc-64g.compass-ci 16798896641.1.1-2.oe23031.1.1-2.oe2303iniconfig-1.1.1.tar.gzpython-iniconfig.speccpiogzip9utf-8be6d25e56a197d4eda1f110795ff86f939ca11b8694f4703e129793b35fdf1b0d18aa5c17cd1de0e24a950a132832206ceb7f40f29911406cd066e47c16a3f92 Name: python-iniconfig Version: 1.1.1 Release: 2 Summary: iniconfig: brain-dead simple config-ini parsing License: MIT URL: http://github.com/RonnyPfannschmidt/iniconfig Source0: https://files.pythonhosted.org/packages/23/a2/97899f6bd0e873fed3a7e67ae8d3a08b21799430fb4da15cfedf10d6e2c2/iniconfig-1.1.1.tar.gz BuildArch: noarch Recommends: python-iniconfig-help = 1.1.1-2.oe2303 %description iniconfig is a small and simple INI-file parser module having a unique set of features: * tested against Python2.4 across to Python3.2, Jython, PyPy * maintains order of sections and entries * supports multi-line values with or without line-continuations * supports "#" comments everywhere * raises errors with proper line-numbers * no bells and whistles like automatic substitutions * iniconfig raises an Error if two sections have the same name. %package -n python3-iniconfig Summary: iniconfig: brain-dead simple config-ini parsing Provides: python-iniconfig BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-setuptools_scm %description -n python3-iniconfig iniconfig is a small and simple INI-file parser module having a unique set of features: * tested against Python2.4 across to Python3.2, Jython, PyPy * maintains order of sections and entries * supports multi-line values with or without line-continuations * supports "#" comments everywhere * raises errors with proper line-numbers * no bells and whistles like automatic substitutions * iniconfig raises an Error if two sections have the same name. %package help Summary: Development documents and examples for iniconfig Provides: python3-iniconfig-doc %description help iniconfig is a small and simple INI-file parser module having a unique set of features: * tested against Python2.4 across to Python3.2, Jython, PyPy * maintains order of sections and entries * supports multi-line values with or without line-continuations * supports "#" comments everywhere * raises errors with proper line-numbers * no bells and whistles like automatic substitutions * iniconfig raises an Error if two sections have the same name. %prep cd '/home/lkp/rpmbuild/BUILD' rm -rf 'iniconfig-1.1.1' /usr/lib/rpm/rpmuncompress -x /home/lkp/rpmbuild/SOURCES/iniconfig-1.1.1.tar.gz STATUS=$? if [ $STATUS -ne 0 ]; then exit $STATUS fi cd 'iniconfig-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 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-iniconfig-1.1.1-2.oe2303.x86_64 install -d -m755 /home/lkp/rpmbuild/BUILDROOT/python-iniconfig-1.1.1-2.oe2303.x86_64//usr/share/doc/python-iniconfig if [ -d doc ]; then cp -arf doc /home/lkp/rpmbuild/BUILDROOT/python-iniconfig-1.1.1-2.oe2303.x86_64//usr/share/doc/python-iniconfig; fi if [ -d docs ]; then cp -arf docs /home/lkp/rpmbuild/BUILDROOT/python-iniconfig-1.1.1-2.oe2303.x86_64//usr/share/doc/python-iniconfig; fi if [ -d example ]; then cp -arf example /home/lkp/rpmbuild/BUILDROOT/python-iniconfig-1.1.1-2.oe2303.x86_64//usr/share/doc/python-iniconfig; fi if [ -d examples ]; then cp -arf examples /home/lkp/rpmbuild/BUILDROOT/python-iniconfig-1.1.1-2.oe2303.x86_64//usr/share/doc/python-iniconfig; fi pushd /home/lkp/rpmbuild/BUILDROOT/python-iniconfig-1.1.1-2.oe2303.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-iniconfig-1.1.1-2.oe2303.x86_64/filelist.lst . mv /home/lkp/rpmbuild/BUILDROOT/python-iniconfig-1.1.1-2.oe2303.x86_64/doclist.lst . %files -n python3-iniconfig -f filelist.lst %dir /usr/lib/python3.10/site-packages/* %files help -f doclist.lst /usr/share/doc/python-iniconfig %changelog * Wed Jun 08 2022 liukuo - 1.1.1-2 - License compliance rectification * Tue Dec 08 2020 baizhonggui - 1.1.1-1 - Package init ?ZuX֧JDRaN鐒a D:PPI)%DZKP@B<{wywo^kEeDeDD{~eŜ$E `YQpƈ8!!>\w #@XoIVܼ~<^qxԒznu]},B9ű ݖ^eF߹H^ҕhaUBIU´9FyO*dPtZ*KO(zX/?w?Ve'foڅ\DJ =޵f e o}I@P sP$<ϦGI&fy[5Kz~B#L%fQV COGc)O :N#:6d] ֛XXLEoy /JpjR kZ;I5},e{ZIwn߹%2^lo>a<ΌW'5,_Jk?8b[djHjP3-` ﹶIΒ>%t熨LrY$ Ī+q .'DJ oeereyqilX+ kȲz;Ivt)GmlJҭi7)%b+ `~(ʬoYrf(󮤃À {QE(%Mv$dͫɭdm# mfdm7x]ڜ'V lÁ=y|`{"P̑U` |i>%nR,a_g%u2l^FY\ښةuoY(B饸'̍1$&|5R6q#\<2%RUfSsH\bbjuQi<-7Qsy^oЗh#2d沽'\*>C @εnQI$*"_t7n0wdBwh? 7HC_Q.Z"rgrRTFd ?}rA˄ c@= NvB9b5w&X0?s"C] OAkv[R/m)8O Xߝ!4$s'K#*Ofc'?ÌAud."H90C;T6#Q=.Bʾ6nyv,SKh{|UA W%&>PijZWMOretGME<1m7dBXk[K,5Z^9 n9mPma@]a= Z~nUOti|ˊ|vN&7f}›C*(W)|NՔ CaӁG+}aB}G2xwTsf,T x]j ں/j:V ~av+m5SjJ 'P•ԃRWVa>#̓8LS,0亨IJgRwxe!ٜcDRU e (+yI>m6 2t xtŠ$6tؓ]VR ;s0h5"I&Yz짶rWu$C]-1:'s}s}c-%6q'Uc]Aަ;.|e_^.U1%T[Xv_6eyʧDh9`ʎfiX@h5N!tE^MAJݦ3 F'\@ҩUaomdp MxK 3u;<;qLȶpjt-GnbwXv ҥ}?ʱo|kq%+9rvMx 0w8+Cf?Jy儂Qpe#ӑg i~z؃l-J7cV\]?r]Ygo8zv?vzLVcVOe[8oΖSVasiGSm,,W+RL|؈~h $ݝGAղRҽegF%aMU_a$o谦>m `ː~o,EMt[~V("m:$b~+ ĥm:w`Q-4x΄L>ן1Qʥ<6J.A)&{|J_ZKT\ɟ1]#)M?&E>B]9/k8Q!ɍisr YL+ac/^D [q<ê)ex4l%H[mrf<6νG ^D#*#e}4#d|%<*6ÍO}craN`fx,lt/ػusDӁ5_O`k+*tA3*W^B}Ru@8$(Jaek*<8մf#ہ 5 㧶GX^YWx3wVǭAMݠ՗'qN>c,*"n辌|m2B?%Mir1k|1u;H&kFLb"-qp*> xnlDIA^xsW{Ί-lN[cjN; ti9/I+Ag(\7'{'}"~v#5m {?H1k0jpߡi3*;(B1V-$Ey6Ծ=G/G1ǘ[Ztr]\>S_޵,ӝۇU\ XJ 1M gdE.y}/X`>&1•,rX*IqIpQ}|#+L  R:pkjwA4->e$& zwӋ9Cd^Nvīĕ)~%hY1xEa%(tcMʵ+lq%O15u%^B"¦S[{ +)b( ;ϮO~VY>(n_2f19'\"!^3PKޞ&;<$P"oOzF2ˋc =4?GFGv\:M;p6XT0w[dd8KEw$+3- 2>ba+JN{o]NkndyԼ=a껎2l^C%~m0OuCMs}PEUpCkd#>M͟l6]vx"i'||1{ '=wF$e1wuf{勩"r G8mA @ 76N1UE8 \72G76JҫJeJ%rkd*+ʧ~iC\(^^OcN~Lo44] (PSy}#O^iSIGHϢP%9zKimc}52:)MO657">>x0ѐmoc0fp,DCF癓ιاAv8?Bܼnd5)4ʚ rnc+KF֚ mjF϶6a9ΚN5|gqmao;&Ym%Bz!rb­^)'vd.x1YhޜX0F5>Gr?JLeEɩ4tC m\H{./|`~dHSO+_'׊ڵڥw1#W'=Em 3F%(}Vہ.\UcM%!}0};> FE*<b``]MPqxn;S J[6mk"{#b5;4MZoѪo"t4e*\Cy&8;>{U%X*RX2=XF)b'ecf~rgYgbBaW%[^xU?Q6"Jfɨv&k\K>"n!2m'uvT5U{kBX]&ZFV Yi̭ ԃoi Ѵ: feo}lV"&ie<$͘XR3ÖUA$߼qJ-#L_~sDVt-Cu.~학?' ʼsEwW2-XR(%#ϵ<(F2My-k,=.Wݦd1۬>?h˲]xBʩsz!AZ&N]4YGf͗i^8 qn4rOnMY0.9R1$AMo} y;jzZ掷j᮱(us Z Z/⌗ZH7>N/WtuzRA3E%.>uIП#]|AXu9޽r,k'6;ko UVl-3}Eu":s~I0IB~+ڱ3k9. LShyɩzPmK90$k:rm{xe,%ÕX{YUf9/dZ'!<ԺFֹt;%]!X2F_.z9mVo-06ut6/9O5SFѬIД 3MVOfs>H2؟٨pJ*!h9/fb]kd@%}b}QCaTDp၃Pm hD꣐Abd_y ώ\p}VDD~ T8W1 O1ܑ>{ >;"%Ȝl_$O_{9U̧Zu{<_xUwpdlpVUx p(eO;`M#P 쮕nLa5Sz5O y\P֦XPhe=`BIi.{,GdZJ {F%_el TYYn|Uvn,!]K7}lmK!Lf$rn MérY]=Ւ ;GB`)$]|{hMML{tzQZ 6|5gg}5R%pN^"j>+amu=՚EM+ ߸yf 7JaGfg|HsCKOl#sR͸i5Z jBExs.\y+fҡ+˄SP{'خAk4[~s)IB'Ie&9flu Vg~CSPN ԓOگ鐫13rGn2&s% |\8`+C/j$v=8̅drO6˹mE54(+8F&}9fh{zQȰ({{Xܛ]pקּ(ECXE_<\hnzu Z|hEd]+уv=@ŐD'N1u1'&1F"ʼn݅/iJ`p N򒛛HY Qk/(x~!/^K٤ՁĊ*Q /ƃOb~IF1ra;? T4T܅)Kf+rmB̠4WGB92{Ͽ"m w!ۢ$&Io1HgS1?"}:=-FқQIR& -Fr\wyԟei3xnUq~kMZt𥙷sG9FV߯9x]?\:z+)ň l!CRiV5b"F0*R\WE9^N@38c:RCgX$Ȇ/ʓOV fu\,͌kѷ68oHF{|O>d4gOxHhU*eu$(^Dy6HaTFOYSJ?w(G(f3r]~u+PvD?DN}|y\(?n`=`>g$ :=p`p0;$( 0䩨7 "(y_ 0$ %rn_y?N0% @, ~7P:Ÿk075 u5 E DwXy a͝|~\%( 5 m /Y F$&/N-_5zy}%~+D~"n߈ C2RRJF@DnDŠLR1i2|0*?/z o??x.п0b@H?TpTa  {` v(2r"_﫥%HqA=ؿQqh<4E E O'쏹!*g=w?Ag|V0V;#9S _'F9+35X[ *Vu%v 4VR  aq03iC@"( 9!pW͈[ZF!G4Puac?^MzKjfki}zgat<+