From 32b91af7ba82bee2fae2f6c130641d173d6f68b0eb0c6daced5d6bf753916675 Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 9 Dec 2015 07:31:51 +0000 Subject: [PATCH] Accepting request 347851 from home:tbechtold:branches:devel:languages:python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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. OBS-URL: https://build.opensuse.org/request/show/347851 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-daemon?expand=0&rev=12 --- python-daemon-2.0.6.tar.gz | 3 --- python-daemon-2.1.0.tar.gz | 3 +++ python-python-daemon.changes | 10 ++++++++++ python-python-daemon.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 python-daemon-2.0.6.tar.gz create mode 100644 python-daemon-2.1.0.tar.gz diff --git a/python-daemon-2.0.6.tar.gz b/python-daemon-2.0.6.tar.gz deleted file mode 100644 index 3d0cc63..0000000 --- a/python-daemon-2.0.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1730b8e80773379857bf4a792ccccea2cda05c151fbee986b909ceddafa27309 -size 72668 diff --git a/python-daemon-2.1.0.tar.gz b/python-daemon-2.1.0.tar.gz new file mode 100644 index 0000000..8e393e6 --- /dev/null +++ b/python-daemon-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae30f6d4d7399665317f90d986686cf455a1b3e61e3c042cc00a39a34e3b4825 +size 74277 diff --git a/python-python-daemon.changes b/python-python-daemon.changes index 37dfe2b..c958b07 100644 --- a/python-python-daemon.changes +++ b/python-python-daemon.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +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 diff --git a/python-python-daemon.spec b/python-python-daemon.spec index 000b7a5..c8337b2 100644 --- a/python-python-daemon.spec +++ b/python-python-daemon.spec @@ -17,7 +17,7 @@ Name: python-python-daemon -Version: 2.0.6 +Version: 2.1.0 Release: 0 Url: http://pypi.python.org/pypi/python-daemon/ Summary: Library to implement a well-behaved Unix daemon process