From ed496e3d22c19869efde48545344d351d183a74b Mon Sep 17 00:00:00 2001 From: stonebig Date: Sat, 8 Aug 2020 20:04:29 +0200 Subject: [PATCH] package names --- winpython/__init__.py | 2 +- winpython/data/packages.ini | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/winpython/__init__.py b/winpython/__init__.py index bc1d99ca..96affbf9 100644 --- a/winpython/__init__.py +++ b/winpython/__init__.py @@ -28,6 +28,6 @@ OTHER DEALINGS IN THE SOFTWARE. """ -__version__ = '3.0.20200729' +__version__ = '3.0.20200808' __license__ = __doc__ __project_url__ = 'http://winpython.github.io/' diff --git a/winpython/data/packages.ini b/winpython/data/packages.ini index f794fc8f..0e4ffadd 100644 --- a/winpython/data/packages.ini +++ b/winpython/data/packages.ini @@ -2686,3 +2686,24 @@ description = Tree is a library for working with nested data structures. [amply] description = Amply allows you to load and manipulate AMPL/GLPK data as Python data structures +[dask-glm] +description = Generalized Linear Models with Dask + +[wasmer] +description = Python extension to run WebAssembly binaries + +[jupyter-server-proxy] +description = Jupyter server extension to supervise and proxy web services + +[iniconfig] +description = iniconfig: brain-dead simple config-ini parsing + +[argon2-cffi] +description = The secure Argon2 password hashing algorithm. + +[jinja2-time] +description = Jinja2 Extension for Dates and Times + +[text-unidecode] +description = The most basic Text::Unidecode port +