python-lexicon-2.0.1-1.oe2309>  <@PT@7!.ܶujG7oe nlopeneuler@compass-ci.com G7o~q wQuZDT?㆚c 5Zi1YSr%޶ A6z)n!}}NNN9NaCCe*ܾ}C#>Z7ht%y(lOFX!| m\0؜S ܦF7,MX/a ռFL< |_ ݎwtܣaƐP]cݷ,&E'CW*Sz쒾i/V@`O3URѷk`wB.CRҽO9jSy5v FOZ(pF9cðdu^2 lVУ58552dc3566bab3f66fe3d6e04f8255fb9362a72a4f433e11c801f2cc6ceded47196744a1669cc769684cec27610142e17775a16Ma|/XwGσ:T>7?d  ^ -3<D H L T   4(89:AFGHIRXY\]^def$(,2txCpython-lexicon2.0.11.oe2309Powerful dict subclass(es) with aliasing and attribute accessLexicon is a simple collection of dict sub-classes providing extra power.e ldc-64g.compass-ci8BSD-3-Clausehttp://openeuler.orgUnspecifiedlexicon-2.0.1.tar.gzhttps://github.com/bitprophet/lexiconlinuxnoarch$ˁe l - 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 16953130312.0.1-1.oe23092.0.1-1.oe2309lexicon-2.0.1.tar.gzpython-lexicon.speccpiogzip9utf-883c3fc85bbfd25d73c62e504638fbd683b755e85ebfe1d900a222199985bf2296620f9bbe164ea475cf007178ee6cafc0046fbc0bd93a39ab18f908693b7b112 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.oe2309.x86_64 install -d -m755 /home/lkp/rpmbuild/BUILDROOT/python-lexicon-2.0.1-1.oe2309.x86_64//usr/share/doc/python-lexicon if [ -d doc ]; then cp -arf doc /home/lkp/rpmbuild/BUILDROOT/python-lexicon-2.0.1-1.oe2309.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.oe2309.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.oe2309.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.oe2309.x86_64//usr/share/doc/python-lexicon; fi pushd /home/lkp/rpmbuild/BUILDROOT/python-lexicon-2.0.1-1.oe2309.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.oe2309.x86_64/filelist.lst . mv /home/lkp/rpmbuild/BUILDROOT/python-lexicon-2.0.1-1.oe2309.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 ,=, z[1亟LeW*fiA=TqG7gc@^\6`iAPSy;?{4ynYC+n=&4K[8GpTF"5̹ͮV?ONv 7Tj{Euc(ź. \5'ƿun%-INZPkf8[,_Ъ5?~m4j NG/*ٿOX69sZ冀_~=qy\|4'Zwnv}_@^|wWʯ~3xhKY1^m2jbsgwsw>g)7 u eţV}݆$46Of։I=aWܬ R Cxn,}5OjZB4b||GQQ\lǽ >=ielx es?iN^%K24?̝~Qу}@e*+IkYls95e+֗p! y w`< QHJQ܏kёQ?,4s rhU"VQJS`M\>pȱ62!n@8wH64@'"H ,lgz4;!wRhZ_NU,Խy1 plُwo2ftKXͱ)0ˣצvjjh[Zv³^Xlrkz1lzCZs뫧#JjI^5_e6^;\q-@֌ۗe?ɇ#|Lgy#L iQNUϦmya~g|Zkk\mS W+}38bM(.n3&%"H2#|:օy>P(D+{8!t$wxP3I*/"/Ml\1+tdo+U6|=z}[ "{L/p@WގjږaSdpPɓHK/$yڃR8ü,ܴtRsY3EόN`HkMlpo|6zǤ<\.ڰsĭV1jv{ )d$ZW:gܭbSmZ?;B9ٹXq:8J?Lo.L/Q0&=сkb~ QW8 9X|F#gvL4B$7#;Dd;Y>jI-n ! !q-KȿAkzs|:s!؟(ON[سY&UOR<(w7QY]hi0ZO kO:(,e%K`XNξ !?F! #7WvH"Xֻšg|yf8א"K d8in3S G AzU.Ik g۰pVcPmzmGaÍ3ܲ1WKoʍ]3XHBڳ+['t|oyd cɧ:KϞ vI v,h ^|?Ml^x?R YIB!&>Q|Rq)E)5AGڄ*k4| `Q_.yUJxusakyMO݉2iN՜y^n.0'Rrc#N@p() s(=ӭWs2YІl\{[ b5GOkHZ(gzOYܼO, u7D(<ajn@*W+\XRtIHvd1f2|tQHlbLH?:]Sq>`2G)t׽X`}w\q۸ylQ}H-r/W2BOw4$'>s\ P5o z-Jpv~5m QQ ]qF;Z_P32ګߏ\f^bUzJ,/y yss$Sض-_-f]oŏ0/ۿGekcw*d[7vH 췔_5Uٵ;_}+Mcvww;&.!B@񿅺L׺m| a0 KXR3rN(o+Kp&쮭D`OшJO۷;8;d^1^z @S u"dOb |=?N-̣2TXM|F '1:"KىkXqIw4MVY 6c4םmOyW4iD2Iy"+/`tDb8{iZK̰)K99,#- RpL+{5`頉W͚Y4EX%g%$xOKG`]yl+< j_p ~7_#xQs+6\ېuz/Ƹ*V"li%XX8TJa&(8T~z,u\ 7q/7<.,0x^WxXQj49ZyM,R'c:GTý4w< 2{ f |SJOq]O v岩z{1=* ̫M^ʑK誎y"yg[Z31xMtiݹ /v&W73x MrjMqw~dGeI3::tgs󕀂=qj~IGFLf0fJ9ȋ6=WZU~0SG~gzu-BCad>fIxK/OC#^%q[U |Kͤ-uϪR/_^gm2%&Īb9*unƮXQr~fK fSE]$_SfnP+I ۧaT'Yx;ik \g.|N,q%=;K0[X *sDXoy o6Ķ\91a4qO@>_tWdز>'^XV! TtjB`kssr7:`b ?Z9s&ϱxzVxnH3Y$<؏͌b&s .Rml-#0ү{}SPK_> qѓQOb&;&Y>"]I0wKYJ>ouYhumk5KIoؤSc#Sݪ"-mtX$93䉿+ 0DW'97h&G˦geWzm3Q}Ao~c׶v&j3wjÀkvvb\qI_l_&9m A!ž\={徫$`(plgר@]Of X/|¥"fz3+2\{z3O?[j/&u#4s*|NmTQԳANa4ªj0MC^W3}Le2aiT_`ۊ>#=$NLpڗ7Sl'o帯?p5zZd R0Wa}1[*牞#pR|;z{Eg2"Y\ZvRO^%e>XҷjRLÚGXxp"N ߢ(}p'qJy@pNprPbpol]4N/z>`nBc|o6;ۨ#.ЗkoU(N(cNX1.oY'fRfHNZ},@ϥǍp%[+o߿~ue୪yTv؈:ُc~-pz['Oqڳ`a#W{JAgO_'s#O 7!91Zeӛޔq+sZq FൻkC j8 WlPw'ۺv2\L s}`k5eak%3 wgY;C&[1MқB%U~D_ѢNʺ~! ac}R%ǯ)d|^_<Y~^NyHCGt"[ʯQ妢vFr BL!Ԋ}iy>RI4\XPLG 3jY[ C] =dMX/P2h~˪|e:BiQB$rL5$S*FOZǮ7'W` }j+NC3r%Ϭ6S3DrcLa) )nrjEJ&k ]#հ(w%Zɜ'_QU V 9I :=xnXr-Eq_X9R#{.W Pp `~h?G%s\[8OP[9&A1r8qbό| bG518L֣ O$ 1E9afIxFt̞J`@] q ʛ{O~u䅀#Q mk *Q=lL, ]]u" 7#(7/dxJQuuHý!. !X^tp0O%m4` }ᆀJG'9qU7;li&l!m(AR&CC`ؿUPXg0;@).NjBu((R@}% <CP; Cߖ{EBÑP(PЄF* ap$8Ⰶ I caa6Ljyb߬HJvo#~" [^x!JB/8F![PN%g%夊9[#Xe@(m,Ϧ,KIDu $@Ʌp cDa`o)2 z,' 4j0P,-V)0 w&n?$ZI50` %h3jG HyE7#|[. o6N"@ & \Be7.,dYT҆%-?u-a~%hIa`R[xG ?I ?LQ>e,@ @ssD9ZO ;أ툟;>R# <"#PS^wa9$FzI(]jd2~x鿣%h֡)QLĿ*<@D7=aE>P΄ b5ن@Qs[R