python3-tevent-0.10.2-1.40 >  A `1p9|DXȒ~8|u2(춟[JI#ÇU]A""Y:BB*/.\=),ۅH,7 x>Qv3}%/DP#.>'x 沥Ygz\ljWY6 候+nk3, C35M=ƓuZ>FtdE63یߥZ:P|%D,t00@,} CBd2347c4f8b711c904a20d19d72993b75f74a7bb0c81c93ef6c8e00bd5fa7bb8384e7064027de3947d215b35b44833ab25b6a3c85<`1p9|q: -W)XA6uyJä-/46ƥ®AR(RcrC侂5L =cog(>O3SdKߞ-?f֕W"2t)X{;c X&^+p VRrd09}A+yٓNŖunЩ@)s!iv~ &*[^w |I\@ŇYZsx3h^[V1pzg6K=9'Y|>pC? d  E 5;DL P T \   H(&809:>@BFGHIXYZ[ \$],^cbc0defluvwxxy zCpython3-tevent0.10.21.40Python3 bindings for the Tevent libraryThis package contains the python bindings for the Tevent library.`1̳xinomavroSUSE Linux Enterprise 15SUSE LLC LGPL-3.0-or-laterhttps://www.suse.com/Development/Libraries/Pythonhttps://tevent.samba.org/linuxppc64le큤`1̱]{ 889b846b9e4216e02a3ec94de44534c4b57c7079e5c631ad8032f90814c34f0668a0ec202b6a1994a3f7de1c475a418829497fe695fd68ce531fe9bb3bc9ac15rootrootrootroottevent-0.10.2-1.40.src.rpmpython3-teventpython3-tevent(ppc-64) @@@@@@@@    /sbin/ldconfig/sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)libpython3.6m.so.1.0()(64bit)libtalloc.so.2()(64bit)libtalloc.so.2(TALLOC_2.0.2)(64bit)libtevent.so.0()(64bit)libtevent.so.0(TEVENT_0.9.9)(64bit)libtevent0python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.10.23.63.0.4-14.6.0-14.0-15.2-14.14.1^c]]\~d\Z@[#@[j@ZZOYx@YV=@Xe@X@XAW;V@VɦVVC-V3[V,@V(U|@U|@U|@U@U@TE@T\@T[bTO@nopower@suse.commcepl@suse.comjmcdonough@suse.comdmulder@suse.comdmulder@suse.comscabrero@suse.dedmulder@suse.comjmcdonough@suse.comscabrero@suse.comscabrero@suse.comscabrero@suse.comjengelh@inai.deaaptel@suse.comddiss@suse.comjmcdonough@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comdimstar@opensuse.orglmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.comlmuelle@suse.com- Update to version 0.10.2 + Upgrade waf to version 2.0.18 to fix a cross-compilation issue; (bso#13846).- Update to 0.10.1 ... make build with Python 3.8 working again (new waf).- Update to version 0.10.0 + Remove Python 2.x support except to build just the bare C library + Remove --extra-python (a build time mode to produce Python2 and Python3 bindings at the same time) + New minor version to allow Samba 4.10 to release a tevent if required from that branch- Update to version 0.9.39 + py_tevent: add_timer takes float argument + C99 build fixes. + Fix standalone build of tevent.- Update to version 0.9.38 + Deprecate tevent wrapper api again + Build fixes + The build uses python3 by default: + --extra-python would take python2 now + To build with python2 only use: PYTHON=python2 ./configure PYTHON=python2 make PYTHON=python2 make install- Update license to LGPL-3.0- Update to version 0.9.37 + simplify "poll" and "poll_mt" backends + make tevent_abort() reachable for backends + add tevent_common_invoke_*_handler() functions + add tevent_context_same_loop() function + add tevent_context_wrapper_create() infrastructure + add tevent_req_profile infrastructure- Update to version 0.9.36; (bso#13291); + improve documentation of tevent_queue_add_optimize_empty() + add tevent_queue_entry_untrigger() + Minor cleanup. wakeup_fd can always be gotten from the event context. + Use smb_set_close_on_exec() in example code. - Use tirpc on newer sytems- Update to version 0.9.34; (bsc#1069666); + Remove unused select backend + Fix a race condition in tevent_threaded_schedule_immediate(); (bso#13130);- Update to version 0.9.33 + make tevent_req_print() more robust against crashes- Update to version 0.9.32 + Fix mutex locking in tevent_threaded_context_destructor(). + Fix a memleak on FreeBSD. + Re-init threading in tevent_re_initialise(). + Include the finish location in tevent_req_default_print().- Drop redundant PreReq for ldconfig; this is autodetected. Set RPM group right.- Use https urls.- Update to version 0.9.31; (bsc#1032915). + Add tevent_req_reset_endtime + Make talloc_free safe when threaded_contexts exist + Add tevent_update_timer + Factor out tevent_common_insert_timer + Add threaded immediate activation- Update to version 0.9.29. + performance improvements.- Require talloc 2.1.6 at build-time; (bsc#954658).- Avoid a file collision for non SUSE build targets; (bsc#966174).- Update to 0.9.28; (bsc#954658). + Fix memory leak when old signal action restored (bso#11742). - Update to 0.9.27. + Fix bug in poll backend - poll_event_loop_poll() exits the for loop on POLLNVAL instead of continuing to find an event that is ready. + Fix ETIME handling for Solaris event ports (bso#11728).- Update to 0.9.26; (bsc#954658). + New tevent_thread_proxy API + Minor build fixes- Disable rpath-install and silent-rules while configure.- Add python3-tevent; (bsc#951911).- Require python-talloc-devel instead of pytalloc-devel.- Recommend to install tevent-man from libtevent-devel on post-10.3 systems.- Remove superfluous _name define.- Update the Samba Library Distribution Key file 'tevent.keyring'; (bso#945116).- Create 2nd spec-file tevent-man.spec: build the man pages in a separate cycle in order to avoid the follwing build cycle: doxygen -> curl -> krb5-mini -> libverto -> tevent -> doxygen. - Recommend tevent-man for installation.- Update to 0.9.25. + Fix compile error in Solaris ports backend. + Fix access after free in tevent_common_check_signal(); (bso#11308). + Improve pytevent bindings. + Testsuite fixes. + Improve the documentation of the tevent_add_fd() assumtions. It must be talloc_free'ed before closing the fd! (bso##11141); (bso#11316).- Update to 0.9.24. + Ignore unexpected signal events in the same way the epoll backend does.- Update to 0.9.23. + Update the tevent_data.dox tutrial stuff to fix some errors, including white space problems. + Use tevent_req_simple_recv_unix in a few places.- Use the upstream tar ball, as signature verification is now able to handle compressed archives.- Remove dependency on gpg-offline as signature checking is implemented in the source validator./sbin/ldconfig/sbin/ldconfigpython-teventxinomavro 16138764030.10.2-1.400.10.2-1.40_tevent.cpython-36m-powerpc64le-linux-gnu.sotevent.py/usr/lib64/python3.6/site-packages/-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:SLE-15-SP3:GA/standard/ca770db7b07956479efadca749d8ff3a-teventcpioxz5ppc64le-suse-linuxELF 64-bit LSB shared object, 64-bit PowerPC or cisco 7500, version 1 (SYSV), dynamically linked, BuildID[sha1]=0f4ae65ef66d66b27e521e435819ee15a5d2b8e0, strippedPython script, ASCII text executableR RR RRRRRR g}:# \utf-8435aba2b1a70db58a75ae7e923925991c3b5558aa5eff381301fa6b27814f86f?7zXZ !t/{[] crv9w!|u3=?ܭIQش!4B>A,zԗOk {LⷱqKDOXy_ߓYi![ClW r^IR#5*DC&k9W0jGgmUh5aLY/%4>.|v;Rj]6@mVf{BSUWVpAKR1׷c=6J1 $z4Xۈ5_^x}U,3)3gx>ȩlX 3LG;'h5$P%Dg66 J:`Vi͊#q QP;~'.p2mu90PF*l+}O RHS3Nd"j (w 3$| ୒[%RL3{F]5n3ux.ꘔ.٫JexgWҥ웟)5mIvܯ 'ey Tjpd;ۤush8VOKJ̌[a% NShSqB'e &w.E j2[ 0A]n{m8:2 ֜|ϒZtuɢ\e5tQ,_B8Et{_C2l?˂>Z{ǷA$/^3 (r<0zX3m-ݲwW#ܪyhLkʑ=zΔ( hJw) &"rF"-b쒉kse\[[ۛwV8]]rDUd-eN|ڦ`G?]l,ʦ7j=Mw8؀)u-$[uM @ca?t0N]Ep3^Ğz^I,޵0xNg;|u4㪭l0g);xAiQVpꅈsPwTV{ΔcREGp3^I!wZPl33Rumm>za^Xz)[TEL4*sϯ^f'^u8{veX#W$񸍮\Q([>h}@p xD_hFi)8ঔޭ  Q=s}̋hnx{-e+Kw"T ׋[Be ؓ oӻLEo!Оk>É K^Y<b(3#.a@ѓ|Q|&:蜮Aȴ R¢]BH{swa@m|MJ2Cz M6-CܫSC KhuNxЧ`Oz= )30I 8D5VVە+}`T񫡙v\rf|Ay]{ȉ?r7ٴP GWU2ĖwI1Yߗ9~(`8w9 |ʦާb`*ω_rR35+yԲd(*ym Uh[Xx>ͻ t-婰*DclG[a26 b,і!1 b p#$:OhYŌ miQn2Llax4KGւχ a|ۘUq0f^Eigyl詺I"m6 (aq4iS. &<щ(JCxSd"r@c/Q޻.cӚ YG͘奇ZԌ-VqO/:ďӀ{]Q[14"Z r@ +G;Ns?4|8HÛݏURqA-DfYo[wŀ7w1 *ˍwN!o.nΧxmiuݰh "wK]V}lVחFJYq&$ u0?ysgF]Y%vt(KOhY/ : {iVuλD}kqU-7) u!&bT'H&1ȗȔ8*"\kk(@~(M9_Ӊ1y;5fEռaFi%UueRo#qAu>9qmuXYShl O4e}enVqcr(S79ז2xgeXkyEYd1w@_?Yfo_-&D9B޸L8 $tJ;e5wtD&a^iIu|O/5lr܇g\<*7hJo*_^`ݗ!9*_:%ƭ #VӅtqsIts쇥pwtW:XR0dZ+f,z`mF?8X=E!zAc#`Vf6ˑBEϷ 4Bs2MXr("*Bԫ5T?"sHw}h7x:{+ڨ/YuA lgkC}'V-W8.Q _ǁl!D"&""(y mo8maѐ6?ݡfB=ϟ#vW*ޢ6Sg%_4C}XB1d7dE-޲Sg5˕vzﻓ)_ UNTIy.=z6,w6- /Ԃ;ztM`U;xH:R^5?ܵq1<d8ۦ)y,H(-~I &b(bU~cǥyq!8p1gކOR__Vf TP=ھΓ(Ss]rQs$.<7C_/ʏOXs$7ʰITtKQ{ I{^@& ii]P] t gTY?}LL t&e@fk) k#g#j :n?11'8tBՖ1m*|҄2YK~c(A%$JX,=͟@/Wfs JO|/PגDI/78޵I&#wi><x= 8b|CVrD-ڥEj;?F `ZLdzkD ˩Y~j)BͬC8_ .X#H mQG#<V-L @QgTjV pf U'gkˤvQx`3 rf[^bMB)"nV`s5CuE y7xIrJp3 d+ۖ 8) ɭωA0d`p idNk}!-āؓGS=D2K)F6GQ#59B(d|cq7!=N[єuXq?7i߳ PGĕ/F,{y aS4N=kNJ$ x{./GnVfUK}T㈝UapGN7Jsy[(zΒy{fSl f{^!ضX] 3 {/6{'ډr,]*lx=Ϡa Ϫξ&or Q~IO9, 8FxAi0ʡ-ʴzQq 0JsV.cYJ #Q{ڗLRhƕ.4$ w1 *7|NG0J,8g01:Tw+ND a{C~N5Q&Q?.]\.3TQ]j$hl WY% "GN\5tQte)|#`F$&3=v uZthDxy\ +eo`$sTmoyѢ4scTݬt}kNXë~L JVZYط櫀8 T' .ٟ]xṛ'xV-mӚf%-*nV vwpSVK}Z\M. |3 HK=sOWXP h$IL: 2*Xo%^jSyl&zXmG4U;C4 /ƔR1*FA[5#IB'bz¹UAe=Ė{Wb"8/w IKfPF>Sd>22yn!L'`(c< crdM>fҋ): H,,S@Hj']IMG uelj4Tf73J\ͣU-쟥rN1MlZP@ͩOGs}?A ]Pܥ}WBn\"b楶 ΝCڨhS|'%%fZQ3$:dk8^y@ec7Ƃvp &ѯjšd8\~=B\3'ev" 2 ,6|8)0I"Snku V-CVv)YMG갠̗jP 4ƉhS_D=%lN4m2R9Grfrڣ4pY4)ζ-&hTsrkA?BJs^+%"Gܙ=< U$iׁUOgADM2 x$. vnV >%D(l2($wO `f)^ /T9\Zg(#ؒ4t{=Ըw|#B2.㠖s(;E얶,ZE(`vdZtDz%ϿIو2V2om'1|_6IZ,蜳,YswyW+2teܦ(jLG낌׈Ds.E{j K&y?&,l=clt(yWppZ*rLCrMG77-}H&2G/ 50Dqa,n"eME?(&I ^G΄xżsW~Uᮍ ԪS eZ/騴тhDCERiOzH h8А&_{8g_ZCꄢSx;N,ȰH]Sўk흻Ф"H߾8i_$ғij}~iңv,2P8z1f4rxSLԔD]FXdquJԯ/G _wj:Wg9kM!\wKZݩnWYvȔj | b'a)9,zX8v\皣9'A}ƱƉwerJNs(xeʝ=hS.aū> +zT+ 9L>>g;"Y.|J|w̆V~Dhj+m]& bJ0yZ#1N(ʞTzZyE(ʦzKMb]<( 態"iiDLG9 YZ