summaryrefslogtreecommitdiff
path: root/textproc/py-yaml
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-08-12 16:09:30 +0000
committerwiz <wiz@pkgsrc.org>2012-08-12 16:09:30 +0000
commit7a957da958d7d6f66cb536302b3b7fadc91f674d (patch)
tree8962a740d50c53e2d3fd929702845b84bfc3b624 /textproc/py-yaml
parenteddccb2407af3c40cb4be16737952073df047a5a (diff)
downloadpkgsrc-7a957da958d7d6f66cb536302b3b7fadc91f674d.tar.gz
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.
Diffstat (limited to 'textproc/py-yaml')
-rw-r--r--textproc/py-yaml/Makefile5
-rw-r--r--textproc/py-yaml/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/textproc/py-yaml/Makefile b/textproc/py-yaml/Makefile
index 9b68fedd87f..1dc8e77d3fc 100644
--- a/textproc/py-yaml/Makefile
+++ b/textproc/py-yaml/Makefile
@@ -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/
diff --git a/textproc/py-yaml/distinfo b/textproc/py-yaml/distinfo
index a1daff43446..b71d74d3ede 100644
--- a/textproc/py-yaml/distinfo
+++ b/textproc/py-yaml/distinfo
@@ -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