streamparse v3.15.1 Release Notes

Release Date: 2019-01-23 // over 5 years ago
  • ๐Ÿ›  Fixes

    • โšก๏ธ Make update_virtualenv create virtualenvs as sudo user, and not just when trying to delete them (0250cfa)
    • ๐Ÿ“œ Prevent pip 19.0 from being installed because it breaks --no-cache-dir installs (db26183)
    • ๐Ÿ“Œ Prevent virtualenv from downloading pip versions other than what we have pinned (0573bc8)
    • ๐Ÿ“œ Make redis examples work with sparse run again (b61c85d)
    • ๐Ÿ›  Fix issues where repr(Topology) was always None (fd5b4b6)

    Misc.

    • ๐Ÿ“œ Simplify Travis setup (#454)