python-baluhn-0.1.2-1.oe2403>  <@PT@7!.ܶujG7of=Eopeneuler@compass-ci.com G7oE &2m|1 =mUSD;J *vSQ|'e=u^5>:.NO3p ř̌|TVgN9Ը Y63q%BߛܥسJ-f39RLv_g򲏤NM~5,!H*z" .!<`2e_jsܪK5zPq#izotoNF`B P!ri'\gd%G('*" @Q rp_*xǺV|koK҄dG?;3GDx՝/ Q,z;i]'ŘY"un Y)w__i842921d37bc4b541383b16d47084d86dc8f29690e35bc86c622d32f06e5c7a40c68fed427e7ffb698666865de00770f5e043ef4d8)ƾac%ZSv >7?d  `dx|      5(G8P9T:zAFGHIRXY\]^'d(e-f248>Cpython-baluhn0.1.21.oe2403A 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Áf=f=2d06797789faebf7b68052d101ae5000f6f328e348bd3a2103609834f9bf0b39b91c3bbe54fc65879e250834de121a5e801ca6bb5e520ed4c0856ae41770a3fd 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 17153103490.1.2-1.oe24030.1.2-1.oe2403baluhn-0.1.2.tar.gzpython-baluhn.speccpiogzip9utf-88ae3d954c2e08a8087f38dece517a7a480d5a5af3753bb31594751738d9d1868eff9390e39412e797801d65abe772254f9ebdd33e0f8403827dab162aa6aa330 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.oe2403.x86_64 install -d -m755 /home/lkp/rpmbuild/BUILDROOT/python-baluhn-0.1.2-1.oe2403.x86_64//usr/share/doc/python-baluhn if [ -d doc ]; then cp -arf doc /home/lkp/rpmbuild/BUILDROOT/python-baluhn-0.1.2-1.oe2403.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.oe2403.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.oe2403.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.oe2403.x86_64//usr/share/doc/python-baluhn; fi pushd /home/lkp/rpmbuild/BUILDROOT/python-baluhn-0.1.2-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-baluhn-0.1.2-1.oe2403.x86_64/filelist.lst . mv /home/lkp/rpmbuild/BUILDROOT/python-baluhn-0.1.2-1.oe2403.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(ƌ f1]RI,PRʒ"DJ!KQߐz}z>?|Z59gHm$ Yې~PZZh~ŃqlpS:&"R=%,Ŀ1JvM,\V*Le#eD뚪_ jSEzr~wf: ʝy0G-CwٷHm뚜oU絯k\* Rz"l@KD o{'% UCOڞ_c( |ՙUƫ#j1Yd4vߪHXyR[z0X9zU?^a 1F%cQT3T55~AHSdIr$R珯SA r["F ~h|g(ens7 @_Up`־_aNDoϫ59'Y~|0 DC#|J|L̀z7 } g,/g^Q7 JIhL_kw&po/ݚ޽19d/~K8a秜+뮵K: F>kkb86Kp:z)d|)X9?]L-{)ۜ4ʻZu(~Ft˱:^,?5k(#N!%7>4iW0O3mWl.g+>lQO[ģQF+r  ܲf=.Ors9'W\T~,pcIH?'K6rC6׆x )p93g%5cM‹v&y g>HmH.).Y"%بLireo. & ^CD~B Jҙ ":,4hu3%'_GA9@x6"?6ώ=WG"˛dg(lhZSauc0R`Zχ},\u(Յv=8ϸĺ+5Fʡ#2!ҤOMYѿ|oML`1liQ)髊aN'rNI}{G$k˄o֍n;a+7q9K|"D*ޚ|h๰aeN{[T:iR&Q//wD@dMUV7\"l іoH tPj9溛MKU%[C(z4.M$BȮx"C1'$ @Yp|j\/_BUiT8Ը܋n )2vF栟0Kf&j)]";gi&5JBGrP7?ܣL85ew!{ll=MJXr;bԵ;?Y2u{2t|+lo_ZL5k'Q " T{[? rTn8cֿݹs++<4 GOIpltF?_jczc}[򑫩 ?{Bk",^1ߛURV!uDžEU'Wݳ~܍&Z~Ik@V'ek3bX"aR]z1o&Vn%hxxY5Ƿۯֽ{Lfd./eCTtBRZV/񓡹rsN+]~_~b]͇>m_v]:\Ȇw>~Sdn/K|ַsGC?7-ioKSCԳۜښlAàꀢl8iz5%]Ɲ-0|9]Z!V՟;L_;qXJgIEHqզ]5GKvhA(i ZgI{ԾMѝ'j:kẊib4ٝy ʩŒMX mʴ{( `ܢ1G>OC*u?L&׸*ji0$s,@}"Қk% خ>2xVKb5Fc-q%=ua3fA]*iօn%6>.|?a: %AP_u 7cCYj~bZ/& ğMk?֒U̅9s DϺ_O@lot i[Tյ Ez|h-${??0IqhnSY\Mz> ?/tͤn(f 0dܬFkj$MLHX[8ι۝yOP!Q:f$ΦYR/mJo̵iQd[!!}\IʁONuEg冀'[9?}:=t!2sOn* W_4aTiiW? ε-rIri ^~[zܦz9@-A~Ph :O!@&^=qU"YN$-5\8J3[?ޭ5Z_ޭ, z{3;jDYX J&L2(d*bl7@BlpPOT'#`iT=ѥ8z8&س)#@OD0d2 R@* hDE+`AcY$ @1%Mp K" 2xJ|As'^Af1+;H]4ÖETƊŢ!<$(