nbdkit-python-plugin-1.30.7-150300.8.9.1 >  A c Нp9|;yI/Ӯf7MvI0"o aةILP-;guS\'0WbVD\-"yk0ӚI"I:q׽Er"P&W,Vm~ ni.D\7zTV.UHkYdq&aeRh5|7C/@`'N2f@.OM[jILfP{~Vkn!"]>K%ѹ,19=?_age[0'li^!@Q<ܬҒk1n4X?箁)7T@(V.q>ǹx_` m{ L#ybz)\>p>(?(d + F "(08 < @ H   H x  (8 9$ : F$G%H%I%$X%(Y%0\%X]%`^%b%c&kd&e&f&l&u' v'w( x(y(z(8(H(L(R(Cnbdkit-python-plugin1.30.7150300.8.9.1Python 3 plugin for nbdkitThis package lets you write Python 3 plugins for nbdkit.c ibs-centriq-5'SUSE Linux Enterprise 15SUSE LLC BSD-3-Clausehttps://www.suse.com/Unspecifiedhttps://gitlab.com/nbdkit/nbdkitlinuxaarch64 (s큤c c 7b12b58d2c8d1af17f1ea58e210e98e16a654871ae2b424d86d6a7e7e2701d86c9f64742229af80b236293552599a7687bc88e0b834ab17f0486f926a488b4c8rootrootrootrootnbdkit-1.30.7-150300.8.9.1.src.rpmnbdkit-python-pluginnbdkit-python-plugin(aarch-64)@@@@@@@    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)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.17)(64bit)libpython3.6m.so.1.0()(64bit)nbdkit-serverrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.30.7-150300.8.9.13.0.4-14.6.0-14.0-15.2-14.14.3bʿ@aa&0`ݮ@`@`}@`@`M`8`Ujfehlig@suse.comrpm@fthiessen.dejfehlig@suse.comrpm@fthiessen.dejfehlig@suse.comrpm@fthiessen.derpm@fthiessen.dejengelh@inai.dejfehlig@suse.comjfehlig@suse.com- Update to version 1.30.7: * Version 1.30.7. * configure: Use printf to print $ISOPROG * configure: Print the version of curl, libnbd and libssh * configure: Make the 'feature' function print the dots * tests/test-protect.c: Fix typo in previous commit * tests/test-protect.c: Skip test if "disk" was not created * common/include: Rename BUILD_BUG_ON_ZERO to something more meaningful * common/include/test-array-size.c: Avoid Clang warning * vddk: Demote another "phone home" error message to debug * Use ARRAY_SIZE macro in various places in nbdkit * common/include: Add ARRAY_SIZE macro * tests/test-parallel-sh.sh: Skip test under valgrind + debuginfod * tests/test-parallel-sh.sh: Small cleanups * server: Work around incorrect include in gnutls/socket.h * server: Display kTLS setting in debug output * exitwhen: Check nbdkit doesn't exit before the pipe is closed * valgrind: Update comment about valgrind bug affecting OCaml * ocaml: Add further valgrind suppression * ocaml: Add valgrind suppression for OCaml 4.14 bug * perl: Move GCC diagnostic ignored earlier * docs/nbdkit-protocol.pod: block size support was added in 1.30 * jsc#ECO-3633 - Enable linuxdisk plugin- Update to version 1.29.4: * Remove deprecated nbdkit-streaming-plugin * Added retry-request-filter, an alternative, more lightweight, filter with different trade-offs for nbdkit-retry-filter. * cc: Document how to create OCaml plugin scripts * cc: Add binding for .cleanup * docs: Document NBDKIT_VERSION_* macros- Update to version 1.27.8: * boo#1189634 * Version 1.27.8. * data: Simplify some of the Python code in test cases * data: Fix optimization of inlined lists * data: Optimize slices of some constant expressions * data: Add a test that expected optimizations are being performed * data: Get rid of EXPR_EXPR * data: New functions new_node/get_node with simpler usage * vector: Add vector_duplicate function * cow: Clarify documentation for new cow-block-size option * docs: Fix title of nbdkit-client man page * server: reset meta context replies on starttls * Version 1.27.7. * cow: Ship cow.h header * Version 1.27.6. * server: CVE-2021-3716 reset structured replies on starttls * cow: Make the block size configurable * vddk: Add stats about the amount of time spent in VDDK calls * vddk: Replace DEBUG_CALL with bracketed VDDK_CALL_START/END macros * cow: Remove #include which appears to be unused * cow: Make cow_on_cache static * maint: Mention online gpg keyring for security use * data: Missed optimization: ( fill ) => fill * data: Optimize strings with repeated characters into fills * data: When possible, combine adjacent list elements * common/utils: Fix off-by-one error in _remove * tests/test-data-extents.sh: Remove some bogus tests of zero extents * common/allocators/zstd.c: Handle zeroing unallocated space * data: Optimize single element lists containing a single byte * data: Remove redundant redefinition of APPEND_EXPR macro * data: Use common EXPR_NULL * data: Add a new EXPR_FILL expression type to optimize *N * maint: Also ignore signature files * Version 1.27.5. * maint: Modernize configure.ac to silence autoreconf warnings * maint: Update to latest ax_pthread.m4 * maint: Default to probing valgrind at runtime * tests/test-data-format.sh: Reenable valgrind * common/allocators/malloc.c: Remove bogus kernel hints * delay: Test delay-open and delay-close * delay: Fix delay-close * server: nanosleep: Change error for early end of sleep * server: Return from nbdkit_nanosleep early if the socket closes * delay: Improve parsing and representation of delay times * tests/test-debug-flags.sh: Don't use port 10809 during test * cow: Add some more debugging especially for blk_read_multiple and cow-on-read * tests: Check that cache-min-block-size works properly * data: Improve the example with a diagram * example4: Do the parameter checking in config_complete * example4: Use get_ready instead of config_complete to allocate the disk * cache: Move plugin-args in synopsis earlier * cow: General revision and updates to the manual * server: Make debug messages atomic * Version 1.27.4. * cache, cow: Fix data corruption in zero and trim on unaligned tail * docs: Grammar fix for .cache * python: Implement .cleanup() method * cache, cow: More links to related filters in documentation * delay: Add delay-open and delay-close * cow: Implement cow-on-read * tests: cache: Test cache-on-read option really caches * tests: cache: Simplify test-cache-on-read.sh * cow: Improve documentation of cow-on-cache option * docs: Improve documentation of .can_cache and .cache methods * cache: Fix misleading LRU diagram and comment * cache: Refactor printing state into new function * cache, cow: Use a 64K block size by default * cache: Add cache-min-block-size parameter * cache: Implement cache-on-read=/PATH * cache, cow: Use full pread/pwrite operations * cache, cow: Add blk_read_multiple function * cache: Reduce verbosity of debugging * cow: Fix assert failure in cow_extents * Version 1.27.3. * ocaml: Change thread model in examples to SERIALIZE_ALL_REQUESTS * docs: Correct --selinux-label example * data: Include byte-swapping.h * wrapper: Use vector type instead of realloc * ocaml: Fix comment on plugin .pread field * ocaml: tests: Add .after_fork method to test plugin * ocaml: Add binding for new .cleanup method * ocaml: Rearrange the callbacks * ocaml: tests: Actually call .get_ready method in test plugin * tests: Add a better test of real VDDK * vddk: Implement can_flush and can_fua * Version 1.27.2. * ocaml: Fix valgrinding by only ignoring caml_stat_alloc* functions * ocaml: Call caml_shutdown when unloading the plugin * cow: Reduce verbosity of debugging * docs: Remove nbd-client '-b 512' flag from documentation * docs: Use I<> consistently around command line options * ssh: Drop srv_pubkey entirely * plugins/ssh: remove pointless code fetching SHA1 fingerprint * floppy: Note that nbdkit-cow-filter can be used * floppy: support FAT FSes with unused space. * python: Remove documentation related to Python 2 and nbdkit <= 1.14 * data: Add le: and be: prefixes for little and big endian words * data: Rearrange cases in switch statement * maint: Untabify configure.ac * Version 1.27.1. * tests/test-cow-extents1.sh: Fix this for new output of nbdinfo * tests: Skip tests/test-file-readonly.sh if run as root * wrapper: Unset DEBUGINFOD_URLS * tests: Test --run + --tls + $uri + $tls * server: Add $tls shell variable for captive nbdkit * server: When --tls is used, set captive $uri variable to nbds://...- Update to version 1.27.1: * server: Add $tls shell variable for captive nbdkit * server: When --tls is used, set captive $uri variable to nbds://... * valgrind: Add OCaml suppression- Update to version 1.26.0: * Version 1.26.0. * docs: Get release notes ready for a release today * valgrind: Add OCaml suppression * docs: List release notes in reverse order * tests/test-ondemand-list.sh: Skip test on OpenBSD * server: Use struct sockpeercred instead of ucred on OpenBSD * tests: Don't break if libssh is installed but not ssh-keygen * docs: Add outline release notes for 1.26 release * Version 1.25.9. * tests/test-debug-flags.sh: Add a positive test of debug flags- Update to version 1.25.7: * tar: Add comment about why we use LANG=C * python: Split up the large python.c file into smaller compilation units * Some documentation and test fixes - Use correct upstream and not github mirror- Update to version 1.25.6: * Improved documentation. * iso: Pick xorriso in preference to genisoimage or mkisofs. * vddk: VDDK 6.7 was the first version supporting extents. * Removed deprecated tar plugin - Added multi-conn filter- Drop ExclusiveArch. This builds on i586 just fine. - Trim bias and redundant information from descriptions, and adjust descriptions for grammar.- spec: Fix license- Initial packaging of nbdkit 1.25.1ibs-centriq-5 16618496261.30.7-150300.8.9.11.30.7-150300.8.9.1nbdkit-python-plugin.sonbdkit-python-plugin.3.gz/usr/lib64/nbdkit/plugins//usr/share/man/man3/-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:25650/SUSE_SLE-15-SP3_Update/d937c694a5701c2a5dbb4d8943228188-nbdkit.SUSE_SLE-15-SP3_Updatecpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=4a99c1ecc1cba66df0554957e3cb44759aea956d, strippedtroff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)RRRRRRR2 2e-MɽOutf-8c7c31aaabebbab47353f05e7f7995d312ffb379b8c8c44d9152ac6715dee5bb2? 7zXZ !t/)[K ] crv9w:2!%ދW =5K[>ɽ`t <h{T~Em_z[N(.^4(O!<1<svxᜇN쩎[d_Eލ}N\S.IKZacP:D4iqd͆;j8tȎa=ros[-є{ܵ(A!POM=d %ۭxVtKΆMOV5_D7T ǶjOW _^_j}X#^Qg]2{q(wH7>o||BXǦsB XvD'g=ڱ͸0TʎT\*NlɞW`sj|9+񩶕RԚ6/6;|V>;~Ԉ]Xupe3Fp=;-QNU fyq>P*s?Ģr._CgpuOhQ| (mn܁G&xZa{' =wcpJL`-hcb1j@D@Z z醻O46] [ߓ0k>C[zxQ}n/EqP&xy:v+i-GÕ#kB4vns8FZX4\C R KVFAɼq:̒c0R"S^3B >rݷVMr=dӏyru&M8453E0;b^SEDP/ fy5n.r-4n$<,M~>dkiWm {~ 6,4Ҳ:;l^iͦkssS/xS\D-SD;޲úHY. 3A@G`լBP\.县ѵq`.řcN6Q?[$k-&9Ŭ/PNLH$\Fjlg1댱 ky_#&%A.hұ4I8J/1)')[;0o )1-SiFo#=fRkWHvqZ֑TE$c $u ȕP(K8fgK⃶ `8+Y!$Wڂ& #?R9OJ}Co y8tQp}sޚm{dR퐼+PAoQ :?VAG7zčgeF{lW91G<3s'3C݃;d?0-5zzoƹ ܶ~N6y[J|4̌0չ䠌/G\ "t͎N3 m)~kY}eC+airuLFApYBU9v!AŤ\iFml62cn&BȭѦmo'8qiVTЂ$I^wEK@)e5v2 ]D#=҇vMm)AT@o(nIf%Yrԥa27*͓BqwȻPn"kI$>{T*Y)ik[F9ϔhESvs#c-ԜXք .Pj~|j_Fȷʸ{MВ(_ju39ӷP@0M7b.Bqe?GDsǁ`tAA371%:ETcr\:t?2VS?y$a)(5EN;%q=ÃsU]acR} -,:VrۤB]랁B/X4]>^XVru{G1tyxRRqN(oA|6 h6݋4226PC?Qgl(H; 9ZR ?DB%xҵn1bq+b>ԝ>~T+VH;Ȧecl]-iZ72nE9̚Aoȴ3go!Tӿ&@l>BA&$U"*66x(=އg\D Yh9d2C^u+PwIfMB( 1& 0& 7|c1d-ֳ8<3!6lT1\P J©ebB';o{+=z|QhhiX-fӿߐώ&;cA!A\t ^(b%3ţ^#bSp4qi6lMA5uR9}nE=pRf(4d͆q[lٚs$Fڇk-;@eg5ŅkR{z]aq._ iAe܎ y&>R/vcX(g0N61n@}vBv~0G`r DvgRgl0{1̍ML'u_'{OƢW`n3Ġko7Ik8*fTHx@<ި9h4V"cg/V(2F,>*_"F}"bqӿ",ttf+=d׏7;_.$^rqݯ3&xNC);2k )Hte-mxXWvF@cDgJwBp'H%QH@A6+``7+x@B49qWv"m{u`7\Lxv&s/'VϏC=+yxPE 4BV3b ߅ |z''uN`N1)N:p&IX72gE >p@?4 Rjb^쮻sƦ髎s8A,;vT$(xXoT~K}AB:("5 {5_}j(WwkyѾ$g&rE)@! ϷFF:.ϓy績:7kᒻC(4 fS&&+eKyP䊰LԺ@]^*)>ƎDJ e&VǛJb+R>1 I`p‚~;P?!,Pt(NK%H8Ckbc1PDf1(DA.fdͤXZTCh;鬧rh6 >-QAZ翭 (#џlX>Pڨ\v'@_dRǸ펬h5Xկ܁LGpfkICJ h'ń\D׃ 峠XѭxO7/q(Rf `2zF?f-]j9[;?G'Sjِh* #G'6c*\!KOҐiquvqpV'cױ9(W~k MBaWl.O]1AU9siw{8!j -M,D&m53+"!흠 cX.iѬDPzH=) P]=b*K--uBUJwQUm3ܧJz]!utS3=0bx漯 1X1Pbj5KLw19 nZvΦ{v`\ rZQbyصQ RehPGq$Ku dÖzM2~ߓ!ȅ>1NYt,:gSb{aMO#WqM{rjZ3,j0׆.7aC.7IJ_aANZيh$o䭱Ht˙SYcB]CL&M}@Rc'FٮJh1< ]dc` +~T~@z@U֟k"yjYiG7}#gjOfƷpo& :,Qnr|nRjrk2rFůՒ|zIQvHr>ȈWH{8Mv}.΄ެ28х$|K{gAB}W8ID_4e҆LRK)yL{gn[LWpҋšGk`W㲏='؃vbԾyB#,,[=>Sn(۠lJtwanH cm3~g"ǶLWWw差h4es:2$06=Pg#7o !jT3+~6l)xMrvbpvaWz'Hb>dY"qԵ8\`nl5}F/%h?(# y)Nx͖ ޸|Vg 5f/2s%'#WinaehT2)b*qiRGw9*/n<>:a8-H y}[`֭fgX9NG`8Y@q'jd& @i2/wEʐk5hg>4X9/s(x9 qieҒV#erO[Wc'(Ⱥh;WGjdN>.!" GnK[ %ES#j H_"4la0(Ư kK@C+MEpd{*Zz퀳ξ O*ko_V@UAʊ+"$Ԓ-ԡl0R ) /9\pwiu+:D\נF]lg +E9܈>Hb 2mRoG!՛W>Şv=IZ1)"jIYS'τE<FA NF H΢_* [3 `0ȷ Il+|+G;}ԅM/'AV)m;'r-YNǴT}}U_4*:%3h?Iޜ0z6p[*>&ya"{ B0G+E`2+bK>-;,z8j| d+GHO^r DRݤF}ť}yئ%pZ;ecO=SD00bxY!HaH;s_R\4>j<$(!ܫ~t4b<2I;;>HO9[{-Ot]N͟8N.Vu>;Z.K}l2LAz}5ΰKNΐB5M0PO9x_z11foq7/bl!R^l.|V?wG`\Е#7ʴ{ ?e>kuZ>ec\WJZDn:f}SY|Ja/:ђqF+'Vq@{ִ8Bc{N\V uFgBug: OW˒ݭH3Õ3%:`֩bM25`We%10@s,KLs(4Yl3,zI;{]RymM c.Z;;hF7DX^Q5zF$x~{!qXFZ65(fT%n^ |YV) +nf:^";Tb9v>m[8`$GKQS◁~7([X pطJClT!t(c7wPGä98? GƏ ϧUyk;NkeG%kZ=L r6M47`H,i\PFl\)ݢ'v,:7}+!@6zQ]?q'VT1]vTK pia:1Ha>XJsBfy@==q>8gϋRկ\ujC˫ z8V*NS#p f(n81I+`.h>.яLxaRh-`kZ{uabm|qQimJC9%6ۂڅKv=v&o@xw7TVddHoF$;t6MK<0? _g_0,g /yav4 u6WW+z,Kk3N}wISL֟>KĔʒtx^Tː#<X#6mI%2шޖ/,5EQ4#`,%ْ'J kd۽U**^2d%[8ۅ,%֡ΤQ +HB^bpl8D24{~ItP':c?kF0^CӅ؃kIC$ fp,S#<vzK0s:2$qw=)C串uF?EC [[CcO[,9K,>'$uقlg)5߭yV.0_`!_s!?IDF/I~5~նC)-,2FjI ̌` z\k5@DQGrWW(;5Џѯ#8rKH| $#a Z괾zN7[oKEo?~i#R^Ng!=5:" nIBⶽB(K6ؘ?$鼒xLMf2KPnЙ[.QmAuf`L܋[%Mb3.ŶXʣ)O+ԯ|\{@ Dl/z#G60tZh_UoXd=B[fuz%v<̜w[gzDlZ.g4`MlqdMUP~WRԌE!nMBcb="u9gEֻDd&&(8!2|J kq|߷=U|kl(xCI?r n)ASVUh]V-+غaȜt4B,^w%kv; \ȭ50 *B|z^}/7s\8Pأt>+{'!0^Su &Pzw z9{3-Z3 P3Ei"C=Lv[^DwB{ױ Ӗ$:Ong5WO:=|[L 9폘޹" =ܮxGS ~n_2tg*1(]jw(|LE\=V/\^JTWi* Q`}@0F81BEAx4y0|3 #Hi_E e_g+j0S/eJyea6E; wQ9W1^Ժ unړ{dz.#tFhJH٦J)J?8\:6eFݯrGPKg\Kbb /xLX\di~JY2wQ0{ߕI£{I%ϧ: HcTlUFA+HSH;̲t ^8$Qک5ZX[liy, 2 ,,W)30$2 ѽT\VS,5`L\Y;j]?%p'n{'_lJ^ uUjo[]HE(Sd`Dq?ҲK*}kӷ%G"+AC GbO3 8N@'Z)f]nKB{[L=l\20AH4G#zxOsi ke_, 55 g)]Ug${, 1.E<ٖV#ng_tMՑku ê؉%%Ҝv*>$t oxkP[W8=\y` gqe_gԣ4n; 0Iuz<HڲI;_> j61hMx1n^La1Ytx(LпORÈeyi:pK{I{rz( .ӨP_#?uۑOSe<ԳTƞf!-32/7+עӧ'b[M-fD^6%Bl_l(YN$m喢'`Δ$S.ɰhV&g;#FFxzAtP3tp$KU*f|~R--H,0Z?|b;Z|RbuP_: ƫr SZi,͈[ϫwz9bnD-FHͶu"v[m&k* 9{xAPzR{9!hAHfќBR/Mdg`$s  _kj| Ί/&nd~ nmA) 1o++GzSNCWe/Nlu0XҶ|w򼆑owv]D"#_qB 犑UPƼOǢf|&2~{ эm&mó6탹Ǜ7|~^Q^+3jd-2' "ⅳHU 5 Hi"Byd[g,P6O!ƨr[*Ȓ]L46I!bʺO+ XRF[ (tpqJ UOe(j4oZ|)w'yH[Oc+^Iz+ ZH.6Ι'CN5mKbEvK_Hч/S:qE9l:jx-MA7 #Y TӐ&9L: Qrٴ(tf$؍.YAʱ#SyLꍭ;N,ftg6)wsliYMCgi%ǻh;U/fWbbS^sLE6í-0۟LaUK-[ VB~ >T}KQNOk/s'@m僧-;?E̘e~ZEo dNxj~D w9<:f\' )%l#;GA[Q d/ uL2iaow%+򗢡NP=I>Ẅg D2,`@rwci-]z V(HܱiJҺ\s%&O{Mw~q JL{6 kr+>7[1],aϵi:ڨ'&@^UR^䍰 EfZ/G˯;dVP!iGl!(_q ~0u 3FΰOn >yNL9jt o]4+R:A T49!J3Q.n{^>e z;HdӼO8ی}iq82՛~;ꍜWMW_>Uc@;\HM%6SGG2wp8Է=~V/.  F\ 5q"Q،HM}I0ĸIHeWw 6x MP9+: t̶z>mHVn5׳#{}yEY0y1gе8܋_nmLը~>b6;<ǥ' wݥ&WHzL SUQꊎX*k[Ki\[0&;ﯟYW"ME0ky(OjP, mJ,m|!1A }G\݉E^g'S/ڥWLFRQJ`+٧͇̯FDVWӨ<h-d)SD P_i UndK[?u0A)Btf@K.SV}Z\0$KqJ!<6k֝L';_Zw~ b\yֆ_äPi Czz֖$Fc$qDRq.%Q4!Pknv=`c/=tU{C>m,e([| $bf"IݞV?|oz D a|Ε әe>jw βA!S* p|'AGd_8ތ#GLdJ \o# w"yזi -$~Шsg{" @@l$Kiieh# Z7s+f_qX[4oq]q&iA.mGHe޴"Bb# LƆu ףѧ>9\1x-r]x(usiv]$`7M|{ fSAউruD 9=5G2` ?F)uNF1D/1Q aB& wfBtY%BCqpY;VV75쓵Q̳cF%I(OQ1ǂ'&E1* 44IbZ/rj3p u6c+;OEUM$h?愘V[D4/r(X͓oˉ|EX-^ lF~J:Kx;|>CLvE@0Pv_*T{ݑNjZc b \¡FU+3ka"&_wld[,7NaU;2{h] #M-vD6>dϤױHPSaĶj440.PTw?7-ځ~~w>)e"rtSkPY^˦vW0*X᷌W|o?:ol?>؊nS@C:hH 7W|g[X閕Q^)%k![ c,+saOO׉bT%ee&3ZY܃sI~&%krG:{ߒkyO *COm%;ಚk;ld2vW+`:y}0SgKуV0#iAL fdaiVL4qx[9!U`Ս %uƽS?+)@ha&}\93RMS ąr<ΰ: ?_ ~ii?iE4uxҨ6CSpU+*QA ׋&ぇb*m|R8 A^Qq˟Y؍nAj :'Znfg'[Hy%CP;_$ e ` FlK mZ.>ң?Qp[*%qw:il^ #5m}3wqZj+44AF!d)?;嶺='k X= Y&HbV$h& t6#^mWX> O/>v L 9-ŸgӶˊJJ:%;l]CA>@6U;ðWu(4^fϾs ?{j;i \B󡋔s3 ӎsDkSNcM('AыHڂXf{W"ium`c=W|tkДNv 8/G7@:uO6zz#cڠA. 1fcKKhIϵMrN#i!JPzۻ6dV~qoF/ a$PCk;+Eؑ/Hi׳Va.Z,f;~p.XĒ4w,-a̷uMKpU&i"L3MD>LFȩp9Tyr \jNᜃ+j+(5fmV>j ^9.A^ziן9SkDԍIC92(j!&y̓UL`W@nnؾԁL|XdCfYh'6l(>G ~D|fȕ8gPb9re&$PRtTD3Jg';U.+gO4[&UB9,:+B9lšigxKr[ {"a%"Hڭ鷲ӈY|ͼ<;Ez.B9{tO9FD}d4It /ڴ:>L2as8Dֻ07>3j+ ? Tvf@Dζ{QNYn웹yT,;eL7c0\yuyOZR ~F ziE'| y1p[|?Zl㹫eꑮqŏx2vX,sNW3ЎN.Wyt]W%0eHr E-j [\=}U6w=lb}Bg*[D3&1Y-~S+HT, YH4Wރ<{8P`dUMˈR`UB\VR@*_ "d?LMv,FߛR6?`Bʚ x"Jʷ'=f^r> TmH QtVnRg}9 WYKN˶0{,&S+#FFHݞz*Jth9(+2Z'S1mMJ8Id}p U8|4k .;, y[JL>Kټ##ϙWx\ rEaF3sɽF[-?Z^=-m*Ƞocڛ_YJ={P\H26aX % v`tA-ӶREa{xgL[T߶{[Xi]=F1nZ[a9/J2<_ G6aaK<FVns4墊(L:,.+Ad'YGXODetYaj~: d}ɭ~UW1QTJ7<DZu# `54$IȿN=UPP3,NZ cl t_bb6k`אG\A-l{DP6AbrDm}@ܙ?h#`[;ZC{wJ|RAŒZYIA`2HC̋#‹9J"l!|@7_=l}%w$Vr,sQ1]U_٢XS)ϐ|I/q_n+{?㺘؎I6(B-K}pZyrbݎؤFI4WrE7iǀBFèsDےl'hݿm91PwÅ{GL$6 IS S{iexCG|ؙP{HŏFՈE&m:BH4 לSxڭe0׆ieG{3-EbLQ X8rIIX~ + #zڔ{1T7ZKɚxqm#f"JF5ꕗKprQBsR-Sl"P(9q34QK4j&}BloQ/|.>–xɅu"ꚙX̘W{o#uf[T魰5njcw:G!UۦX/^!y߃1\ޱ)VA, gxQyg~4ђ!? !3w~1kiAV&s:JZ?r Ugf@GTk_XZYZ.¾S՗XpH(Xr=Ŀ ‡EmPUI]keI@}جV%R3Y ~ѻ3P{a&S3u#|dgzY=؃+? W4g1u-V͜ dþڷF=gX>eJ pwyģEv;:-hpzͿwKΣ=!JA uP/R$z[٭mMUg~^&oKۀ@?hj4̊>.ڿrkA/b멹#Wf"OB+}# xxug! 1pǟIjדM ́3PRX.4yoQ%ډ_;o6V&VPdRh4%O&c3ԟȅ5ȓJ}i45i ;o[gl?*VwTc@vm2<Ԟ) o {f͓5h+0ѕP=ԥ* QP AJ-l@@<ߗuYPߚj\1CŴ>^1c شk?@mAD۶74":-'h,%9pr; ` NR^и p*޳$gN6{ ^8zyzxJt>Ts>3u f &Dhu8 UdE]8BFf|DgCGeJ堮VT%-//b{ozV IM;L򛣔3\Ƙ .^[9EY[ڇ8ls  YZ