Skip to content

Commit 9816d17

Browse files
authored
Merge pull request #6431 from dstufft/release
Release
2 parents 02d85d2 + 21b7593 commit 9816d17

38 files changed

+74
-45
lines changed

AUTHORS.txt

+12-1
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ Adam Tse <[email protected]>
44
Adam Wentz <[email protected]>
55
Adrien Morison <[email protected]>
66
7+
Albert Tugushev <[email protected]>
78
Albert-Guan <[email protected]>
89
910
Aleks Bunin <[email protected]>
1011
Alethea Flowers <[email protected]>
1112
Alex Gaynor <[email protected]>
1213
Alex Grönholm <[email protected]>
14+
Alex Loosley <[email protected]>
1315
Alex Morega <[email protected]>
1416
Alex Stachowiak <[email protected]>
1517
Alexander Shtyrov <[email protected]>
@@ -25,6 +27,7 @@ Andrey Bulgakov <[email protected]>
2527
Andrés Delfino <[email protected]>
2628
Andrés Delfino <[email protected]>
2729
Andy Freeland <[email protected]>
30+
Andy Freeland <[email protected]>
2831
Andy Kluger <[email protected]>
2932
Anish Tambe <[email protected]>
3033
@@ -75,13 +78,15 @@ Buck Golemon <[email protected]>
7578
7679
Bussonnier Matthias <[email protected]>
7780
81+
Caleb Martinez <[email protected]>
7882
Calvin Smith <[email protected]>
7983
Carl Meyer <[email protected]>
8084
Carlos Liam <[email protected]>
8185
Carol Willing <[email protected]>
8286
Carter Thayer <[email protected]>
8387
8488
Chandrasekhar Atina <[email protected]>
89+
Chih-Hsuan Yen <[email protected]>
8590
Chih-Hsuan Yen <[email protected]>
8691
Chris Brinker <[email protected]>
8792
Chris Jerdonek <[email protected]>
@@ -114,6 +119,7 @@ Daniel Hahler <[email protected]>
114119
Daniel Holth <[email protected]>
115120
Daniel Jost <[email protected]>
116121
Daniel Shaulov <[email protected]>
122+
Daniele Esposti <[email protected]>
117123
Daniele Procida <[email protected]>
118124
Danny Hermes <[email protected]>
119125
Dav Clark <[email protected]>
@@ -195,6 +201,7 @@ Ilya Baryshev <[email protected]>
195201
INADA Naoki <[email protected]>
196202
Ionel Cristian Mărieș <[email protected]>
197203
Ionel Maries Cristian <[email protected]>
204+
jakirkham <[email protected]>
198205
Jakub Stasiak <[email protected]>
199206
Jakub Vysoky <[email protected]>
200207
Jakub Wilk <[email protected]>
@@ -210,12 +217,13 @@ Jay Graves <[email protected]>
210217
Jean-Christophe Fillion-Robin <[email protected]>
211218
Jeff Barber <[email protected]>
212219
Jeff Dairiki <[email protected]>
220+
Jelmer Vernooij <[email protected]>
213221
Jeremy Stanley <[email protected]>
214222
Jeremy Zafran <[email protected]>
215223
Jim Garrison <[email protected]>
216224
Jivan Amara <[email protected]>
217-
John Hagen <[email protected]>
218225
John-Scott Atlakson <[email protected]>
226+
johnthagen <[email protected]>
219227
Jon Banafato <[email protected]>
220228
Jon Dufresne <[email protected]>
221229
Jon Parise <[email protected]>
@@ -227,6 +235,7 @@ Joseph Long <[email protected]>
227235
Josh Bronson <[email protected]>
228236
Josh Hansen <[email protected]>
229237
Josh Schneier <[email protected]>
238+
Juanjo Bazán <[email protected]>
230239
Julian Berman <[email protected]>
231240
Julien Demoor <[email protected]>
232241
@@ -309,6 +318,7 @@ Nehal J Wani <[email protected]>
309318
Nick Coghlan <[email protected]>
310319
Nick Stenning <[email protected]>
311320
Nick Timkovich <[email protected]>
321+
Nicolas Bock <[email protected]>
312322
Nikhil Benesch <[email protected]>
313323
Nitesh Sharma <[email protected]>
314324
Nowell Strite <[email protected]>
@@ -355,6 +365,7 @@ Pratik Mallya <[email protected]>
355365
Preston Holmes <[email protected]>
356366
Przemek Wrzos <hetmankp@none>
357367
Qiangning Hong <[email protected]>
368+
Quentin Pradet <[email protected]>
358369
R. David Murray <[email protected]>
359370
Rafael Caricio <[email protected]>
360371
Ralf Schmitt <[email protected]>

