Changelog for
python3-tevent-0.16.0-1.2.i586.rpm :
* Mon Jan 22 2024 Jun Wang
- Update to version 0.16.0
* the epoll backend is no longer limited to 2 event handlers per low level fd.
* finally add support for TEVENT_FD_ERROR
* Tue Sep 26 2023 Noel Power - Update to version 0.15.0
* remove py2 ifdefs
* python: Safely clear structure members
* the tevent_thread_call_depth API is updated in order to allow better tracing.
* add tevent_set_max_debug_level() only and don\'t pass TEVENT_DEBUG_TRACE to tevent_debug() callbacks by default.
* Spelling fixes
* Make use of epoll_create1() for epoll backend
* Optimize overhead in the epoll backend
* Mon Apr 24 2023 Dominique Leuenberger - Add _multibuild to define 2nd spec file as additional flavor. Eliminates the need for source package links in OBS.
* Fri Mar 17 2023 Samuel Cabrero - Update to version 0.14.1
* Build fix for GNU/Hurd
* Build fix for Solaris, after removal of ports backend (bso#15298)- Changes from version 0.14.0
* Support python 3.12
* Remove solaris port backend
* Make tevent_find_ops_byname() available for callers
* Allow the \"standard\" backend to be overloaded
* Add interface for request/subrequest call depth tracking
* Thu Sep 22 2022 Noel Power - Update to version 0.13.0 + tevent: add tevent_cached_getpid() helper- Update to version 0.12.0 + tevent: Add tevent queue tracing support + tevent: Use internally an empty trigger function for blocker requests
* Wed Feb 02 2022 David Mulder - Fix build on 15.3 (for the heimdal addc build), by bundling cmocka.
* Fri Sep 17 2021 Samuel Cabrero - Update to version 0.11.0 + Other minor build fixes; (bso#14526); + Add custom tag to events + Add event trace api
* Sat Mar 07 2020 Noel Power - Update to version 0.10.2 + Upgrade waf to version 2.0.18 to fix a cross-compilation issue; (bso#13846).
* Tue Nov 26 2019 Matej Cepl - Update to 0.10.1 ... make build with Python 3.8 working again (new waf).
* Thu Oct 03 2019 James McDonough - 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