1
0

Accepting request 342543 from home:weberho:branches:devel:languages:python

Updated changelog

OBS-URL: https://build.opensuse.org/request/show/342543
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-systemd?expand=0&rev=3
This commit is contained in:
Denisart Benjamin
2015-11-05 11:46:11 +00:00
committed by Git OBS Bridge
parent 2240333bad
commit c74e1c12eb
4 changed files with 41 additions and 8 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Sat Oct 31 21:17:21 UTC 2015 - jweberhofer@weberhofer.at
- Upgrade to release 231
* Various build fixes and cleanups: documentation can be generated with 'make
sphinx-html', pip install works out of the box.
* Tests that cover most of the python code were added. As a result, a bug in
sd_is_mq was fixed in systemd 227.
* Functions sd_pid_notify and sd_pid_notify_with_fds are now wrapped as
optional arguments to notify(), when compiled against a new-enough
libsystemd.
- Run tests
- Removed obsolete python-systemd-libraries-for-opensuse-1310.patch patch
- New build dependencies had been added
-------------------------------------------------------------------
Thu Oct 22 06:47:42 UTC 2015 - jweberhofer@weberhofer.at
- python-systemd-libraries-for-opensuse-1310.patch allows compilation
on openSUSE 13.1
-------------------------------------------------------------------
Mon Oct 19 06:20:31 UTC 2015 - jweberhofer@weberhofer.at