python3-tevent-0.11.0-150300.3.3.2 >  A aEp9|v™^,0v|:t ?7qw}ȽȚmj1('K_1WfI`IV4OA9=LCl՛  QB;"\z9؛TOQMq_bxE@B+45%Xe%; Zlſs[4ƔHKg[ehqpV}ͳrB-.7sP<sdפvB(a18481d612ff44219d251ba320400d40b7ca586e6d4d1644e4f6b6f1e8ef12ed8a70994bebf4f8bd270d4ff970883707a3e50971:aEp9| ~ۡ:tϴIXX@+/Ox9QFr4.Bi \I b`7#WVFJt=;T¶ e[x}ꐷèjH=P,Kyk[K8syy|P+IO|#*]44R6ч} ZSJ^r;0+h<." FxFsP+G)S2b@AYR?gNLoڔ#ᱱ{ư]N4 .(lV])x_^^Dm>pCl?\d % M #=CLT X \ d  (0X$(V8`!9!:!>@BFGHI$X(Y0ZX[\\`]h^bcfdefluv wxy z XCpython3-tevent0.11.0150300.3.3.2Python3 bindings for the Tevent libraryThis package contains the python bindings for the Tevent library.as390zp34kSUSE Linux Enterprise 15SUSE LLC LGPL-3.0-or-laterhttps://www.suse.com/Development/Libraries/Pythonhttps://tevent.samba.org/linuxs390xg큤a^',cf11ffbbad8de8b15d548662b6061a2aafd2a1c6b21975998b58c721c3d0518668a0ec202b6a1994a3f7de1c475a418829497fe695fd68ce531fe9bb3bc9ac15rootrootrootroottevent-0.11.0-150300.3.3.2.src.rpmpython3-teventpython3-tevent(s390-64) @@@@@@@@@    /sbin/ldconfig/sbin/ldconfig/sbin/ldconfiglibc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(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.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./sbin/ldconfig/sbin/ldconfigpython-tevents390zp34 16432969760.11.0-150300.3.3.20.11.0-150300.3.3.2_tevent.cpython-36m-s390x-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:Maintenance:22444/SUSE_SLE-15-SP3_Update/3cd01bbc68abf7d7ca9b4652a9298342-tevent.SUSE_SLE-15-SP3_Updatecpioxz5s390x-suse-linuxELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=93f7ec6a05221b243bb19178a1ae4d9b6ae1f025, strippedPython script, ASCII text executable R RR RRR RRRR `e_h8։utf-81df28dd0c52931d7895de33924917ddf110b9694621c056917cd5278804278c7?7zXZ !t/m] crv9w8Fm^NBD`E`."ڣh|pD"+U "u0xWt&@okp{|J$ o]'(`FcSdUi=~ h M<3>OI`%3+eY}0vY2OS/{/w',/5p9;LZQ*T<|K鏗'q_gf腐]UyA>2; 2cBoG5aJ:||-5:_+9h@fm:4Mm AKYJVgp(eB49/ b+ABpABqc+X8]`vW-,yԟGHKJٺ]!D@Q\ֵ9,{޻zt-is2Y )w0#tص4[]}G M85ÄDpU1hDXLX|XY 3+'sEIJaD3x*j(HdMΈ̗Jro6P'R24I\ʼ = 1>|d1!V*<t@+NἽ)EK$woW(Vꊸ-G n{[kvxrfs" Ʉs.{=kU< X'O-MqlbP#>nMrH9yU >}`@ `ZK$YG3F)blVJ%VTVqV\ ݁)4~k( ^ȺhC;S F3SC藕Y- QE;e\^wyw֏*=وAybW;ڎ)\1z֓TVG@`Ū2+xX^saf9i4`.F$U"[%/D7sWJUi*k_BP&,%?6 λZş- mhY/niwx^,T%%س:?n[an-UOgeWL!AbD_~\('\8gn e1Bmx)^Ѓ.+f Jםtj%tԣMZ1ߡ@ȑ18%SPU'_SmCd K*.gUT V s?YK;KTu5TO#H)Oʺ݀&hQtt-u%~3Qp=2Z)ĐM!I)>l%0wp-ha=ޡ'2|&h5O:(!֌t<]8&= <_y*~! A&2&CkO^gTWʃ2HiaYm?FW8# 5]=ļ꠱~*ST}-?z{ "Tc꡾Ha}vsTsN\ ] @9 D3NÑ/~u熻{!tW, OB6Qof{ Z#:h{-rL/eBBn_R-PGR:!F$.K67mf8 :b C.uj8NF NAx6GyMZaIS,7ePW3#w֚ Šaؕwk :,;ߥlXU{ZwQ4P|hN>c5lfP+C{Rjvڃ[q<K&Ice%P=(mVHY@}?I00ͩB>r27tr'P6jPl߉141-fTSPSs\|RRIa:i9iCĬP {oϥPk/ָI?ӥ7"{Ǎ↓YiВ<3n|gd6|x;}a^6BFeh֎O*uo+%YxJݭl"+%DjE͗lO0,F FZNvw?^zW>#1@#Br#Kh1JYqz'֕%xJgNTk-w:r@ʠ j7%5;ղ*.ICj'G >ʕb %. \M L75笅*}\}(,kM`P_*fR psCg9};ʟR|VmL6M_ W@!W'D0C4n/ :az +ɜc^OB>&PbJ{W\F10ns79csř3,b: iP# FA By&FN=Gy(azyDG\Itl70j;Xxfɞo+uiS"W qt1y {ٴM#@-75Gkf-czƎ,J ^AЪŭ dWr;v膎ِ- aҐ;W~lz)ȰٝQ#F!-:N֧l#k!-e`06uޛreIg =he' n?d7L%Zto1X~;,2%-mihh&Ь(6*/ uޗS+BW,#4 +ӄzr(ӎ@Q P4mc/LynAuLIA\?"4 pW jF18 ¹ϕ#bm x&c!KYcW >mɔn]Rǩـ6(Ds67y͐,&8pPKŦVgQ'`-Buy^=+ŘQ=q~Qѵxrآҭאzy6#?PVb;vᇊF(V5ȏ?Dr{)Ui)?%­O*b@w|_|l ylnPj-y[żw LrU$6z$\rHnIT\5Hai5nŁmC^\'ę'm:,'Nn'Z! mHjiewh%,|5pI*iѧͻM!vpΌ]0Xe`bop)M̏ qɅa~M/AuYN[gѾq x*(5cMi=,og֙9j&j[p ~~ny1I4\^GLk (' % q A>-5''r[OA*h2;҈MJB=yY;Uߚ wiW#NO+eYʣC.ĥݽzE»0A4GB3'a g/JL@9pJy x_v4f6(vݢPFAP@[!F֨ړ$H1ړim9[< < "\U7Ij4rx7q .oubo;'E8\zV2^DNEhZ23WyG\ܒZc9}JA?aՙ. õļVm1 FFDE."6uSN/tmmsPuB.7{s 4~R'#<Ѥ0/HUZg 5=Kn O]@q/\2~F,3FEs YZ