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

306 commits

Author SHA1 Message Date
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
Alex Gaynor 5ca472e559 fixed a typo in the docs 2015-06-30 22:03:24 -04:00
Donald Stufft 0ba95ace50 bump for development 2015-06-30 20:34:20 -04:00
Donald Stufft d2f09e2867 Bump for release 2015-06-30 18:53:26 -04:00
Donald Stufft c7305d1f8d Update the changelog 2015-06-30 17:11:09 -04:00
Robert Collins a66d3e2e8b Issue #2867: Accept --no/only-binary via pip.conf 2015-06-10 10:25:15 +12:00
Robert Collins bb0b429a49 Issue #2731: Constraints files.
This adds constraints files. Like requirements files constraints files
control what version of a package is installed, but unlike
requirements files this doesn't itself choose to install the package.
This allows things that aren't explicitly desired to be constrained if
and only if they are installed.
2015-06-03 06:38:33 +12:00
Donald Stufft 19623d820f Merge branch 'master' into develop 2015-06-01 21:33:04 -04:00
Donald Stufft 94d542df54 Merge pull request #2856 from dstufft/support-falsey-cache-dir
Support a falsey cache-dir
(cherry picked from commit ae0b4a76ad)
2015-06-01 21:27:52 -04:00
Donald Stufft 165cf7a228 Merge branch 'master' into develop 2015-06-01 19:57:26 -04:00
Donald Stufft e0a57053a3 bump version for release 2015-06-01 19:37:28 -04:00
Donald Stufft 463aed282b Update changelog 2015-06-01 18:32:05 -04:00
Donald Stufft d57d19c468 Merge pull request #2853 from dstufft/expand-path
Expand ~ in the wheel cache directory
(cherry picked from commit d97ff459ee)
2015-06-01 18:31:02 -04:00
Donald Stufft 224c625646 Merge pull request #2841 from rbtcollins/stable
Issue #2839: Avoid dequoting markers in req files.
(cherry picked from commit 70c200be7e)
2015-06-01 18:16:44 -04:00
Donald Stufft 0ebc37d17a Expand ~ in the wheel cache directory 2015-06-01 17:24:11 -04:00
Robert Collins 1d04615a37 Tweak requirement file documentation.
We're actually pinning down a fairly specific grammar now, so lets
make it official. All options are at the end, and only options get
quoting. I've also tweaked some of the existing examples to make the
existing grammar features (that I know people use) clearer - like
spaces between requirements and version specifiers.
2015-06-02 07:15:42 +12:00
Marcus Smith ab2ec7f85b update changelog 2015-06-02 06:50:16 +12:00
Marcus Smith 230b2b808b update changelog 2015-06-02 06:50:16 +12:00
Donald Stufft 91e59df2f0 Merge branch 'master' into develop 2015-05-22 20:21:02 -04:00
Donald Stufft 1730747a19 bump changelog and version 2015-05-22 19:32:26 -04:00
Xavier Fernandez 790b56975d CHANGES.txt: fix PR link 2015-05-22 10:03:01 +02:00
Donald Stufft c77e8f068a bump version to 7.1.0.dev0 2015-05-21 23:38:10 -04:00
Donald Stufft 01e6230e91 Bump version and update changelog 2015-05-21 22:56:59 -04:00
Donald Stufft 3569a9b060 Remove the implicit debug log 2015-05-21 18:01:40 -04:00