python-daemon 2.1.2-1 source package in Ubuntu

Changelog

python-daemon (2.1.2-1) unstable; urgency=medium

  * The “Sunnyur Rahaman” release.
  * New upstream version. Highlights since previous release:
    * Raise a warning that the ‘runner’ module is pending deprecation.
    * Ensure custom types are part of the Python type hierarchy.
    * Avoid a circular dependency for the version string at install time.
  * Update UScan configuration to format version 4.

 -- Ben Finney <email address hidden>  Thu, 19 Jan 2017 06:39:34 +1100

Upload details

Uploaded by:
Ben Finney
Uploaded to:
Sid
Original maintainer:
Ben Finney
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-daemon_2.1.2-1.dsc 2.3 KiB 2109b518243c873ca5dd886dd232190d1d76addd73aac691e3b37505c35826be
python-daemon_2.1.2.orig.tar.gz 72.5 KiB d9189f639dc5ea67cf43de3fba47490c01acc34d4fbe5c3f2ebdd32ccc61d8fd
python-daemon_2.1.2-1.debian.tar.xz 85.0 KiB f1d24770d2c9c888c71f777d52ff7422cada8f6c9bb0db3e045a0543b50fa53d

Available diffs

No changes file available.

Binary packages built by this source

python-daemon: library for making a Unix daemon process — Python 2

 ‘daemon’ is a library that assists a Python program to turn itself
 into a well-behaved Unix daemon process, as specified in PEP 3143.
 .
 This library provides a ‘DaemonContext’ class that manages the
 following important tasks for becoming a daemon process:
 .
  * Detach the process into its own process group.
  * Set process environment appropriate for running inside a chroot.
  * Renounce suid and sgid privileges.
  * Close all open file descriptors.
  * Change the working directory, uid, gid, and umask.
  * Set appropriate signal handlers.
  * Open new file descriptors for stdin, stdout, and stderr.
  * Manage a specified PID lock file.
  * Register cleanup functions for at-exit processing.
 .
 This package installs the library for Python 2.

python3-daemon: library for making a Unix daemon process — Python 3

 ‘daemon’ is a library that assists a Python program to turn itself
 into a well-behaved Unix daemon process, as specified in PEP 3143.
 .
 This library provides a ‘DaemonContext’ class that manages the
 following important tasks for becoming a daemon process:
 .
  * Detach the process into its own process group.
  * Set process environment appropriate for running inside a chroot.
  * Renounce suid and sgid privileges.
  * Close all open file descriptors.
  * Change the working directory, uid, gid, and umask.
  * Set appropriate signal handlers.
  * Open new file descriptors for stdin, stdout, and stderr.
  * Manage a specified PID lock file.
  * Register cleanup functions for at-exit processing.
 .
 This package installs the library for Python 3.