Sun Aug 12 16:09:31 2012 UTC ()
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.


(wiz)
diff -r1.8 -r1.9 pkgsrc/textproc/py-yaml/Makefile
diff -r1.3 -r1.4 pkgsrc/textproc/py-yaml/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/textproc/py-yaml/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/py-yaml/Makefile 2011/12/03 00:02:17 1.8
+++ pkgsrc/textproc/py-yaml/Makefile 2012/08/12 16:09:30 1.9
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.8 2011/12/03 00:02:17 joerg Exp $ 1# $NetBSD: Makefile,v 1.9 2012/08/12 16:09:30 wiz Exp $
2# 2#
3 3
4DISTNAME= PyYAML-3.08 4DISTNAME= PyYAML-3.10
5PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PyYAML/yaml/} 5PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PyYAML/yaml/}
6PKGREVISION= 1 
7CATEGORIES= textproc python 6CATEGORIES= textproc python
8MASTER_SITES= http://pyyaml.org/download/pyyaml/ 7MASTER_SITES= http://pyyaml.org/download/pyyaml/
9 8
10MAINTAINER= joerg@NetBSD.org 9MAINTAINER= joerg@NetBSD.org
11HOMEPAGE= http://www.pyyaml.org/ 10HOMEPAGE= http://www.pyyaml.org/
12COMMENT= Collection of libraries to process YAML with Python 11COMMENT= Collection of libraries to process YAML with Python
13LICENSE= mit 12LICENSE= mit
14 13
15PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
16 15
17PYTHON_VERSIONS_INCLUDE_3X= yes 16PYTHON_VERSIONS_INCLUDE_3X= yes
18 17
19.include "../../lang/python/distutils.mk" 18.include "../../lang/python/distutils.mk"

cvs diff -r1.3 -r1.4 pkgsrc/textproc/py-yaml/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/py-yaml/distinfo 2009/08/09 09:33:11 1.3
+++ pkgsrc/textproc/py-yaml/distinfo 2012/08/12 16:09:30 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2009/08/09 09:33:11 wiz Exp $ 1$NetBSD: distinfo,v 1.4 2012/08/12 16:09:30 wiz Exp $
2 2
3SHA1 (PyYAML-3.08.tar.gz) = 5f9738b74afabcf516ce536b462cb4d18403211d 3SHA1 (PyYAML-3.10.tar.gz) = 476dcfbcc6f4ebf3c06186229e8e2bd7d7b20e73
4RMD160 (PyYAML-3.08.tar.gz) = fe034d73a8cdc98381099106ac8884d6b6f917d8 4RMD160 (PyYAML-3.10.tar.gz) = 0fe20d93030c15b0ea6dcfc8dfee0f1f0d418aeb
5Size (PyYAML-3.08.tar.gz) = 229297 bytes 5Size (PyYAML-3.10.tar.gz) = 241524 bytes