From f628c59ad839a2191c5a37e5ba8c7efc7c72b2e7386a1f9ae36a56a5774e1d08 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Mon, 1 Feb 2016 14:30:23 +0000 Subject: [PATCH] Accepting request 357097 from home:stroeder:branches:devel:languages:python update to bugfix release 2.1.1 OBS-URL: https://build.opensuse.org/request/show/357097 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-daemon?expand=0&rev=13 --- python-daemon-2.1.0.tar.gz | 3 --- python-daemon-2.1.1.tar.gz | 3 +++ python-python-daemon.changes | 8 ++++++++ python-python-daemon.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 python-daemon-2.1.0.tar.gz create mode 100644 python-daemon-2.1.1.tar.gz diff --git a/python-daemon-2.1.0.tar.gz b/python-daemon-2.1.0.tar.gz deleted file mode 100644 index 8e393e6..0000000 --- a/python-daemon-2.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae30f6d4d7399665317f90d986686cf455a1b3e61e3c042cc00a39a34e3b4825 -size 74277 diff --git a/python-daemon-2.1.1.tar.gz b/python-daemon-2.1.1.tar.gz new file mode 100644 index 0000000..295b8ec --- /dev/null +++ b/python-daemon-2.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58a8c187ee37c3a28913bef00f83240c9ecd4a59dce09a24d92f5c941606689f +size 74276 diff --git a/python-python-daemon.changes b/python-python-daemon.changes index c958b07..c78aba1 100644 --- a/python-python-daemon.changes +++ b/python-python-daemon.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +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 diff --git a/python-python-daemon.spec b/python-python-daemon.spec index c8337b2..886831c 100644 --- a/python-python-daemon.spec +++ b/python-python-daemon.spec @@ -17,7 +17,7 @@ Name: python-python-daemon -Version: 2.1.0 +Version: 2.1.1 Release: 0 Url: http://pypi.python.org/pypi/python-daemon/ Summary: Library to implement a well-behaved Unix daemon process