python3-tevent-0.11.0-150400.1.9 >  A bwp9|Zpos-g a:)P9kvІ'x*>DR&5';.X3]Dwr($"9]|AsQwiėPd{5F;H 2.HM2Ӛ= 4*puWu1)7B1d"Sj#l%ǡ.x:h={9w~X5n)؇rH}O 7S*33b6433d037efbd976b8ebe7d3d68c94fccc0b020ddf7d0e77dee5c915195e290c79529f89ecb18915fb0a33346efa387c0ffcb4;bwp9|3WI)13TS / ☮|)·gff=v~`m|C M:S5VݯXTL>Gz3ݭIa溧ΥزWc1?b,M}Xܬ7yl"xڠcZޅmmI~-6} 9&͊>e%$N&:޹RAGvzI 2.LFg fزW,b?,`eثBR㧓$|WPZ^h@v>pC ?d # K #=CLT X \ d  (0XU(8 9 :: >@BFGHIXYZ[\ ](^[bc(defluvw`xhyp zCpython3-tevent0.11.0150400.1.9Python3 bindings for the Tevent libraryThis package contains the python bindings for the Tevent library.bwibs-arm-4SUSE Linux Enterprise 15SUSE LLC LGPL-3.0-or-laterhttps://www.suse.com/Development/Libraries/Pythonhttps://tevent.samba.org/linuxaarch64큤bw^',8912dcde9f2e59903641d664ca267efe8a147adcfdb01c63c3aa908c8dcc6a3168a0ec202b6a1994a3f7de1c475a418829497fe695fd68ce531fe9bb3bc9ac15rootrootrootroottevent-0.11.0-150400.1.9.src.rpmpython3-teventpython3-tevent(aarch-64) @@@@@@@@@@    /sbin/ldconfig/sbin/ldconfig/sbin/ldconfigld-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)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.11.03.63.0.4-14.6.0-14.0-15.2-14.14.3aD@^c]]\~d\Z@[#@[j@ZZOYx@YV=@Xe@X@XAW;V@VɦVVC-V3[V,@V(U|@U|@U|@U@U@TE@T\@T[bTO@scabrero@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- 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./sbin/ldconfig/sbin/ldconfigpython-teventibs-arm-4 16519661830.11.0-150400.1.90.11.0-150400.1.9_tevent.cpython-36m-aarch64-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-SP4:GA/standard/3c706cc0ae2336858a1f6e8371a5f3c8-teventcpioxz5aarch64-suse-linuxELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1bd83c2319a90e943f0178089f9a4e1fa62300be, strippedPython script, ASCII text executable R R RR RR RRRRR ׇ U"[#utf-83a2c634054bad08d14e338996f6fff3a9b5ae8f3561cd3974126a3548298fd5f?7zXZ !t/] crv9w!ULtLG ^T%a#39e= |3+f1NNVNn"\=SjPkie6$5kT>v3͝%!\*vv47INK:"]k $KI &͕im#PBݭE!4 6ɗ,,&o I[CӜO+Aqj8aŪ5뒩wq`ЕxȔ6$OP ]g-E9썥(WI<:-wxD?˔P7YQ,!iq5 'ԋ7rHjXpA={ Wh'NϲcV/h/rYLpEzb~G#WqtXJfmAh`82XI12 BJdD q>ԪWwu/:q\z6D%^Zz`ZL]*ZD g4g,+i\5<ф5my"DhUJt5HٖSB8dĢ-=O1)Pռ[ܻV@R:5'[ZY3 wATaaQ5 )5_Kj!n ^]uT" P(Ve}ئNgӭ F|wd`/Gy,?#LQBs$% Ÿ^'{Q0(mR}^[}89 V$.7'zixjj(z? fo\<=HA#QnӋJܕ @j-^9EVYۻD@13>.jkRHj-%db%(aEx⁊2y5FOQ#!uQPݶe3:{IW%ՃtzO*䝲̷ҴҬWzc6}~%+wht})H|8,YA0;Xgۋ^ <Ҋ ' (? 3hc'Dt%^ay}(7a?@o@]5>̭4p1i44Xw  7M*8Eqz=N& `S)BLX*VgB$a <_2͌Mm?=.9{ mYJw8CDfzS/iC;aj5PMҤ"x[yC>5urxe4X} A8q; ZX ~-4u#%T xb.Q!J_ Hϥ [X"&"iIVF(S5|9 %k cL)Onigs&)AME}኎o.ޚQXҍ׏4M%s ^"E>Ƭ\mmӚO!&)omCQg7ǻ6T.)ģ_&>f84vxnp".d۽ #CE0^ȶY2XJq+IXБEm9C=v>㖿},\+.du#.17\K_kb8$qBmlv8fxH6/.x)2J:s}cpMrLeJZwߢgal7Cn /#KD;yسtz.4~gO_A.'Dd~eHuQ(sw=gp P1|RP\֑Tk.y[uBEq:*Zr&"XiN. @= '/-!nHscL-4462;y6ǵ(,Ohû5t+P +} y[Eb\*=.Y/過_Y8@u{)q|;vQVvլ ,KL|i*;s@ҩ^W`YHWlG!|#4۸sȢ"gZ1yٶva\+ P7k2sn#7l5 |4UMcVxfqA}BQbx/wHÛ Z!/S;kǡsV>3"\cG('Dv-R E#1LHlf##uZO"yӝ³㎻y bww>ܒZ bsXZ\j\r {l=kD^n\+UJ9r" 7s?w?!Y%klW͉HlL>%z;8NR4tO?Ůxh^Q[rn^QEi(9+rsB8;Ԛ ekjZsU_\@x\\kCD[}{`fp`M-S~->у _ c} R}R {sKfy4凈$G $5/1YyGe%^ݫVQZ,eg ,I id(c^;|0 Gɑ%O.Qreq|MU=9G┈Em":?ou=*P;TuMƻ:CPළe oQK4DdOj (;u({_E }w{aa~k)p/ʐFIK\#So=c­B NiQ6hۭnkDb;|b^7n3O%(1 i5B^FcՁ,U^ <0lȩJ_jw.n˱b:`G šOɍ"+K[(h}E3d |FX\zM=;ѵ%~"WOHal|G 0^|vsJNy:p*W ,cc &d`FTyaڔ\&\2Cvif-J^VGhZRo0oOBW8(|Ϗ.-ή gTɈh? B.DaDU{IzrLfW*NwCpҕJNN-0BKuJG&ɞ{1v-f0(\Рެ'A.0-'LW!: fd:?d3NnnBLKxMq%>Iq,8xYI>M"Z$oZU_,iB`U,m 4ל->ȼPk!a|(I>,C[lC T3ot{ω +e=tZf1YQMӂ߭6#IpLo/FyL$^L&uGxw+)+QL0>m3z5}Z) >XoK:Ԟ>@1Xq/7eckƶl+ё}" TЏz&x)Mu H,QLTN T\l^g,5$4bAK~ƵtB|ڜ ׇyZI] =С-I6=m+YߢڔRNRHOŁ2ҊNT+^7sLǶyp|y6.C RqCTb8ZJ {nPM͊;Sܟq,*ndGNZw2D xc.]ӫ! lEnwxrӊ8dFlGHm!nŗ -/Ұ݈gQH|A~v+"}8!櫸#߾k:Czq[.+B$doB"z)KW=qd6(Yg_R\:0"v:"I"KN httnu ?fK[J{#C_˱q0P*A=p<:w+>%h%<#s^\_&L_6}op\P*(1dŝӢhjGp QPV8-=V7GO\e6{Axյ T{v򝳿z %J}'Y2v('~og$ ӎ:ոuQTG Yڮ>t0hBG$_%`9R;:4q):a{:q*&{^WB| Qf ?~—I};c 0΄y0Y??(+p̽$+5{Nݩ|K?R ӳKߢVzp%.)pc)0@+TsO iAǶϪGUͷNl o"20CilᙽajUڨ^N]Ҽ8nUb\8j옙,ЙP vԻ{M*)q=]XN|`Y`zVvׅpj3ȁ_ҁi`lč39pQ̤b&l(`NϽM4&qXpPr김0jt8-o3T7}1s؎-d6vv Xxt.y3 6x1a@_У֋^1c~(k[ۧOCb5:NG>]Hdbng-ƍU΍<8o)} غOj`,ψEC$sGN;#.)^P/={pi9GF!0*]K ic%Z͒<Ɨ" r+<\ --w(t)_0W>i1@j#ڝW"HNCl}0%m6*vr*6vg+~-a/d^D(2Q.kD $j-gqN4ͱ YsKCG t}OY8yQZ". ]ʺ;w$VII&̤ƼQ_s,:}||848P6i *sx Q<'9'?@vFIԌbv;5: 8λ鱇6't`^N-tz3Mt3 v9M>-?RYR!\M/:ūҰo/C)MI`zR *`;'eP4z-=ۈoDKZ Ͷ/Հ'ť/wF!}+u(dkL銆d].Mzf7)mvҭ B%T ??^k/Gb$-=5B]@y4&F]0r{)b:LN$"?k/ƺجb $\fx9Sx[[J4riPy@mU!|PxK2OJĿ1)oXߊ9 .k= f@a1Caxk\P}:בU}UV ݡu?y^gD+7ަ#7-6LO} ~x )>@'sԢT76