pkgsrc/textproc/py-yaml/PLIST
wiz 2aa9780f23 Update to 3.05:
3.05 (2007-05-13)

* Allow for immutable subclasses of YAMLObject. Fixed #53.
* Make the encoding of the unicode->str conversion explicit; fixed #52.
* Fixed a problem when the DOCUMENT-END event is not emitted until
  the beginning of the next document is available. Fixed #51. Thanks
  edward(at)sweetbytes.net for the bug report.
* Improve output of float values. Fixed #49.
* Fix the bug when the path in add_path_resolver contains boolean
  values. Fixed #43 (thanks to jstroud(at)mbi.ucla.edu for reporting
  and pointing to the cause).
* Use the types module instead of constructing type objects by
  hand. Fixed #41. Thanks to v.haisman(at)sh.cvut.cz for the patch.
* Fix loss of microsecond precision in datetime.datetime constructor
  (fix #30). Thanks to edemaine(at)mit.edu for the bug report and the patch.
* Fixed loading an empty YAML stream.

3.04 (2006-08-20)

* Include experimental LibYAML bindings.
* Fully support recursive structures (close #5).
* Sort dictionary keys (close #23). Mapping node values are now
  represented as lists of pairs instead of dictionaries. Do not
  check for duplicate mapping keys as it didn't work correctly
  anyway.
* Fix invalid output of single-quoted scalars in cases when a single
  quote is not escaped when preceeded by whitespaces or line breaks
  (close #17).
* To make porting easier, rewrite Parser not using generators.
* Fix handling of unexpected block mapping values, like

: foo

* Fix a bug in Representer.represent_object: copy_reg.dispatch_table
  was not correctly handled.
* Fix a bug when a block scalar is incorrectly emitted in the simple
  key context.
* Hold references to the objects being represented (close #22).
* Make Representer not try to guess !!pairs when a list is represented.
* Fix timestamp constructing and representing (close #25).
* Fix the 'N' plain scalar being incorrectly recognized as !!bool (close #26).
2007-07-01 00:06:46 +00:00

53 lines
1.6 KiB
Text

@comment $NetBSD: PLIST,v 1.2 2007/07/01 00:06:50 wiz Exp $
${PYSITELIB}/yaml/__init__.py
${PYSITELIB}/yaml/__init__.pyc
${PYSITELIB}/yaml/__init__.pyo
${PYSITELIB}/yaml/composer.py
${PYSITELIB}/yaml/composer.pyc
${PYSITELIB}/yaml/composer.pyo
${PYSITELIB}/yaml/constructor.py
${PYSITELIB}/yaml/constructor.pyc
${PYSITELIB}/yaml/constructor.pyo
${PYSITELIB}/yaml/cyaml.py
${PYSITELIB}/yaml/cyaml.pyc
${PYSITELIB}/yaml/cyaml.pyo
${PYSITELIB}/yaml/dumper.py
${PYSITELIB}/yaml/dumper.pyc
${PYSITELIB}/yaml/dumper.pyo
${PYSITELIB}/yaml/emitter.py
${PYSITELIB}/yaml/emitter.pyc
${PYSITELIB}/yaml/emitter.pyo
${PYSITELIB}/yaml/error.py
${PYSITELIB}/yaml/error.pyc
${PYSITELIB}/yaml/error.pyo
${PYSITELIB}/yaml/events.py
${PYSITELIB}/yaml/events.pyc
${PYSITELIB}/yaml/events.pyo
${PYSITELIB}/yaml/loader.py
${PYSITELIB}/yaml/loader.pyc
${PYSITELIB}/yaml/loader.pyo
${PYSITELIB}/yaml/nodes.py
${PYSITELIB}/yaml/nodes.pyc
${PYSITELIB}/yaml/nodes.pyo
${PYSITELIB}/yaml/parser.py
${PYSITELIB}/yaml/parser.pyc
${PYSITELIB}/yaml/parser.pyo
${PYSITELIB}/yaml/reader.py
${PYSITELIB}/yaml/reader.pyc
${PYSITELIB}/yaml/reader.pyo
${PYSITELIB}/yaml/representer.py
${PYSITELIB}/yaml/representer.pyc
${PYSITELIB}/yaml/representer.pyo
${PYSITELIB}/yaml/resolver.py
${PYSITELIB}/yaml/resolver.pyc
${PYSITELIB}/yaml/resolver.pyo
${PYSITELIB}/yaml/scanner.py
${PYSITELIB}/yaml/scanner.pyc
${PYSITELIB}/yaml/scanner.pyo
${PYSITELIB}/yaml/serializer.py
${PYSITELIB}/yaml/serializer.pyc
${PYSITELIB}/yaml/serializer.pyo
${PYSITELIB}/yaml/tokens.py
${PYSITELIB}/yaml/tokens.pyc
${PYSITELIB}/yaml/tokens.pyo
@dirrm ${PYSITELIB}/yaml