From a2d8d808e3ab9db159abcc8601532c30db8889ce Mon Sep 17 00:00:00 2001 From: stonebig Date: Sun, 19 Feb 2023 18:42:28 +0100 Subject: [PATCH] bump version to mark py3compat end --- winpython/__init__.py | 2 +- winpython/data/packages.ini | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/winpython/__init__.py b/winpython/__init__.py index 2ff7f88c..1df8b6fc 100644 --- a/winpython/__init__.py +++ b/winpython/__init__.py @@ -28,6 +28,6 @@ OTHER DEALINGS IN THE SOFTWARE. """ -__version__ = '6.0.20230212' +__version__ = '6.0.20230219' __license__ = __doc__ __project_url__ = 'http://winpython.github.io/' diff --git a/winpython/data/packages.ini b/winpython/data/packages.ini index cf01c78e..52e33321 100644 --- a/winpython/data/packages.ini +++ b/winpython/data/packages.ini @@ -3442,3 +3442,21 @@ description = Python bindings for the Y-CRDT built from yrs (Rust) [jupyter-ydoc] description = Document structures for collaborative editing using Ypy +[fqdn] +description = Validates fully-qualified domain names against RFC 1123, so that they are acceptable to modern bowsers + +[isoduration] +description = Operations with ISO 8601 durations + +[rfc3339-validator] +description = A pure python RFC3339 validator + +[rfc3986-validator] +description = Pure python rfc3986 validator + +[uri-template] +description = RFC 6570 URI Template Processor + +[webcolors] +description = A library for working with color names and color values formats defined by HTML and CSS. +