-
Notifications
You must be signed in to change notification settings - Fork 28
Comparing changes
Open a pull request
base repository: erikrose/peep
base: 2.5
head repository: erikrose/peep
compare: 3.0
- 10 commits
- 5 files changed
- 3 contributors
Commits on Jan 20, 2016
-
Pin the version of virtualenv used by tox on Travis
To fix the test failures due to backwards incompatible changes present in virtualenv 14.0.0 (due to the newer pip it bundles).
Ed Morley committedJan 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 0b1d2e9 - Browse repository at this point
Copy the full SHA 0b1d2e9View commit details -
Improve wrapping of tox.ini envlist
Ed Morley committedJan 20, 2016 Configuration menu - View commit details
-
Copy full SHA for fe3f359 - Browse repository at this point
Copy the full SHA fe3f359View commit details -
Remove deprecated pip --download-cache option from tox install_command
Since it's been removed from recent pip and causes a bunch of log spew.
Ed Morley committedJan 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 4c4033e - Browse repository at this point
Copy the full SHA 4c4033eView commit details -
Speed up the Travis run by caching the pip cache directory
The Travis run was timing out occasionally whilst downloading packages from PyPI. This enables Travis caching to hopefully avoid this (once we get at least one green job that saves the populated pip cache): https://docs.travis-ci.com/user/caching/#pip-cache
Ed Morley committedJan 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 99e998b - Browse repository at this point
Copy the full SHA 99e998bView commit details -
Drop support for Python 3.1/3.2
Since they are no longer maintained, and pip has also dropped support. People using them can continue using peep v2.5.0 instead.
Ed Morley committedJan 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 6d765cb - Browse repository at this point
Copy the full SHA 6d765cbView commit details -
Pip 8 has deprecated the `--allow-external`, `--allow-unverified` and `--allow-all-external` options, since they they now a no-op after changes to PyPI, even with older versions of pip: pypa/pip#3070 (comment) Removing handling for these in peep does not affect older versions of pip, but avoids an exception for each removed option with pip v8: TypeError: __init__() got an unexpected keyword argument 'allow_unverified' Fixes #112.
Ed Morley committedJan 20, 2016 Configuration menu - View commit details
-
Copy full SHA for fade4d6 - Browse repository at this point
Copy the full SHA fade4d6View commit details -
Ed Morley committed
Jan 20, 2016 Configuration menu - View commit details
-
Copy full SHA for 7108196 - Browse repository at this point
Copy the full SHA 7108196View commit details -
Merge pull request #113 from edmorley/support-pip-v8
Add support for pip 8.x
Configuration menu - View commit details
-
Copy full SHA for 2015608 - Browse repository at this point
Copy the full SHA 2015608View commit details
Commits on Jan 21, 2016
-
Configuration menu - View commit details
-
Copy full SHA for ca63b6b - Browse repository at this point
Copy the full SHA ca63b6bView commit details -
Add instructions on how to upgrade to pip 8.
(And refer to it in a standard way.)
Configuration menu - View commit details
-
Copy full SHA for 4097487 - Browse repository at this point
Copy the full SHA 4097487View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 2.5...3.0