Streamparse

Latest version: v5.0.1

Safety actively analyzes 688554 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 8

3.15.1

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)

3.15.0

Features
- Allow submitting topologies as inactive/deactivated (PR 448)
- Stop pinning pip to 9.x when running `update_virtualenv` (PR 444)

Fixes
- Added missing `options` argument to bootstrap project (PR 436)
- Import fixes in redis example (PR 451)
- Fix issues with virtualenv-related option resolution, which made options only in `config.json` not get used. (PR 453)

Misc.
- Reformatted code with [black](https://black.readthedocs.io/en/stable/)

3.14.0

Features
- Allow `install_venv` and `use_venv` options to be overridden via CLI, topology config, etc. (PR 421)
- Stop pinning pip to 9.x when running `update_virtualenv` (PR 444)

Fixes
- Pass `config_file` to `get_config` in `submit.py` (PR 419)

3.13.1

This fixes an issue with the `--overwrite_virtualenv` option introduced in 3.13.0 when some of the files in the virtualenv are not removable due to insufficient permissions. You can now specify the user to user for removing them with `--user`. We also delete using `sudo` by default now. (PR 417)

3.13.0

This tiny release just adds the `--overwrite_virtualenv` flag to `sparse submit` and `sparse update_virtualenv` for the cases where you want to recreate a virtualenv without having to manually delete it from all the worker nodes. (PR 416)

3.12.0

This release mostly improves and fixes some CLI option handling.

Features
- Added `--config` option to all commands to pass custom `config.json` path. (PR 409, Issue 343)
- Added `--options` option to `sparse update_virtualenv`, so it can properly handle customized worker lists. (PR 409)
- Switched from using `prettytable` to `texttable`, which has better line wrapping support for wide tables. (PR 413)
- Updated version of `storm.thrift` used internally to the one from Storm 1.1.1, which made the `sparse list` tables more informative. We also now verify that Storm believe the topology name you are submitting is a valid name. (PR 414)

Fixes
- Added proper option resolution for `sparse update_virtualenv` (PR 409)
- Fixed a couple typos in our handling of using custom Java objects for groupings. (PR 405)

Page 2 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.