Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion winpython/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
18 changes: 18 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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.