pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-daemon



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jan 21 09:23:51 UTC 2019

Modified Files:
        pkgsrc/devel/py-daemon: Makefile distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-daemon/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-daemon/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-daemon/Makefile
diff -u pkgsrc/devel/py-daemon/Makefile:1.12 pkgsrc/devel/py-daemon/Makefile:1.13
--- pkgsrc/devel/py-daemon/Makefile:1.12        Tue Nov 27 16:36:28 2018
+++ pkgsrc/devel/py-daemon/Makefile     Mon Jan 21 09:23:51 2019
@@ -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/}

Index: pkgsrc/devel/py-daemon/distinfo
diff -u pkgsrc/devel/py-daemon/distinfo:1.5 pkgsrc/devel/py-daemon/distinfo:1.6
--- pkgsrc/devel/py-daemon/distinfo:1.5 Tue Nov 27 16:36:28 2018
+++ pkgsrc/devel/py-daemon/distinfo     Mon Jan 21 09:23:51 2019
@@ -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