python3-blosc-1.5.1-lp152.4.5 >  A ^!2/=„^]JVa2Q ay^M O=\ ׹_vgKӀN"lv^^l-uo޶0Fpqx iСы$VHeq"br[ֹ]n R!P/ާU"CYeguׄ|u9p8e%lٝ \gTO0TtiƐB2Edq$ߠ"ܔC.&*PY]PkQfa46956c7a3d903d136059e3245f4d73f3b96128720307aba0a7d9e54aee7e6757fb596af6dcf8765ccad5abb8ddc6e5958a7be1dH^!2/=„8#aEB"mݧ^:H'yn+e&cN>NlYC 2KXzӰOjM%Wz]y0lϰ)ȅ[s;b{%rY [I†,F=Ch%hv4`PRf2 N\T[y ,lg8~TuO&D׿aq[ Q`$ m&W5;[?NUND7Cפ&Nڍ|tN>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.1lp152.4.5Blosc data compressor for PythonBlosc is a high performance compressor optimized for binary data in Python.^!(lamb15uopenSUSE Leap 15.2openSUSEMIThttps://bugs.opensuse.orgDevelopment/Languages/Pythonhttp://www.blosc.org/linuxx86_64A(,"AA큤A큤^!'^!'^!'^!'^!'^!'^!'^!(XZXYIXYIXYIXZ c85a9e67aff25d1876d9b422f5f49fe71b657b0373e6e52ab9eae4f320ba431302e5938353ff72698e7c84a335736da13a51af821797797e04e53ff0afc8127c01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b289ea9d54ac1560368d0074c2fb8a4b966b9ff71b19d68e9a6f6dafff0fe6613d1fce524d7050e8302bf78067c1f2a272768957c320dbf5faa067cb1386a38fa3c38c1401b5ab8b6f7b14e321972ebdad4e201cbcc0ea2df80df5e2897626a12d7d6ea3deb4f9b68cf5e327cc554f5b1ffd5eca3cdc9e60f797ec50b6160d66a5508654ab2a9d07ed78daeebc0fe375af7a5e8a18e33b18504c6b2d464a109f54fe89d230e0e0d70c5cbd210be40ce1abf9424d127437ac72880ab795499c9aa600f930d7e82cb26822f269ea5763655e59836cf9490b20104213f7cef2a08f9rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootpython-blosc-1.5.1-lp152.4.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 versionlamb15 1589649704 1.5.1-lp152.4.51.5.1-lp152.4.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.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]=b97b51d07f0b8c53671213d8814dfe14570d9598, strippedRRRRRRR yz0s2l+utf-8ca2efd0ecd6f1ce6a5a0112ff85109c922c206554fefb91b9cd4e2ad75d1144a? 7zXZ !t/5] crt:bLL g>Pk?b%ĵ0CFv4"coUۡy3\^35~XC*R qHAChB!CtӮU& Uhl-0<Lg=IV/ t5-<6Df2I؆N˚e`N M#JW%`JLXIEh{,P48ءG(cԈ ,xC/4ЏH7\C&8N!D4x`xl:w  :;5p ,̀zZHe;_^9/oQW$-)U/<:-رy(pך?~|ŤZ3̱FQ4Ɗ*Γ*`-]J<ns#XWcFNߩ)\'/L)bu``Lc| mH%VTE瀡0=x@P/Bn\3Wd"E]`{30!bɨn0o} f{$Ek9/(be:+؍Ùb7QL #߼\$COB0ޤ:?/&y8 N1Pg 6^i4vnF囌_x诋pMS3D*e踖URKzA[$nz ~0u=U~{gexDP2<ܘݹ;᜛u# >Р8ڳ;e^PȽ4|gdˍOIi7NUt9Mf `n*\$3!x1[ACfq2FR>-:7+Ѕ瓍Q2԰rEnF? ذ0 8uw˒+FԑJ|"vYziZF3š{Ҧz/֖ܻhGseJN[|((9JѦEsQ0+>$I@z($y&[D@04lǷ:U *9ABL .'p,$"kӀ<-ߍƆ57W(.C ~E?t#qqܲ| fd:ׇ0Ʋ?~U誉[?g4.Xb}r]uD2|Ah ;ֵ4}66NWz&rt%h3_IU 8qU#t;rٯ~DwIѢm3}}<8nm5O"Vlf$(3BMT͎ MF\hQJ䀴-rMc^ 8{_ѓKS$mN=r۪筦,ؠvFѩI] 6g!0^qf4TӸ~z2aNEf7K l9Ft,"/bPLU9^pWTcL;ks <?MUI gΠs->O8>.ڮ(ʍc9)[H7BQqy,#ml]>RǒpӖT4V!w0kF6/Pgo"> ISe >A-Q0LA:vYgie*4"2F [ 5s !fZl|%}ǥu4%NMÜ:)h, 7$bPB:x,?2 6#Im7D=Eg$T(m9ިd]WpwG3Ob/[r )*Gh֠{kh'œuy71S,vܢj9i{,oaW7~#p j7]ٙ cu\TY*FqAczC[g؎~|ŜɡuU[sa YYo/fnK7!K|yFc ᯹b)1*k.1Pfu>סr"V(=o)3_>g{ Af*Pҏ۵B(D򾌐ź.!KO۔Im]G'D T(00"Uwoz?fjG<@Y!QGģN+`(zqoU0+*{2{SJĽAbNW%$|ǀ;%$NF{{V7tqnCxPc5H#b j#K/@1l;h5XS"I+-e"UbiNp`DsGs??N!$&?#K_m'c?׀X"@JbӆEF,!sj+g ~FY$BvT/4}iF0colU1238. jdL|c{Q#sΪ[Y*e}z H @ Ypy"w`ϕ-NgǔQ(Ƣ_'O>|!eP򤴟a_ Qr)nay j{<LbHYY)s%@|' ZVÁ2[KIi28yI7}Սyc}{m~8}O`_ 2PW.B6h=YG}W>"Q( ){L tk3\sU3be@:7zj® ƨ9~#?;oCFԑY\rԺ!z1g!ũahd$A 9i,ū.O}b(U =8jng/u(UR) :e;YüQM8\B)'uh^"Q_Gh0F]x4s&zjʺ͕$k*ŝ{a,IvΨ`$:( s^Lm95=()uhW5ZvOA z74e?_ zhHk6rt< %D6U74%pP)me@VXiD|6r}"R6s h0,RU?c:|3T〃ܽKo>*ٰevjS'"O~ P; 4S@K3T)Z x sLpj|Bq-NB{Ҋ4X@(qky7IL+L.z1,|xi%G +¯ȡٴ5J@,_Ĥ &7H~A?UiKW|*Ea3R(bA> [HV5ESzܠɚlx8@uSuC2UijԭA -YaWˈN:+`m3JuL$6b}TA>;ޖ 艁Y:6[yE\d4g?JE"<E9\Q>HwqtQ96Q`fˠx#dHC7Bf[map_74$wE>ʼznle=T\ץmp޿:9spBhJV!֏=`\n%ͦ6ym6'a0xu$Ri@a% k ?@t{&|"ePO?_^8h KOSg>fQkӽk"'n}-TRHq&xN@vP{@8cAWq#e/`EYy V'-tvcM;:E-J>loA*KLK ?҅a?˛P6hmpY\ P Ռ6k82HV2+W$\A2yAѥg jў+FAT*I~X^B'5InѪl7 Nġd7ý~2pVoH x #uPDh>nhǃDžV7fwEs͟#?DʝCҨsU9Ƞ4ĶR(GrͿd񹀰D&Jϭ~ӡ œ&XK@&GR˄ 5F'`EVOt2t8pQoo1g^lžCQѓD0) gܰ q/~% A8}?DnUS=tF )-GRmY'[!A !I|PN:UaHƉ(y$*[!$80,%XNIs M?M]H#<] u"gp䞜ZõO٦ aOa Zs{0 '(2|0ؠ~֪sEjL/= Jc=AHzQLU-S#5&TߙM'oFr5ۿWdq695w"l/WJ9PY뺀jgLMrtG#1\=~]GbG ChF4o5q,7 Z /$- |) |wM޿\v RwסUM!K$Ч'}˪pR%} Fk^3C/dQ!Jx! jUcXZnϧ 3N8]{$Re?MȼbQ#[#<)]{QԪdg bsZ$4MFlQS^#@<%,ì ¢loeAnF^oz,L0yo^ÌL T5W ۆQ_]ͭKP0ѩYc|ǧqTsE$osd1h0̒DɇNʣr*/Oq66y-Bڟj0SmI2G#y(DH"66lHi!Iz$gZRVfd\E dr[P"–snq`zzatjuP>PPyɀf^(<^N-8t_ine$ᗖߥ_+1ߍtL{H={ē?cDjsHyp`%8 k?.i͚ Q0nEXX['ܬ0"Nz d#Nj+?>umTHs{ X~ԟE%9cs ][LBa⑒8@X kۄGI=᱃6jz]B`p1o!0 Ăﭡ K!1Լҍ#ؿJvAOB,h >@Q(%i1I f9f|b3̓(HjP;"%H&[ r4y D7z΋V'#gquX#&Y~@${)q$89:IqD{\L&%:VHEDOt/kȏYrvOn6jb piv0Muij(? W,kÅ#"V( .Wk3W큒+YIdbxa#xmykA:zA%cݎܼ-Z3X-tnT5Ȥ:YQ%w)z= 局B[=_ykYk'(P - a>w@?LP 3"۶Q\Qw7GҐ %5rHX ߗ ޜE{GG4cx -y+ ^6ZP[?)egUUqߔ޺ )/MɍPURj:J 1b wU<ҮAr&(\T"2~@J2{GBUZ"ٰ`pOiSJ#O&A,/aע]TE]O~!5\˓g>$^5s <xڐm B]PJ7vjdyI*!o_jjn ޟY(W}p6ʙމnّY*?7N&Z6_n,Sb) wwA"#3^{ &y^N%Ln5洵j,p Sb627LWA+[8H}֤ d j]oy=0D]_۩$Y@}azD8ܴ1E.Kw[M5O&pbޑb) UuY;Գ[3#i: {aH|RxsIdtGR`e_7 )ɓ6cL%sN}ݟdr n=2иeIDpsbQ {=eޟm3}c7AiZfƲN5쒏`:y~D1zF9jRO7T^XrBZ &*RNUԣZ4ŇK9oGyߥ+r UaSih)!ofс0KYk vSѠ:}+zx^{ I=<%{ 2Z'kj;LE|݊) uR{G)&p?*3crV<ʥnSh2a'xXYKp'#l;vo0xi0 <.e) ^7q@>Ju<uKU{o>K1ݨ*:\(n^&tSŷ~xpf}ઈ32g)k:gѿ&H'9&E^uei݆Շˎ: YO8VLĤd<=v40eǗtYeCg'bZV\+ѻ u|y_wR|x\ ye۷_AI@zҲ ]ޓUJ2N<kٟ[ESP> `$uĢ/{+SM^'?daYNb#i4a2L9CI٧*Ήtgh'*[{R$PLX-\ 84wYNn~`TҐDUeE#Ț&]5KC ɖZY?zd}|2u^}]9syTr kv/G92Y|?F*\q r;QܼkīD4CSeTl Oc29_H($e#kJjeN;zH422jzej𥟶/Y-z.l_f ]fgF`h.< WߢR `Ji&zhj6՛%MfEG%jyHwa}ج.xO=ʚS9p//,1CXbZ-*5625n^g}4#NN1VPeZ U'7L) o|lA}kdc9HV.:C2)mfePYƯ= W^P33xa&vcNEV^yX؋̸s: kR(/(זhd. u~1jc٨%̜*T>i2ݝ)> >mHp_jhπ~h>utDcm;zl xO+)70'AǓqp- 6nz-x@DE:VҲN%HqFTg%c_AVỉZ";TL6ɁU/ lGiw2PW= Ƀte'f/)6:"+GkGdBD #eChuZ_s4jXF׉8P0~c|.'d9'*Z| lį_"#Y߲ <`܇ e{)B:kSVPШMA:}NH8ZOhy^Z/(mNRe2h$.mKz+ |\ynU'ItbJ .\[W+pj6V.#mmR+5Bj DK+L}jCI hVը-rQ]!@7eGZK`ak3pU97qNkNeB=K7)hP+qdͶ3W,*T0Xvh{D9B Vdj  =%OZo WB]^W67(mJQvlx{a{FH=CrVR$4]@&cV4#Bk2n{ \U,'txK?qG$7Ej]c$GJ4AtJrm1${9h~NgHPo[|XӚGz-N)*sJ~4"o鏴$|Thb /DK{4jvkUɞ>Hv]iШM*Q M[ J343\p*89E(|+f8Ӥ1f;+ZPN0xO{C Iz,c^/YU΋-{m8 3R~ O2ee@ z `?SXiEtdQhUeDIњ; :di qHa׬%킂\#DF(i\lr4[,jk@nˑQ8pp1'mbܫ/໿pC>xb4wAR|AN\{n.M " \@s& ffp4mt ,9"~.Jnjs<.dY}~ XJl5Ó݇UGK uΗaG67/FڅK =w# rq^A[Ud-XD[Mym5#w@>>J7 ,  Q\ '(?!&1#)J7J$ k@Ԟ|2b%Zw/8{XGQ4ڰsTٴ%S:`Eސۻt'9؎ґSm7iuwkЛ61 YZ