Catkin-tools-fetch

Latest version: v0.3.5

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

Scan your dependencies

Page 2 of 3

0.2.1

- handle conflicting branches in the `package.xml` files.

0.2.0

Main changes
- `update` and `fetch` now run in parallel to speed up git cloning (arguments `-j` and `--num_threads` control number of threads spawned by the tool)
- new printing mechanism that supports colors and prints a status message to always see that the code is actually doing something (disabled by argument `--no_status`)

0.1.0

- fix a bug, where if the user specifies packages to be downloaded, their dependencies were never downloaded.
- allow cloning a specific branch specified in `<export>` tag in `package.xml`. See Readme for more info.

Example of using `branch` in `package.xml`:
xml
<?xml version="1.0"?>
<package>
...
<export>
<git_url target="depth_clustering" url="gitgithub.com:niosus/catkin_tools_fetch.git" branch="master" />
</export>
</package>

0.0.8

- new verbs `deps` and `dependencies`
- old verb `fetch` deprecated, but still works in this version
- new sub-verbs `fetch` and `update`
- `update` sub-verb to update all repositories to the latest version from git

0.0.7

- fix running with python 3

0.0.6

- If `package.xml` dependencies contain spaces, they will be stripped, but a warning will be shown to the user.

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.