NEWS.rst

+61
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,67 @@
77
88
.. towncrier release notes start
99
10+
19.1 (2019-04-23)
11+
=================
12+
13+
Features
14+
--------
15+
16+
- Configuration files may now also be stored under ``sys.prefix`` (`#5060 <https://github.com/pypa/pip/issues/5060>`_)
17+
- Avoid creating an unnecessary local clone of a Bazaar branch when exporting. (`#5443 <https://github.com/pypa/pip/issues/5443>`_)
18+
- Include in pip's User-Agent string whether it looks like pip is running
19+
under CI. (`#5499 <https://github.com/pypa/pip/issues/5499>`_)
20+
- A custom (JSON-encoded) string can now be added to pip's User-Agent
21+
using the ``PIP_USER_AGENT_USER_DATA`` environment variable. (`#5549 <https://github.com/pypa/pip/issues/5549>`_)
22+
- For consistency, passing ``--no-cache-dir`` no longer affects whether wheels
23+
will be built. In this case, a temporary directory is used. (`#5749 <https://github.com/pypa/pip/issues/5749>`_)
24+
- Command arguments in ``subprocess`` log messages are now quoted using
25+
``shlex.quote()``. (`#6290 <https://github.com/pypa/pip/issues/6290>`_)
26+
- Prefix warning and error messages in log output with `WARNING` and `ERROR`. (`#6298 <https://github.com/pypa/pip/issues/6298>`_)
27+
- Using ``--build-options`` in a PEP 517 build now fails with an error,
28+
rather than silently ignoring the option. (`#6305 <https://github.com/pypa/pip/issues/6305>`_)
29+
- Error out with an informative message if one tries to install a
30+
``pyproject.toml``-style (PEP 517) source tree using ``--editable`` mode. (`#6314 <https://github.com/pypa/pip/issues/6314>`_)
31+
- When downloading a package, the ETA and average speed now only update once per second for better legibility. (`#6319 <https://github.com/pypa/pip/issues/6319>`_)
32+
33+
Bug Fixes
34+
---------
35+
36+
- The stdout and stderr from VCS commands run by pip as subprocesses (e.g.
37+
``git``, ``hg``, etc.) no longer pollute pip's stdout. (`#1219 <https://github.com/pypa/pip/issues/1219>`_)
38+
- Fix handling of requests exceptions when dependencies are debundled. (`#4195 <https://github.com/pypa/pip/issues/4195>`_)
39+
- Make pip's self version check avoid recommending upgrades to prereleases if the currently-installed version is stable. (`#5175 <https://github.com/pypa/pip/issues/5175>`_)
40+
- Fixed crash when installing a requirement from a URL that comes from a dependency without a URL. (`#5889 <https://github.com/pypa/pip/issues/5889>`_)
41+
- Improve handling of file URIs: correctly handle `file://localhost/...` and don't try to use UNC paths on Unix. (`#5892 <https://github.com/pypa/pip/issues/5892>`_)
42+
- Fix ``utils.encoding.auto_decode()`` ``LookupError`` with invalid encodings.
43+
``utils.encoding.auto_decode()`` was broken when decoding Big Endian BOM
44+
byte-strings on Little Endian or vice versa. (`#6054 <https://github.com/pypa/pip/issues/6054>`_)
45+
- Fix incorrect URL quoting of IPv6 addresses. (`#6285 <https://github.com/pypa/pip/issues/6285>`_)
46+
- Redact the password from the extra index URL when using ``pip -v``. (`#6295 <https://github.com/pypa/pip/issues/6295>`_)
47+
- The spinner no longer displays a completion message after subprocess calls
48+
not needing a spinner. It also no longer incorrectly reports an error after
49+
certain subprocess calls to Git that succeeded. (`#6312 <https://github.com/pypa/pip/issues/6312>`_)
50+
- Fix the handling of editable mode during installs when ``pyproject.toml`` is
51+
present but PEP 517 doesn't require the source tree to be treated as
52+
``pyproject.toml``-style. (`#6370 <https://github.com/pypa/pip/issues/6370>`_)
53+
- Fix ``NameError`` when handling an invalid requirement. (`#6419 <https://github.com/pypa/pip/issues/6419>`_)
54+
55+
Vendored Libraries
56+
------------------
57+
58+
- Updated certifi to 2019.3.9
59+
- Updated distro to 1.4.0
60+
- Update progress to 1.5
61+
- Updated pyparsing to 2.4.0
62+
- Updated pkg_resources to 41.0.1 (via setuptools)
63+
64+
Improved Documentation
65+
----------------------
66+
67+
- Make dashes render correctly when displaying long options like
68+
``--find-links`` in the text. (`#6422 <https://github.com/pypa/pip/issues/6422>`_)
69+
70+
1071
19.0.3 (2019-02-20)
1172
===================
1273

