summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthon van der Neut <anthon@mnt.org>2021-03-29 12:33:03 +0200
committerAnthon van der Neut <anthon@mnt.org>2021-03-29 12:33:03 +0200
commita67935b4ecee316e9bf6defdf87a3677a484c477 (patch)
treecdbb4c501eefd8bd04134e819c45892a8bccb89a
parent26ec681180942dd7bf33a7382f6745fbe0167e1c (diff)
downloadruamel.yaml-a67935b4ecee316e9bf6defdf87a3677a484c477.tar.gz
change py2.py3 wheel to py3 only wheel0.17.2
-rw-r--r--CHANGES3
-rw-r--r--README.rst5
-rw-r--r--__init__.py7
-rw-r--r--_doc/_static/pypi.svg2
4 files changed, 12 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index 6531044..8705613 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+[0, 17, 2]: 2021-03-29
+ - change -py2.py3-none-any.whl to -py3-none-any.whl, and remove 0.17.1
+
[0, 17, 1]: 2021-03-29
- added 'Programming Language :: Python :: 3 :: Only', and removing
0.17.0 from PyPI (reported by `Alasdair Nicol <https://sourceforge.net/u/alasdairnicol/>`__)
diff --git a/README.rst b/README.rst
index 8cf2834..a1d8720 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,7 @@ ruamel.yaml
``ruamel.yaml`` is a YAML 1.2 loader/dumper package for Python.
-:version: 0.17.1
+:version: 0.17.2
:updated: 2021-03-29
:documentation: http://yaml.readthedocs.io
:repository: https://sourceforge.net/projects/ruamel-yaml/
@@ -65,6 +65,9 @@ ChangeLog
.. should insert NEXT: at the beginning of line for next key (with empty line)
+0.17.2 (2021-03-29):
+ - change -py2.py3-none-any.whl to -py3-none-any.whl, and remove 0.17.1
+
0.17.1 (2021-03-29):
- added 'Programming Language :: Python :: 3 :: Only', and removing
0.17.0 from PyPI (reported by `Alasdair Nicol <https://sourceforge.net/u/alasdairnicol/>`__)
diff --git a/__init__.py b/__init__.py
index 82714ec..ecffcc4 100644
--- a/__init__.py
+++ b/__init__.py
@@ -5,8 +5,8 @@ if False: # MYPY
_package_data = dict(
full_package_name='ruamel.yaml',
- version_info=(0, 17, 1),
- __version__='0.17.1',
+ version_info=(0, 17, 2),
+ __version__='0.17.2',
author='Anthon van der Neut',
author_email='a.van.der.neut@ruamel.eu',
description='ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order', # NOQA
@@ -35,7 +35,8 @@ _package_data = dict(
env='*f', # f for 3.5
fl8excl='_test/lib',
),
- universal=True,
+ # universal=True,
+ python_requires='>=3',
rtfd='yaml',
) # type: Dict[Any, Any]
diff --git a/_doc/_static/pypi.svg b/_doc/_static/pypi.svg
index 6bc6a00..f365455 100644
--- a/_doc/_static/pypi.svg
+++ b/_doc/_static/pypi.svg
@@ -1 +1 @@
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="86" height="20"><linearGradient id="b" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="a"><rect width="86" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#a)"><path fill="#555" d="M0 0h33v20H0z"/><path fill="#007ec6" d="M33 0h53v20H33z"/><path fill="url(#b)" d="M0 0h86v20H0z"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110"> <text x="175" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="230">pypi</text><text x="175" y="140" transform="scale(.1)" textLength="230">pypi</text><text x="585" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="430">0.17.1</text><text x="585" y="140" transform="scale(.1)" textLength="430">0.17.1</text></g> </svg>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="86" height="20"><linearGradient id="b" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="a"><rect width="86" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#a)"><path fill="#555" d="M0 0h33v20H0z"/><path fill="#007ec6" d="M33 0h53v20H33z"/><path fill="url(#b)" d="M0 0h86v20H0z"/></g><g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="110"> <text x="175" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="230">pypi</text><text x="175" y="140" transform="scale(.1)" textLength="230">pypi</text><text x="585" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="430">0.17.2</text><text x="585" y="140" transform="scale(.1)" textLength="430">0.17.2</text></g> </svg>