1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
Commit graph

329 commits

Author SHA1 Message Date
Donald Stufft 7b71ae3b74 Bump for development 2016-01-21 14:44:30 -05:00
Donald Stufft 9b13df0ccb Bump versions for release 2016-01-21 14:33:33 -05:00
Donald Stufft bec39fc938 Update changelog with items 2016-01-21 14:32:31 -05:00
Robert Collins 7b2fbb069a Stop erroring on installs of argparse and wsgiref. 2016-01-21 13:49:49 +13:00
Donald Stufft 851eae181b Merge branch 'master' into develop 2016-01-20 09:53:23 -05:00
Michael 39cca5b157 Fixed typo 2016-01-20 11:08:10 +01:00
Donald Stufft 1d189beea8 Bump version for development 2016-01-19 19:52:22 -05:00
Donald Stufft 6622f3cc52 Bump version to 8.0.0 for release 2016-01-19 19:36:29 -05:00
Xavier Fernandez 18b5fc2c44 pip.wheel: change --wheel-dir default value
From <current working directory>/wheelhouse to <current working
directory> only to be consistent with pip download behavior.
2016-01-19 22:42:22 +01:00
Donald Stufft 3ae13b2e35 Merge pull request #3312 from sbidoul/no-branch-in-egg-name-sbi
stop the addition of the branch name in the #egg=... fragment
2016-01-18 18:04:03 -05:00
Xavier Fernandez d1136dda3e Add support for .xz files (with python >=3.3)
Closes #722
2016-01-14 22:39:45 +01:00
Stéphane Bidoul 6f790d1d80 stop the addition of the branch name in the #egg=... fragment 2016-01-14 19:04:02 +01:00
Xavier Fernandez 21fb8a28f0 Dont raise on #egg metadata mismatch, just warn
Since pip 7, via pip freeze, is producing such mismatching #egg
fragment, forbidding them in pip 8 would be too strongly
backward-incompatible.
It is a partial rollback of 1a012bb6.
2016-01-14 00:30:02 +01:00
Xavier Fernandez 99aa8f9b78 Merge pull request #3346 from dalito/fix_svn_issue_#1062
Fix for svn related bug #1062
2016-01-14 00:26:00 +01:00
David Linke eb49dcd8a3 Added note to changes and my name to contriutor list. 2016-01-09 13:55:15 +01:00
Xavier Fernandez ac0bb3f444 Ignores invalid urls with warning
for non-existing paths or url without scheme

closes #2968
2016-01-07 23:08:37 +01:00
Donald Stufft 3fd529ce83 Update the change log with items that didn't get added 2016-01-01 21:54:00 -05:00
Ville Skyttä 0da18e93b3 Spelling fixes 2015-12-27 00:58:23 +02:00
Stéphane Bidoul a1622ad0a5 detect editable distribution by the presence of .egg-link 2015-12-04 14:40:24 +01:00
Stéphane Bidoul c1176b01dc support &subdirectory option with freeze and git 2015-12-04 14:40:20 +01:00
Stéphane Bidoul 23d86c90b6 add git support for controls_location() 2015-12-04 14:40:00 +01:00
Stéphane Bidoul 7757a6ca1b refactor vcs backend detection mechanism
Give VCS implementations control over saying whether
a project is under their control
2015-12-03 21:16:48 +01:00
Xavier Fernandez 795798f3f0 Allow combination of pip list options
--editable with --outdated/--updtodate
closes #933
2015-11-29 17:37:45 +01:00
Xavier Fernandez 69d90440e7 Drop PasteScript specific hack
With or without, pip works the same with PasteScript latest version and
crashes the same with versions 0.3/0.3.1
It was added in c2000d7 (7 years from now)
2015-11-29 16:57:53 +01:00
Xavier Fernandez 82c45bcf63 Add changelog and test 2015-11-26 23:49:26 +01:00
Marcus Smith 41355a20e3 changelog entry for new --prefix option 2015-11-26 09:35:19 -08:00
Donald Stufft 2f14ae55e2 Update Changelog 2015-11-07 12:33:25 -05:00
Donald Stufft b160661bc6 Add a changelog 2015-11-06 19:14:45 -05:00
Donald Stufft 78c77b37f7 Add the new spinner to the changelog 2015-11-06 12:26:28 -05:00
Xavier Fernandez 6aab626e7d Merge pull request #3153 from xavfernandez/error_project_name_mismatch
Abort installation on metadata mismatch
2015-10-05 23:54:09 +02:00
Marcus Smith 4929078946 update changelog 2015-10-04 21:25:53 -07:00
Marcus Smith 615adf9468 Merge remote-tracking branch 'pypa/develop' into issue_3011
Conflicts:
	CHANGES.txt
2015-10-03 10:21:15 -07:00
Marcus Smith 5dc95b392e update changelog 2015-10-03 10:16:54 -07:00
Xavier Fernandez 7e02e5c4f8 Update changelog for backward incompatibility 2015-10-01 23:41:40 +02:00
Xavier Fernandez 1a012bb63b Abort installation on metadata mismatch
If setup.py egg_info produces metadata for a different project name than
self.req.project_name, abort the installation.
Fixes #3143
2015-10-01 23:40:27 +02:00
Donald Stufft b11cb019a4 Drop support for Python 3.2 2015-10-01 09:36:16 -04:00
Andy Freeland fac2891abb Fix user directory expansion when HOME=/
On versions of CPython affected by <http://bugs.python.org/issue14768>
(Python 2.6, some versions of Python 2.7 and 3.3),
`os.path.expanduser('~/path')` returns `//path` rather than `/path` when
`HOME=/`. This affects pip when `os.path.expanduser('~/.cache/pip')` is
expanded to `/\\\\.cache/pip`. Although `HOME=/` is probably uncommon on
most Linux systems, it is extremely common in Docker images.

Fixes #2996.
2015-09-29 16:01:32 -04:00
Paul Moore 9428313b3d Add changelog entry for issue 3047 2015-09-29 09:22:14 +01:00
Mathew Jennings 417f79d8b8 Add pip download command and deprecate pip install --download.
`pip download` has the same functionality as `pip install --download`,
and the behavior of `pip install --download` is preserved with a deprecation
warning.  `pip install --download` will be removed in pip version 10.
2015-09-13 17:41:00 -04:00
Roy Wellington Ⅳ 0e63ef904c Add a note to the changelog. 2015-09-09 19:02:22 -07:00
Xavier Fernandez b290e13cfa Allow --pre option in requirement files
closes #1273
2015-09-05 23:13:03 +02:00
Xavier Fernandez a9325b0727 Allow --process-dependency-links in req files
closes #1274
2015-09-05 20:19:30 +02:00
Xavier Fernandez e168b845a4 Allow --trusted-host option in requirement files
closes #2822
2015-09-03 22:33:31 +02:00
Donald Stufft 6afc718307 Remove items slated for removal in pip 8.0 2015-09-03 10:55:11 -04:00
Donald Stufft e26d930b0a PEP 470: Remove support for searching rel links 2015-09-03 01:04:06 -04:00
Donald Stufft 0f5d4286a5 Deprecate and Noop the PEP 438 functionality due to PEP 470 2015-09-02 23:47:05 -04:00
Marcus Smith 8a51d0f658 update v7 changelog about get-pip.py installing wheel 2015-08-30 16:35:00 -07:00
Donald Stufft 78daccc915 Update changelog and version 2015-08-22 18:46:55 -04:00
Donald Stufft 0214d7c669 bump for release 2015-08-20 17:10:00 -04:00
Donald Stufft 11409decc5 Update the changelog for 7.1.1 2015-08-20 16:48:49 -04:00