Ravenports generated: 12 Jul 2019 12:47
[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.99
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.99.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.99
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:4261: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.99
45 :updated:       2019-07-12
46 :documentation: http://yaml.readthedocs.io
47 :repository:    https://bitbucket.org/ruamel/yaml
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 information 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.99 (2019-07-12):
100   - add `py.typed` to distribution, based on a PR submitted by
101     `Michael Crusoe
102     <https://bitbucket.org/%7Bc9fbde69-e746-48f5-900d-34992b7860c8%7D/>`__
103   - merge PR 40 (also by Michael Crusoe) to more accurately specify
104     repository in the README (also reported in a misunderstood issue
105     some time ago)
106
107 0.15.98 (2019-07-09):
108   - regenerate ext/_ruamel_yaml.c with Cython version 0.29.12, needed
109     for Python 3.8.0b2 (reported by `John Vandenberg
110     <https://bitbucket.org/%7B6d4e8487-3c97-4dab-a060-088ec50c682c%7D/>`__)
111
112 0.15.97 (2019-06-06):
113   - regenerate ext/_ruamel_yaml.c with Cython version 0.29.10, needed for
114     Python 3.8.0b1
115   - regenerate ext/_ruamel_yaml.c with Cython version 0.29.9, needed for
116     Python 3.8.0a4 (reported by `Anthony Sottile
117     <https://bitbucket.org/%7B569cc8ea-0d9e-41cb-94a4-19ea517324df%7D/>`__)
118
119 0.15.96 (2019-05-16):
120   - fix failure to indent comments on round-trip anchored block style
121     scalars in block sequence (reported by `William Kimball
122     <https://bitbucket.org/%7Bba35ed20-4bb0-46f8-bb5d-c29871e86a22%7D/>`__)
123
124 0.15.95 (2019-05-16):
125   - fix failure to round-trip anchored scalars in block sequence
126     (reported by `William Kimball
127     <https://bitbucket.org/%7Bba35ed20-4bb0-46f8-bb5d-c29871e86a22%7D/>`__)
128   - wheel files for Python 3.4 no longer provided (`Python 3.4 EOL
129 2019-03-18
130     <https://www.python.org/dev/peps/pep-0429/>`__)
131
132 0.15.94 (2019-04-23):
133   - fix missing line-break after end-of-file comments not ending in
134     line-break (reported by `Philip Thompson
135     <https://bitbucket.org/%7Be42ba205-0876-4151-bcbe-ccaea5bd13ce%7D/>`__)
136
137 0.15.93 (2019-04-21):
138   - fix failure to parse empty implicit flow mapping key
139   - in YAML 1.1 plains scalars `y`, 'n', `Y`, and 'N' are now
140     correctly recognised as booleans and such strings dumped quoted
141     (reported by `Marcel Bollmann
142     <https://bitbucket.org/%7Bd8850921-9145-4ad0-ac30-64c3bd9b036d%7D/>`__)
143
144
145
146 [FILE:105:distinfo]
147 6f4c8ce835984aaa3cc59e331dc506429ecdaf0458993df1dea17a53c745c995       317971 ruamel.yaml-0.15.99.tar.gz
148