Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #95779

[RELEASE] ‘python-daemon’ version 2.0.6 released

Path csiph.com!news.mixmin.net!newsreader4.netcologne.de!news.netcologne.de!bcyclone05.am1.xlned.com!bcyclone05.am1.xlned.com!newsfeed.xs4all.nl!newsfeed8.news.xs4all.nl!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail
Return-Path <ben@benfinney.id.au>
X-Original-To python-list@mail.python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.001
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'handler': 0.04; 'pypi': 0.07; 'subject:released': 0.07; 'library?': 0.09; 'received:internal': 0.09; 'release,': 0.09; 'specifying': 0.09; 'subject:version': 0.09; 'bug': 0.10; 'python': 0.10; '8bit%:32': 0.16; 'bug:': 0.16; 'classifiers': 0.16; 'gnupg': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:messagingengine.com': 0.16; 'attribute': 0.18; 'all,': 0.20; 'library': 0.20; 'changes': 0.20; 'fix': 0.21; 'specified': 0.23; 'downloaded': 0.24; 'unix': 0.24; 'signed': 0.24; 'header :User-Agent:1': 0.26; 'went': 0.28; 'key,': 0.29; 'wright': 0.29; 'version,': 0.30; 'implement': 0.32; 'addresses': 0.32; 'announce': 0.32; 'url:python': 0.33; '8bit%:25': 0.33; 'file': 0.34; 'previous': 0.34; 'fail': 0.35; 'library.': 0.35; 'url:org': 0.36; 'to:addr:python-list': 0.36; 'received:10': 0.37; 'release': 0.37; 'starting': 0.37; 'received:66': 0.38; 'version': 0.38; 'subject:[': 0.39; 'test': 0.39; 'subject:-': 0.39; 'where': 0.40; 'pleased': 0.64; 'skip:= 30': 0.67; '8bit%:21': 0.70; 'skip:\xe2 10': 0.70; 'subjectcharset:utf-8': 0.71; '_o__)': 0.84; 'received:118': 0.93; 'verified.': 0.93
DKIM-Signature v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=M5XwMUk4SbSpt5fmWNBg/RFOZnc=; b=m0HFC IKo3kA0fvCqMsrO4JqbqcdiZpvVRYsKGzyIiQEeQPICPCBGJus5Z/lFJzaHfWgCO 8dfLZxvYjWwezeDeaw3Fhfs6NK3g67S0SJFIK/TGqVx1nj8uQPEPgEbf0QcPMO5s UvqR127HpcDNCDvMpzuBakdV9IY19qZcyLM8jc=
X-Sasl-enc Lc0Y6KsI1QDWoLwQ0WZweB03zw85eaXJDT/EVn9stUt/ 1440968038
Date Mon, 31 Aug 2015 06:53:56 +1000
From Ben Finney <ben+python@benfinney.id.au>
To python-list@mail.python.org
Subject [RELEASE] ‘python-daemon’ version 2.0.6 released
MIME-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Disposition inline
Content-Transfer-Encoding 8bit
User-Agent Mutt/1.5.23 (2014-03-12)
X-Mailman-Approved-At Sun, 30 Aug 2015 23:55:52 +0200
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.3.1440971753.23514.python-list@python.org> (permalink)
Lines 38
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1440971753 news.xs4all.nl 23733 [2001:888:2000:d::a6]:58236
X-Complaints-To abuse@xs4all.nl
X-Received-Bytes 4652
X-Received-Body-CRC 1254433972
Xref csiph.com comp.lang.python:95779

Show key headers only | View raw


Howdy all,

I am pleased to announce the release of version 2.0.6 of the
‘python-daemon’ library.

The current release is always available at
<URL:https://pypi.python.org/pypi/python-daemon/>.

Starting with this version, the uploads to PyPI are signed with my
GnuPG key, so the downloaded file can be automatically verified.


Significant changes since the previous version
==============================================

This is a bug fix release, addressing this bug:

* Use current Python concept of “basestring” to test for an
  attribute name.

  This addresses a bug in Python 2 where specifying a signal handler
  by name would fail if the specified name was type ‘str’.

The Trove classifiers now also declare the “Development Status” to be
“Production/Stable”.


What is the ‘python-daemon’ library?
====================================

‘python-daemon’ is a Python library to implement a well-behaved Unix
daemon process.

-- 
 \          “One time I went to a drive-in in a cab. The movie cost me |
  `\                              ninety-five dollars.” —Steven Wright |
_o__)                                                                  |
Ben Finney <ben@benfinney.id.au>

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

[RELEASE] ‘python-daemon’ version 2.0.6 released Ben Finney <ben+python@benfinney.id.au> - 2015-08-31 06:53 +1000

csiph-web