Commit Graph

5834 Commits

Author SHA1 Message Date
Paul Moore 28f3ce6fe2
Merge pull request #5218 from pypa/release/10.0.0
Release 10.0.0
2018-04-14 12:17:14 +01:00
Paul Moore 4cbdd171c3 Generate NEWS for release 2018-04-14 10:29:28 +01:00
Paul Moore 4db471fd8f Bump version for release 2018-04-14 10:24:52 +01:00
Paul Moore 63e041a8eb Update AUTHORS file 2018-04-14 10:24:10 +01:00
Paul Moore 20a6cd9fe0
Merge pull request #5202 from pfmoore/newsfix
News file formatting fix
2018-04-11 17:49:05 +01:00
Paul Moore 7605f8492d
Merge pull request #5203 from pfmoore/issue5201
Don't warn about script locations if --target is specified
2018-04-10 20:39:35 +01:00
Paul Moore 2ae420e8e9 Style checker line length 2018-04-10 18:30:07 +01:00
Paul Moore 98bff4047d Add a news file 2018-04-10 18:11:00 +01:00
Paul Moore 22c8656b57 Don't warn about script locations if --target is specified 2018-04-10 18:07:53 +01:00
Paul Moore ed37070dcc News file formatting fix 2018-04-10 17:14:57 +01:00
Paul Moore 516adb4793
Merge pull request #5190 from benoit-pierre/fix_pep518_support
fix PEP 518 support
2018-04-09 08:42:04 +01:00
Benoit Pierre 6da1d9e47c fix PEP 518 support
* fix build environment handling when using PyPy
* do use the build environment for all build commands
* allow installing and building a wheel of a PEP 518 enabled
  package without prior installation of setuptools and/or wheels
* fix check for minimum supported requirements for PEP 518 support:
  - correctly handle complex requirements
  - both setuptools and wheels are needed
2018-04-08 14:06:11 +02:00
Paul Moore 8e074408d6
Merge pull request #5184 from pfmoore/docversion
Fix how docs gets pip version, to work around an issue with readthedocs
2018-04-07 17:43:29 +01:00
Paul Moore 2d8ad3c6e6
Merge pull request #5180 from pradyunsg/fix/5179
Normalize case before checking for paths
2018-04-07 16:05:51 +01:00
Pradyun Gedam 54bf509636
Add test for normalization
As suggested by @pfmoore
2018-04-07 17:25:41 +05:30
Pradyun Gedam 500505e3fa
🎨 use a list comprehension 2018-04-07 17:25:01 +05:30
Paul Moore cb5d4d2391 encoding argument for open isn't valid in Python 2.7 2018-04-07 11:19:34 +01:00
Paul Moore ddbbafaabb Fix how docs gets pip version, to work around an issue with readthedocs 2018-04-07 10:57:08 +01:00
Pradyun Gedam af3c1cfe65
Normalize case before checking for paths 2018-04-06 14:24:16 +05:30
Pradyun Gedam 5a8150f82c
Merge pull request #5163 from pradyunsg/fix/5157
Do not warn about script location if it's with sys.executable
2018-04-06 14:19:08 +05:30
Paul Moore c76452ade9
Merge pull request #5151 from mattip/master
BUG: ioctl(fd, termios.TIOCGWINSZ, ...) returns 8 bytes
2018-04-05 14:35:55 +01:00
Pradyun Gedam 095c165780
Merge pull request #5159 from di/fix/5140
Fix installing from Git with short SHA
2018-04-04 14:03:02 +05:30
Pradyun Gedam 361fcd1a7b
Merge pull request #5162 from pradyunsg/fix/5160
Use all available distributions
2018-04-04 13:57:16 +05:30
Pradyun Gedam 266eec23a3
📰 2018-04-04 13:55:23 +05:30
Pradyun Gedam 61a96bcf58
Do not warn about script location if it's with sys.executable 2018-04-04 13:21:57 +05:30
Pradyun Gedam ee2e81ca1f
Use all available distributions
Same as b5f56efde5
2018-04-04 13:03:07 +05:30
Dustin Ingram fa24c5163b
Add myself in .mailmap 2018-04-03 14:54:27 -05:00
Dustin Ingram 0ceb10e4bc
Add news entry 2018-04-03 14:51:45 -05:00
Dustin Ingram 737dfbfc71
Conditionally fetch the revision if it's a ref 2018-04-03 14:46:33 -05:00
Dustin Ingram 9c97937e74
Add failing test for short-SHA refs 2018-04-03 14:32:48 -05:00
Pradyun Gedam ecc1072ba0
Merge pull request #5146 from pradyunsg/fix/check-accept-prerelease-versions
Accept prerelease versions when checking conflicts
2018-04-03 23:18:10 +05:30
Pradyun Gedam 69e2dde515
Merge pull request #5136 from StephanErb/check_normalization
Fix name normalization used for install warnings
2018-04-03 16:04:27 +05:30
mattip 8b9abc2988 BUG: ioctl(fd, termios.TIOCGWINSZ, ...) returns 8 bytes 2018-04-03 05:58:05 +03:00
Pradyun Gedam eef8f6e35f
Merge pull request #5148 from pradyunsg/fix/pep-518-vcs
Fix PEP 518 support for VCS installs
2018-04-03 07:47:15 +05:30
Pradyun Gedam 0de893161e
Move initialization to a better place 2018-04-03 00:02:51 +05:30
Stephan Erb 72b3195f0e Fix name normalization used for install warnings 2018-04-02 20:17:20 +02:00
Pradyun Gedam abfbfcc7dc
Actually build wheels for VCS checkouts 2018-04-02 23:20:54 +05:30
Pradyun Gedam 091c74787a
📰 2018-04-02 21:35:53 +05:30
Pradyun Gedam 1862d2f887
Accept prerelease versions when checking conflicts 2018-04-02 21:35:49 +05:30
Paul Moore 6dff83b561
Merge pull request #5145 from pfmoore/release/10.0.0
Bump version for release
2018-04-02 12:51:37 +01:00
Paul Moore 527b52c2fe Merge branch 'release/10.0.0' of https://github.com/pypa/pip into release/10.0.0 2018-04-02 11:57:22 +01:00
Paul Moore 93ad93e807 Bump version for release 2018-04-02 11:56:05 +01:00
Paul Moore 06ed344c16
Merge pull request #5143 from pfmoore/release/10.0.0
Tidy up NEWS.rst for 10.0.0b2 release
2018-04-02 10:52:36 +01:00
Paul Moore 3d62f53f45 Tidy up NEWS.rst for 10.0.0b2 release 2018-04-02 10:43:50 +01:00
Paul Moore d62b5877c2
Merge pull request #5129 from dstufft/fix-towncrier
Fix towncrier
2018-04-01 14:12:14 +01:00
Paul Moore 809cff7ffa
Merge pull request #5133 from dstufft/unix-linefeeds-ca-bundle
The CA Bundle should always use Unix line endings
2018-04-01 14:11:29 +01:00
Pradyun Gedam b977b1f99d
Merge pull request #5138 from pradyunsg/misc/upgrade-strategy-help
Use the correct way to format default in optparse
2018-04-01 18:40:09 +05:30
Pradyun Gedam 607f5dde9c
Use the correct way to format default in optparse 2018-04-01 12:06:29 +05:30
Donald Stufft 18f6b20591 The CA Bundle should always use Unix line endings 2018-03-31 14:45:01 -04:00
Paul Moore ad390f75d0 Fix line length in tasks/generate.py 2018-03-31 19:30:59 +01:00