python-baluhn-0.1.2-1.oe2309>  <@PT@7!.ܶujG7oe o$openeuler@compass-ci.com G7oys ?q/m€S`ɱ]3k2"T*/[5BltzT|//mJ5rD*FQx99D >mףt)T@ ]o[({drrKTwpwr͡V ne4n @8zSF,8-MrȐKI]v!5115ʩGʝb$I[p3ZJf1hdב4kS W&+i6O۞q9Vu~tb6O"tla?ҋ}!iUks: kS$ @^úJ۱Խ`>m4<=lŵqha911a972d513612cd70aafaed1dd10e1a6cf027f79a15f4279c20181a1b6f287252bc64b92876b41fb381c671e9faf0b87f9bab4)FIZSڧ >7?d  `dx|      5(G8P9T:zAFGHIRXY\]^'d(e-f248>Cpython-baluhn0.1.21.oe2309A 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.e mdc-64g.compass-ciPublic Domainhttp://openeuler.orgUnspecifiedbaluhn-0.1.2.tar.gzhttp://github.com/benhodgson/baluhnlinuxnoarchÁe me m2d06797789faebf7b68052d101ae5000f6f328e348bd3a2103609834f9bf0b39b91c3bbe54fc65879e250834de121a5e801ca6bb5e520ed4c0856ae41770a3fd rootrootrootrootpython3-baluhnpython-baluhn-help  python3-develpython3-setuptoolsrpmlib(CompressedFileNames)rpmlib(FileDigests)3.0.4-14.6.0-14.18.1^Python_Bot - Package Spec generatednoarchdc-64g.compass-ci 16953133880.1.2-1.oe23090.1.2-1.oe2309baluhn-0.1.2.tar.gzpython-baluhn.speccpiogzip9utf-83eb4fb711e67105261c954c220fe6b739f7d23aa73196f4fbf4084789c5ffe1663bebbc9843fcf196939e4826d61ea7763211d568def0e77b8b230d9886b5e39 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.oe2309.x86_64 install -d -m755 /home/lkp/rpmbuild/BUILDROOT/python-baluhn-0.1.2-1.oe2309.x86_64//usr/share/doc/python-baluhn if [ -d doc ]; then cp -arf doc /home/lkp/rpmbuild/BUILDROOT/python-baluhn-0.1.2-1.oe2309.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.oe2309.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.oe2309.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.oe2309.x86_64//usr/share/doc/python-baluhn; fi pushd /home/lkp/rpmbuild/BUILDROOT/python-baluhn-0.1.2-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-baluhn-0.1.2-1.oe2309.x86_64/filelist.lst . mv /home/lkp/rpmbuild/BUILDROOT/python-baluhn-0.1.2-1.oe2309.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<Rjd-$\K(1g`e,ʒnR(,hRR}T7[}}ss~}y9E"Q? ${ Q_=oxxL!(c=Ta J#Yke级Vn+J=#\lv9]+nV9wZ20Jv2|Pga^mE_;°ǥ-3Շ|^3cGx=L|5YզZ# k9=tFN(Ww+2[?\9z0Qq )V- cU\5췼D5^ah̽RIqRGWA {ZG~>|8Hv}_n澡&>ɪ{>2^|akr#OO(pGjF0h h2@([c(mIͿxN]eѨ_xd/}m5{z@=pi_|- NV_m-8w΍/əun26kۯnwRPSVs*3Bp1u }Y:xzN 4j<_@g(rL~ \.My1tȢ)L]`P} 5K%-mZUIJƙcbJ}yf`Zp&W`GNiz,l֡$dtꬂ!=!g,&ҷ U6[:t.xX! c':hA.5H;E^W[<<O]ZGK`{MVt9xO2,zݞ>bqO6] :cL-nv~0n WqUgJk G(.FL;y~ ;jߘfS/BZRT6pKI.mŋ+n@m0@LމT꽕U3^z3['sX],RġD"S9l 1PEHBZ|Bo?;"uY4$ԴԦ  KwE墟Hg%rl![*?o kt!7IJF%r6?ޣ<=ywg| | *XJ[!R!ܽ0U";r2tb+hVB={G;Dr#-){[ ?s⮻bֿٹs+JG bNIqelt8_fg~}}Kґ+iܛ8kb[ݕbl^ _[ԣS6)EkGԧV۳~ƒ.^qQgkH^m 3IO1pnGV{"Hm]cR4LBlkά[W߹u&p3:Yܺ!:|pJ%e焩x*'GT. ̼8P.DƃN7J1~u_cyFz<Ʒӑ^K~ڿsG/=yokcsc[ܺ֊!8g]ēƛ_+4~>[V)Q?37 N=P7aDJWYUhI̕]GKw@ :򃫻 `K3|w̾My1]w5'k;CR[8ǖb9]~#~/+hIs}1A]x,cڼ k8`ܤ>@D.?LԺ)tN_l WF!0.?xi0&u"Dub򚫥ִs ٯ92:wL1dVk &ΎjY=|CdM@.^U4Jds krE0afZJ,I1L8zu`5'Q&s)#\KBr jh>XuŲC.QΕ gIeQRշ; Em]OO?IH}e.Lo&)HJ4%lږXiҩ%Yg(Pcf[X8XS4: WCA9T*h n"ΓFg)BeTƱ3: `Axҙ6 L~pb$ϲL<'?I!.d )6 @ڒ.:GA06l6k9x8NEANdi_[89L4XVfI3v2?3=  D=rEEjtuQD.^G‘ZZh"~ZW !za"Q1]ބI 8|[1""0)%BLg &ݏpNAC%Bp_w xS [vX~SVa6X!^x ϗeK.:}|/FϬ½Fr( aDA0tG&rC}cג1:cH'ph5Hx|5Oџ%+u 2 PM_c\S? _D8?_;_4xYIC`,ۓ PH%E~p۾47ce?u;@|? *g008,2oCud 1l@@( m`d,UB a!eζ;._!$1Y?esT6C /7v8&?3mo,/F_Z\:;2]~RQ`CSE ˢcP7*#$?!d"yK'D84@ h=_J.֔vmLo\ d.>F`9._2Hx"6bLl1K