SHA256
1
0
forked from pool/tevent

Accepting request 688782 from network:samba:TESTING

- 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

OBS-URL: https://build.opensuse.org/request/show/688782
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/tevent?expand=0&rev=101
This commit is contained in:
2019-04-22 17:10:28 +00:00
committed by Git OBS Bridge
parent 5c02aeb463
commit c97edcd737
9 changed files with 64 additions and 103 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Tue Mar 5 18:22:33 UTC 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 6 17:50:12 UTC 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 07:37:57 UTC 2018 - Samuel Cabrero <scabrero@suse.de>