Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion make.py
Original file line number Diff line number Diff line change
Expand Up @@ -1990,7 +1990,7 @@ def make(
# pre-patch current pip (until default python has pip 8.0.3)
self.distribution.patch_standard_packages('pip')
# not forced update of pip (FIRST) and setuptools here
for req in ('pip', 'setuptools', 'winpython'):
for req in ('pip', 'setuptools', 'wheel', 'winpython'):
actions = ["install", "--upgrade", "--pre", req]
if self.install_options is not None:
actions += self.install_options
Expand Down
2 changes: 1 addition & 1 deletion winpython/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
OTHER DEALINGS IN THE SOFTWARE.
"""

__version__ = '3.0.20201028'
__version__ = '3.0.202011212'
__license__ = __doc__
__project_url__ = 'http://winpython.github.io/'
24 changes: 24 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2758,3 +2758,27 @@ description = A Great Dane turned Python environment detective
[meshio]
description = I/O for many mesh formats

[dask-sql]
description = Dask SQL

[jpype1]
description = A Python to Java bridge.

[three-merge]
description = Simple library for merging two strings with respect to a base one

[pyls-spyder]
description = Spyder extensions for the python-language-server

[pyls-black]
description = Black plugin for the Python Language Server

[pysocks]
description = A Python SOCKS client module. See https github.com/Anorov/PySocks for more information.

[pyinstaller-hooks-contrib]
description = Community maintained hooks for PyInstaller

[nbval]
description = A py.test plugin to validate Jupyter notebooks