Tsrc

Latest version: v3.0.1

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

Scan your dependencies

Page 7 of 8

0.3.0

* *Breaking change*: Add support for groups (30). Reported by arnaudgelas

0.2.4

tsrc push --assignee`: fix when there are more than 50 GitLab users (25). Reported by arnaudgelas

0.2.3

* Split user interface functionality into its own project: [python-cli-ui](https://github.com/TankerApp/python-cli-ui).

* Add `--quiet` and `--color` global options.

0.2.2

Bug fix release.

* `tsrc init`: Fix crash when a repository is empty (17). Reported by nicolasbrechet
* `tsrc push`: Fix rude message when credentials are missing (20). Reported by cgestes

0.2.1

Packaging fixes.

0.2.0

* Support for specifying custom branches in the manifest
* Support for specifying fixed refs (tags or hashes) in the manifest

New syntax is:

yaml
repos:
- src: foo
url: gitgitlab.com:proj/foo
branch: next

- src: bar
url: gitgitlab.com:proj/bar
branch: master
ref: v0.1


Note that `branch` is still required.

* You can now skip the `dest` part of the `copy` section if `src` and `dest` are
equal:

yaml
copy:
- src:foo

same thing as
copy:
- src: foo
dest: foo

Page 7 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.