python-baluhn-0.1.2-1.oe24090>    f ;G|`u` ds D ;.Jh:Ѓ{h5T>rÈ)~釹;tm[ ۻvЅ|;THPdU_~Ei: Q31 "//n6 TIJ-VxX[vO\heH'}SOvXPSM4/`>LȔIOۉ=?3J)(eeb%Z %w?VtkɪcD\Ec,&N,>!&e|o_ΓHg|1l*fqsר ~]yr_Z}P+5,ђ WˮY͒(h.{mz;Dˮ q|t܉0dce27c3bc048957babe25cd45576ba850eb28c15a7427542c8cefdb69d76b89c3efc2e8216e58cb37802e8156ddb5c1ce51cbc4)ƩI_ ˰>7?d  `dx|      5(G8P9T:zAFGHIRXY\]^'d(e-f248>Cpython-baluhn0.1.21.oe2409A base-agnostic implementation of the Luhn Algorithm for Python. Useful for generating and verifying check digits.Baluhn provides a base-independent implementation of the [Luhn algorithm](http://en.wikipedia.org/wiki/Luhn_algorithm) for Python. It is useful for generating and verifying check digits in arbitrary bases.f dc-64g.compass-ciPublic Domainhttp://openeuler.orgUnspecifiedbaluhn-0.1.2.tar.gzhttp://github.com/benhodgson/baluhnlinuxnoarchÁff2d06797789faebf7b68052d101ae5000f6f328e348bd3a2103609834f9bf0b39b91c3bbe54fc65879e250834de121a5e801ca6bb5e520ed4c0856ae41770a3fd rootrootrootrootpython3-baluhnpython-baluhn-help  python3-develpython3-setuptoolsrpmlib(CompressedFileNames)rpmlib(FileDigests)3.0.4-14.6.0-14.18.2^Python_Bot - Package Spec generatednoarchdc-64g.compass-ci 17266601080.1.2-1.oe24090.1.2-1.oe2409baluhn-0.1.2.tar.gzpython-baluhn.speccpiogzip9utf-820b3f523b8763d5077790f02f97909156a5a89632c8ea77db8ba67b6baf413f17e850b0f0bc4cb66fa5bf5e83bcaa2e576355bec8866ee3154eff57e6da8cc27 Name: python-baluhn Version: 0.1.2 Release: 1 Summary: A base-agnostic implementation of the Luhn Algorithm for Python. Useful for generating and verifying check digits. License: Public Domain URL: http://github.com/benhodgson/baluhn Source0: https://files.pythonhosted.org/packages/d8/04/1f702c771d387b66f8232afb223db4796372a2e68095078ca76c41d1f151/baluhn-0.1.2.tar.gz BuildArch: noarch %description Baluhn provides a base-independent implementation of the [Luhn algorithm](http://en.wikipedia.org/wiki/Luhn_algorithm) for Python. It is useful for generating and verifying check digits in arbitrary bases. %package -n python3-baluhn Summary: A base-agnostic implementation of the Luhn Algorithm for Python. Useful for generating and verifying check digits. Provides: python-baluhn BuildRequires: python3-devel BuildRequires: python3-setuptools %description -n python3-baluhn Baluhn provides a base-independent implementation of the [Luhn algorithm](http://en.wikipedia.org/wiki/Luhn_algorithm) for Python. It is useful for generating and verifying check digits in arbitrary bases. %package help Summary: Development documents and examples for baluhn Provides: python3-baluhn-doc %description help Baluhn provides a base-independent implementation of the [Luhn algorithm](http://en.wikipedia.org/wiki/Luhn_algorithm) for Python. It is useful for generating and verifying check digits in arbitrary bases. %prep cd '/home/lkp/rpmbuild/BUILD' rm -rf 'baluhn-0.1.2' /usr/lib/rpm/rpmuncompress -x '/home/lkp/rpmbuild/SOURCES/baluhn-0.1.2.tar.gz' STATUS=$? if [ $STATUS -ne 0 ]; then exit $STATUS fi cd 'baluhn-0.1.2' /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-baluhn-0.1.2-1.oe2409.x86_64 install -d -m755 /home/lkp/rpmbuild/BUILDROOT/python-baluhn-0.1.2-1.oe2409.x86_64//usr/share/doc/python-baluhn if [ -d doc ]; then cp -arf doc /home/lkp/rpmbuild/BUILDROOT/python-baluhn-0.1.2-1.oe2409.x86_64//usr/share/doc/python-baluhn; fi if [ -d docs ]; then cp -arf docs /home/lkp/rpmbuild/BUILDROOT/python-baluhn-0.1.2-1.oe2409.x86_64//usr/share/doc/python-baluhn; fi if [ -d example ]; then cp -arf example /home/lkp/rpmbuild/BUILDROOT/python-baluhn-0.1.2-1.oe2409.x86_64//usr/share/doc/python-baluhn; fi if [ -d examples ]; then cp -arf examples /home/lkp/rpmbuild/BUILDROOT/python-baluhn-0.1.2-1.oe2409.x86_64//usr/share/doc/python-baluhn; fi pushd /home/lkp/rpmbuild/BUILDROOT/python-baluhn-0.1.2-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-baluhn-0.1.2-1.oe2409.x86_64/filelist.lst . mv /home/lkp/rpmbuild/BUILDROOT/python-baluhn-0.1.2-1.oe2409.x86_64/doclist.lst . %files -n python3-baluhn -f filelist.lst %dir /usr/lib/python3.11/site-packages/* %files help -f doclist.lst /usr/share/doc/* %changelog * Tue Jun 23 2020 Python_Bot - Package Spec generated ?Xy<]CH%n(2ZdIx,1(,,fVY* %CBYRDHP)d)>*RoO}}s^˹: RD!>K_nJK xw>֛Mp\2|||JDD 12w Z]ٮIUˊbBeQ \=@}]SnŗƂD_睙jr@gpFwE'`.Rۺ&[y#׷ ?<$x~bxay-Wyaw( IszL0uC8Q:xUa@W ;&,&[Z+w5OjKURK G 238"fը$b,Б>}׺\3&/؝wCRbʐ1VD5u0XRn+wBB(w2 lmxa諳+l#ԉy&'z$ҏ5!h(z䑏C PFAﰞ̜WsMéRy7ݴ"ۋb欅woL#sYߒt'NwC||\OSΕuZ%ĎcAAІs#˵5^g MZC$8[D=U2VÜk{tu|RUB{M#l?!zgS'w8o4y/EWśWlJɔmAK]~:ipBaXjs@Q͟5'ې+'8+O4Bm^ I䝱']$Kե yl؉6~M`c%<^tc!'-y6׫m63ϕ{Կx[QO[ģݺV u:8p&eOG}z\<]\qQep$!G,] n\:%(Ϝ W6=[/ڙ+8Cs zL#Ŷ!ժ:c_dt`3mۧVY38  )++Ig6 oNhӜNZ-ϔ|wrVr<؈<;\4g.ovAiZiMe Hk=peסWhv@V?OO)ʞػp:oKb>YO7eU F]71x cSWK6N(u#ē>2DU;JH0߃ *9wVXos2!>DT55*sa;.ʬ, t>Z=}CM031^<_^ˉpɁ(Bz]Q7>nZ^E"X-߬cr@u7XߓN3뫎KZ=ˇQHi\FH]D&cHO$@In3DgԸ0^6х҆qqבMq;/RNeVA?]a 7LB%f[SDv bXaWMj蕀׏؝n~,G/qkB$u-rz]ƕwkw~eve$qN z[.bY>)ߍ _$a(oJvۢQ{έ fߜ[Q\a8}J#u`6R3Z\MUKZl9fqAެ° I;.\-::n4KZo߀= ,[;!U va "Iu=pնBZizBab&[ vff"*boZ3s8 Qe Ji[EFO>yU X89to}Fub7rQuNp"ME7泾;iI{X2 Rdm-_4 (ʆ|߿WPՍ\mܹaΗEbu\ɝ]0\ʹO^+Zwt樏[gM_mUsdN6ߠ0.;+\}w7I.ݯyY}«# ,Ƭo|/F;𪜚8k-@؄ܧL[qrf-s4RGxdr@l=a61Er!}J7C;o/"VbI]?김#[{FeNn=/VSo4WSgh6o&=Ef]&_b'ʬsꯣPB^_)p716(Vom@ܴkc-q[\?Wq@,zG`K&`[H3֮'.|)st)?[J rzz݁Ns~|憉yyĮ;g.ʑ^+uhA=jm EFk 5jhuY:~JCգuDuApYޟuޟJrJN\z\ꑸsMʪtHFoX3^hxS;RF;W?O2-O%3&L1i&;QUf->PI{*ZǪ9EbҩcwKW{M$I6{2EOuȼPg^5_=}!Y4܆r.۾ەAW-[UZ >pPMC3ux_᎕_+<|uUQ;š^\R4]3s WKWIG_eh~+SoݳD ݩ֒?.{mplLĔ>Qwj瑽 7ܼ$uzc 6#P?eMMfm'I5CѨs@Gm9 W{&;jBF)+j(nWd,M+]nr@E3ν&F$5ւXXfR!*+7! ǙY/dhvTo=8x s J#aEQ53n]1,{Ŭ)tɾB!_s; ݑO<^@˥J% fmlu:ȁهbuEg冀'[;?}:=t!2sOn* W_4aTiiW? ε=rIri ^~[zܦz9@-A~Ph :O!@&^=qU"YN$-5\8J3[?ޭ5Z/qF}=ÙtϻZA=i<R7 J&L dPT, tñ R@=Qџh IQDn b< bϦP=Q#TEd Tś ЈV<6ۃ HHcK$D dQ=, 21`'x/@ pRͰey*w(X2‱9@bzIbx$I.xfD7Ȅ$i zLA܆@xmm"h5DۦjZ:H]M߆"(M}@coD4, @ddbBft͗_N@:{QY?~ ˖TًL d쒳=";X`zd*e,/_-!菾"vsxI7[>fr7ЇMfk # 2A΢Ѽ?G/mlH7_صF_ @ً 7?v14%O-wO)lϢ(͢-hC,0Dd**Y0hkjР%}qy .~vHq:W-r@Mh$Ol&M}yu d*l@@I( u``,VBo2f ?ػ<[kۯYyǫe]_29+ƓS'=$,D_)>7y{F'@(? @@_Tg1-ܘdo PαT`ğ%r6.$,ՃW< j^6h@wY.n4_mCo cq1f;|+ 9?ۃ؋12(++/"~^