Skip to content

Commit

Permalink
Merge pull request #8100 from pradyunsg/release/20.1b1
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg authored Apr 21, 2020
2 parents 7722cf0 + 4502aba commit 814c54f
Show file tree
Hide file tree
Showing 63 changed files with 97 additions and 69 deletions.
25 changes: 25 additions & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@Switch01
A_Rog
Aakanksha Agrawal
Abhinav Sagar
Expand Down Expand Up @@ -32,6 +33,7 @@ Ami Fischman
Ananya Maiti
Anatoly Techtonik
Anders Kaseorg
Andre Aguiar
Andreas Lutro
Andrei Geacar
Andrew Gaul
Expand All @@ -51,6 +53,7 @@ Antonio Alvarado Hernandez
Antony Lee
Antti Kaihola
Anubhav Patel
Anudit Nagar
Anuj Godase
AQNOUCH Mohammed
AraHaan
Expand Down Expand Up @@ -78,6 +81,7 @@ Berker Peksag
Bernardo B. Marques
Bernhard M. Wiedemann
Bertil Hatt
Bhavam Vidyarthi
Bogdan Opanchuk
BorisZZZ
Brad Erickson
Expand Down Expand Up @@ -109,10 +113,13 @@ Chris Hunt
Chris Jerdonek
Chris McDonough
Chris Wolfe
Christian Clauss
Christian Heimes
Christian Oudard
Christoph Reiter
Christopher Hunt
Christopher Snyder
cjc7373
Clark Boylan
Clay McClure
Cody
Expand Down Expand Up @@ -140,6 +147,7 @@ Daniel Shaulov
Daniele Esposti
Daniele Procida
Danny Hermes
Danny McClanahan
Dav Clark
Dave Abrahams
Dave Jones
Expand All @@ -153,8 +161,10 @@ David Pursehouse
David Tucker
David Wales
Davidovich
Deepak Sharma
derwolfe
Desetude
Devesh Kumar Singh
Diego Caraballo
DiegoCaraballo
Dmitry Gladkov
Expand All @@ -170,6 +180,7 @@ Eitan Adler
ekristina
elainechan
Eli Schwartz
Ellen Marie Dash
Emil Burzo
Emil Styrke
Endoh Takanao
Expand Down Expand Up @@ -201,13 +212,15 @@ Geoffrey Lehée
Geoffrey Sneddon
George Song
Georgi Valkov
ghost
Giftlin Rajaiah
gizmoguy1
gkdoc
Gopinath M
GOTO Hayato
gpiks
Guilherme Espada
gutsytechster
Guy Rozendorn
gzpan123
Hanjun Kim
Expand All @@ -227,6 +240,7 @@ Ian Stapleton Cordasco
Ian Wienand
Igor Kuzmitshov
Igor Sobreira
Ilan Schnell
Ilya Baryshev
INADA Naoki
Ionel Cristian Mărieș
Expand Down Expand Up @@ -256,6 +270,7 @@ Jiashuo Li
Jim Garrison
Jivan Amara
John Paton
John T. Wodder II
John-Scott Atlakson
johnthagen
Jon Banafato
Expand Down Expand Up @@ -289,6 +304,7 @@ Kevin Frommelt
Kevin R Patterson
Kexuan Sun
Kit Randel
KOLANICH
kpinc
Krishna Oza
Kumar McMillan
Expand Down Expand Up @@ -359,12 +375,15 @@ Nate Coraor
Nathaniel J. Smith
Nehal J Wani
Neil Botelho
Nguyễn Gia Phong
Nick Coghlan
Nick Stenning
Nick Timkovich
Nicolas Bock
Nikhil Benesch
Nikolay Korolev
Nitesh Sharma
Noah Gorny
Nowell Strite
NtaleGrey
nvdv
Expand All @@ -377,6 +396,7 @@ Olivier Grisel
Ollie Rutherfurd
OMOTO Kenji
Omry Yadan
onlinejudge95
Oren Held
Oscar Benjamin
Oz N Tiram
Expand Down Expand Up @@ -412,6 +432,7 @@ Prabakaran Kumaresshan
Prabhjyotsing Surjit Singh Sodhi
Prabhu Marappan
Pradyun Gedam
Prashant Sharma
Pratik Mallya
Preet Thakkar
Preston Holmes
Expand All @@ -424,10 +445,12 @@ Rafael Caricio
Ralf Schmitt
Razzi Abuissa
rdb
Reece Dunham
Remi Rampin
Rene Dudfield
Riccardo Magliocchetti
Richard Jones
Ricky Ng-Adam
RobberPhex
Robert Collins
Robert McGibbon
Expand Down Expand Up @@ -462,6 +485,7 @@ Simeon Visser
Simon Cross
Simon Pichugin
sinoroc
sinscary
Sorin Sbarnea
Stavros Korokithakis
Stefan Scherfke
Expand Down Expand Up @@ -497,6 +521,7 @@ tinruufu
Tom Forbes
Tom Freudenheim
Tom V
Tomas Hrnciar
Tomas Orsava
Tomer Chachamu
Tony Beswick
Expand Down
71 changes: 71 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,77 @@
.. towncrier release notes start
20.1b1 (2020-04-21)
===================

