Update to 3.10:
3.10 (2011-05-30) ----------------- * Do not try to build LibYAML bindings on platforms other than CPython (Thank to olt(at)bogosoft(dot)com). * Clear cyclic references in the parser and the emitter (Thank to kristjan(at)ccpgames(dot)com). * Dropped support for Python 2.3 and 2.4. 3.09 (2009-08-31) ----------------- * Fixed an obscure scanner error not reported when there is no line break at the end of the stream (Thank to Ingy). * Fixed use of uninitialized memory when emitting anchors with LibYAML bindings (Thank to cegner(at)yahoo-inc(dot)com). * Fixed emitting incorrect BOM characters for UTF-16 (Thank to Valentin Nechayev) * Fixed the emitter for folded scalars not respecting the preferred line width (Thank to Ingy). * Fixed a subtle ordering issue with emitting '%TAG' directives (Thank to Andrey Somov). * Fixed performance regression with LibYAML bindings.
This commit is contained in:
parent
eddccb2407
commit
7a957da958
2 changed files with 6 additions and 7 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.8 2011/12/03 00:02:17 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2012/08/12 16:09:30 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= PyYAML-3.08
|
||||
DISTNAME= PyYAML-3.10
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PyYAML/yaml/}
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= http://pyyaml.org/download/pyyaml/
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2009/08/09 09:33:11 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.4 2012/08/12 16:09:30 wiz Exp $
|
||||
|
||||
SHA1 (PyYAML-3.08.tar.gz) = 5f9738b74afabcf516ce536b462cb4d18403211d
|
||||
RMD160 (PyYAML-3.08.tar.gz) = fe034d73a8cdc98381099106ac8884d6b6f917d8
|
||||
Size (PyYAML-3.08.tar.gz) = 229297 bytes
|
||||
SHA1 (PyYAML-3.10.tar.gz) = 476dcfbcc6f4ebf3c06186229e8e2bd7d7b20e73
|
||||
RMD160 (PyYAML-3.10.tar.gz) = 0fe20d93030c15b0ea6dcfc8dfee0f1f0d418aeb
|
||||
Size (PyYAML-3.10.tar.gz) = 241524 bytes
|
||||
|
|
Loading…
Reference in a new issue