8000 Merge pull request #869 from stonebig/master · winpython/winpython@5e8ab56 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5e8ab56

Browse files
authored
Merge pull request #869 from stonebig/master
update package names
2 parents 3493e34 + a6effb7 commit 5e8ab56

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-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__ = '3.0.20200711'
31+
__version__ = '3.0.20200725'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

winpython/data/packages.ini

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2665,3 +2665,21 @@ description = Convert numbers from base 10 integers to base X strings and back a
26652665
[asgi-csrf]
26662666
description = ASGI middleware for protecting against CSRF attacks
26672667

2668+
[jupyter-bokeh]
2669+
description = A Jupyter extension for rendering Bokeh content.
2670+
2671+
[kaleido]
2672+
description = Static image export for web-based visualization libraries with zero dependencies
2673+
2674+
[pyftpdlib]
2675+
description = Very fast asynchronous FTP server library
2676+
2677+
[pysendfile]
2678+
description = A Python interface to sendfile(2)
2679+
2680+
[onnxruntime]
2681+
description = ONNX Runtime Python bindings
2682+
2683+
[dm-tree]
2684+
description = Tree is a library for working with nested data structures.
2685+

0 commit comments

Comments
 (0)
0