Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0eb2a93

Browse files
committed
package update
1 parent a71a63d commit 0eb2a93

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

winpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
OTHER DEALINGS IN THE SOFTWARE.
2929
"""
3030

31-
__version__ = '4.6.20211204'
31+
__version__ = '4.6.20220116'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

winpython/data/packages.ini

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3238,3 +3238,27 @@ description = Generic pure Python loader for .NET runtimes
32383238
[cx-logging]
32393239
description = Python and C interfaces for logging
32403240

3241+
[tzdata]
3242+
description = Provider of IANA time zone data
3243+
3244+
[pytz-deprecation-shim]
3245+
description = Shims to make deprecation of pytz easier
3246+
3247+
[asttokens]
3248+
description = Annotate AST trees with source code positions
3249+
3250+
[executing]
3251+
description = Get the currently executing AST node of a frame, and other information
3252+
3253+
[pure-eval]
3254+
description = Safely evaluate AST nodes without side effects
3255+
3256+
[stack-data]
3257+
description = Extract data from python stack frames and tracebacks for informative displays
3258+
3259+
[langcodes]
3260+
description = Tools for labeling human languages with IETF language tags
3261+
3262+
[spacy-loggers]
3263+
description = Logging utilities for SpaCy
3264+

0 commit comments

Comments
 (0)