Library to implement a well-behaved Unix daemon process

Edit Package python-python-daemon
http://www.clapper.org/software/python/daemon

This library implements the well-behaved daemon specification of PEP 3143, "Standard daemon
process library".

A well-behaved Unix daemon process is tricky to get right, but the required steps are much the
same for every daemon program. A DaemonContext instance holds the behaviour and configured
process environment for the program; use the instance as a context manager to enter a daemon state.

Refresh
Refresh
Source Files
Filename Size Changed
python-daemon-3.0.1.tar.gz 0000081337 79.4 KB
python-python-daemon.changes 0000016230 15.8 KB
python-python-daemon.spec 0000002450 2.39 KB
Latest Revision
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1133522 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 30)
- update to 3.0.1:
  * Declare dependency on Setuptools >= 62.4.0.
  * Refactor calculation of file descriptor ranges to close.
  * When the range of candidate file descriptors is very large,
    the code that computes file descriptors to close when the
    daemon starts attempted to allocate a large amount of memory
    and took a long time to compute.
  * Document a `ServiceRunner` class as an example of using
    `DaemonContext`.
  * Raise a TypeError if any `exclude` values are not valid file
    descriptors.
  * Remove the obsolete `runner` module.
    This module was deprecated starting in `python-daemon`
    version 2.1.2, and is now removed as unmaintained.

- Update to 2.3.2
- Skip broken test
- BuildRequire lowercase python-minimock
- Add Provides for the old python-daemon name
Comments 0
openSUSE Build Service is sponsored by