8000 package update by stonebig · Pull Request #1053 · winpython/winpython · GitHub
[go: up one dir, main page]

Skip to content

package update #1053

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 16, 2022
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__ = '4.6.20211204'
__version__ = '4.6.20220116'
__license__ = __doc__
__project_url__ = 'http://winpython.github.io/'
24 changes: 24 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

0