14
0

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

- Upgrade to release 234
- Enable all tests except one which fail because of
  a bug in the OBS: https://github.com/openSUSE/obs-build/pull/351

OBS-URL: https://build.opensuse.org/request/show/506211
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-systemd?expand=0&rev=10
This commit is contained in:
Jan Matejek
2017-06-29 15:53:14 +00:00
committed by Git OBS Bridge
parent 75cc1b1d3e
commit 2687d2df82
5 changed files with 76 additions and 12 deletions

View File

@@ -1,3 +1,42 @@
-------------------------------------------------------------------
Mon Jun 26 09:17:01 UTC 2017 - jweberhofer@weberhofer.at
- exclude-tests-on-obs.patch: Exclude test which fail because of
a bug in the OBS: https://github.com/openSUSE/obs-build/pull/351
- Upgrade to release 234
* _daemon,_reader: return ENOSYS instead of NotImplemented
* _daemon: allow specifying flowinfo
* Added section for installation on openSUSE & SLE
* Adjust import order, spacing, operators as recommended by pylint
* build-sys: add sign and upload targets
* daemon: add basic support for sd_is_socket_sockaddr
* daemon: add wrapper for sd_is_socket_sockaddr and tests
* daemon: properly skip sd_is_socket_sockaddr calls if not available
* Fix handling of addresses without port and add tests
* Fix styling to match PEP8 in most places
* Improve test skipping on old systems
* Include all fields from record
* journal: do not convert extra args to string in JournalHandler
* journal: fix repr of JournalHandler to match python3.6
* journal: improve docstring formatting a bit
* journal: rename SENDER_FUNCTION to sender_function
* Makefile: add "doc" target for convenience
* Makefile: add convenience "shell" target to start python shell
* Makefile: remove unneeded -I/usr/include from flags
* Makefile: use $(INCLUDE_DIR) also for compilation
* Prevent non-str values from being concatenated with +
* Python 3.6 invalid escape sequence deprecation fixes
* Remove mid from JournalHandler
* replace dict.iteritems() with dict.items() to support py3
* setup.py: allow LIBSYSTEMD_VERSION to be overridden
* test_daemon: xfail test_notify_with_socket if bind() fails
* test_journal: add tests for MESSAGE_ID passing
* tests: move login tests from doctest to separate file
* tests: skip journal.stream tests on ENOENT error
* Update to constants from systemd-233
* util: add compatibility for old glibc
-------------------------------------------------------------------
Mon Jun 12 05:34:47 UTC 2017 - fbui@suse.com