14
0

Accepting request 357160 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/357160
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-daemon?expand=0&rev=16
This commit is contained in:
2016-02-16 08:18:20 +00:00
committed by Git OBS Bridge
4 changed files with 22 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1730b8e80773379857bf4a792ccccea2cda05c151fbee986b909ceddafa27309
size 72668

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:58a8c187ee37c3a28913bef00f83240c9ecd4a59dce09a24d92f5c941606689f
size 74276

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Feb 1 10:41:01 UTC 2016 - michael@stroeder.com
- update to 2.1.1
* Default initgroups option to False. Using os.initgroups requires
permission to set process GID, so this now needs to be explicitly
requested.
-------------------------------------------------------------------
Mon Dec 7 22:37:30 UTC 2015 - tbechtold@suse.com
- update to 2.1.0:
* Add a DaemonContext option, initgroups, which specifies whether to
set the daemon process's supplementary groups.
* Set the process groups using os.initgroups.
Thanks to Malcolm Purvis for contributing an implementation of this
feature.
-------------------------------------------------------------------
Thu Sep 3 14:17:06 UTC 2015 - toddrme2178@gmail.com

View File

@@ -17,7 +17,7 @@
Name: python-python-daemon
Version: 2.0.6
Version: 2.1.1
Release: 0
Url: http://pypi.python.org/pypi/python-daemon/
Summary: Library to implement a well-behaved Unix daemon process