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

3083 commits

Author SHA1 Message Date
Toshio Kuratomi 416ca84bdf Record files don't always include directories so find eggdir by looking for a file within it.
Fixes #2075
2014-09-29 13:51:01 -04:00
Donald Stufft 77b6c59fd1 Merge pull request #2074 from dstufft/fix-packaging
Fix packaging
2014-09-29 11:31:34 -04:00
Donald Stufft 1e57b28f0c Ensure that our packaging remains correct 2014-09-29 11:07:24 -04:00
Donald Stufft de06287947 Ensure that package_data is correct and the MANIFEST.in is correct 2014-09-29 11:05:46 -04:00
Donald Stufft 4411d86f04 Use encrypted vars instead of branch names to stop forks from notifying 2014-09-26 00:30:14 -04:00
Donald Stufft 958e6bc02a Merge pull request #2055 from bukzor/buck-del-unused-functions
delete two unused functions
2014-09-25 23:10:40 -04:00
Donald Stufft 2083dd3698 Merge pull request #2046 from dstufft/simplify-simple-urls
Simplify simple urls
2014-09-25 22:45:41 -04:00
Donald Stufft cd277a5a4d Merge pull request #2064 from dstufft/pr-2062
reverse the deprecation of --build and --no-clean
2014-09-25 22:21:53 -04:00
Donald Stufft 17448b92d0 InstallRequirement.absolute_versions is no longer required. 2014-09-25 22:15:43 -04:00
Donald Stufft f72a9042f9 Deprecate the fallback to /simple/ 2014-09-25 22:13:16 -04:00
Donald Stufft 9c70565707 Do not look for /simple/{name}/version/ URLs anymore 2014-09-25 22:12:28 -04:00
Donald Stufft 05c7fa8bb3 Merge pull request #2001 from dstufft/normalize-URLs
Normalize names in a URL
2014-09-25 22:08:16 -04:00
Marcus Smith 40bdaa75aa reverse the deprecation of --build and --no-clean 2014-09-25 22:03:58 -04:00
Marcus Smith 3bb4cbdd5e update changelog entry for PR 1838 2014-09-24 17:38:11 -07:00
Donald Stufft a684d9da3d Merge pull request #2058 from bukzor/buck-cachedproperty
just the @cached_property bit
2014-09-22 20:34:19 -04:00
Buck Golemon 32557a6474 just the @cached_property bit 2014-09-22 10:45:14 -07:00
Buck Golemon 894dc94233 delete two unused functions 2014-09-19 16:27:16 -07:00
Donald Stufft 4c1242731f Merge pull request #2052 from dstufft/freezegun-master
Point at freezegun master since PR has been merged
2014-09-19 14:24:47 -04:00
Donald Stufft f833126f7f Point at freezegun master since PR has been merged 2014-09-19 04:54:23 -04:00
Donald Stufft 7eff500a23 Merge pull request #2049 from dstufft/pip-version-check-redux
pip version check redux
2014-09-18 12:19:05 -04:00
Donald Stufft 41a64dad8b Fix pep8 tests 2014-09-18 11:45:32 -04:00
Donald Stufft 540ac67ebb Fix on PyPy 2014-09-18 11:41:09 -04:00
Donald Stufft 12e194bbc6 Fix compatability with Python 2.6 2014-09-18 08:30:03 -04:00
Donald Stufft c3df28c774 Fix for Python 3.x, Refactor, and small changes 2014-09-18 07:44:02 -04:00
Donald Stufft 14eb6b5fa0 Merge pull request #2032 from bukzor/buck-coverage-1
unit coverage for wrong-case
2014-09-18 07:13:57 -04:00
Donald Stufft cc2a44e995 Normalize names in a URL
PyPI and Bandersnatch now normalize the project name in their
URLs. This change matches that and will reduce the number of
redirects we hit on PyPI and will reduce the need to hit /simple/
on a Bandersnatch mirror.
2014-09-18 07:11:31 -04:00
Richard Jones 500a987ee4 Implement a pip self-check with to determine when it's out of date.
Initial work cribbed from PR 1214.
2014-09-18 17:31:57 +10:00
Donald Stufft 5defca2e25 Merge pull request #2047 from dstufft/new-versioning
Switch versioning from X.Y.Z to X.Y dropping the leading 1
2014-09-17 22:46:21 -04:00
Donald Stufft 0e96b1af4b Switch versioning from X.Y.Z to X.Y dropping the leading 1 2014-09-17 22:05:31 -04:00
Donald Stufft e93b1f7377 Merge pull request #2045 from bukzor/buck-tag-svn-revision
had to comment this out to make test pass:
2014-09-17 21:44:04 -04:00
Buck Golemon d25e88a0dd removed tag_svn_revision from setup.cfg
py.test tests/functional/test_install_user.py::Tests_UserSite::test_install_curdir_usersite
2014-09-17 17:13:18 -07:00
Buck Golemon 72344874d2 unit coverage for wrong-case 2014-09-17 13:45:26 -07:00
Donald Stufft 37f8a2f108 Merge pull request #2044 from dstufft/update-cachecontrol
Upgrade CacheControl to 0.10.4
2014-09-17 13:18:06 -04:00
Donald Stufft fcb748f7b8 Upgrade CacheControl to 0.10.4 2014-09-17 12:55:11 -04:00
Donald Stufft ea3252e664 Merge pull request #2029 from dstufft/cleanup-compat
Cleanup compat
2014-09-11 20:03:03 -04:00
Donald Stufft 20d77c62a4 General clean ups of the compat module 2014-09-11 19:22:53 -04:00
Donald Stufft 06913540f7 Remove unused import 2014-09-11 19:22:53 -04:00
Donald Stufft 209a7ff5f6 Move the encoding down into the Python 3 block 2014-09-11 19:22:52 -04:00
Donald Stufft 492c17bf30 Remove unused get_http_message_param 2014-09-11 19:22:52 -04:00
Donald Stufft 6b3be72991 Switch from using cmp to using sorted() with a key func 2014-09-11 19:22:52 -04:00
Donald Stufft ec91d8e421 Move from pip.compat.* to six.moves.* for urllib related stuff 2014-09-11 18:40:45 -04:00
Donald Stufft 8b1affd007 Upgrade six to 1.8.0 2014-09-11 18:25:52 -04:00
Donald Stufft 36a0187476 Catch the correct error and remove unused urllib errors from pip.compat 2014-09-11 15:28:21 -04:00
Donald Stufft 9b174aee79 Switch to using six.StringIO instead of pip.compat.StringIO 2014-09-11 15:25:23 -04:00
Donald Stufft eaffd74543 Removed the PermissionError exception as it was never actually used 2014-09-11 15:12:13 -04:00
Donald Stufft af1b8bd769 Remove the WindowsError as nothing seems to actually use it 2014-09-11 15:10:46 -04:00
Donald Stufft d62b10a3b3 Merge pull request #2028 from dstufft/remove-dead-code
We're passing upgrade to PackageFinder.find_requirement so this won't happen
2014-09-11 11:18:10 -04:00
Donald Stufft 8f1dec56ee We're passing upgrade to PackageFinder.find_requirement so this won't happen 2014-09-11 10:34:31 -04:00
Donald Stufft 43e9b6554f Merge pull request #2027 from dstufft/correctly-document-requirements
Clarify the requirements file format documentation - Thanks @thanatos
2014-09-11 10:15:00 -04:00
Donald Stufft d91e0d9e20 Clarify the requirements file format documentation - Thanks @thanatos 2014-09-11 09:53:30 -04:00