New submission from Anthon van der Neut <ant...@mnt.org>:

Setuptools, starting with minor version 45.1.0 no longer is a 
-py2.py3-none-any.whl file, but a -py3-none-any.whl file. In ensurepip's 
__init__.py the former is hard-coded, so the setuptools shipping with python 
(for 3.9.0a5 this is 41.2.0) cannot be upgraded beyond 45.0.0 

I can provide a PR that fixes this, (either by using glob.glob() to find the 
exact .whl available. or by extending the tuple in _PROJECTS.)

----------
messages: 365344
nosy: anthon
priority: normal
severity: normal
status: open
title: ensurepip should use ifferent pattern for pip/setuptool wheel files
type: enhancement
versions: Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40119>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to