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
This commit is contained in:
parent
d27916382a
commit
3a2fb44efd
2 changed files with 6 additions and 6 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue