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

5025 commits

Author SHA1 Message Date
Cooper Lees
933431f63b Ensure pypi_version in outdated is a str 2017-03-23 13:16:04 -07:00
Cooper Lees
e41b8b1959 Add PR 4336 news file 2017-03-23 11:12:35 -07:00
Cooper Lees
24afdbaefc Fix merge conflict 2017-03-23 10:57:22 -07:00
Cooper Lees
0772ab3e24 - Change the pip outdated check to use PackageFinder to find current
PyPI versions
-- Replaces the always phone back to pypi.python.org JSON call
-- This allows us specify a local mirror to be use to query for updated
version and respects other set options
-- Update tests
-- Fix setup.py to include freezegun for tests
2017-03-23 10:50:02 -07:00
Cooper Lees
c7cccaca95 - Change the pip outdated check to use PackageFinder to find current
PyPI versions
-- Replaces the always phone back to pypi.python.org JSON call
-- This allows us specify a local mirror to be use to query for updated
version and respects other set options
-- Update tests
-- Fix setup.py to include freezegun for tests
2017-03-23 10:24:09 -07:00
Xavier Fernandez
7adacc8b18 Fix deduce_helpful_msg in python3
Add a test and changelog for #4127
2017-03-23 12:57:57 +01:00
Donald Stufft
49af40e173 Merge pull request #4355 from dstufft/deprecate-3.3
Deprecate support for Python 3.3
2017-03-22 21:53:20 -04:00
Donald Stufft
bca2cf3824 Merge pull request #4362 from alex/patch-4
Remove pip download --editable, it doesn't make sense
2017-03-22 19:33:35 -04:00
Donald Stufft
6b54145783 Deprecate support for Python 3.3 2017-03-22 19:22:56 -04:00
Paul Kehrer
476d297ff6 add support for returning setuptools version for bigquery statistics (#4209)
* add support for returning setuptools version for bigquery statistics

* don't send the data if None

* add changelog entry
2017-03-22 23:59:43 +01:00
Alex Gaynor
935b11896e Added a newsfile 2017-03-22 18:47:06 -04:00
Alex Gaynor
ef174dff0e Fix 2017-03-22 18:01:57 -04:00
Donald Stufft
299da9762c Merge pull request #4365 from alex/patch-5
Fixed #2394 -- use example.com as a dummy domain
2017-03-22 16:53:05 -04:00
Alex Gaynor
d10e12efa8 Fixed #2394 -- use example.com as a dummy domain 2017-03-22 14:55:05 -04:00
Alex Gaynor
d71c81d2d4 Remove pip download --editable, it doesn't make sense 2017-03-22 14:14:54 -04:00
Donald Stufft
45c54b700d Merge pull request #4360 from alex/patch-4
Fixed #1234 -- linkify mailing list
2017-03-22 14:01:27 -04:00
Donald Stufft
11b5fd6613 Merge pull request #4361 from alex/patch-5
Remove line from docs which refers to the past
2017-03-22 14:01:05 -04:00
Alex Gaynor
2120f8328f Remove line from docs which refers to the past 2017-03-22 13:01:46 -04:00
Alex Gaynor
62071e28b5 Fixed #1234 -- linkify mailing list 2017-03-22 12:49:49 -04:00
Donald Stufft
2f7007ca0a Merge pull request #4351 from dstufft/remove-10
Officially bump to 10.0 and remove deprecated items.
2017-03-20 14:45:02 -04:00
Donald Stufft
cdc6540727 Merge pull request #4354 from alex/pytest-warnings
Fixed some pytest warnings in the tests
2017-03-20 12:48:16 -04:00
Donald Stufft
b291b7f3c6 Fix a test that only runs on older Pythons 2017-03-20 12:21:26 -04:00
Donald Stufft
c15e112287 Merge pull request #4353 from dstufft/changelog-for-4322
Add a missing changelog for #4322
2017-03-20 12:11:01 -04:00
Donald Stufft
8360f9e6ae Merge pull request #4352 from dstufft/upgrade-distro
Upgrade distro to 1.0.3
2017-03-20 11:52:50 -04:00
Alex Gaynor
3e527f2fbf Fixed some pytest warnings in the tests 2017-03-20 11:45:29 -04:00
Donald Stufft
f50bd8a9ea Don't assume versions are single digit 2017-03-20 11:37:15 -04:00
Donald Stufft
078f4444bf Add a missing changelog for #4322 2017-03-20 11:08:06 -04:00
Donald Stufft
8c2a1b44b0 Upgrade distro to 1.0.3 2017-03-20 11:03:15 -04:00
Donald Stufft
7c0df410bf Remove an unused import 2017-03-20 10:58:13 -04:00
Donald Stufft
7025bf305a Cycle the deprecation warnings forward 2017-03-20 10:49:57 -04:00
Donald Stufft
fabb73971e Remove the ability to uninstall distutils installed projects 2017-03-20 10:49:57 -04:00
Donald Stufft
ffac1c2180 Removed the deprecated --default-vcs option 2017-03-20 10:49:57 -04:00
Donald Stufft
f920a3de82 Kick the can down the road for dependency links 2017-03-20 10:49:57 -04:00
Donald Stufft
95b9541ed4 Remove the deprecated --(no-)use-wheel flags 2017-03-20 10:49:56 -04:00
Donald Stufft
0b1f521059 Switch the default for pip list to the columns format 2017-03-20 10:49:56 -04:00
Donald Stufft
e6bfa12403 Remove the deprecated --download option to install 2017-03-20 10:49:56 -04:00
Ville Skyttä
cee7a53712 Python 3.6 invalid escape sequence deprecation fixes 2017-03-20 13:54:29 +01:00
Donald Stufft
bb41490225 Removed the deprecated --allow-* commands from PEP 438 2017-03-19 20:51:54 -04:00
Donald Stufft
bb48371714 Removed the deprecated `--egg` flag 2017-03-19 20:31:23 -04:00
Donald Stufft
10fc43889d Bump version to 10.0.0.dev0 2017-03-19 19:52:00 -04:00
Donald Stufft
1ce8109424 Merge pull request #4348 from dstufft/news-file-updates
Updates to the handling of news files
2017-03-19 17:46:19 -04:00
Donald Stufft
02ebcb9051 Use a better name for Removals 2017-03-19 16:55:54 -04:00
Donald Stufft
90dd13f6a6 Add a special kind of towncrier type for vendored lib updates 2017-03-19 16:49:55 -04:00
Donald Stufft
c36cca51ca Allow marking a change as "trivial" for the news file 2017-03-19 16:39:27 -04:00
Donald Stufft
ef5317aad5 Merge pull request #4346 from dstufft/towncrier
Generate our NEWS.rst with towncrier
2017-03-19 12:48:31 -04:00
Donald Stufft
a45c2f5e24 Generate our NEWS.rst with towncrier 2017-03-19 12:00:31 -04:00
Donald Stufft
59052c5aa4 Merge pull request #4343 from dstufft/no-2.6
Drop support for Python 2.6
2017-03-18 21:00:29 -04:00
Donald Stufft
16944a6341 Work around a bug in PyPy's sysconfig module 2017-03-18 20:13:28 -04:00
Donald Stufft
0eae0299a1 Revert "Use the built in support for os.path.samefile"
This reverts commit 23b03de81a.
2017-03-18 15:35:15 -04:00
Donald Stufft
0992a81d3e Revert an erroneous syntax change 2017-03-18 15:23:49 -04:00