python2-blosc-1.5.1-lp152.4.5 >  A ^!2/=„RX[5Ρ)EoelGm7xҷu,ǯ^|o+>a86B4& h |[g yPؖ7-V Lt!eg(JaQr<@L+9惀d d$*?XM ;?j<]x{2qώcF IǙ E#wezgc: p^{64pA*?*xd  A   P  j      E  T    0 d   (8 9H : B$F$G$ H%, I%` X%pY%|Z%[%\% ]% ^&b'c()d(e(f(l(u( v(w) x) y)z**(*,*2*tCpython2-blosc1.5.1lp152.4.5Blosc data compressor for PythonBlosc is a high performance compressor optimized for binary data in Python.^!(lamb15openSUSE Leap 15.2openSUSEMIThttps://bugs.opensuse.orgDevelopment/Languages/Pythonhttp://www.blosc.org/linuxx86_64A@(,"AA큤A큤^!'^!&^!&^!&^!&^!&^!'^!(XZXYIXYIXYIXZ c85a9e67aff25d1876d9b422f5f49fe71b657b0373e6e52ab9eae4f320ba431302e5938353ff72698e7c84a335736da13a51af821797797e04e53ff0afc8127c01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b289ea9d54ac1560368d0074c2fb8a4b966b9ff71b19d68e9a6f6dafff0fe661330b56cfbf64a8ea577472266569404b624af8700a315ce81d02d838c052caba53c38c1401b5ab8b6f7b14e321972ebdad4e201cbcc0ea2df80df5e2897626a12d7d6ea3deb4f9b68cf5e327cc554f5b1ffd5eca3cdc9e60f797ec50b6160d66a5508654ab2a9d07ed78daeebc0fe375af7a5e8a18e33b18504c6b2d464a109f54fe89d230e0e0d70c5cbd210be40ce1abf9424d127437ac72880ab795499c9aa600f930d7e82cb26822f269ea5763655e59836cf9490b20104213f7cef2a08f9rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-blosc-1.5.1-lp152.4.5.src.rpmpython-bloscpython2-bloscpython2-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)libpython2.7.so.1.0()(64bit)python(abi)python2-numpyrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)2.73.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 versionpython-blosclamb15 1589649704 1.5.1-lp152.4.51.5.1-lp152.4.51.5.1-lp152.4.51.5.1-lp152.4.5bloscblosc-1.5.1-py2.7.egg-infoPKG-INFOSOURCES.txtdependency_links.txttop_level.txtblosc_extension.sopython2-bloscANNOUNCE.rstBLOSC.txtPYTHON-BLOSC.txtREADME.rstRELEASE_NOTES.rst/usr/lib64/python2.7/site-packages//usr/lib64/python2.7/site-packages/blosc-1.5.1-py2.7.egg-info//usr/lib64/python2.7/site-packages/blosc//usr/share/doc/packages//usr/share/doc/packages/python2-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.2/standard/f1e29ba8f1cc88f129f2f98ced4a2b34-python-blosccpioxz5x86_64-suse-linuxdirectoryUTF-8 Unicode textASCII textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ebf12e00add6cfadebd470fb53b1885825268a65, strippedRRRRRRR yz0s2l+utf-8db7ce78b142b40a748e5604c0e41e96a09575742ae6f5c0f917bfec62236c270?7zXZ !t/36] crt:bLL g>Pk?b%ĵ0CF2(ląZuij8}_~N(cZ,V#I@, P8O c\7-z!iFX8JK4=Lp`TMXPۣ]\\\"osa `d{S0gA.xX.Teg6ohW6N;G>h3عM/XBQ>o]K_>@Z4o^9h#>n6k5j@DlL3a# FtsLYt=hˏK/WJX btYRH޾`@Wmfcxa$y3xŋ'Y(/ c'9V{`cnsQ?Wzm ߑw,x2 Z`yHi1Ky t0KR1xk^EKƛ̓jڝB|1(?&7 9*I{rq@I %~Աx{8iCd}ڟkmvUgQ>tÈ u"0@x(ac ^Sn)S涋 amuxٿl~qQy:vٌT(zg4I[f؜}+ 3u\k^'ϟJ@龊J ob{^㵕gLPT:dtF& SIos'Pd|&bcj*BLGPM:y# \cRC; "a 1">+Mr $߇>Yxg lLlӕi;G?+ՂU A~}[Q M͈ZK4--Uzs-Wv N8'#/Ąȁ )K;D#i;Lsk3H$/fGRn"c6wQ2Mj2YC-X6EEL]>tA0 f'67lMr1Q:au0)m5 L@HKtdrFs6p<2eKb<0>+8= W1|ڠN/~5kgs3#$1tg~,2to/-|@0r~.+GKr!M?uPBֳKPiYiR.IOM{Z-xUQ"πϫ[I!rXS#%Ɲvc- r>zpFBVн5ӘWR𛻜}[0Gt5 X ȝO3J D&vQU0W!{?*5=4f ?e q2h)Y ҟv!9UTwsw&>9-6\8@拮DjbqG0LL#㫜@w8K)m,.-t+D;l W ]q<䱘Jyn$JY0ñ`FU]nD& p$l[0{K3 د܀[.W! ,Jj"'"X]9y OAS`Q@PCu#CT X2{#K{JO-QG*.v{'d^jm M[FwHuЙLZD5Pbyd9 ]3]̐7YtGPV%ظelpU!J`%KScjƩoHJv)z(_v"ohg,e:G|ll)3&#;;f#?>9>CPƊQ$$3v֮΀HKt<#Zqy1l'&E>!2{YH4Q>`7Pqy*;@զںK5Gp'z٥݆ZQtHt pW% x C$Ա 4⩞jíH;eZ@ NPLJm MࣩP9fULkJ^_8TƆwba`3NaZIdVA8aW2 ]k 1\C˼ieF*e{uv~TxZk˫`]O JR!Ro7 "8w!m}CyYh !J jB9c_W9NWlrS D\3R#Åg={IjY>Fd#nn4YDYD-jyVQ;7:}M;yb7r0i/G~ vjQ-p rn&{kAk7Gv{t3fYTG*'|dDP`;.A6V{Ԓz8|#c5LP>G˥3Hto?P1NΓ[}TVߪط,-V8&?cUmqI8_юy >3l*WZI - *p- SnGyyYM]B@|CVvIk|Aa?h4҃:CG)|P\ZJDCHCaNQ}'ZWֈ=݃ 7Ev> 3֯.>Ō# fb2[L%{(1q*#ڔAA<NI ?1|3sWؒrso4X7牟;6?pO9oi PQwr^查<c'OBU?}{s&f r9/yAYM/;CzS5CT[m9x>>SHXߚ!NId.-ݞ"p`>pIgWOy h>.mz2Fa ]6\%$vL4Uǒ.zuº'jt ş?W.H}M2g7&y`@Κ~6Nx>&8D| Q/2L0 N;P[qphE`~՚綂c9.h 'DB^WЃY%DC"h0^8 n&x %A4s' li*ҳxu,IF8o|e1sxw%KC9cN aFx2q6E &L╝IYݺ/f3r7s:,abnqars| %vAA=x f=!<" gu9ϏE#]dyV(xAIHW#Oe'颜G0e)x=)<!R)D8{mZs AVUt-h8&^|MaJqܰ\:# kDYƋfX65|td%0ˍ/|HiP; RR1NFNDӝ3?ׇ9GWzFA;dM(4F{\g赊?Ar?>L̆;x+8Ij/ZZyܖ4Q+i.{O:C>䎻NG#욃22=;N70θKNI%rR79ph<܄V $ĵI x;Wӭe45yT>f_ eBccUKLNcX:Gf(}VxDה QX4'D[eh&twmor1#ŠVU7issQ{|'om~}ܺ:,u,mmBrz-ĞlA#tSk0@~S3cQ~Jj'u6il, ,^&(a,%6ЖT.A806Nxu:gUrAn"s8tI,3lI۞듴Z24X9 ̴Gvզ:Xߓ ˲{׏\^N/5d3  $#}-F~GNki ΖŴjJN9i.L7:H'p#(G0DhVΞnNl*rtJ`B#S~, {kXy)APr{p̫u~XQ?$HkQ7M;H%d|2k{cAU1DoM.rsmSI볕tRj膘Ɋe=$Cr2d6VkZ{j%V6b+YwKi X\L99YMyyq/e]:x0#q"qd켹:[QgNK%~XTIO06IiLt=PTf1'3Y+U\y{>oقL<[מ`0 R=``4`rYP-=9CPMGGs N: PS&rtO?lU>j$7xJ3R75SDƢHBr$_3nfZuV$xalC1`..>oe}]_f,JPpЫ/ '9:!JGʌ0~zT4/Ք4p'~s=-w(9J<;ѵy~!{q_ʝ.86B =eX6O ղv70Pt:R$hW9p/!y 9o*5l4: &ܧҳ]l=AP@DX:]&%16iPU?BHs`4#R {?q^崮*Q=(^hW2zhHz Zвn(/0|0{n[-S%(qY|w8M]UqZ8S3\kpK`I3cj#i,_wk~=R/m|Q=~ScTA'A:%LUg-Iz YNd(R'3io,LyJXwZl^s`B~<0qroFGRIi ADQȀbݣ8#0R/BQ mƅȯsȴs(%,`7dEUr_[9aV{X~i!llz("ޕ݁RnK"rC8Y޺Xc0`/<w\9o`솅BikQ+,ϡaG1nd3v(ݯћL)X\3r/g2 $`4)"Qj9&N^Y\kl=9: Bm/FÁ13Y J;H䣔9[*}Q uM ;hCdc%1‡^4*4Կu^H^OLwVim*^>ˌ_S2bs8|{6! @?*L]E x.Rޕuf#ܗ!, Ng)fv氈A\d_S`5rx+p{rc+l_zp@>%7ȕ׉X/з.YeF :WRaS rv[y#b PhTQVW;dGա<58`khܺ2e((Jgbh]1`40gWoVخPSTud/eZLz+ Qq.zR3O $TN'1JghsO'7cRŀ݌ÌhUJ.|BBr,,>{f7h vX` 9R#1fn}XSơ 0僼z*'B]^OS'mNYH&AMԌFȚejF~u.'!@Na0Iƀx|1LAW.\8\vh uukkya'!#gKiU`]iZO#UVC &z 5kóV 6&/+YB)U@ߖ_M܃h)2+4< o;xᜏ" A!a)7HY #{ZG<>BS +iPkaosSƨ:hzv4iB+3Gyu5{z6Uvi*4F7ϖA-z"1LR9/Բ-q8:/ =Y3(^h" jAT's.3gDc2$GfZi*Şs7(Wbae%3٭D" P&oFd-TΜeӽH?"ʟ4_\stpkg2Ayh]3Яl*H;+cJ(DDA"=FA=|q]7ۂdZ𓂧UcM-]ߡ˛nU@dzh::sG 9Dټ:{qhL;ӌĻљieۘy3ךh-OkyW?.l nD+tZPZLl;C*AY4rDQ(.׾";;Gu!f5-[;,X,L`ʨ^i/1IV.NB?^"lP[e^%`*- !d<iWm&FewFJx+HW(VTVU:t`ð4 4h P9LbF1K0?,ՠ|2 $$K}6SG2^3Ll}AtP,b vjùtho:3 e70QX$zJ!mvkM/+Hm9Z'xNRWOrcc[HgtrX̕eMLګzW8«hzafH WATpl3nfPYя`(qGU?_*f 19Yx%xoo@šUe~-HY=0^v@qxԛ$~a[KQ d[*8'":Shm'2NJB?BL@!B>)K˪ڎPfQ>z.XA`g oEuts=h@xS74Sz4A/B9٣k=$QEguBнxΙ08L @awzҷf$&{%;#7kS>>F=k۽[(0ř 2c?d8.g`1|j"`)ŇZnz"_Q'#Ӳ3NӕK'fj'|t˯aj;E( <$3--gh+YRi!rWh,fNjwRIr~o#͸»T5]9JBIa07ZffcU:#[lN yǡNƶ=hٙLV?4owwF8SvbnG$F|%Q S'> TއFmzK1FGYΉ<^ 'm#AMB8hj #yja#YK6Skt,hx GIڑ"su~bfxp`.EnvI[u[\Xۦƻ <2147+Y-!%=O-9ڟ";%,9.oYL/qoBqZ#%o& ZVX~f*oIrӲ,5&Fߠ0\>QZMN>;qX~y:iˋmEu\@! "[sF 1p͡{ 4i$#VO(qLRia;-maIBG*=Rz#NINV!Ʊ)\lF@%Ќ*w; h me; ak=tj3%ٚ s11lS:+fطo`aȏx*>]8aSPynͨ$ϾR/J$>D N" 1W k,11hurb  XD14K;o*W`pQsQZ/?KOh-n^=_HXǩ\`|!mYF?൳72`z#JX&_x5f -$+2ۈY2Ǣ TGXx-ա@GF!avL1F)= u`h.2~6=tգP.GžqƼ~ k̅ KpH?`Vr@:p3?nEJOZL![_J#ұrjҩ˲9wީJ6W)\U׍7(|e2Y}%жWULG|ߚLј:zk$'U]NiYVqXI|g#n8逓ۀl{̀;0bzڴZ2wkKxa\iúХYF¹n5D`P-Ge2ն-kz26zs[q/#%jܟ:c) ZW? Lנ䟔k1] 9` +h::BzJ3.儻j>(J5mkj99]&bKdˆ\ OQ6pjX{LH36( {=o,-3~Hw3h{&\wK/~4Xf<Νy\:F7keސerI]ېFIIGLB5LZw5fXO$~YC'=E"&Vj\ȱEI4d0qP& v^|s,/(]}ji*`/W=52fiˇb-Z5abJåPY.IIހƄQMȐ*r3Fѓ)+u2Uiv}ئtASfeZ Df-fc4A{F Ɲ/8"xnBrm_9q4#975mjrG6HT0%#+ &; O+K'N^Sxm->,؎jlFu7gOCU4LST`Ark1"QWbETbw[G o[kno'۪H7̪;5U[l3Wٸi?V Wc,[| h(aR{೦=]I݋;SF)H>w$s(be/AB>VV lD}hYӤY w{ōHNǵ,0}ϭWf2MwcG~h#>BԚ/.ex1AT0:~Nc ;&(SLSp?` z= F/}BSmjE&MִY4@W+P͔|p)nP1c!:L"+ Pxп5 N8\ck_>jnb(FP alv' YZ