Skip to content

Commit

Permalink
Merge pull request #5851 from pradyunsg/release/18.1
Browse files Browse the repository at this point in the history
Release/18.1
  • Loading branch information
pradyunsg authored Oct 5, 2018
2 parents c759504 + 40d1fe3 commit 6af9de9
Show file tree
Hide file tree
Showing 48 changed files with 61 additions and 35 deletions.
13 changes: 13 additions & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Alexandre Conrad <[email protected]>
Alli <[email protected]>
Anatoly Techtonik <[email protected]>
Andrei Geacar <[email protected]>
Andrew Gaul <[email protected]>
Andrey Bulgakov <[email protected]>
Andrés Delfino <[email protected]>
Andrés Delfino <[email protected]>
Expand All @@ -36,6 +37,8 @@ Ashley Manton <[email protected]>
Atsushi Odagiri <[email protected]>
Avner Cohen <[email protected]>
Baptiste Mispelon <[email protected]>
Barney Gale <[email protected]>
barneygale <[email protected]>
Bartek Ogryczak <[email protected]>
Bastian Venthur <[email protected]>
Ben Darnell <[email protected]>
Expand All @@ -46,6 +49,7 @@ Benjamin VanEvery <[email protected]>
Benoit Pierre <[email protected]>
Berker Peksag <[email protected]>
Bernardo B. Marques <[email protected]>
Bernhard M. Wiedemann <[email protected]>
Bogdan Opanchuk <[email protected]>
Brad Erickson <[email protected]>
Bradley Ayers <[email protected]>
Expand All @@ -55,6 +59,7 @@ Brian Rosner <[email protected]>
BrownTruck <[email protected]>
Bruno Oliveira <[email protected]>
Bruno Renié <[email protected]>
Bstrdsmkr <[email protected]>
Buck Golemon <[email protected]>
burrows <[email protected]>
Bussonnier Matthias <[email protected]>
Expand Down Expand Up @@ -157,6 +162,7 @@ Herbert Pfennig <[email protected]>
Hsiaoming Yang <[email protected]>
Hugo <[email protected]>
Hugo Lopes Tavares <[email protected]>
hugovk <[email protected]>
Hynek Schlawack <[email protected]>
Ian Bicking <[email protected]>
Ian Cordasco <[email protected]>
Expand All @@ -182,6 +188,7 @@ Jannis Leidel <[email protected]>
jarondl <[email protected]>
Jason R. Coombs <[email protected]>
Jay Graves <[email protected]>
Jean-Christophe Fillion-Robin <[email protected]>
Jeff Barber <[email protected]>
Jeff Dairiki <[email protected]>
Jeremy Stanley <[email protected]>
Expand All @@ -194,6 +201,7 @@ Jon Dufresne <[email protected]>
Jon Parise <[email protected]>
Jon Wayne Parrott <[email protected]>
Jonas Nockert <[email protected]>
Jonathan Herbert <[email protected]>
Joost Molenaar <[email protected]>
Jorge Niedbalski <[email protected]>
Joseph Long <[email protected]>
Expand All @@ -219,10 +227,12 @@ kpinc <[email protected]>
Kumar McMillan <[email protected]>
Kyle Persohn <[email protected]>
Laurent Bristiel <[email protected]>
Laurie Opperman <[email protected]>
Leon Sasson <[email protected]>
Lev Givon <[email protected]>
Lincoln de Sousa <[email protected]>
Lipis <[email protected]>
Loren Carvalho <[email protected]>
Lucas Cimon <[email protected]>
Ludovic Gasc <[email protected]>
Luke Macken <[email protected]>
Expand Down Expand Up @@ -259,6 +269,7 @@ Michael E. Karpeles <[email protected]>
Michael Klich <[email protected]>
Michael Williamson <[email protected]>
michaelpacer <[email protected]>
Mickaël Schoentgen <[email protected]>
Miguel Araujo Perez <[email protected]>
Mihir Singh <[email protected]>
Min RK <[email protected]>
Expand All @@ -272,6 +283,7 @@ Nehal J Wani <[email protected]>
Nick Coghlan <[email protected]>
Nick Stenning <[email protected]>
Nikhil Benesch <[email protected]>
Nitesh Sharma <[email protected]>
Nowell Strite <[email protected]>
nvdv <[email protected]>
Ofekmeister <[email protected]>
Expand Down Expand Up @@ -380,6 +392,7 @@ Tomer Chachamu <[email protected]>
Tony Zhaocheng Tan <[email protected]>
Toshio Kuratomi <[email protected]>
Travis Swicegood <[email protected]>
Tzu-ping Chung <[email protected]>
Valentin Haenel <[email protected]>
Victor Stinner <[email protected]>
Viktor Szépe <[email protected]>
Expand Down
47 changes: 47 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,53 @@
.. towncrier release notes start
18.1 (2018-10-05)
=================

