From 0eb2a93232da3b1f53b608181451a5010994b639 Mon Sep 17 00:00:00 2001 From: stonebig Date: Sun, 16 Jan 2022 17:01:48 +0100 Subject: [PATCH] package update --- winpython/__init__.py | 2 +- winpython/data/packages.ini | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/winpython/__init__.py b/winpython/__init__.py index a3a9a236..5250775c 100644 --- a/winpython/__init__.py +++ b/winpython/__init__.py @@ -28,6 +28,6 @@ OTHER DEALINGS IN THE SOFTWARE. """ -__version__ = '4.6.20211204' +__version__ = '4.6.20220116' __license__ = __doc__ __project_url__ = 'http://winpython.github.io/' diff --git a/winpython/data/packages.ini b/winpython/data/packages.ini index 08759512..26e7b58f 100644 --- a/winpython/data/packages.ini +++ b/winpython/data/packages.ini @@ -3238,3 +3238,27 @@ description = Generic pure Python loader for .NET runtimes [cx-logging] description = Python and C interfaces for logging +[tzdata] +description = Provider of IANA time zone data + +[pytz-deprecation-shim] +description = Shims to make deprecation of pytz easier + +[asttokens] +description = Annotate AST trees with source code positions + +[executing] +description = Get the currently executing AST node of a frame, and other information + +[pure-eval] +description = Safely evaluate AST nodes without side effects + +[stack-data] +description = Extract data from python stack frames and tracebacks for informative displays + +[langcodes] +description = Tools for labeling human languages with IETF language tags + +[spacy-loggers] +description = Logging utilities for SpaCy +