Revisions of python-ruamel.yaml

buildservice-autocommit accepted request 632477 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 16)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 632476 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 15)
- update to 0.15.64
 * support round-trip of tagged sequences: !Arg [a, {b: 1}]
 * fix issue when roundtripping floats starting with a dot such as .5 
 * C based reader/scanner & emitter now allow setting of 1.2 as YAML version
buildservice-autocommit accepted request 631988 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 14)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 631987 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 13)
- update to 0.15.61
 * support for round-tripping folded style scalars
 * speed up of scanning (~30% depending on the input)
 * cleanup for mypy
 * issue with C based loader and leading zeros
 * simple mappings can now be used as keys when round-tripping
 * Fix that CommentedSeq could no longer be used in adding or do a sort
 * fix issue with python -O optimizing away code
 * unmade CommentedSeq a subclass of list.
 * fix issue where a comment could pop-up twice in the output
 * fix issue where JSON object (mapping) without spaces was not parsed properly 
 * ix issue where comments after empty flow-style mappings were not emitted
 * fix issue with flow style mapping with comments gobbled newline
 * fix issue where single ‘+’ under YAML 1.2 was interpreted as integer, erroring out
 * added .copy() mapping representation for round-tripping
 * Fix method name dumps (were not dotted) and loads
 * Allow YAML() as a context manager for output
 * Fix issue with incorrect type information for load() and dump()
 * fixed DeprecationWarning for importing from collections on 3.7
 * After adding failing test for YAML.load_all(Path()), remove StopIteration
buildservice-autocommit accepted request 622950 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 12)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 622949 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 11)
- update to 0.15.44
 * fix for losing precision when roundtripping floats by
 * decoding unicode escaped tags on Python2
 * add detection of C-compile failure
 * fix regression showing only on narrow Python 2.7
 * ``register_class()`` now returns class
buildservice-autocommit accepted request 593618 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 10)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 593617 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 9)
- update to 0.15.37
 * fix incompatibility of C extension with 3.7
buildservice-autocommit accepted request 562789 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 8)
baserev update by copy to link target
Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) accepted request 562788 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 7)
- update to 0.15.35
 * allow None as stream when specifying transform parameters to YAML.dump()
buildservice-autocommit accepted request 533674 from Jan Matejek's avatar Jan Matejek (matejcik) (revision 6)
baserev update by copy to link target
Jan Matejek's avatar Jan Matejek (matejcik) accepted request 533656 from Ondřej Súkup's avatar Ondřej Súkup (mimi_vx) (revision 5)
- update to 0.15.34
 * fix for issue 157: CDumper not dumping floats
 * support for “undefined” round-tripping tagged scalar objects
 * fix issue 148: replace cryptic error message when using !!timestamp with
	 an incorrectly formatted or non- scalar.
 * allow setting yaml.default_flow_style = None (default: False) for for typ='rt'.
 * fix for issue 149: multiplications on ScalarFloat now return float
 * fix Comment dumping
 * fix for issue with “compact JSON” not parsing: {"in":{},"out":{}}
 * fix issue #51: different indents for mappings and sequences
 * fix for flow sequence/mapping as element/value of block sequence
	 with sequence-indent minus dash-offset not equal two.
 * fix issue #61: merge of merge cannot be __repr__-ed
 * fix issue 62, YAML 1.2 allows ? and : in plain scalars if non-ambigious
 * fix lists within lists which would make comments disappear
 * fix for disappearing comment after empty flow sequence
 * fix for problem with dumping (unloaded) floats
 * added ScalarFloat which supports roundtripping of 23.1, 23.100, 42.00E+56,
	 0.0, -0.0 etc. while keeping the format. Underscores in mantissas
	 are not preserved/supported
 * (finally) fixed longstanding issue 23, now handling comment between block
	 mapping key and value correctly
 * warn on YAML 1.1 float input that is incorrect
 * allow setting of boolean representation (false, true)
	 by using: yaml.boolean_representation = [u'False', u'True']
 * fix for round_tripping integers on 2.7.X > sys.maxint
 * fix for round_tripping singe excl. mark tags doubling 
 * fix for writing unicode in new API,
 * added object constructor for rt, decorator yaml_object to replace YAMLObject.
 * fix for problem using load_all with Path() instance
buildservice-autocommit accepted request 490883 from Robert Schweikert's avatar Robert Schweikert (rjschwei) (revision 4)
baserev update by copy to link target
Robert Schweikert's avatar Robert Schweikert (rjschwei) accepted request 490856 from Luigi Baldoni's avatar Luigi Baldoni (alois) (revision 3)
- Update to 0.14.9 (see included CHANGES file)
- Converted to single-spec
- LICENSE file is now provided internally, so dropped Source1
- Dropped python-ruamel.ordereddict as build requirement
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 455826 from Robert Schweikert's avatar Robert Schweikert (rjschwei) (revision 2)
initialized devel package after accepting 455826
Thomas Bechtold's avatar Thomas Bechtold (tbechtold) accepted request 453530 from Robert Schweikert's avatar Robert Schweikert (rjschwei) (revision 1)
- Needed by google-cloud-sdk, generally useful
Displaying revisions 61 - 76 of 76
openSUSE Build Service is sponsored by