python-baluhn-0.1.2-1.oe2303>  <@PT@7!.ܶujG7od!Sopeneuler@compass-ci.com G7o$N Fγ'Ym-N5MD07h8LplKxbI^,>F`Px*}M G8? [d?)l"m$-HMor)?#0,W"6gAfM)˥g0j$g_m-,pG2 Y0D̗jtV[F'VpTv$A'#vX>o#8c9H]̓/a5Y}J9QZYRQ\t. N|ps&5 (975x |G7+%f7`os(3f" j87C|ܹM>> (4EN:s7>#ާE7y*R dm ߿g903deed3c2ca3fa6c4eda3feaf03d60631f27dc1594954aacd83ac2d98df3a54b816b05f81cdc0ae05e9a4616075310af729fe09)ḍrju&Ҿ >6?d  `dx|     v x!(38<9@:fAFGHIRXY\]^def $*lpCpython-baluhn0.1.21.oe2303A 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.d!dc-64g.compass-ciPublic DomainUnspecifiedbaluhn-0.1.2.tar.gzhttp://github.com/benhodgson/baluhnlinuxnoarchÁd!d!2d06797789faebf7b68052d101ae5000f6f328e348bd3a2103609834f9bf0b39b91c3bbe54fc65879e250834de121a5e801ca6bb5e520ed4c0856ae41770a3fd rootrootrootrootpython3-baluhnpython-baluhn-help  python3-develpython3-setuptoolsrpmlib(CompressedFileNames)rpmlib(FileDigests)3.0.4-14.6.0-14.18.0^Python_Bot - Package Spec generatednoarchdc-64g.compass-ci 16798914120.1.2-1.oe23030.1.2-1.oe2303baluhn-0.1.2.tar.gzpython-baluhn.speccpiogzip9utf-813237ee2537e4304c0266e41a7bf5e09cf38bcbccd1065915e2a30d5e6669daba4a7cc842682049b02caa9db2c426e35e68360d681a6cbef0d4ecba285643946 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.oe2303.x86_64 install -d -m755 /home/lkp/rpmbuild/BUILDROOT/python-baluhn-0.1.2-1.oe2303.x86_64//usr/share/doc/python-baluhn if [ -d doc ]; then cp -arf doc /home/lkp/rpmbuild/BUILDROOT/python-baluhn-0.1.2-1.oe2303.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.oe2303.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.oe2303.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.oe2303.x86_64//usr/share/doc/python-baluhn; fi pushd /home/lkp/rpmbuild/BUILDROOT/python-baluhn-0.1.2-1.oe2303.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.oe2303.x86_64/filelist.lst . mv /home/lkp/rpmbuild/BUILDROOT/python-baluhn-0.1.2-1.oe2303.x86_64/doclist.lst . %files -n python3-baluhn -f filelist.lst %dir /usr/lib/python3.10/site-packages/* %files help -f doclist.lst /usr/share/doc/* %changelog * Tue Jun 23 2020 Python_Bot - Package Spec generated ?Xykkb86Kp: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$- \8J3[?ޭ5Z_ޭX$ gAw՚M,HL,, dPT do(O0G$ӨzKqqL bϦPp=Q##pTEv7H, ЈV<4ۃ HHcK$H dJ|A8s'^Af1+;H]tÖETƊŢ!