pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-daemon py-daemon: updated to 2.2.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31124236f608
branches:  trunk
changeset: 318188:31124236f608
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jan 21 09:23:51 2019 +0000

description:
py-daemon: updated to 2.2.3

Version 2.2.3

Bug Fixes:
* Use custom fake file type for testing fileno behaviour.

  This works around an incompatibility in Python 2.7 file type that
  caused test cases to fail.

Changes:
* Promote the warning for runner module to a DeprecationWarning.
  This has been an unofficial example module from the beginning, and
  it will be removed in a future version.


Version 2.2.2

Bug Fixes:
* Remove from the build system specification a white space character
  not permitted in TOML format.

Additions:
* Implement test suite automation in virtualenvs, using Tox.


Version 2.2.1

Additions:
* Add a :PEP:518 conformant build system specification (the
  pyproject.toml file).

diffstat:

 devel/py-daemon/Makefile |   4 ++--
 devel/py-daemon/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 5c513eaf503c -r 31124236f608 devel/py-daemon/Makefile
--- a/devel/py-daemon/Makefile  Mon Jan 21 09:03:44 2019 +0000
+++ b/devel/py-daemon/Makefile  Mon Jan 21 09:23:51 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2018/11/27 16:36:28 adam Exp $
+# $NetBSD: Makefile,v 1.13 2019/01/21 09:23:51 adam Exp $
 
-DISTNAME=      python-daemon-2.2.0
+DISTNAME=      python-daemon-2.2.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/python-//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/python-daemon/}
diff -r 5c513eaf503c -r 31124236f608 devel/py-daemon/distinfo
--- a/devel/py-daemon/distinfo  Mon Jan 21 09:03:44 2019 +0000
+++ b/devel/py-daemon/distinfo  Mon Jan 21 09:23:51 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/11/27 16:36:28 adam Exp $
+$NetBSD: distinfo,v 1.6 2019/01/21 09:23:51 adam Exp $
 
-SHA1 (python-daemon-2.2.0.tar.gz) = 9135b7edafa5bcd457d88bb2c0dfae024b3d8778
-RMD160 (python-daemon-2.2.0.tar.gz) = 613947783fbb5a675e0209abc314c099032dacf5
-SHA512 (python-daemon-2.2.0.tar.gz) = c9726f62b01f304e096dde9c07a716fa428896d9adb0746205fd39a5a4f2372b45ea24e84ca5b8b93afd3fe8165bae868a583caf8aa82c9934d1edd62353343e
-Size (python-daemon-2.2.0.tar.gz) = 79509 bytes
+SHA1 (python-daemon-2.2.3.tar.gz) = 748f7f06664bccc2945b8493a7c6aea00176fb97
+RMD160 (python-daemon-2.2.3.tar.gz) = fae8f0de9cc92152f2f3e8ce4333732ded7c43c7
+SHA512 (python-daemon-2.2.3.tar.gz) = e284643acfc53570b31f6c1926368678e495446fcf73a4a81ca3f2bde3d55a6b7f332c681a42552bbded5b101733c52a56ccc099f526ce9fd460307e518417de
+Size (python-daemon-2.2.3.tar.gz) = 79314 bytes



Home | Main Index | Thread Index | Old Index