From a67935b4ecee316e9bf6defdf87a3677a484c477 Mon Sep 17 00:00:00 2001 From: Anthon van der Neut Date: Mon, 29 Mar 2021 12:33:03 +0200 Subject: change py2.py3 wheel to py3 only wheel --- CHANGES | 3 +++ README.rst | 5 ++++- __init__.py | 7 ++++--- _doc/_static/pypi.svg | 2 +- 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 `__) 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 `__) 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 @@ - pypipypi0.17.10.17.1 + pypipypi0.17.20.17.2 -- cgit v1.2.1