python3-tevent-32bit-0.11.0-150300.3.3.2 >  A ap9|v2e #lpV&1qX"!E/Z] \GS;4ZCPkj*z *<qzTW[/|J`IC09'9fAF r Wd_; }8ZR(x~ZC0|UNߠ<[(vl!.ƒd)8b~ ok4Ӂ`dyާEM?EoH8dFL1(T( U꾮)]nvV-p9߿,r9bab5678a8b1e0e904e88e296532f197106d76beefeeaaf99e3d39719190d1d23249db5dda6440d21fb0751963a806da57bfe6309Tap9|g2`$n-z%prGH7* k{U( VoiwXˇXk"10+mZ2 I_dIGJhˣI_Е:$(#3 a{W9❒tu`!ٙs^L}XM@ Uw?j0v,NV=K}^^+4)u]ːz$GҧN8peCLv|ӧ,Gu zyv/ Y'ao" ADiΨJQ>p>?d + S  'AGN`l r x   (\(8!9d!:!>RG\HhItXxY\]^b2cdqevfyl{uvw8xDyP tx~Cpython3-tevent-32bit0.11.0150300.3.3.2Python3 bindings for the Tevent libraryThis package contains the python bindings for the Tevent library.asheep02NSUSE Linux Enterprise 15SUSE LLC LGPL-3.0-or-laterhttps://www.suse.com/Development/Libraries/Pythonhttps://tevent.samba.org/linuxx86_64/sbin/ldconfigNAAaaaab9c0cf577af4bd81ddddb96fcaabd5d466fdb7faad4b446dd7cdcab9a04f366rootrootrootrootrootroottevent-0.11.0-150300.3.3.2.src.rpmpython3-tevent-32bitpython3-tevent-32bit(x86-32)@@@@@@@@@    /bin/shlibc.so.6libc.so.6(GLIBC_2.1.3)libc.so.6(GLIBC_2.4)libpython3.6m.so.1.0libtalloc.so.2libtalloc.so.2(TALLOC_2.0.2)libtevent.so.0libtevent.so.0(TEVENT_0.9.9)python(abi)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.63.0.4-14.6.0-14.0-15.2-14.14.3a6aD@^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.comscabrero@suse.denopower@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- Adust tevent spec to export bundled libcmocka-tevent needed by ldb; (jsc#SLE-23329);- Update to version 0.11.0 + Other minor build fixes; (bso#14526); + Add custom tag to events + Add event trace api- 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./bin/sh0.11.0-150300.3.3.20.11.0-150300.3.3.2python3.6site-packages_tevent.cpython-36m-i386-linux-gnu.so/usr/lib//usr/lib/python3.6//usr/lib/python3.6/site-packages/-fomit-frame-pointer -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:22444/SUSE_SLE-15-SP3_Update/3cd01bbc68abf7d7ca9b4652a9298342-tevent.SUSE_SLE-15-SP3_Updatecpioxz5x86_64-suse-linuxdirectoryELF 32-bit LSB shared object, Intel 80386, version 1 (SYSV), dynamically linked, BuildID[sha1]=b53c2dcb3e0e11fd0835ee877b6575701316f634, stripped R RRRRRRRRutf-84619e850f276f0a9b55172a75f91c9dd96c267a6eeebb98ba63b9071ebc0b2f1? 7zXZ !t/Q7] crt:bLL _JOk5#)yT )+\0 'umH閊cI afD%:ǰl|ҥcH,k'l}v]&.LXwI\7rGp Mb2"‡ZG<DWl~ZmNeUE$IQCݵtFT B V/֝&PN^>w1IV'p^:6۷[.gS0US@V+ +h8K`H`*&͇dHJOHZp J EߗQ}h!܌itoM<Kf`sS)pK?Noa,"=sIP&QcPp>5h-9XL(?t[ ЬT-.ŴnC\b;l w Lg?#- f:\5k7 " %ۑ}&0;o8m5=LjqmJ yxdmO[̺TӢƎݪ-.%a0$bzYE+Ob0ivۉEL29ص[.n%׭~s׃#r 9ZMN7CpnXuҍC)$Cۅ#ޔ>Z~dWawP8SsRٷľ[&N;>{ƾwkkKn$[b*Si U?F]mJBV$8{6\8=1}Y,~8THePh2oz/Њk{H_ a%޼ OTIY'~ QEFܿed%MXoa v~KAC4/2#PUL[F ]dKufEKo.>q#k'U=24;U}Rً(oYr5$!ĭUr2Yp lv ΅0\@?|oI^݅tW7oڴ|lH;eGLS7]] sK⩒ʐMkFQԋk(^O`oYd68nm(Ba)SDg12i6fKëU\y-`3`v'[r.0dΑk$u3 X>ԊDMD'd$|K[8>`uƐFpFy8:d[1ljrFwNTcI2 /5o,Yw :G9Ϡ syUY/R73@|mA1T'xo<6WA"MHG1/a"]gi$ :Y/Nķ5' 2aDpsX;*_/~3 #j 閗v\:^I?cʹsmwǣ.ztf;)ֶ뢇05jRT)(*3 wR}4.zj8 c4+rx2_A ed#Au}bۍLS3bC2G>i6pOKFNiЕP*FՖ>jhE'd}r?  {aO3ˆ%uW"Q{= ZaH43#|i ^1M|>RqD-}p$2p_L <{RIn3L+1 o!31!߅$E]jeGui]~XL>$YiYj܋,^$A_WQE7o.q"{(Ŵ@:ي~iWvDXlvGB0?MaMivpEO`06潠CcJ`~:C(KmW uwNIvmί+O(FQHEkG-.z׼>1bD-P١2e'`m9}~˦@DV ֞p+ym)\u#ʩe!Y(ᶓ#m$>-`=2k|z\8:[-C[yЖiR v@H˃5ƀ:Ƭ(- ~.6>z_kP=8k؇942[ G}ab'1स= sd{1LC/3 q%kh}#ʊTȌoGgx=Š9"ڄ3OY[yH }%]G{~^xPCɋK 4]ܿM*'+9i{%#ڮȶy*3u]n;a<|1wgRM, A6Yids3T,1; iJǧ:jv"$JƂX2x"tJ2=SVJMX?o }$/g8ʰذ0ͥO%Uz%=܎(9IsfD|&MX[wNbŰUHc;N'd`v &c(Su~)q okitup7'u,[P>J3At_;uPɅ8&2KTh[#4iM.Zhu.<̤;x񒿔`-EpxW2,jw5VQh%q>.:qmJ*,G0yhb_htheued:{EQާ ",: hQ`B/;o˛|!$׋fTjnBm5àO#[_ ef=!dn&~Zf"G}mK2hKNPFEPZV& %虭Xrh!)bp_FwѼ@<э֊Q JR6XܾYc#.I@=Hw"/ѵc.* pH)GCFZx )}h̎A1`uBC'[WF(Eʳ.(jblpoLQpwrbd+MHϲ7/K왼QE /On!#77ꠢ .h|q(|A)j~f70rYaxvgI7;6)X5T{ '%*_EO9E1w"qm7)g19iZ y^B ->yS5IܸvΓ_{ӈEY.x,B=vϪ(nOx°eh6|w3DAdO\VM?+~:X:T.6wE-&>gke#Lɧ71֐`{*WKoGUD`LҕϞE%{3Hb7I İcLO:YڷG$j >L¦mJ1[p gؘ9qnܻ\-ә5Eb>*) #f`ӱu^5kmCX(t3BT]kOP Q5<Rf:&|,2vS#HDiH&bzt9(ƳC[lU1#1K,ۅ1IPAd8(Ip2E֨٤W]͖B׷MZd>!GكSa!I+<|*Be#4Ԫݶ kk YmfDm%]\ksR|jgdeEY)$$ֲegJxwr[<}HKs#X3vQY&&p:o _X7bwy6**\ﷰ5bJ Ak?ш: Jq(J {[;Z, % 78@>E!Lv&OraQ3.DЎCRbG"D k9UgAte=n=_=i7>պnkJI]A=@YƺQAH{$f2P|[+3B3 =U+ϗ ~FQ>. bxYRlw&UlI8}h ᅣ<;)cq:wr*Yj*#XD[~*Uyv6r|9؛K>=ʀ^xz%KL ( %TNj*DA,Y3k7-ۙ@\ T(_SV!v6##& z zPJ@%E M;mJ?%4ϩ9YZAx=re}:Bu\fH MNn*hfyBM QuhaKMzyɟ:*r^y4k눌 mDg=.Mbn)mH8i|:[)"F&. ZSa&m@M[^D@dqwpH/19Zd}*)},٭;8] „49%|Muc͞GW rf5l- M Pk)4=X)Njc:9Wlk=aFtL x=t󿶏xyxJ6Zt,Xqs  LxA `w B?TmZzW=Q/QI b A_/[nsάjbu=H2W˅(}mhUշ蹂?h T mË=x:ww#\)q4>T#B?NzU4wpeNW{jtxN'FOUK^d'A•yu+ŒкN2SfphqS7aLrʅ :/wjahE'V,ydcQ9fXX.Gl+ٮ"