python3-msgpack-0.5.6-150100.3.3.1<>,*ԉcsFp9|w&˫% 6 PnpdkC ;K{&֛zes{vHD?^s9Nm( \q9Ԩ\BW&=b#򄠆ϭ}KEwV^9TV@ydA`,mU?u]fd8j=q̫>A?d % @ %FQ g  > p   l f   8  d  ( 8 9 : BFGHdIXYZ[ \(]^bcxdef l u vwx`yz(8<BCpython3-msgpack0.5.6150100.3.3.1MessagePack (de)serializerMessagePack (de)serializer for Python. MessagePack is a binary-based efficient data interchange format that is focused on high performance. It is like JSON, but very fast and small.csFibs-arm-3]SUSE Linux Enterprise 15SUSE LLC Apache-2.0https://www.suse.com/Development/Languages/Pythonhttp://msgpack.org/linuxaarch643lEHH__$ &pfAA큤A큤큤A큤A큤cs>cs>cs>cs>cs>cs>Zcs>cs=cs=cs=cs=cs=cs=cs>cs=cs>cs>ZXwF,ZcsEZyxcsER 821e966239e792d04b716916a64e25b23b7025c37ea2ce7a1a5d64e781a8f4dd5a11118817669d3231df57c6326566c4dea3fbf67398401e6da0b12cdbd1b9f701ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546bdadca4498d695dd880db16130d1ea33f0d2a239646c518a1ca17f84b9859c979296b7c76b8224e8630db1055646ceecfe780716b282e630ccb77395243f7969f50fd1f5b965f6604ded93376f05ba273bff473892b25795bc956af5c8a6f94fc50fd1f5b965f6604ded93376f05ba273bff473892b25795bc956af5c8a6f94fcd7fe78b78cff71627dc3962bff1fc16d6019e6a3af393f246977fb8bbd535297d7fe78b78cff71627dc3962bff1fc16d6019e6a3af393f246977fb8bbd535297a50184c71b58f5bffca207607686de6b7880a30950bdd003f59b6ac166f0ea46a50184c71b58f5bffca207607686de6b7880a30950bdd003f59b6ac166f0ea467b0ef58020d0854193bb14a5c6b84d6687c1dfc0d46c5cacda281f1fce105197dd78b971d3867a0539e85ab8f77f780bed04ab70675795e3cdee248686cdbf9d772f2fe5460916e66404943a57a243b5729462e388fd0498cd562c993054f622b9e495b1503ab45b3cfc0e6899f24e6bcbeb52fa89813ee420713e7c4c439d5c74def05488dbcae408277e41da8ea0ca640d0cb3e58ffefeb937e00afeca12b394f9008bfbb5d8d9456a30f3e0510b48711d7d4f21ad1df3793bca5fc690bb3e9f93db7891410eab01488686a22488f2206122166cd88cbea0aadc80090fbe02c1fdd30a0c409c32b5074bd2b906c030b83fa284e61359d2c9bc0aba4baecd56492dedba85da5872f78e6091bcd1fea474d660d35acb4dee964b8aab3f007427rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-msgpack-0.5.6-150100.3.3.1.src.rpmpython3-msgpackpython3-msgpack(aarch-64)python3-msgpack-python@@@@@@     ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libpython3.6m.so.1.0()(64bit)python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PartialHardlinkSets)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.63.0.4-14.6.0-14.0.4-14.0-15.2-14.14.1c2\P@@Z@ZZZyZp^@ZliXQ@X*V"8@UTk4mcepl@suse.comalarrosa@suse.comalarrosa@suse.comalarrosa@suse.comdmueller@suse.comtbechtold@suse.comjengelh@inai.dedmueller@suse.comtoddrme2178@gmail.comdmueller@suse.commc@suse.comhpj@urpla.nettoddrme2178@gmail.com- Loose the filelist for the package info to avoid FTBFS on SLE-15-SP5 (bsc#1203743).- Use %license- Update to version 0.5.6 (boo#1123558) * Fix fallback.Unpacker.feed() dropped unused data from buffer * Resurrect fallback.unpack() and _unpacker.unpack(). They were removed at 0.5.5 but it breaks backward compatibility. - Update to version 0.5.5 * Fix memory leak in pure Python Unpacker.feed() * Fix unpack() didn't support raw option- Provide also python-msgpack-python in the python2 package to be able to obsolete the python2-msgpack-python package correctly.- fix typo in obsoletes- update to version 0.5.4 * packer: Use PyUnicode_AsUTF8AndSize() for utf-8 (#272) * Fix encoding and unicode_errors (#277) * Undeprecate unicode_errors (#278) * Packer.pack() reset buffer on exception (#274) * Use cython's cast for converting encoding and errors (#279) * 0.5.4 * Add raw_as_bytes option to Unpacker. (#265) * s/raw_as_bytes/raw/g (#276)- Strip rheotrics from descriptions.- update to 0.5.1: * Package name on PyPI was changed to msgpack from 0.5. - rename from msgpack-python- Implement single-spec version.- update to 0.4.8- build conditionally without tests- Update to version 0.4.6 * fallback.Unpacker: Fix Data corruption when OutOfData. This bug only affects "Streaming unpacking." - Changes from version 0.4.5 * Fix test failure on pytest 2.3. * Fix typos in ChangeLog. * Improve README.rst - Changes from version 0.4.4 * Fix compile error. - Changes from version 0.4.3 * Unpacker may unpack wrong uint32 value on 32bit or LLP64 environment. (#101) * Build failed on Windows Python 2.7.- Update to 0.4.2 Bugfixes - Unpacker doesn't increment refcount of ExtType hook. - Packer raises no exception for inputs doesn't fit to msgpack format. - Update to 0.4.1 Changes - fallback.Unpacker.feed() supports bytearray. Bugs fixed - Unpacker doesn't increment refcount of hooks. Hooks may be GCed while unpacking. - Unpacker may read unfilled internal buffer.python3-msgpack-pythonibs-arm-3 1668483142 0.5.6-150100.3.3.10.5.6-150100.3.3.10.5.60.5.0msgpackmsgpack-0.5.6-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txttop_level.txt__init__.py__pycache____init__.cpython-36.opt-1.pyc__init__.cpython-36.pyc_version.cpython-36.opt-1.pyc_version.cpython-36.pycexceptions.cpython-36.opt-1.pycexceptions.cpython-36.pycfallback.cpython-36.opt-1.pycfallback.cpython-36.pyc_packer.cpython-36m-aarch64-linux-gnu.so_unpacker.cpython-36m-aarch64-linux-gnu.so_version.pyexceptions.pyfallback.pypython3-msgpackREADME.rstpython3-msgpackCOPYING/usr/lib64/python3.6/site-packages//usr/lib64/python3.6/site-packages/msgpack-0.5.6-py3.6.egg-info//usr/lib64/python3.6/site-packages/msgpack//usr/lib64/python3.6/site-packages/msgpack/__pycache__//usr/share/doc/packages//usr/share/doc/packages/python3-msgpack//usr/share/licenses//usr/share/licenses/python3-msgpack/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.suse.de/SUSE:Maintenance:26846/SUSE_SLE-15-SP1_Update/7d3dc6baa46fdec77cb2629630d1f4d1-python-msgpack.SUSE_SLE-15-SP1_Updatedrpmxz5aarch64-suse-linuxdirectoryPython script, ASCII text executableASCII textpython 3.6 byte-compiledELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=dcb20e43913499b48f49d31ce366c55ee7ef4634, strippedELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=cf674915462dc85652e6875332de4a418ef503b4, stripped RRRRRRRRRRRRRRRRRRRRRRRRR$;~|Rcutf-8151edbc995e9ee8f1b99b58cd542564f19de65be03e90a071dd340a2b8289154?7zXZ !t/w]"k%w#) `>5| {d )ӱKE<<p6h{NL0m4>?R^Mеdgޣ>o?wAUo::c=4z 䄷XJg IGJOnS`, D*O^scW4!K\ڻ䛱#Fdfe_ MUCV=m/$3?!jWt3)+3&(~t0L%z".;RZ}d_ J5EOU ]S|OqNY:!}\(ΖDOdnɚ/A??ڈ{51QܮP,qve}A ls1ï%Hl󉗢K?107<VUv92tTLzޫ> ԋć" .֞/EupG@su`q18u ni୔x.5ń3PO5DTD9R&E[IОwm4@rPd%^>ECqWS)mP^T׾z#}\eGj'Do=wPc?Ԇhn?v1'Kٙl=(K<:ߤ<+YB8%u#1& íR(Cq `BCďr+Y.yCx?(\L[IQ2 ;'MH+b4P/9s<ȧ)xewBy®xTQ_{ly3@o~&2'G" DH9NO~*n{?O#vz?R03,e<4v#RBt2wkưS7lS^ 䦎-XJ'iNWr"Ш4+LL(`9MP.U|n/>=Z &E %zh'$S֌6%QsҾoJ"4ѠOC[+7`.ѩa` Nb%`8 O sf51d%CBsԬh$B_=NYD:ڮ܀ ˙'.n<5S