news/1219.bugfix

-2
This file was deleted.

news/4195.bugfix

-1
This file was deleted.

news/5060.feature

-1
This file was deleted.

news/5175.bugfix

-1
This file was deleted.

news/529a7aae-8f0b-4342-b8ef-7f9a85de2a90.trivial

Whitespace-only changes.

news/5443.feature

-1
This file was deleted.

news/5499.feature

-2
This file was deleted.

news/5549.feature

-2
This file was deleted.

news/5749.feature

-2
This file was deleted.

news/5889.bugfix

-1
This file was deleted.

news/5892.bugfix

-1
This file was deleted.

news/5aac3bb3-d29f-4e63-a3e5-f3d31da9283f.trivial

Whitespace-only changes.

news/6054.bugfix

-4
This file was deleted.

news/6285.bugfix

-1
This file was deleted.

news/6290.feature

-2
This file was deleted.

news/6295.bugfix

-1
This file was deleted.

news/6298.feature

-1
This file was deleted.

news/6305.feature

-2
This file was deleted.

news/6312.bugfix

-3
This file was deleted.

news/6314.feature

-2
This file was deleted.

news/6319.feature

-1
This file was deleted.

news/6370.bugfix

-3
This file was deleted.

news/6419.bugfix

-1
This file was deleted.

news/6422.doc

-2
This file was deleted.

news/65a44975-f650-4a38-a7d9-5cfceaebf10d.trivial

Whitespace-only changes.

news/85016e72-3c01-455a-ad4e-e25f676c7381.trivial

Whitespace-only changes.

news/a1440b03-c0c6-4176-8e00-732517bed87b.trivial

Whitespace-only changes.

news/b310bc35-7843-42b1-a766-72112705c629.trivial

Whitespace-only changes.

news/certifi.vendor

-1
This file was deleted.

news/distro.vendor

-1
This file was deleted.

news/e1f5fdfc-64e5-468a-a688-c4a5915aaa35.trivial

Whitespace-only changes.

news/progress.vendor

-1
This file was deleted.

news/pyparsing.vendor

-1
This file was deleted.

news/setuptools.vendor

-1
This file was deleted.

src/pip/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "19.1.dev0"
1+
__version__ = "19.2.dev0"

tox.ini

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ commands_pre =
2222
commands = pytest --timeout 300 []
2323
install_command = {[helpers]pip} install {opts} {packages}
2424
list_dependencies_command = {[helpers]pip} freeze --all
25-
usedevelop = True
2625

2726
[testenv:coverage-py3]
2827
basepython = python3

0 commit comments

Comments
 (0)