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

291 commits

Author SHA1 Message Date
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
Donald Stufft 8af4872ff6 Use the directory locking for the filecache 2015-05-20 14:21:11 -04:00
Donald Stufft 548a460b81 Add a changelog for #2785 2015-05-19 18:33:47 -04:00
Donald Stufft 396230be18 Merge pull request #2768 from dstufft/update-changelog
Add a few missing items to the CHANGES.txt
2015-05-09 18:00:14 -04:00
Marcus Smith b1cab1e31b docs and changelog about marker parsing changes 2015-05-09 14:43:35 -07:00
Donald Stufft c040a8148d Add a few missing items to the CHANGES.txt 2015-05-09 16:36:09 -04:00
Donald Stufft 18064e7017 Remove the workarounds/hacks to handle distribute -> setuptools 2015-05-09 15:09:05 -04:00
Marcus Smith 02e2516986 changelog for #2735 2015-04-28 16:36:02 -07:00
Robert Collins 1d3d27514a Update CHANGES.txt for --no-binary. 2015-04-25 11:37:20 +12:00
Robert Collins 582af6e684 Issue #2677: Disable wheels for setup.py options.
Using --install-options, --build-options, --global-options changes
the way that setup.py behaves, and isn't honoured by the wheel code.
The new wheel autobuilding code made this very obvious - disable
the use of wheels when these options are supplied.
2015-04-24 16:14:48 +12:00
Robert Collins 6aec23cafe Issue #2675: Granular control over wheels/sdists
With wheel autobuilding in place a release blocker is some granular
way to opt-out of wheels for known-bad packages. This patch introduces
two new options: --no-binary and --only-binary to control what
archives we are willing to use on both a global and per-package basis.

This also closes #2084
2015-04-24 08:52:48 +12:00
Robert Collins 08acb6670d Issue #2140: Build wheels automatically
Building wheels before installing elminates a cause of broken environments -
where install fails after we've already installed one or more packages.

If a package fails to wheel, we run setup.py install as normally.
2015-04-13 18:33:07 +12:00
Marcus Smith b5762ca9b5 update changelog for #2537 2015-04-12 17:14:23 -07:00
Donald Stufft d12060bd45 Merge branch 'master' into develop 2015-04-07 07:15:44 -04:00
Donald Stufft 368294be59 Revert #2636 - It caused issues when stdlib things were dependencies 2015-04-07 06:23:26 -04:00
Xavier Fernandez e84cf4e490 Update changelog 2015-04-07 11:39:20 +02:00