| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python3-tevent | Distribution: openSUSE:Step:15-SP5 |
| Version: 0.13.0 | Vendor: obs://build.opensuse.org/openSUSE:Step |
| Release: 1.1 | Build date: Mon Dec 19 21:47:52 2022 |
| Group: Development/Libraries/Python | Build host: armbuild02 |
| Size: 69840 | Source RPM: tevent-0.13.0-1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://tevent.samba.org/ | |
| Summary: Python3 bindings for the Tevent library | |
This package contains the python bindings for the Tevent library.
LGPL-3.0-or-later
* Fri Dec 09 2022 nopower@suse.com
- 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 dmulder@suse.com
- Fix build on 15.3 (for the heimdal addc build), by bundling cmocka.
* Fri Sep 17 2021 scabrero@suse.de
- 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 nopower@suse.com
- 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 mcepl@suse.com
- Update to 0.10.1 ... make build with Python 3.8 working again
(new waf).
* Thu Oct 03 2019 jmcdonough@suse.com
- 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
* Tue Mar 05 2019 dmulder@suse.com
- Update to version 0.9.39
+ py_tevent: add_timer takes float argument
+ C99 build fixes.
+ Fix standalone build of tevent.
* Wed Feb 06 2019 dmulder@suse.com
- 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
* Tue Sep 25 2018 scabrero@suse.de
- Update license to LGPL-3.0
* Wed Aug 08 2018 dmulder@suse.com
- 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
* Fri Mar 16 2018 jmcdonough@suse.com
- 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
* Tue Nov 28 2017 scabrero@suse.com
- Update to version 0.9.34; (bsc#1069666);
+ Remove unused select backend
+ Fix a race condition in tevent_threaded_schedule_immediate();
(bso#13130);
* Wed Jul 26 2017 scabrero@suse.com
- Update to version 0.9.33
+ make tevent_req_print() more robust against crashes
* Fri Jun 30 2017 scabrero@suse.com
- 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().
* Mon Feb 06 2017 jengelh@inai.de
- Drop redundant PreReq for ldconfig; this is autodetected.
Set RPM group right.
* Thu Feb 02 2017 aaptel@suse.com
- Use https urls.
* Tue Jan 24 2017 ddiss@suse.com
- 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
* Wed Sep 14 2016 jmcdonough@suse.com
- Update to version 0.9.29.
+ performance improvements.
* Tue Mar 15 2016 lmuelle@suse.com
- Require talloc 2.1.6 at build-time; (bsc#954658).
* Sun Feb 21 2016 lmuelle@suse.com
- Avoid a file collision for non SUSE build targets; (bsc#966174).
* Fri Feb 19 2016 lmuelle@suse.com
- 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).
* Wed Nov 11 2015 lmuelle@suse.com
- Update to 0.9.26; (bsc#954658).
+ New tevent_thread_proxy API
+ Minor build fixes
* Fri Oct 30 2015 lmuelle@suse.com
- Disable rpath-install and silent-rules while configure.
* Sun Oct 25 2015 lmuelle@suse.com
- Add python3-tevent; (bsc#951911).
* Thu Oct 22 2015 lmuelle@suse.com
- Require python-talloc-devel instead of pytalloc-devel.
* Mon Sep 07 2015 lmuelle@suse.com
- Recommend to install tevent-man from libtevent-devel on post-10.3 systems.
* Mon Sep 07 2015 lmuelle@suse.com
- Remove superfluous _name define.
* Mon Sep 07 2015 lmuelle@suse.com
- Update the Samba Library Distribution Key file 'tevent.keyring';
(bso#945116).
* Thu Aug 20 2015 dimstar@opensuse.org
- 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.
* Sat Jun 27 2015 lmuelle@suse.com
- 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).
* Thu Mar 05 2015 lmuelle@suse.com
- Update to 0.9.24.
+ Ignore unexpected signal events in the same way the epoll backend does.
* Fri Feb 27 2015 lmuelle@suse.com
- 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.
* Thu Nov 06 2014 lmuelle@suse.com
- Use the upstream tar ball, as signature verification is now able to handle
compressed archives.
* Tue Oct 28 2014 lmuelle@suse.com
- Remove dependency on gpg-offline as signature checking is implemented in the
source validator.
/usr/lib/python3.6/site-packages/_tevent.cpython-36m-arm-linux-gnueabihf.so /usr/lib/python3.6/site-packages/tevent.py
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Aug 9 15:28:45 2025