Ravenports generated: 15 Sep 2018 17:38
[ravenports.git] / bucket_4A / python-ruamel.yaml
1 # Buildsheet autogenerated by ravenadm tool -- Do not edit.
2
3 NAMEBASE=               python-ruamel.yaml
4 VERSION=                0.15.66
5 KEYWORDS=               python devel textproc
6 VARIANTS=               py27 py36 py37
7 SDESC[py36]=            YAML 1.2 parser/emitter (PY 36)
8 SDESC[py37]=            YAML 1.2 parser/emitter (PY 37)
9 SDESC[py27]=            YAML 1.2 parser/emitter (PY 27)
10 HOMEPAGE=               https://bitbucket.org/ruamel/yaml
11 CONTACT=                Python_Automaton[python@ironwolf.systems]
12
13 DOWNLOAD_GROUPS=        main
14 SITES[main]=            PYPI/r/ruamel.yaml
15 DISTFILE[1]=            ruamel.yaml-0.15.66.tar.gz:main
16 DF_INDEX=               1
17 SPKGS[py36]=            single
18 SPKGS[py37]=            single
19 SPKGS[py27]=            single
20
21 OPTIONS_AVAILABLE=      PY27 PY36 PY37
22 OPTIONS_STANDARD=       none
23 VOPTS[py36]=            PY27=OFF PY36=ON PY37=OFF
24 VOPTS[py37]=            PY27=OFF PY36=OFF PY37=ON
25 VOPTS[py27]=            PY27=ON PY36=OFF PY37=OFF
26
27 DISTNAME=               ruamel.yaml-0.15.66
28
29 GENERATED=              yes
30
31 [PY36].USES_ON=                         python:py36
32
33 [PY37].USES_ON=                         python:py37
34
35 [PY27].USES_ON=                         python:py27
36
37 [FILE:4435:descriptions/desc.single]
38
39 ruamel.yaml
40 ===========
41
42 ``ruamel.yaml`` is a YAML 1.2 loader/dumper package for Python.
43
44 :version:       0.15.66
45 :updated:       2018-09-07
46 :documentation: http://yaml.readthedocs.io
47 :repository:    https://bitbucket.org/ruamel/
48 :pypi:          https://pypi.org/project/ruamel.yaml/
49
50
51 Starting with version 0.15.0 the way YAML files are loaded and dumped
52 is changing. See the API doc for details.  Currently existing
53 functionality will throw a warning before being changed/removed.
54 **For production systems you should pin the version being used with
55 ``ruamel.yaml<=0.15``**. There might be bug fixes in the 0.14 series,
56 but new functionality is likely only to be available via the new API.
57
58 If your package uses ``ruamel.yaml`` and is not listed on PyPI, drop
59 me an email, preferably with some infomormation on how you use the
60 package (or a link to bitbucket/github) and I'll keep you informed
61 when the status of the API is stable enough to make the transition.
62
63 * `Overview <http://yaml.readthedocs.org/en/latest/overview.html>`_
64 * `Installing <http://yaml.readthedocs.org/en/latest/install.html>`_
65 * `Basic Usage <http://yaml.readthedocs.org/en/latest/basicuse.html>`_
66 * `Details <http://yaml.readthedocs.org/en/latest/detail.html>`_
67 * `Examples <http://yaml.readthedocs.org/en/latest/example.html>`_
68 * `API <http://yaml.readthedocs.org/en/latest/api.html>`_
69 * `Differences with PyYAML
70 <http://yaml.readthedocs.org/en/latest/pyyaml.html>`_
71
72 .. image:: https://readthedocs.org/projects/yaml/badge/?version=stable
73    :target: https://yaml.readthedocs.org/en/stable
74
75 .. image:: https://bestpractices.coreinfrastructure.org/projects/1128/badge
76    :target: https://bestpractices.coreinfrastructure.org/projects/1128
77
78 .. image::
79 https://bitbucket.org/ruamel/yaml/raw/default/_doc/_static/license.svg
80    :target: https://opensource.org/licenses/MIT
81
82 .. image::
83 https://bitbucket.org/ruamel/yaml/raw/default/_doc/_static/pypi.svg
84    :target: https://pypi.org/project/ruamel.yaml/
85
86 .. image::
87 https://bitbucket.org/ruamel/oitnb/raw/default/_doc/_static/oitnb.svg
88    :target: https://pypi.org/project/oitnb/
89
90 .. image:: http://www.mypy-lang.org/static/mypy_badge.svg
91    :target: http://mypy-lang.org/
92
93 ChangeLog
94 =========
95
96 .. should insert NEXT: at the beginning of line for next key (with empty
97 line)
98
99 0.15.66 (2018-09-07):
100   - fix issue with fold indicating characters inserted in safe_load-ed
101 folded strings
102     (reported by `Maximilian Hils <https://bitbucket.org/mhils/>`__).
103
104 0.15.65 (2018-09-07):
105   - fix issue #232 revert to throw ParserError for unexcpected ``]``
106     and ``}`` instead of IndexError. (Issue reported and PR with fix
107     provided by `Naomi Seyfer <https://bitbucket.org/sixolet/>`__.)
108   - added ``key`` and ``reverse`` parameter (suggested by Jannik Klemm via
109 email)
110   - indent root level literal scalars that have directive or document end
111 markers
112     at the beginning of a line
113
114 0.15.64 (2018-08-30):
115   - support round-trip of tagged sequences: ``!Arg [a, {b: 1}]``
116   - single entry mappings in flow sequences now written by default without
117 quotes
118     set ``yaml.brace_single_entry_mapping_in_flow_sequence=True`` to force
119     getting ``[a, {b: 1}, {c: {d: 2}}]`` instead of the default ``[a, b:
120 1, c: {d: 2}]``
121   - fix issue when roundtripping floats starting with a dot such as ``.5``
122     (reported by `Harrison Gregg <https://bitbucket.org/HarrisonGregg/>`__)
123
124 0.15.63 (2018-08-29):
125   - small fix only necessary for Windows users that don't use wheels.
126
127 0.15.62 (2018-08-29):
128   - C based reader/scanner & emitter now allow setting of 1.2 as YAML
129 version.
130     ** The loading/dumping is still YAML 1.1 code**, so use the common
131 subset of
132     YAML 1.2 and 1.1 (reported by `Ge Yang
133 <https://bitbucket.org/yangge/>`__)
134
135 0.15.61 (2018-08-23):
136   - support for round-tripping folded style scalars (initially requested
137     by `Johnathan Viduchinsky <https://bitbucket.org/johnathanvidu/>`__)
138   - update of C code
139   - speed up of scanning (~30% depending on the input)
140
141 0.15.60 (2018-08-18):
142   - again allow single entry map in flow sequence context (reported by
143     `Lee Goolsbee <https://bitbucket.org/lgoolsbee/>`__)
144   - cleanup for mypy
145   - spurious print in library (reported by
146     `Lele Gaifax <https://bitbucket.org/lele/>`__), now automatically
147 checked
148
149 0.15.59 (2018-08-17):
150   - issue with C based loader and leading zeros (reported by
151     `Tom Hamilton Stubber <https://bitbucket.org/TomHamiltonStubber/>`__)
152
153
154 [FILE:105:distinfo]
155 2906196f61abd030d478d48a310a4217ea6f36c81867ecf384c261447580e6f4       296372 ruamel.yaml-0.15.66.tar.gz
156