diff options
author | gdt <gdt@pkgsrc.org> | 2012-08-21 23:43:46 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2012-08-21 23:43:46 +0000 |
commit | 00d4e1e2883ebcdda9b7a2d463fdec8ed9bf789a (patch) | |
tree | e6d2db1aa5ec85bd1facfc3800b95c8c1309227c /net | |
parent | 16725ebfdcf243181a6b31d595eb17e05bb3f608 (diff) | |
download | pkgsrc-00d4e1e2883ebcdda9b7a2d463fdec8ed9bf789a.tar.gz |
Update to 0.6.4.
* Release 0.6.4 (18-Jun-2012)
** Minor Changes
The unreliable 'extras_require' property in setup.py, which allowed other
python programs to declare a dependency on foolscap's "secure_connections"
feature, was removed. See README.packagers for alternate instructions. (#174)
'flogtool' log-dumping commands (dump, tail, web-viewer) now accept a
consistent --timestamps= argument to control how event times are displayed
(UTC, local, seconds-since-epoch, etc). (#192, #193)
Certain invalid "location" strings (accepted by Tub.setLocation and put into
FURLs) are rejected earlier, and with better error messages. The error
message produced when 'flogtool dump' is given a FURL-file (instead of an
event log file) has been improved.
The Incident Gatherer will tolerate incident-file errors better, fetching
remaining incidents instead of halting. (#190)
The git-over-foolscap tools were cleaned up, and the documentation was
brought into line with the implementation. (#197)
Other minor bugs were fixed: #179, #191, #194, #195, #196
Diffstat (limited to 'net')
-rw-r--r-- | net/py-foolscap/Makefile | 4 | ||||
-rw-r--r-- | net/py-foolscap/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/py-foolscap/Makefile b/net/py-foolscap/Makefile index cb22b151786..24aa8ffe4fb 100644 --- a/net/py-foolscap/Makefile +++ b/net/py-foolscap/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2012/05/25 11:22:58 gdt Exp $ +# $NetBSD: Makefile,v 1.6 2012/08/21 23:43:46 gdt Exp $ # -DISTNAME= foolscap-0.6.3 +DISTNAME= foolscap-0.6.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/.tar//} CATEGORIES= net python MASTER_SITES= http://pypi.python.org/packages/source/f/foolscap/ diff --git a/net/py-foolscap/distinfo b/net/py-foolscap/distinfo index 74f8197bcf8..03ea3595cc4 100644 --- a/net/py-foolscap/distinfo +++ b/net/py-foolscap/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2012/05/25 11:22:58 gdt Exp $ +$NetBSD: distinfo,v 1.4 2012/08/21 23:43:46 gdt Exp $ -SHA1 (foolscap-0.6.3.tar.gz) = 04650dc4221e2e1aabd7c71c90efeddbce3d4435 -RMD160 (foolscap-0.6.3.tar.gz) = 2eb41303fc31dce46716a790d6ff35ff3dbe8884 -Size (foolscap-0.6.3.tar.gz) = 475403 bytes +SHA1 (foolscap-0.6.4.tar.gz) = fc705bf300dd54c6d8ec857db39d7aec08760ccb +RMD160 (foolscap-0.6.4.tar.gz) = ed46849924db6333703ed33071cffc42eb8eeef7 +Size (foolscap-0.6.4.tar.gz) = 479664 bytes |