Deprecations and Removals
-------------------------

- Remove emails from AUTHORS.txt to prevent usage for spamming, and only populate names in AUTHORS.txt at time of release (`#5979 <https://github.com/pypa/pip/issues/5979>`_)
- Remove deprecated ``--skip-requirements-regex`` option. (`#7297 <https://github.com/pypa/pip/issues/7297>`_)
- Building of local directories is now done in place, instead of a temporary
location containing a copy of the directory tree. (`#7555 <https://github.com/pypa/pip/issues/7555>`_)
- Remove unused ``tests/scripts/test_all_pip.py`` test script and the ``tests/scripts`` folder. (`#7680 <https://github.com/pypa/pip/issues/7680>`_)

Features
--------

- pip now implements PEP 610, so ``pip freeze`` has better fidelity
in presence of distributions installed from Direct URL requirements. (`#609 <https://github.com/pypa/pip/issues/609>`_)
- Add ``pip cache`` command for inspecting/managing pip's wheel cache. (`#6391 <https://github.com/pypa/pip/issues/6391>`_)
- Raise error if ``--user`` and ``--target`` are used together in ``pip install`` (`#7249 <https://github.com/pypa/pip/issues/7249>`_)
- Significantly improve performance when ``--find-links`` points to a very large HTML page. (`#7729 <https://github.com/pypa/pip/issues/7729>`_)
- Indicate when wheel building is skipped, due to lack of the ``wheel`` package. (`#7768 <https://github.com/pypa/pip/issues/7768>`_)
- Change default behaviour to always cache responses from trusted-host source. (`#7847 <https://github.com/pypa/pip/issues/7847>`_)
- An alpha version of a new resolver is available via ``--unstable-feature=resolver``. (`#988 <https://github.com/pypa/pip/issues/988>`_)

Bug Fixes
---------

- Correctly freeze a VCS editable package when it is nested inside another VCS repository. (`#3988 <https://github.com/pypa/pip/issues/3988>`_)
- Correctly handle ``%2F`` in URL parameters to avoid accidentally unescape them
into ``/``. (`#6446 <https://github.com/pypa/pip/issues/6446>`_)
- Reject VCS URLs with an empty revision. (`#7402 <https://github.com/pypa/pip/issues/7402>`_)
- Warn when an invalid URL is passed with ``--index-url`` (`#7430 <https://github.com/pypa/pip/issues/7430>`_)
- Use better mechanism for handling temporary files, when recording metadata
about installed files (RECORD) and the installer (INSTALLER). (`#7699 <https://github.com/pypa/pip/issues/7699>`_)
- Correctly detect global site-packages availability of virtual environments
created by PyPA’s virtualenv>=20.0. (`#7718 <https://github.com/pypa/pip/issues/7718>`_)
- Remove current directory from ``sys.path`` when invoked as ``python -m pip <command>`` (`#7731 <https://github.com/pypa/pip/issues/7731>`_)
- Stop failing uninstallation, when trying to remove non-existent files. (`#7856 <https://github.com/pypa/pip/issues/7856>`_)
- Prevent an infinite recursion with ``pip wheel`` when ``$TMPDIR`` is within the source directory. (`#7872 <https://github.com/pypa/pip/issues/7872>`_)
- Significantly speedup ``pip list --outdated`` by parallelizing index interaction. (`#7962 <https://github.com/pypa/pip/issues/7962>`_)
- Improve Windows compatibility when detecting writability in folder. (`#8013 <https://github.com/pypa/pip/issues/8013>`_)

Vendored Libraries
------------------

- Update semi-supported debundling script to reflect that appdirs is vendored.
- Add ResolveLib as a vendored dependency.
- Upgrade certifi to 2020.04.05.1
- Upgrade contextlib2 to 0.6.0.post1
- Upgrade distro to 1.5.0.
- Upgrade idna to 2.9.
- Upgrade msgpack to 1.0.0.
- Upgrade packaging to 20.3.
- Upgrade pep517 to 0.8.2.
- Upgrade pyparsing to 2.4.7.
- Remove pytoml as a vendored dependency.
- Upgrade requests to 2.23.0.
- Add toml as a vendored dependency.
- Upgrade urllib3 to 1.25.8.

