This repository has been archived by the owner on Mar 19, 2024. It is now read-only.
Releases: erikrose/peep
Releases · erikrose/peep
3.1.1
- The "peep had a problem" traceback is no longer output for several cases of pip installation errors that were not peep's fault: for instance, the specified package version or requirements file not existing.
peep port
now emits URLs for URL-based requirements, if you're using pip 6.1.0 or greater. (jotes)
Full changelog: 3.1...3.1.1
3.1
3.0
2.5.0
- Support pip 7.x, through the currently latest 7.1.2, working around its buggy line counting. (kouk)
- Add
peep port
command to facilitate the transition to pip 8's hashing. - Fix bug in which the right way to call
parse_requirements()
would not be autodetected.
Full changelog: 2.4.1...2.5
2.4.1
- Tolerate
pip.__version__
being missing, which can apparently happen in arcane situations during error handling, obscuring informative tracebacks. - Fix flake8 warnings again, and add flake8 to Travis runs.
Full changelog: 2.4...2.4.1