python-lexicon-2.0.1-1.oe24090>    f깊 ;G|`u` i C#"zu21ABGȣ lTR"l D8n\&$ ؈zb'vIZcNvGJXSIyEMLBrFcǸWαvpĺEIdv!  F>7?d  ^ -3<D H L T   4(89:AFGHIRXY\]^def$(,2txCpython-lexicon2.0.11.oe2409Powerful dict subclass(es) with aliasing and attribute accessLexicon is a simple collection of dict sub-classes providing extra power.f깄dc-64g.compass-ci8BSD-3-Clausehttp://openeuler.orgUnspecifiedlexicon-2.0.1.tar.gzhttps://github.com/bitprophet/lexiconlinuxnoarch$ˁf$f$49a072372e890e88a60f713a297e95788628f2fbae27943b010ae078ed9ab0826619ee42ae356336b2a460f613360761f9ad53110f4679eada786af9cb93a75c rootrootrootrootpython3-lexiconpython-lexicon-help  python3-develpython3-setuptoolspython3-sixrpmlib(CompressedFileNames)rpmlib(FileDigests)3.0.4-14.6.0-14.18.2c2b{@b4t@`J@`Uguozhengxin - 2.0.1-1houyingchao - 1.0.0-16wulei - 1.0.0-15zhaorenhai - 1.0.0-14Fedora Release Engineering - 1.0.0-13- Upgrade package to version 2.0.1- License compliance rectification- Delete check- Init spec of openEuler, referenced from Fedora.- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuildnoarchdc-64g.compass-ci 17266589482.0.1-1.oe24092.0.1-1.oe2409lexicon-2.0.1.tar.gzpython-lexicon.speccpiogzip9utf-83c965dc3aceb8dac3df9938c8431523cbb2a5cd32da29c9bc3c49f0d749210e0229cee7f2834be409932eb09cf7d60bcffc2da6a5c9f96e7d4f89cb5c53a19b2 Name: python-lexicon Version: 2.0.1 Release: 1 Summary: Powerful dict subclass(es) with aliasing and attribute access License: BSD-3-Clause URL: https://github.com/bitprophet/lexicon Source0: https://files.pythonhosted.org/packages/81/30/9ffe4cd08882379174f7dc2f70a5d67c15760a180b8789db9842cbad4ef7/lexicon-2.0.1.tar.gz BuildArch: noarch %description Lexicon is a simple collection of dict sub-classes providing extra power. %package -n python3-lexicon Summary: Powerful dict subclass(es) with aliasing & attribute access Provides: python-lexicon BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-six %description -n python3-lexicon Lexicon is a simple collection of dict sub-classes providing extra power. %package help Summary: Development documents and examples for lexicon Provides: python3-lexicon-doc %description help Lexicon is a simple collection of dict sub-classes providing extra power. %prep cd '/home/lkp/rpmbuild/BUILD' rm -rf 'lexicon-2.0.1' /usr/lib/rpm/rpmuncompress -x '/home/lkp/rpmbuild/SOURCES/lexicon-2.0.1.tar.gz' STATUS=$? if [ $STATUS -ne 0 ]; then exit $STATUS fi cd 'lexicon-2.0.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-lexicon-2.0.1-1.oe2409.x86_64 install -d -m755 /home/lkp/rpmbuild/BUILDROOT/python-lexicon-2.0.1-1.oe2409.x86_64//usr/share/doc/python-lexicon if [ -d doc ]; then cp -arf doc /home/lkp/rpmbuild/BUILDROOT/python-lexicon-2.0.1-1.oe2409.x86_64//usr/share/doc/python-lexicon; fi if [ -d docs ]; then cp -arf docs /home/lkp/rpmbuild/BUILDROOT/python-lexicon-2.0.1-1.oe2409.x86_64//usr/share/doc/python-lexicon; fi if [ -d example ]; then cp -arf example /home/lkp/rpmbuild/BUILDROOT/python-lexicon-2.0.1-1.oe2409.x86_64//usr/share/doc/python-lexicon; fi if [ -d examples ]; then cp -arf examples /home/lkp/rpmbuild/BUILDROOT/python-lexicon-2.0.1-1.oe2409.x86_64//usr/share/doc/python-lexicon; fi pushd /home/lkp/rpmbuild/BUILDROOT/python-lexicon-2.0.1-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-lexicon-2.0.1-1.oe2409.x86_64/filelist.lst . mv /home/lkp/rpmbuild/BUILDROOT/python-lexicon-2.0.1-1.oe2409.x86_64/doclist.lst . %files -n python3-lexicon -f filelist.lst %dir /usr/lib/python3.11/site-packages/* %files help -f doclist.lst /usr/share/doc/* %changelog * Tue Sep 27 2022 guozhengxin - 2.0.1-1 - Upgrade package to version 2.0.1 * Wed May 11 2022 houyingchao - 1.0.0-16 - License compliance rectification * Fri Mar 18 2022 wulei - 1.0.0-15 - Delete check * Sat Jan 30 2021 zhaorenhai - 1.0.0-14 - Init spec of openEuler, referenced from Fedora. * Wed Jan 27 2021 Fedora Release Engineering - 1.0.0-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Wed Jul 29 2020 Fedora Release Engineering - 1.0.0-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Sun May 24 2020 Miro Hrončok - 1.0.0-11 - Rebuilt for Python 3.9 * Thu Jan 30 2020 Fedora Release Engineering - 1.0.0-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Wed Dec 11 2019 Paul Howarth - 1.0.0-9 - Run the test suite - Cosmetic spec changes * Tue Oct 01 2019 Miro Hrončok - 1.0.0-8 - Subpackage python2-lexicon has been removed See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal * Mon Aug 19 2019 Miro Hrončok - 1.0.0-7 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 1.0.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering - 1.0.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Sat Jul 14 2018 Fedora Release Engineering - 1.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok - 1.0.0-3 - Rebuilt for Python 3.7 * Fri Feb 09 2018 Fedora Release Engineering - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Aug 11 2017 Athmane Madjoudj - 1.0.0-1 - Update to 1.0.0 - Revamp the spec to use the new python guidelines * Thu Jul 27 2017 Fedora Release Engineering - 0.2.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering - 0.2.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro Hrončok - 0.2.0-6 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering - 0.2.0-5 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Thu Feb 04 2016 Fedora Release Engineering - 0.2.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Tue Nov 10 2015 Fedora Release Engineering - 0.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 * Thu Jun 18 2015 Fedora Release Engineering - 0.2.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Mon Dec 01 2014 Athmane Madjoudj - 0.2.0-1 - Initial spec ?z 8mٗ!a{v!4 Øafd+[d}K(kk Ed͖uC{?y뼯gG\V\V$:Jm% KGH7A!E%@ Fx?_&b0ƈaĤ=dX4RVa$x8bŝbbXg+ )f``hQy3YV5w mE% fn`u_,Ur0^xa8,- J|IJ³73mZx{Ɛ~n0^VSYPPFcJk){qfۀQϧqC_O{SѤYZ.:f Y9,zlj,uSue06Z5 ?9/vj'PAef뺰2trUֹ̞N󀊁D/O2|1ɌÑ&umgk+'Syډæ<ͥQIDJ~Hq~E3@Eە[-3Ļ7z)}96U|(S?_4!lWQlkc)T&)_6VM 3 |Nr=_ ~sXTJ#a4=eFXƩrlRs1bc\[K=.b|}t₻}w^ tGAF+Z[bcM٠̒݉+'IUaW䴱vom?Ȓe^p(hcO ye]6ֵeGR؟2kASt%x|ۂ1vXqI1giM$;jBaכdznd~YC T?i @҈E]FEqYJ'D72m50ThP9OzҞ:xB/E $`0w&FcDv}YT$ eճ(~X_­45`'țF1#*Er?EGF+ʍUދ<[9kD+m L5qQ{#"ˈ* IF="tyPH )bZYHIMj~5:9W(Sl'FjYGf?ڲ߽h-.a58:/^"ة5nj zaɭMNư i1*d++!'!z1B|ɂ;$gbU:UQmk .=k婨!O,0NBې4-bk W뻩Hv9Cd/;\m}YO?;_^-.S'/3T1zi=:WK9R`TNzx̂WrUu^Z3n_Ǘ$N\1ߞQ0Pq0zF/w;U%?xjQ1`KOw0h_ u+ׇkT/SY3$&T!YK1H@ Kqګ$w |@ +(v9"^еQam^fE m\Ƃo{$PD'$=:u!|AC~: +Hx52W8IIA}sXa>\lq޺89ԣ )Bb. TD:b%ȲŁ8Z1aL GZCVS!!tg(CtY_+ɡREdK?G &9-BWLO|Lܤe2XDpp=_ yhF|vVkTWF> 0^RMzҹ&1l2%j)yq#tZ\~#ȑ`o=&;}o8yygqGT\HߔɕJv3\R|1io Ui1=KA P3`^Xj9yFQԅ NzGaI[{[QGOZ%_(})J6R͇k-rqуO%?4_1SPx<&6͘\2bzXJ"9ȌZZBh: ㄼґ9s"Bu$m竐ZXO41rQ+ӑѓGPV(Mn1X1;h&]YR{;i[2>MAaz$O"-rڿx_ 8xiJ 󲄾r6ɂK͵g-=3O8{k!|l5]"2ϧJpQjÊj ύRXŨ7thx0_qcMiNV d>ccƹ|TP*U 0=DD3UGHDTCG%(@D]U$ScEDء.2<_l,S_w2odDU7#' >jv,DsĵP.!=J_Y`"<:ocϒoxZd=T=MJ!Dx>DYdukEjp<3>頰( 뗕@JrZH/fOa99|tt\ 0gkbV[ kN35\Cr,W\(E%R_L5e3}T'N56oÞRYEAYN7p;\nWED f˻ʅƯ'*YcjzR#e\Eߤesw~"vz2D}ۆdȕdVtRS~ӋE`.Ѵ`*F<^-WX/hfn @Dx5%e yծs Ua*9ue?OIVNc>]N{/Pp$^~ -_u^K{vfaKރk"}577=xXO-s0ur.%)7v̀3c\mf{³[" jϮPlU|Iɯ 0䑒56&Fןa':^,={&y$1iDQ(zfl6xzK5gR& Rx@R(DIrjKQǥ/B}j6AtFFO |{yV)Euֽj΅ad4A '>!ª6w'ˤ;UsyRJ!Q Î8秜;',R\ΡL® ^dABus!m/,=] jQRҞqE / _霂hۀ5_R('n'>_sKEoǎ?lpM?gq>+ DTd\pcJ%!ّŐEEc{#OyR?E#:s2+>i϶oZfg+pSy-z(K)l$~NK#")뵹3AD'O9MuF R|(ﵤ=I~*;=R? 0"H"<&C*t 7&05`^Â6%L辌gݯ {l leeY5vysm ^{ޏ]0QU/,ӼF$TGѸu"kUt%JPP I7YPY[n F-TA{ODyu' LUWS 1+D~eO8PF9/+A/ w4g_<2[AjXc~j#K {W̳(CP}]{Ѓfܠ~i0BGͭ|sYlC8fXbG[̛Vb ` dcUS)LKS-shRHĉosh{ YJ{])cUDѫuP<8k55xK<R J*{{ xfs.OY+?u? /L˦(826zUJ*G.:bz_B˟myhjm(FD5MFCȮJХu^?t\ 7D6QS6 "ƢmƗ%wsН8W Ʃ"'%MZl1lIc+ /P\iUK3]LM` ׵MIo(ENw`$-ɿ$?d{E$nWy7h],n6FgD=JJ'|{*,أ3wDAelZGGj:"*/N5?}A4uJKO}Ɲ|L%:rVܺ=aZz2x폓j4һEIb_0Bec͔^#Ԙ4VZeXNj_|}l[5|ssv9=UֱT0:`Hth<9H{iESZox6ef*%΃Yc~|w&'Es'2V"U.{u)@M?_>KY&Նl4t`)l]iSJ3>e#:[)A#UX+g'hҶ_C'( 3tN#d({жPhlhTE }{+@EGy#x[SEqWfVǿ.S7_wmM_Q/c8_ob$V's-{g v?o_t|M,jyQ 2C(Dx''\)o9`zIg̘wraZT4U53E2\Fn_sӛ^&ErW׌fꄕ2x"5v&_l7ssmx,VYP^7uc/f{ryWk%Ty.n#m*zN+ k3lyufFe3P[tOA^%13}}׳«v@꽘ɪA{,pz# &擼/j/7 ٭]S)+k:*"1q%m(rYs t}љ`9azR.w6: g>I%lFfܱjED7sWc+K9գ&g9QuBF[xC 9'y]~lf38l(Pvr0ockx~hZiNs4_m xzƏU3OԮ1J:Iݼ[R!xӭFCh^6Y2HBd|&ݞVii{7~5")ȱ01m&Od^Qw$^$!2=OA3i|d8_v ?Z6E>/zkY*z۶3Qc?xV4^O_#+<~pNRb*7ic = ػU-]%sGEEg;Fz5Kzh-}k.=7ӛ\`ӛ|R[}q5U8!͞sPqmvn㧊奞eTu KVVoJ򲼪{d( &ΗKMfxm2V'p!qbreKվb;>c.}0 "{Lؕڄ Ӧ!P>Oǐћ(e?/MWҲz-)3VgqUe<{qJ0E;SS녫v_KL{cqz#(u{QF qO4e=,X{27Eq0EugƺMQt|;'MژuOm>1p5CrZCgqOz.8n/ْ\1}[$//oUΫFI ~k)_ ޒ'=A~܏K՞ t b6WmU :Wxu]0=0w6}3| *ldΏ]džpĞԊ;`ĥO5]Kb丮UwPB%5d2;ֵbb-[- >OD6]-m8E%>j0*p9m\(|V#UwEP I{Ees*9~M!쵌=͝])R/rC: pW~.7͵32kae ٦V@O[󙬔Jٷb2=QR Z!o:~Ah\VM +J"\Tg!R1z԰ u=v)8KSO_/fv -yf!JTcbKaHqS/R7YkEt-zH<NzXIRsu ƒsl9.s 'ȹ s7L{M'7'5*[x`;VS1;oó:]jXOg٩ g} g)5l$QN~:HZ'1ZR\nTpff5ّvnD@L)^cbgGi5] rclʤ7,dkl&:C(m<ɨSoM- O{k oLUtm4'!%拌h~qĢln1;Pk$[ydxlޫ'OOۖi*Fku\x_eL~gJyXI+5҃tA)7QA#0f ZNKbߋbaMlbEl^7)=wF!N17_ iT?(][k6nz^:dLIU09?]B%vâ{|ܿ%aQv{I~KtBo?nDβh '&cdOXG$X(!PaGm=Uz:cSW87~babh*JVQ H, '& &BTT2c@K+gH9*‘z11X0D~6Ǝ #pfg_X$w?\oc?t pGҟH@5 b} %9ifIx4Ft̞J`@] q ʛ{O~u䅀#Q k *Q=lL, ]] " 7#(7/dxJQuuHó!. !X^tp0O%m4` }ᆀJGrn`(wlMBB8 P!  #!M`"}Wu@apH8A %֡j\H-9c0B rhCPh0m~ . #P+ H{UHpa +àJ?;žY1 ,6fE($y$/?2qCE7^p4 pBFJ*jn@catQI!ۯ^?[ğn&! $0ʃ4%* Ȁ/PCШ8CpȷX `H(6Ŀ;ޕ#oj%S-p(w AoĎ|ml$l 8F27 Ps>sٿ r 2ߐgQc"Jj _Вg֡@I?%!ZGHo!CCGxbL'%CZGpɲ5΁fPk?5訷cN#~ HUEx8?GB='> <rI$?8P/eGKђC1;R oU_yo,zÊ?}(M c e762?(#f{H\B@HĿYp _$Q { #ԇ귿FwWSc5݋ZƼDE8T: