10000 Merge pull request #876 from stonebig/master · winpython/winpython@93f88e7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 93f88e7

Browse files
authored
Merge pull request #876 from stonebig/master
package names
2 parents 146444c + ed496e3 commit 93f88e7

File tree

2 files changed

+22
-1
lines changed

2 files changed

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

winpython/data/packages.ini

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2686,3 +2686,24 @@ description = Tree is a library for working with nested data structures.
26862686
[amply]
26872687
description = Amply allows you to load and manipulate AMPL/GLPK data as Python data structures
26882688

2689+
[dask-glm]
2690+
description = Generalized Linear Models with Dask
2691+
2692+
[wasmer]
2693+
description = Python extension to run WebAssembly binaries
2694+
2695+
[jupyter-server-proxy]
2696+
description = Jupyter server extension to supervise and proxy web services
2697+
2698+
[iniconfig]
2699+
description = iniconfig: brain-dead simple config-ini parsing
2700+
2701+
[argon2-cffi]
2702+
description = The secure Argon2 password hashing algorithm.
2703+
2704+
[jinja2-time]
2705+
description = Jinja2 Extension for Dates and Times
2706+
2707+
[text-unidecode]
2708+
description = The most basic Text::Unidecode port
2709+

0 commit comments

Comments
 (0)
0