python3-blosc-1.5.1-lp150.2.5 >  A Z_/=„)ؤ?t!\[ b)Q 1nWji.aV_s+™-Yn*{RzE[pgM)/Q}TUhPT~ed92-.ԹxlB9BY D:ҭ#yZd!i3k]0DC7ةh\4яXAdk 2Sd 4i9#P^]a^$f 0 7r th!Pec4ee15a75f866244c8cb231e9e1642863eb7827ff49ce24bb2b81ca359e6afa8fbf15579f9a6c2a4cf0e351daaa01df819302c0dZ_/=„^pTLj_YHaA 'm^X>e.u(k }+v|Жͅpɇ݊ ZGJh@Fz#hPx_394z]0hb#r2{*u3d&%r?l+}#Fc})v< y2q[YZ)Fۗkq\: x1XKzkNl7ڼ`7ՠgqƐ펜,]8jr'WÔbS[^ޒ3͐>p>*d?*Td  A   P  j      E  T    0 d   (8 98 : F$G$ H% I%D X%TY%\\%| ]% ^&b'Yc(d(ee(jf(ml(ou( v(w)p x) y)z)****PCpython3-blosc1.5.1lp150.2.5Blosc data compressor for PythonBlosc is a high performance compressor optimized for binary data in Python.Zdlamb594openSUSE Leap 15.0openSUSEMIThttps://bugs.opensuse.orgDevelopment/Languages/Pythonhttp://www.blosc.org/linuxx86_64A(,"AA큤A큤Z_Z_Z_Z_Z_Z_Z_Z_XZXYIXYIXYIXZ 62392a9c5ec2b461e2ed3aa8cb2f1afbb8998d6dc57837951fb70580977b63fd02e5938353ff72698e7c84a335736da13a51af821797797e04e53ff0afc8127c01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b289ea9d54ac1560368d0074c2fb8a4b966b9ff71b19d68e9a6f6dafff0fe6613c81fecfcdb5751e8b4f8cc048657d870a0c915ce29dad3a3876365e8d1144c8e3c38c1401b5ab8b6f7b14e321972ebdad4e201cbcc0ea2df80df5e2897626a12d7d6ea3deb4f9b68cf5e327cc554f5b1ffd5eca3cdc9e60f797ec50b6160d66a5508654ab2a9d07ed78daeebc0fe375af7a5e8a18e33b18504c6b2d464a109f54fe89d230e0e0d70c5cbd210be40ce1abf9424d127437ac72880ab795499c9aa600f930d7e82cb26822f269ea5763655e59836cf9490b20104213f7cef2a08f9rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-blosc-1.5.1-lp150.2.5.src.rpmpython3-bloscpython3-blosc(x86-64)@@@@@@@    blosc-devellibblosc.so.1()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(64bit)libpthread.so.0()(64bit)libpython3.6m.so.1.0()(64bit)python(abi)python3-numpyrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.63.0.4-14.6.0-14.0-15.2-14.14.1ZdXQ@XQ@VaU[%U<@SSǺSkqPItoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.combenoit.monin@gmx.frschwab@suse.detoddrme2178@gmail.comtoddrme2178@gmail.comtoddrme2178@gmail.com- Fix building- Source url must be https.- Update to version 1.5.1 * License updated from MIT to BSD. * Updated to C-Blosc 1.11.3. - Update to version 1.5.0 * Added a new `blosc.set_releasegil()` function that allows to release/acquire the GIL at will. See PR #116. Thanks to Robert McLeod. * Updated to C-Blosc 1.11.2. * Added tests that detect possible memory leaks. Thanks to Robert McLeod. - Update to version 1.4.4 * Updated to C-Blosc 1.11.1. Fixes #115. - Update to version 1.4.3 * Internal C-Blosc sources updated to 1.11.0. Among other things, this updates the internal Zstd codec to version 1.0.0 (i.e. it is officially apt for production usage!). - Update to version 1.4.1 * Internal C-Blosc sources updated to 1.10.1. This fixes an outstanding issue with the clang compiler. For details, see: https://github.com/Blosc/bloscpack/issues/50. - Update to version 1.4.0 * Internal C-Blosc sources updated to 1.10.0. * Benchmarks updated for a Skylake processor (Xeon E3-1245 v5 @ 3.50GHz). - Update to version 1.3.3 * Internal C-Blosc sources updated to 1.9.3. * C-Blosc do not segfaults anymore, so -O1 flag on Linux is not the default anymore. * SSE2 and AVX2 are now auto-discovered so the internal C-Blosc will be compiled with maximum optimization on processors supporting them. - Update to version 1.3.2 * Fixed the version of the include C-Blosc library (should be 1.8.1 not 1.8.2.dev). - Update to version 1.3.1 * Use the -O1 flag for compiling the included C-Blosc sources on Linux. This represents slower performance, but fixes the nasty issue #110. Also, it prints a warning for using an external C-Blosc library. * Internal C-Blosc version bumped to 1.8.1 for better compatibility with gcc 5.3.1 in forthcoming Ubuntu Xenial. * Added a protection to avoid using BITSHUFLE with C-Blosc < 1.8.0. * Restored old symbols for backward compatibility with pre 1.3.0: BLOSC_VERSION_STRING BLOSC_VERSION_DATE BLOSC_MAX_BUFFERSIZE BLOSC_MAX_THREADS BLOSC_MAX_TYPESIZE However, these are considered deprecated and should be replaced by libraries using python-blosc by the ones without the BLOSC_ prefix. - Update to version 1.3.0 * Internal C-Blosc version bumped to 1.8.0. As consequence, support for BITSHUFFLE is here. For activating it, just pass `blosc.BITSHUFFLE` to the `shuffle` parameter of compression functions. * Added a new `as_bytearray=False` parameter to the `decompress()` function so that a mutable bytearray will be returned instead of a bytes one (inmutable). PR #107. Thanks to Joe Jevnik. * The '__all__' variable has been removed from the module. I consider this good practice to avoid things like "from blosc import *". * For consistency, the next symbols have been renamed: BLOSC_VERSION_STRING -> VERSION_STRING, BLOSC_VERSION_DATE -> VERSION_DATE, BLOSC_MAX_BUFFERSIZE -> MAX_BUFFERSIZE, BLOSC_MAX_THREADS -> MAX_THREADS, BLOSC_MAX_TYPESIZE -> MAX_TYPESIZE, * The `typesize` parameter is set by default to 8 in compression functions. This usually behaves well for 4-bytes typesizes too. Nevertheless, it is advised to use the actual typesize. * The maximum number of threads to use by default is set to 4 (less if less cores are detected). Feel free to use more or less threads depending on the resources you want to use for compression. - Implement single-spec version.- Update to version 1.2.8 * Updated to c-blosc v1.7.0. However, the new bitshuffle filter has not been made public because recent reports indicate that it seems too green for production. * Support bytes-like objects that support the buffer interface as input to compress and decompress. On Python 2.x this includes unicode, on Python 3.x it doesn't. (#80 #94 @esc) * Fix a memory leak in decompress. Added tests to catch memory leaks. (#102 #103 #104 @sdvillal) * Various miscellaneous fixes and improvements.- Update to version 1.2.7 * Updated to c-blosc v1.6.1.- update to version 1.2.5: * Updated to c-blosc v1.5.4. * Added wrapper for the expert function ``set_blocksize``. (#72 @esc) * Fix setup.py to allow compilation on posix architectures without SSE2. (#70 @andreas-schwab) * Don't release the GIL on compression/decompression (#77 @esc) * Various miscellaneous fixes. - drop setup.patch: fixed upstream- setup.patch: fix use of unknown compiler option- Update to 1.2.4 - Updated to c-blosc 1.4.0. This added support for non-Intel architectures, most specially those not supporting unaligned access.- Update to 1.2.3 - Updated to c-blosc 1.3.5. This removed a 'pointer from integer without a cast' compiler warning due to a bad macro definition. - Update to 1.2.2 - Updated to c-blosc 1.3.4. This fixed a false buffer overrun condition. This bug made c-blosc (and hence python-blosc) to fail, even if the failure was not real. - Update to 1.2.1 - Updated to c-blosc 1.3.3. - Added a new `cname2clib` map for programatically determine the library associated to a compressor. - New `get_clib(cbuffer)` that tells which compression library format has been used to created the compressed `cbuffer`. - Update to 1.2.0 - This release adds support for the multiple compressors added in Blosc 1.3 series. - Added new `cname` parameter in compression functions like `compress()`, `compress_ptr()` and `pack_array()`. - Added a new utility function named `compressor_list()` that returns the list of compressors supported in the Blosc build. - Added 'bench/compress_ptr.py' for comparing times of the different compressors in Blosc and NumPy. - Update to 1.1.0 - Added new `compress_ptr` and `decompress_ptr` functions that allows to compress and decompress from/to a data pointer. These are low level calls and user must make sure that the pointer data area is safe. - Since Blosc (the C library) already supports to be installed as an standalone library (via cmake), it is also possible to link python-blosc against a system Blosc library. - The Python calls to Blosc are now thread-safe (another consequence of recent Blosc library supporting this at C level). - Many checks on types and ranges of values have been added. Most of the calls will now complain when passed the wrong values. - Docstrings are much improved. Also, Sphinx-based docs are available now. - Update to 1.0.6 - Fix compile error with msvc compilers. Thanks to Christoph Gohlke. - Update to 1.0.5 - Upgraded to latest Blosc 1.1.4. - Better handling of condition errors, and improved memory releasing in case of errors (thanks to Valentin Haenel and Han Genuit). - Better handling of types (should compile without warning now, at least with GCC). - Update to 1.0.4 - Optimized the amount of data copied during compression (using _PyBytes_Resize() now instead of old PyBytes_FromStringAndSize()). This leads to improvements in compression speed ranging from 1.2x for highly compressible chunks up to 7x for mostly uncompressible data. Thanks to Valentin Haenel for this nice contribution. - Use external blosc library. The internal one builds a bad version of zlib.- Initial versionlamb59 1516536000 1.5.1-lp150.2.51.5.1-lp150.2.5bloscblosc-1.5.1-py3.6.egg-infoPKG-INFOSOURCES.txtdependency_links.txttop_level.txtblosc_extension.cpython-36m-x86_64-linux-gnu.sopython3-bloscANNOUNCE.rstBLOSC.txtPYTHON-BLOSC.txtREADME.rstRELEASE_NOTES.rst/usr/lib64/python3.6/site-packages//usr/lib64/python3.6/site-packages/blosc-1.5.1-py3.6.egg-info//usr/lib64/python3.6/site-packages/blosc//usr/share/doc/packages//usr/share/doc/packages/python3-blosc/-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.opensuse.org/openSUSE:Leap:15.0/standard/f1e29ba8f1cc88f129f2f98ced4a2b34-python-blosccpioxz5x86_64-suse-linuxdirectoryASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=16d68e85974df4edf19c6376c3d0dc4d788bbb19, strippedUTF-8 Unicode textRRRRRRR1\}{Tw}2_Lutf-84878d618d6c1e7a6debd236453fdd72be201e12da1be7813c8e9591c72262f1d? 7zXZ !t/͏5] crt:bLL ~ژʫϫ.#;oʍR<%@r1=)+^߁g( F'L[X&HYx-1`I4MkI 2[]s6yJl"\U>Hȸ(ޏ Wi.+.rfܴ~u 'h.۟> M,$-$`tĮ0bl~:0&̢4Z58q?oYٵGrCtBYcmR,l73 sAd+4KEܦhNP9*+:vryC_aQl+O'rs~S~@>xYdp%~a$XW[[U%K*Eaƽʲڜ0)HvV0]CAJT>2+t1#vwK5FS(&.:p4p(oL'` 5| ZyuW E4R?6?E4$tyZ'/{"rm#7Ū!9{h)TzIek}s'`\=s{gDH[hw遠{aLdCާ {srXd&`qociܒdm<:CRxWD " os~)4g1c}T-^ Eᝒ P6s I;[#'Q#i23nn4YJ##}Q<8A'/מVqE.J7x-R خk?= _eɋ2xI׀ zzal宬*U}6*pWЦQ"_y.abɎEeAj ]EXj"g:&]-t4c|u](Q5ˁHPEʼnˌKq*QFSft zL T¢i-'0D3\]+ҙ""wb|~D4-Ѱ:Rb`E_Ж7Ѳ竟mH4OX!ڔRUƆWCx;h pK-g~J1;WJh,;0+H%f6_scdc$>MƤa'E]/`.38YKwl(YkEWT}zṠ2X1pw(.#,T. XBpd>@>.jdnQw:(B,s(+K\B⌻޼󱃫^_>=oܥ"o)eɢU)$5y5"dLxX*q+0:<Ƈ :jzQwSώk:DŸTBF0J6,tiƋF)S摔;iʝ'f;241w5eva^̸T3̀=rJL W}y_' oKjkHE]`VYQloH*KUuM$#^V1S6(x|@)p $ WT4YY@{B(tl^@}~7Yo O >Ϛ Q^ VKxVp ;CI>6~[I•u.ùND̩{+4>zx*LtXt-9 $e%^"ÂT žĽnx9)4]>jv <1yoDSEr`%!z)>^\ ک|J?9Әl8k@._V)P:Ns:Aӟӹ8GevbQWa+SP¹[.5:z.{~t-25dx0; UlNG%;A)Oxz9'.FZr $8l1+J u/'F&SQ]ptCOC^}+oI'0xs'?.htfu*#XAٍq%s=*Lg҃`LXZH^s[Yn@Uc(϶h?.w(V޺:Cu%M*jna~R4xRdI)4c8@,G%Job0wj=6 W3sb;,Q*u8=qwnmQ 8,ĭH(r݆ۘZ?҉6<ˈ9n%?51Fls$z$c%H$6eOTGw˄*K8b΅:."6E8V^.¶\x0㼄K|F8oT[4zR0WXgFԎ'&>m+ [H쪳|'!걚@Ȱybo%pr֋4$I>k&6b` A$HiDLo1T3as7_6rF%0MGhD\1% }3d@̎JԾ ~OӼ- Z2)Uyyq&`\"u!Mov!L\ LByk]3Yp0iT]K&ӝe:yj\3tJ ^hrb`!h4~EuI œ^sZ T14ps!39qc 5a;~yd!'lAM9Ǒ6# 򑻲⟡djmc2[!3#J ^guX+>3'ȶ1x(?v"\u1zQF [ I (٧>9Y+GƩ6Z Յ1l"(:x(__82 ߘHy}ǒN ;PFݝ;o6N$y{N4`vfK쁢%^dM|@ FV[X925yg jKX8o`$>%/gzv"E pBP]C5R;C;:#\`5:A̢x';{(|L?9` OON: @P`(nRc+ǧ3-*@\&j"5LSGnPJΎ=5 ƻs*a]ht04k>ӹiX4;gzB%Y]Db*m3b+2TxffC%R4SB=J@f?7J&EOVf`b7xafу[`,ZܚgdM8S5ˣZ׮#'P(OG]E(YѿчcM_CtsE=jB'@)&&xx:5? D_0/AHu3S t'dX3-v'!y|ۑdR2),tpTCBr'Om^E:A~UbhiE!- v<(@VzA*(4y!?;` tqV<>5`mTl U1LX\N%Qw'~i3Je`kf%}%,{5]gY[{wneG㒙{l9v*;*V]۟XF Uˑjx'xͫ0EA,PO ^.( $RDu/  niRʥ$h dkd𩹄Ҟ9\[vh/΄ί}# Ip0ֵ' 8<8%T kN>xljұoSp _^ K oʲq~wT\NmFusm[I;4mP{ܙ1M$g]uK'i᮰&b#;4h˙!Qќ[߫1tYfm-̸^i͟\P5¨qHGvXj*>%aٟ= B|"o\Waһ2O__m0L`2+qG9.BlQtèn-dpս颡l*Fn8E ed1g"R@AZ bI%03 Owwo( _(w * ;%Q)G(܉TL6,XJ!苟GMk E ڑ{2`9؃(ϴ֡8^ ++ȭڮs$ =LiXw;5JeXZQZSj*9橭@^ ʣ#>Mۄ6xw(>` "8{$CoNY}TpXn[+wsu AAۼaN\i,Ȝڞґ/B7_X`C}_V۠F9S^!Gbv_&yUF]iUaD(>V1e~#j=lBҫ9@6Pu1tnˀHi\Zw\enȄW$7 10 y&pt5MFBd*o]>@tW)Vmmކbo @&9 _Pl 9B_2"lXbiي4U4 6RiCx"+a|Y&M9o}:ٻBɛ#;/J /~u/r|v{e[-ZT}@ʒlM>GC)ZZ34oܢ !f.$uC 9pU*߳RBGj kF2%[m,K-E )nl*iD/g2= C}dYBLy48yrC%v !b~ ?7ZכsiTu{j:Gs=<wnm>hjgTB?$IXsQ4O}N e< ki JݟND0 "FW"HB(b ^W1:L(M%ߔ|{ZE4~S)3F]Fo]-@Y!]Tf0o!ɳ╵[GV5pA:(9C:rA+ipfuR]VEf#Hݘ@ݳO ʶ`xeOb=bu~mEYfjy{(aΊ)<Xk /[5(J)t ƃo|.DT[.$q [kn ,H2%UM,Y-7*À{eBMBM;kSEmhEmo%mvpЬ%2{o'BUskifτ ,4 ,s0ےп+ kz_Es9O&@XO;hG''S!j = 2& `Q:ܛDV7%hL'(v3k[FΞ'3bXFUugF u1hte>7]9tMY"rP >`ϰ a&^"YBTkB-W>rjݳ_H:nGVI.m4lˌuCgo >!&exPӛFdEGU[N@]`ض6/HGAjGS3bcI"{.m)Tn8Cߌ^͠sQ:;0pHm}/Vu/tݦ''gZ:vO]M Bڜ5=[̯wsEhV3#(f |ŘxKn߉"2\kUlJ~oK[ء22-S@h@ٷ(͏w*X]'ߞ?9#[Bd{-|'q 쨵6Gp K/G![x{Q]\U5){ÖĈ !;gc`KUd&*o>FR~mCbcVph9+#8 jh8c J*5,S‚haOX8k7`{Jr'9}rJd>_%!h<2R G#޶XwK*!N,O<%վ+5ψ݃R͔{'vOɏ )lO6Fp5~:_EQs$L [Ȅ3HtNhmճ;a0.uœ$kސ&-ZBII2pe!%EZ,T]{$, aKC`iLiG,h4ЌPkzm0K>vW8yxChFscmEOn#w.lX/ `{ϷCw]wQ}WHf3C1^a 2A5oAF$Z\"gr^x !~Q3ǘ>٩D7Fy_)[g/G5ysI}D٨vX"u':]w- g$ J'R2v!hDz]VqzaW('qf^c.5BoliA,H4_dR8>&ëlޜT  x14|O=1l){Xsc.ED1Ҩow2:(#XċibXt"Ћ%vQwIpKf80Qzҫ-,R׭1#rniTBLeҺ3W~Xꄌgo+ sc RЩOW+̛at?Ӹ^v2있 b-s61{AT;ۖɒaE*jÚF4lΔ:ln 2Snv޾aȅ\o]gz u9Kٸ[pKi,&J_x ɑ#Fcp%j0Uu8"!^"38"ͿRq `@vOod5bSB,ҟ+Vux!Up.XFe.-M댇6"_#}t֓2ji;"0Eӗǥ?,4Nycth삉~S!k䶾qK{g򊔑p[Ŏt]>.p[]qf03zZJ-cJnI$;"v0fb%LrhL)GRaڮTJܦўr0+ffEjT8~go:m'0Q`t0R![ 'j[a-0[yWSKk|^nRH9 {!{xV~b23Y+'U8"55 @RJJT 7A!v96BOU\´(v[ ;gU_aX!a% 0}caFC})er9c6a N'M4$aQަCEr%^jZkSJ5i\ЎY 9( ;ym&){8MMQt'X R)P+ӋYޥxQUQ 8#liE%GF?NMI^{o!8TuLtMugss !>f{\-#j_Jp^]h^Wb3aO-$DOp"T/] #@?#*>pCD;gʹwo(3 x|,K#J=t->4`SuRZ>y8HB9_:GkSU2мk! 0q7q㭾![8 7TLFE ZNJV#6fl7ZE\~Vsg_v_c+I9J_ 4z]"m't+tW!^LR<^C[Dt+ΫhoJÏ1t bP