Features
--------

- Allow PEP 508 URL requirements to be used as dependencies.

As a security measure, pip will raise an exception when installing packages from
PyPI if those packages depend on packages not also hosted on PyPI.
In the future, PyPI will block uploading packages with such external URL dependencies directly. (`#4187 <https://github.com/pypa/pip/issues/4187>`_)
- Upgrade pyparsing to 2.2.1. (`#5013 <https://github.com/pypa/pip/issues/5013>`_)
- Allows dist options (--abi, --python-version, --platform, --implementation) when installing with --target (`#5355 <https://github.com/pypa/pip/issues/5355>`_)
- Support passing ``svn+ssh`` URLs with a username to ``pip install -e``. (`#5375 <https://github.com/pypa/pip/issues/5375>`_)
- pip now ensures that the RECORD file is sorted when installing from a wheel file. (`#5525 <https://github.com/pypa/pip/issues/5525>`_)
- Add support for Python 3.7. (`#5561 <https://github.com/pypa/pip/issues/5561>`_)
- Malformed configuration files now show helpful error messages, instead of tracebacks. (`#5798 <https://github.com/pypa/pip/issues/5798>`_)

Bug Fixes
---------

- Checkout the correct branch when doing an editable Git install. (`#2037 <https://github.com/pypa/pip/issues/2037>`_)
- Run self-version-check only on commands that may access the index, instead of
trying on every run and failing to do so due to missing options. (`#5433 <https://github.com/pypa/pip/issues/5433>`_)
- Allow a Git ref to be installed over an existing installation. (`#5624 <https://github.com/pypa/pip/issues/5624>`_)
- Show a better error message when a configuration option has an invalid value. (`#5644 <https://github.com/pypa/pip/issues/5644>`_)
- Always revalidate cached simple API pages instead of blindly caching them for up to 10
minutes. (`#5670 <https://github.com/pypa/pip/issues/5670>`_)
- Avoid caching self-version-check information when cache is disabled. (`#5679 <https://github.com/pypa/pip/issues/5679>`_)
- Avoid traceback printing on autocomplete after flags in the CLI. (`#5751 <https://github.com/pypa/pip/issues/5751>`_)
- Fix incorrect parsing of egg names if pip needs to guess the package name. (`#5819 <https://github.com/pypa/pip/issues/5819>`_)

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

- Upgrade certifi to 2018.8.24
- Upgrade packaging to 18.0
- Add pep517 version 0.2
- Upgrade pytoml to 0.1.19
- Upgrade pkg_resources to 40.4.3 (via setuptools)

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

- Fix "Requirements Files" reference in User Guide (`#user_guide_fix_requirements_file_ref <https://github.com/pypa/pip/issues/user_guide_fix_requirements_file_ref>`_)


18.0 (2018-07-22)
=================

Expand Down
Empty file.
Empty file.
1 change: 0 additions & 1 deletion news/2037.bugfix

This file was deleted.

Empty file.
Empty file.
5 changes: 0 additions & 5 deletions news/4187.feature

This file was deleted.

2 changes: 0 additions & 2 deletions news/5013.feature

This file was deleted.

Empty file.
1 change: 0 additions & 1 deletion news/5355.feature

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
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/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/pytoml.vendor

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 1 addition & 1 deletion src/pip/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "18.1.dev0"
__version__ = "18.1"

0 comments on commit 6af9de9

Please sign in to comment.