From 125fd9f0166112694a6ecf45cae6c27ac102b325 Mon Sep 17 00:00:00 2001 From: stonebig Date: Sun, 14 Jan 2018 12:31:25 +0100 Subject: [PATCH 1/2] package names --- winpython/data/packages.ini | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/winpython/data/packages.ini b/winpython/data/packages.ini index 512e7397..b60633a0 100644 --- a/winpython/data/packages.ini +++ b/winpython/data/packages.ini @@ -1,3 +1,7 @@ + +[absl-py] +description=Abseil Python Common Libraries + [adodbapi] description=A pure Python package implementing PEP 249 DB-API using Microsoft ADO. @@ -655,6 +659,9 @@ url=https://github.com/ContinuumIO/mkl-service [mock] description=Rolling backport of unittest.mock for all Pythons +[modergnl] +description=Modern OpenGL binding for python + [monotonic] description=An implementation of time.monotonic() for Python 2 & < 3.3 @@ -1311,6 +1318,9 @@ description=scs: splitting conic solver [seaborn] description=statistical data visualization +[send2trash] +description=Send file to trash natively under Mac OS X, Windows and Linux. + [service_identity] description=Service identity verification for pyOpenSSL. From d76f65b90c0c4ff208a066c7681b16bdcb8d3e6c Mon Sep 17 00:00:00 2001 From: stonebig Date: Sat, 24 Feb 2018 14:57:00 +0100 Subject: [PATCH 2/2] updates for 2018-01 release --- winpython/__init__.py | 2 +- winpython/data/packages.ini | 17 ++++++++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/winpython/__init__.py b/winpython/__init__.py index 7d6554d2..d787c863 100644 --- a/winpython/__init__.py +++ b/winpython/__init__.py @@ -28,6 +28,6 @@ OTHER DEALINGS IN THE SOFTWARE. """ -__version__ = '1.9.20171230' +__version__ = '1.9.20180224' __license__ = __doc__ __project_url__ = 'http://winpython.github.io/' diff --git a/winpython/data/packages.ini b/winpython/data/packages.ini index b60633a0..72c79333 100644 --- a/winpython/data/packages.ini +++ b/winpython/data/packages.ini @@ -470,6 +470,9 @@ description=Matplotlib Jupyter Extension [ipyparallel] description=Interactive Parallel Computing with IPython +[ipyscales] +description=A widget library for scales + [ipython] description=Enhanced Python shell @@ -554,7 +557,7 @@ description=A software library for rapid development of hardware-accelerated mul [kivy-garden] description=Garden tool for kivy flowers. -[Kiwisolver] +[kiwisolver] description=an efficient implementation of the Cassowary constraint solving algorithm. [knit] @@ -683,6 +686,9 @@ description=Python library for arbitrary-precision floating-point arithmetic [mypy] description=Optional static typing for Python +[msgpack] +description=MessagePack (de)serializer. + [msgpack-python] description=MessagePack (de)serializer. @@ -836,6 +842,9 @@ category=dataoric [pdfrw] description=pure Python library that reads and writes PDFs +[pdvega] +description=Pandas plotting interface to Vega and Vega-Lite + [peewee] description=a small, expressive ORM. @@ -1205,6 +1214,9 @@ description=A markdown parser for docutils [redis] description=Python client for Redis key-value store +[regex] +description=Alternative regular expression module, to replace re. + [reportlab] description=The PDF generation library url=http://www.reportlab.org @@ -1535,6 +1547,9 @@ description=Ultra fast JSON encoder and decoder for Python [vega] description=An IPython/ Jupyter widget for Vega and Vega-Lite +[vega3] +description=An IPython/ Jupyter widget for Vega 3 and Vega-Lite 2 + [verboselogs] description=Verbose logging level for Python's logging module