Improved Documentation
----------------------

- Emphasize that VCS URLs using git, git+git and git+http are insecure due to
lack of authentication and encryption (`#1983 <https://github.com/pypa/pip/issues/1983>`_)
- Clarify the usage of --no-binary command. (`#3191 <https://github.com/pypa/pip/issues/3191>`_)
- Clarify the usage of freeze command in the example of Using pip in your program (`#7008 <https://github.com/pypa/pip/issues/7008>`_)
- Add a "Copyright" page. (`#7767 <https://github.com/pypa/pip/issues/7767>`_)
- Added example of defining multiple values for options which support them (`#7803 <https://github.com/pypa/pip/issues/7803>`_)


20.0.2 (2020-01-24)
===================

Expand Down
2 changes: 0 additions & 2 deletions news/1983.doc

This file was deleted.

Empty file.
Empty file.
Empty file.
1 change: 0 additions & 1 deletion news/3191.doc

This file was deleted.

Empty file.
1 change: 0 additions & 1 deletion news/3988.bugfix

This file was deleted.

Empty file.
1 change: 0 additions & 1 deletion news/5979.removal

This file was deleted.

Empty file.
2 changes: 0 additions & 2 deletions news/609.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/6391.feature

This file was deleted.

2 changes: 0 additions & 2 deletions news/6446.bugfix

This file was deleted.

Empty file.
1 change: 0 additions & 1 deletion news/7008.doc

This file was deleted.

1 change: 0 additions & 1 deletion news/7249.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/7297.removal

This file was deleted.

1 change: 0 additions & 1 deletion news/7402.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/7430.bugfix

This file was deleted.

2 changes: 0 additions & 2 deletions news/7555.removal

This file was deleted.

1 change: 0 additions & 1 deletion news/7611-gh-actions--linters-adjustment.trivial

This file was deleted.

1 change: 0 additions & 1 deletion news/7680.removal

This file was deleted.

1 change: 0 additions & 1 deletion news/7690.vendor

This file was deleted.

2 changes: 0 additions & 2 deletions news/7699.bugfix

This file was deleted.

2 changes: 0 additions & 2 deletions news/7718.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/7729.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/7731.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/7737.trivial

This file was deleted.

1 change: 0 additions & 1 deletion news/7740.trivial

This file was deleted.

1 change: 0 additions & 1 deletion news/7767.doc

This file was deleted.

1 change: 0 additions & 1 deletion news/7768.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/7794.trivial

This file was deleted.

1 change: 0 additions & 1 deletion news/7803.doc

This file was deleted.

1 change: 0 additions & 1 deletion news/7847.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/7850.vendor

This file was deleted.

1 change: 0 additions & 1 deletion news/7856.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/7872.bugfix

This file was deleted.

17 changes: 0 additions & 17 deletions news/7959.trivial

This file was deleted.

1 change: 0 additions & 1 deletion news/7962.bugfix

This file was deleted.

Empty file.
1 change: 0 additions & 1 deletion news/8013.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion news/988.feature

This file was deleted.

Empty file.
Empty file.
Empty file.
Empty file.
1 change: 0 additions & 1 deletion news/certifi.vendor

This file was deleted.

1 change: 0 additions & 1 deletion news/contextlib2.vendor

This file was deleted.

1 change: 0 additions & 1 deletion news/distro.vendor

This file was deleted.

Empty file.
Empty file.
1 change: 0 additions & 1 deletion news/idna.vendor

This file was deleted.

1 change: 0 additions & 1 deletion news/msgpack.vendor

This file was deleted.

1 change: 0 additions & 1 deletion news/packaging.vendor

This file was deleted.

1 change: 0 additions & 1 deletion news/pep517.vendor

This file was deleted.

1 change: 0 additions & 1 deletion news/pyparsing.vendor

This file was deleted.

1 change: 0 additions & 1 deletion news/pytoml.vendor

This file was deleted.

1 change: 0 additions & 1 deletion news/requests.vendor

This file was deleted.

1 change: 0 additions & 1 deletion news/toml.vendor

This file was deleted.

1 change: 0 additions & 1 deletion news/urllib3.vendor

This file was deleted.

2 changes: 1 addition & 1 deletion src/pip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from typing import List, Optional


__version__ = "20.1.dev0"
__version__ = "20.1.dev1"


def main(args=None):
Expand Down

0 comments on commit 814c54f

Please sign in to comment.