8000 Merge pull request #1029 from stonebig/master · winpython/winpython@9641b59 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9641b59

Browse files
authored
Merge pull request #1029 from stonebig/master
update package names
2 parents 1942725 + af1a9bd commit 9641b59

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-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.20211017'
31+
__version__ = '4.6.20211106'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

winpython/data/packages.ini

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3217,3 +3217,15 @@ description = Python bindings for the Qt cross-platform application and UI frame
32173217
[jellyfish]
32183218
description = a library for doing approximate and phonetic matching of strings.
32193219
3220+
[tomli-w]
3221+
description = A lil' TOML writer
3222+
3223+
[frozenlist]
3224+
description = A list-like structure which implements collections.abc.MutableSequence
3225+
3226+
[aiosignal]
3227+
description = aiosignal: a list of registered asynchronous callbacks
3228+
3229+
[parsy]
3230+
description = easy-to-use parser combinators, for parsing in pure Python
3231+

0 commit comments

Comments
 (0)
0