8000 Comparing 2.5...3.0 · erikrose/peep · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: erikrose/peep
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.5
Choose a base ref
...
head repository: erikrose/peep
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.0
Choose a head ref
  • 10 commits
  • 5 files changed
  • 3 contributors

Commits on Jan 20, 2016

  1. 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 committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    0b1d2e9 View commit details
    Browse the repository at this point in the history
  2. Improve wrapping of tox.ini envlist

    Ed Morley committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    fe3f359 View commit details
    Browse the repository at this point in the history
  3. 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 committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    4c4033e View commit details
    Browse the repository at this point in the history
  4. 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 committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    99e998b View commit details
    Browse the repository at this point in the history
  5. 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 committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    6d765cb View commit details
    Browse the repository at this point in the history
  6. Add support for pip 8.x

    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 committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    fade4d6 View commit details
    Browse the repository at this point in the history
  7. Bump version to 3.0.0

    Ed Morley committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    7108196 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #113 from edmorley/support-pip-v8

    Add support for pip 8.x
    edmorley committed Jan 20, 2016
    Configuration menu
    Copy the full SHA
    2015608 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2016

  1. Configuration menu
    Copy the full SHA
    ca63b6b View commit details
    Browse the repository at this point in the history
  2. Add instructions on how to upgrade to pip 8.

    (And refer to it in a standard way.)
    erikrose committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    4097487 View commit details
    Browse the repository at this point in the history
Loading
0