Transmission-rpc

Latest version: v7.0.3

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

Scan your dependencies

Page 1 of 8

7.0.3

:bug: Bug Fixes
- [`7726fd0`](https://github.com/trim21/transmission-rpc/commit/7726fd0fb24b7c9796e03cbb88f7be312adbea3c) - **client**: 'Invalid tracker list' error when passing `tracker_list` argument to method `Client.change_torrent` *(commit by trim21)*

7.0.2

:bug: Bug Fixes
- [`5943c34`](https://github.com/trim21/transmission-rpc/commit/5943c34feb44191bddb8331bad7c9d5b002b2f12) - **types**: `Torrent.labels` should be list of str *(PR #348 by jelly)*

7.0.1

This version doesn't change any code, only to trigger readthedocs to build latest docs.

7.0.0

if you didn't see any `DeprecationWarning` when you are using 6.0.0, it's safe to upgrade to this version.

BREAKING CHANGES:

some deprecated properties and methods are removed:
- `client.locate_torrent_data`, use `client.move_torrent_data(move=False)` instread.
- `torrent.seedRatioLimit`, use `.seed_ratio_limit` instead.
- `torrent.seedRatioLimited`, use `.seed_ratio_limited` instead.
- `torrent.files`, use `torrent.get_files()` instead.
- `torrent.date_active`, use `torrent.activity_date` instread.
- `torrent.date_added`, use `torrent.added_date` instread.
- `torrent.date_started`, use `torrent.start_date` instread.
- `torrent.date_done`, use `torrent.done_date` instread.

6.0.0

Breaking Changes:

1. remove `PRIORITY`, `RATIO_LIMIT` `RatioLimit` and `IdleLimit`, use enum `Priority`, `RatioLimitMode` and `IdleMode` instead.
2. `File.priority` are now enum `Priority` instead of string.
3. `Torrent.priority` are now enum `Priority` instead of string.
4. `Torrent.seed_idle_mode` are now enum `IdleMode` instead of string.
5. `Torrent.seed_ratio_mode` are now enum `RatioLimitMode` instead of string.

5.0.0

Breaking Changes
* drop python 37 by trim21 in https://github.com/trim21/transmission-rpc/pull/326

Page 1 of 8

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.