Skip to content

Commit db1782f

Browse files
authored
Merge pull request winpython#907 from stonebig/master
preparing for WinPython 2020-05
2 parents 1026991 + 953fe9b commit db1782f

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1990,7 +1990,7 @@ def make(
19901990
# pre-patch current pip (until default python has pip 8.0.3)
19911991
self.distribution.patch_standard_packages('pip')
19921992
# not forced update of pip (FIRST) and setuptools here
1993-
for req in ('pip', 'setuptools', 'winpython'):
1993+
for req in ('pip', 'setuptools', 'wheel', 'winpython'):
19941994
actions = ["install", "--upgrade", "--pre", req]
19951995
if self.install_options is not None:
19961996
actions += self.install_options

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

winpython/data/packages.ini

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2758,3 +2758,27 @@ description = A Great Dane turned Python environment detective
27582758
[meshio]
27592759
description = I/O for many mesh formats
27602760
2761+
[dask-sql]
2762+
description = Dask SQL
2763+
2764+
[jpype1]
2765+
description = A Python to Java bridge.
2766+
2767+
[three-merge]
2768+
description = Simple library for merging two strings with respect to a base one
2769+
2770+
[pyls-spyder]
2771+
description = Spyder extensions for the python-language-server
2772+
2773+
[pyls-black]
2774+
description = Black plugin for the Python Language Server
2775+
2776+
[pysocks]
2777+
description = A Python SOCKS client module. See https github.com/Anorov/PySocks for more information.
2778+
2779+
[pyinstaller-hooks-contrib]
2780+
description = Community maintained hooks for PyInstaller
2781+
2782+
[nbval]
2783+
description = A py.test plugin to validate Jupyter notebooks
2784+

0 commit comments

Comments
 (0)