python-lexicon-2.0.1-1.oe2403>  <@PT@7!.ܶujG7of=openeuler@compass-ci.com G7o 51j:ilW8t4B@$єỦ`ٯ9,0{!tҸ qN&VFV|af$O}U|Ҋ3;_{~Dta&_c17XDMZNWKҁĩG~ a, 2X} xGBsX[ 35r:IQЫ7?d  ^ -3<D H L T   4(89:AFGHIRXY\]^def$(,2txCpython-lexicon2.0.11.oe2403Powerful 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 17153087182.0.1-1.oe24032.0.1-1.oe2403lexicon-2.0.1.tar.gzpython-lexicon.speccpiogzip9utf-8b3ee81788ffa2f8cb0ebcdd10e6a876bb1f6af638591b5a0ba7043494c7b8bff6f14ed110a5c3fce5407b2ac1acf4a7f9a1fe63c177f33c4d125ebef91e0162c 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.oe2403.x86_64 install -d -m755 /home/lkp/rpmbuild/BUILDROOT/python-lexicon-2.0.1-1.oe2403.x86_64//usr/share/doc/python-lexicon if [ -d doc ]; then cp -arf doc /home/lkp/rpmbuild/BUILDROOT/python-lexicon-2.0.1-1.oe2403.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.oe2403.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.oe2403.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.oe2403.x86_64//usr/share/doc/python-lexicon; fi pushd /home/lkp/rpmbuild/BUILDROOT/python-lexicon-2.0.1-1.oe2403.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.oe2403.x86_64/filelist.lst . mv /home/lkp/rpmbuild/BUILDROOT/python-lexicon-2.0.1-1.oe2403.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 ?zX6]A )J .)bH!$Ҕ&]#A"( J/ʡ(ҤX߽]^{w3 oYd+%HFF*''=+GFJŁ y9~?_LschG( IICeq84JVAulj;b١LpNi9+J `hQy;YV5qwiI% fn`t_,Ur0^xZ%bYr̳;3e^x{Ɛ~N^VSYcJk)ߗ{]fۀQC1_OSިYZ.:f Y.9,rlj,}]ym06Z9?9/rjPŽefk;q2trX^7 + *d6y;F_$3 G(R׶ŸOk#R7$D&*\e/:kf>DJbܴRLFxIC>"\Z$DZB-K_@ϊ20F(A ݪ92ᢲ~336zܜrc{jcu?8w<|J튭]^ Ô>V*i?h \U;_4!WQl6(Q)]5TN 3 O|N|=O~}XTJ#>4奆F!8ెnrlRsц bc\![mK/b|}tₛ}7 tGAF+%Z[5!bcY݉+1'NicV 9xv)[Î(hcO yf]6ֵ '&?e֨9.1 Kc̴jc6)!mI-v⅂7\c|3VU_6k xPsg(t|>|/mʗ S"|ɮ"8;Py:ZY<j(k﭂kneN[>Q 7j>==Cˉ!_EW3%I%÷wfFi+3 كZfޑtm#ρ,@BR}ҫ$vUAzB_ G6w>61#z3t̢Bp%@tPp-v.:_CpRjpn/Xw{c7R*U*cudK. 頮Wn|Z/J>a c=/n(J`u [#vLz6mԢ|ԏvMwc}-\QOe̐$SS܇xOd.DLr,j ܽ/(w/$ ^ P~2r=rS#^еVa*m^bI k\Ɓo'PGLJ>:u+z>WĠp篎y ޠ{DMɅ@Ranuдd`n:b{:W~J}UJĊ쪌ʻQ2bghŵm7 D^* "ND. 99ٜWdJ*&M6u]=O~M6QȤbVG[h6k~oHkfL%vk-#Go9b I;Td/3NX'lFoG9:Fϟb"@Mr>A>HK}h@ |*L%0}2,@A3ED3+{/ 9YO T @[.^k$(l<HW\7lgƫj}XI:DM&cͅ7/ncxn_  |ud疺3/=q'(W}ꔋ^Á@2 n3Vj/:J-v[b)S>wF= Qm''ϕ7 '@ZVIO(5gk{}kR0P@xE<,mFoFż .n&^ KjrUO{ms)2$(TIVvKǿ|8N)n^WPfJ:cřgFu'zn{n0ăo&V>}=cRy[@ .jS8Qmq7sy h5yCy f;37\$N>ANvn96^7O J%jhr)I^oomd~ QW8 9XtF#{nL4\87#d̘;Dd;>jI-o ! !q)ϻAc|}lWuQLj`<:/cϒnxXd>T=MJ!Dx>DYdu~/VKNJx85sVvVr"y74euT,4|= giIk->ps;Hvlr *zݹ#Nm!=&uK {Y4O/&p:K/u!^DT{2bӶJj\aarps{}:'1ܳ1)g/[OKv]O P!$W_SԱ?1&Y19:]tY_8l"@=dԻi)Z7;[4 s[7﫾I:}n!s(91+`j7iާ>pW{vbO@̱ W1 ,;'3AN# A# BU7ᣴ U^>P4JPD'Q[?.(xt9&hPYF  >)%Y8Q1vw*(Z+!H&ܡ3\Byfn}~ʩy"J}tˡ*N& ` oK!Wba W%]ΐ%KC m+0 S2Mć+xn+,v;Ʊ ewzQx"2܀TFsپRxIHvd1f2rdQH,dbLH?:]]q2G!t׭H`}w\qӰqlA}p-r/VCNw4ǫ'>杳_ {V_5o z͟Jpv~5u QQ2]QFZo(@;2ʳ ߏZf^bY~J,/yysc(к-_-f^oDD3/۽Cgs7d5o,;De>o.Iej33H =_}+-T>+g߀œjy6@>0H@{ l ů SӘ9DA7NƖ~Mp&쮭D@wJwϳ۷J9:zJ2C.v>J`: eO T=?N-ģ2XXu|f ΰ1:"KىdkU8^hfgyZ'b$pZK0t\35RPvL{^b7{ zn"g*- m4l5K1\S/^Ι amˏvDF(s#s3}/4iUR6Rl6EFY36c4םmyW4 1D2.!B=+/a tEj9{ꃈiZJpK,#B_ 03lR"tC[_bt/"n:ϓmQ^53_7;!Lg>,)R~\*S.&XPR׶/RߵK"gɥbdgP <1ER?OzmL`6ɓoefQ]χc&v<}-iG GQK|'+(CD!Oi)Q5_$?虦rUjqBLAe[ !o Gvd*V\=`J:k۽_nUo%| Eo_mB4柄6;j\6nȤ)PM򳎟+rւQ\e r?Dh)ݫ%y;$ro pZ͚c4ϣ DeA0S2WThtV?/aZ1ܧK~iKaN3Q%?]~<]m| umGzJ s|=C5>ZM܎H+Th7Pt^*3䳥yDUN=%9A}gkA#Wԏh &KyJ5+/^XtSSyz}TyJ@X5[ZdaUL'rҙm3Lwz$ϕV<5ޥ3̔pY P$Iq# oq%)LH-Ai8>իTsZ٢%;R/8+M;x/z&mo>t10@4"̍R_ qƎhanspk6:H]=c+?n>~*~,ׅ]|F Co"c1+7foLh 4C&~Ͼ_Zg'mE JTi^ i *W/t۩w {?^0/5&ޟ\ּ3EdLv7 WH#p/k/L|"KV3tBK (kj{U;/Z| f9A9{`z0<*9?[W$6?Q~c$[36A6ZBvM" 6鶔Kۻu{!/@A3/%+?:#D,%1 ֕N /x IE##~{S3~=>zasۯu;y;a܃g5@5u(9tpV,c/9Im$!4h'nWO߭j* Ǜc/ -<9*P۝Y h _p帙 W;{ތpϖ슪Gj9< i*hQt?U,+(0vLQdynUan5X!/˫*@&0/<ДTkvWQ/YE}XA{*/\uy1-s9=üx7_1ajJw:tCyzGO_j:{otKFq[+o߿~CH?RJ*;@lDXG1Lbe`-y'شY]KDH@زn("kׅh1iȉa{̧V'y#c~n>.lD#FeC(K+9j Z0Ĩ;q]B\ՒOԐJ`[N">l\REnYPy")m1 u!UtN ;kGud\]0IZcsY$Y+ZT^/$:)*8Tm ^dan7חoJQ`=l8K1`#uPu{Z "a,bՂ"I2Bޚ 8/iKTRs/LQ˔k(+=x(qu*ϔbVKܦ33Ps#We4eJ8O˞>>O%5XcHX*Hr]L:Aulf? Ӂ:,By;SDYE@aɉepTdFӋ mu&sY'"vfK^=~zڶTS!%b^۫eƒhO3.^=SRͳfN\4NQ׽i\)3RvX\$3 h`+d Ei玌3*qe KHҽAڢ\=_ak_)=U&eIջ*V $CCQ?ba;G-`sry8QH8 0NHuE:BTN0JP0X$@y1L\OJ#; wu@j qcB00CH0QP m]q0aTQDSTRT슅Q_$pApX11;-vE1hggQT&hW &;M`P c' 8`X19<@NJe 8X*# IʈArrrP[y9) -*ˊG_TꇞT@ (4p° G!oH, "a9| @zPȅ0,0W7$y0 p>5}2QD%._3\#0h0W$_O%E07_=p84=՟0G9Lphg' !أyap4}(aosd: ̙JC9_? x}KZ_B&t&$ ;:~kq DdG1h4WL0+(Kv$8 (1𣶿#=g)EƏ+OlW,FiDU $  V(> PXeqm?A=l?}T8 c`bό|  rrm ǿ&ц'v"@}fEl}D~ _$Dp<AQv&0g,@B\B`"x΃{_ݨ:x:"Qh,R5Q(?|WoF'fv$HU3C准@ qQ BCQsp$|},icKH%wWGttWEaaK5 e ao `C0GICC!]"8'0wR@] ԄP01F !xA;aP4 Cߖ{EB!Q0P0F* a'8Ⰶ I ca6Lj#b߬HJvo#?y C^-/KL\QGQ%!\Q-hp A;b`P5QF$Ц_-=e6e?] MBL%H`&;!i%g*Q Ȁ/pPCШ:pHȷX X`H(6Ŀ;ޕ#oj%S`,FG10' J HyE7#|[. o6N"@L@_u9o]X1b K/hI3ZJ[$GKђ#·[!W!#(cއԉPAl~&HPvc#3jrK?boԟ%tX(7N~)J+P (Iߊ +I؀HPè?;~jj{Q˘p?(&rT: