[Python-Dev] Re: Announcement: pip 20.1b1 beta release

2020-04-28 Thread Sumana Harihareswara
Thanks for the testing, all. Pip 20.1 is now out and https://pip.pypa.io/en/latest/news/ has the changes since the beta. -- Sumana Harihareswara Changeset Consulting https://changeset.nyc ___ Python-Dev mailing list -- python-dev@python.org To

[Python-Dev] Re: Announcement: pip 20.1b1 beta release

2020-04-27 Thread Miro Hrončok
On 27. 04. 20 20:56, Miro Hrončok wrote: I've also observed that we now have the direct_url.json when we build pip, that leaks the builddir path: {"archive_info": {}, "url": "file:///builddir/build/BUILD/pip-20.1b1/dist/pip-20.1b1-py2.py3-none-any.whl"} I will read PEP 610, but may I

[Python-Dev] Re: Announcement: pip 20.1b1 beta release

2020-04-27 Thread Miro Hrončok
On 27. 04. 20 17:17, Miro Hrončok wrote: Basic CI smoke testing with venvs, virtualenvs, tox:   - CPython 3.5-3.8 (will add 3.9) CPython 3.9.0a5 venv, virtualenv, tox OK as well. I've also observed that we now have the direct_url.json when we build pip, that leaks the builddir path:

[Python-Dev] Re: Announcement: pip 20.1b1 beta release

2020-04-27 Thread Miro Hrončok
On 27. 04. 20 17:31, Paul Moore wrote: On Mon, 27 Apr 2020 at 16:21, Miro Hrončok wrote: On 23. 04. 20 21:36, Sumana Harihareswara wrote: We would be grateful for all the testing that users could do to ensure that, when pip 20.1 is released, it's as solid as we can make it. We are doing

[Python-Dev] Re: Announcement: pip 20.1b1 beta release

2020-04-27 Thread Paul Moore
On Mon, 27 Apr 2020 at 16:21, Miro Hrončok wrote: > > On 23. 04. 20 21:36, Sumana Harihareswara wrote: > > We would be grateful for all the testing that users could do to ensure > > that, when pip 20.1 is released, it's as solid as we can make it. > > We are doing some basic testing in Fedora. >

[Python-Dev] Re: Announcement: pip 20.1b1 beta release

2020-04-27 Thread Miro Hrončok
On 23. 04. 20 21:36, Sumana Harihareswara wrote: We would be grateful for all the testing that users could do to ensure that, when pip 20.1 is released, it's as solid as we can make it. We are doing some basic testing in Fedora. So far everyhting looks good. We've tested: Basic CI smoke