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

265 commits

Author SHA1 Message Date
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
Donald Stufft
b7309c6bcc Remove the items deprecated for removal in 7.0 2015-04-07 04:20:51 -04:00
Donald Stufft
d9e93240aa Add the change log for 7.0.0 2015-04-07 01:18:58 -04:00
Donald Stufft
e4e7ab4464 Add forgotten release date 2015-04-07 01:18:18 -04:00
Donald Stufft
64184dcb2f remove unneeded whitespace 2015-04-07 00:38:43 -04:00
Donald Stufft
3f26ef4995 Update changelog with more missing items 2015-04-07 00:22:12 -04:00
Donald Stufft
f96b2a15fa Direct users to the /stable/ url not /latest/ 2015-04-06 23:25:56 -04:00
Donald Stufft
a88bc0de73 Send log messages >= logging.WARNING to stderr 2015-04-06 23:11:16 -04:00
Donald Stufft
f82d033b9a Add the new arch only wheel to changelog 2015-04-06 21:46:57 -04:00
Marc Abramowitz
bc7144f99b install: ignore stdlib pkgs like wsgiref
in requirements files

This allows a `pip install -r requirements.txt` to succeed even if it
was generated with an older version of pip that included stuff like
`wsgiref==0.1.2` in it.
2015-04-06 21:32:15 -04:00
Donald Stufft
a510b2229e Reverts #2493 - Upgrades will again contact the index 2015-04-04 14:21:40 -04:00
Donald Stufft
28ca19a130 Add the topo sorting to the changelog 2015-04-02 17:37:24 -04:00
Donald Stufft
7492d42678 Remove a reverted PR from the CHANGES 2015-04-02 17:29:03 -04:00
Marc Abramowitz
cc9cf3b05a Update cachecontrol from 0.11.1 to 0.11.2
Fixes https://github.com/pypa/pip/issues/2481
2015-03-22 11:11:57 -07:00
Marcus Smith
0eccd5031a update changelog for #2552 2015-03-22 08:40:01 -07:00
Donald Stufft
18b1fc84cc Update the change log for the --upgrade speed up 2015-03-17 07:28:20 -04:00
Donald Stufft
f5896328c1 Add the directory install speed up to the change log 2015-03-16 09:08:11 -04:00
Donald Stufft
734bfb8e4c Add missing change log entries 2015-03-16 07:58:54 -04:00
Donald Stufft
c430c2d50c Add some missing items to the changelog 2015-03-16 07:29:21 -04:00
Marcus Smith
725a97d2db update changelog for #2502 fix 2015-03-15 08:17:31 -07:00
Marc Abramowitz
0d02b8344f CHANGES.txt: Add note about PR 2487 to 6.1.0 2015-03-05 18:27:48 -08:00
Dwayne Bailey
733c831e55 docs: fix PR references 2015-02-24 16:00:59 +00:00
Donald Stufft
4120c7946e Merge branch 'master' into develop
Conflicts:
	CHANGES.txt
	pip/__init__.py
	tests/functional/test_uninstall.py
2015-02-04 21:55:01 -05:00
Paul Moore
93a498425e Merge pull request #2359 from pfmoore/win32_hidecursor
Fix behaviour of not hiding the cursor on Windows
(cherry picked from commit 61d715be38)
2015-02-04 20:48:18 -05:00
Paul Moore
0d9a6c44fa Merge pull request #2397 from pfmoore/retry_rmtree
Make pip.utils.rmtree retry in case antivirus etc holds a directory
(cherry picked from commit 065b76c385)
2015-02-04 20:47:05 -05:00
Donald Stufft
6ae357bc7f Merge pull request #2386 from dstufft/distutils-uninstall
fix uninstall for distutils installed packages
(cherry picked from commit a0b151cbb3)

Conflicts:
	tests/functional/test_uninstall.py
2015-02-04 19:28:36 -05:00
Donald Stufft
bda1ebc999 Merge pull request #2392 from dstufft/path-decode
Decode Link().path before using it
(cherry picked from commit 2f8c6ad29a)
2015-02-04 19:23:12 -05:00