Update dependency transmission-rpc to v7 #158

Merged
Xefir merged 1 commits from renovate/transmission-rpc-7.x into master 2023-09-14 07:33:19 +00:00
Owner

This PR contains the following updates:

Package Update Change
transmission-rpc major ==6.0.0 -> ==7.0.0

Release Notes

Trim21/transmission-rpc (transmission-rpc)

v7.0.0

Compare Source

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 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.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [transmission-rpc](https://github.com/Trim21/transmission-rpc) | major | `==6.0.0` -> `==7.0.0` | --- ### Release Notes <details> <summary>Trim21/transmission-rpc (transmission-rpc)</summary> ### [`v7.0.0`](https://github.com/trim21/transmission-rpc/releases/tag/v7.0.0) [Compare Source](https://github.com/Trim21/transmission-rpc/compare/v6.0.0...v7.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 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. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi45My4zIiwidXBkYXRlZEluVmVyIjoiMzYuOTMuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->
Xefir added 1 commit 2023-09-14 06:48:35 +00:00
books / flake8 (push) Successful in 38s Details
books / docker (push) Successful in 1m0s Details
books / pypi (push) Has been skipped Details
94d11b8aa5
Update dependency transmission-rpc to v7
Xefir merged commit 49fe6486b4 into master 2023-09-14 07:33:19 +00:00
Xefir deleted branch renovate/transmission-rpc-7.x 2023-09-14 07:33:24 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Xefir/PyNyaaTa#158
No description provided.