Update dependency transmission-rpc to v4 #120

Closed
Xefir wants to merge 1 commits from renovate/transmission-rpc-4.x into master
Owner

This PR contains the following updates:

Package Update Change
transmission-rpc major ==3.4.0 -> ==4.0.0

Release Notes

Trim21/transmission-rpc

v4.0.0

Compare Source

Features
  • add new function from_url to create client from url (#​204)
  • new method Client().get_recently_active_torrents() to get recently removed torrents (#​186)
  • support transmission 4.00 rpc version 17 (#​164)
  • torrent: add Torrent.trackers
Bug Fixes
  • upstream wrong group-get rpc response
  • group-set request payload
  • client: strip torrnet new location path
Code Refactoring
  • do not subclass from requests exception
  • rename Torrent.files to Torrent.get_files
  • stop using dataclasses
  • new Session and Torrent object (#​188)
  • add id to file object
  • add a rpc method enum (#​187)
  • remove pydantic
  • add rpc version warning to new method in rpc 17
  • remove unused methods and deprecated function (#​184)
  • drop py37 (#​183)

v3.4.1

Compare Source

Features
  • support transmission v4

Notes

transmission-rpc will warning about deprecated methods and they will be removed in v4


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 | `==3.4.0` -> `==4.0.0` | --- ### Release Notes <details> <summary>Trim21/transmission-rpc</summary> ### [`v4.0.0`](https://github.com/trim21/transmission-rpc/releases/tag/v4.0.0) [Compare Source](https://github.com/Trim21/transmission-rpc/compare/v3.4.1...v4.0.0) ##### Features - add new function `from_url` to create client from url ([#&#8203;204](https://github.com/Trim21/transmission-rpc/issues/204)) - new method `Client().get_recently_active_torrents()` to get recently removed torrents ([#&#8203;186](https://github.com/Trim21/transmission-rpc/issues/186)) - support transmission 4.00 rpc version 17 ([#&#8203;164](https://github.com/Trim21/transmission-rpc/issues/164)) - **torrent**: add `Torrent.trackers` ##### Bug Fixes - upstream wrong `group-get` rpc response - `group-set` request payload - **client**: strip torrnet new location path ##### Code Refactoring - do not subclass from requests exception - rename `Torrent.files` to `Torrent.get_files` - stop using dataclasses - new Session and Torrent object ([#&#8203;188](https://github.com/Trim21/transmission-rpc/issues/188)) - add `id` to file object - add a rpc method enum ([#&#8203;187](https://github.com/Trim21/transmission-rpc/issues/187)) - remove pydantic - add rpc version warning to new method in rpc 17 - remove unused methods and deprecated function ([#&#8203;184](https://github.com/Trim21/transmission-rpc/issues/184)) - drop py37 ([#&#8203;183](https://github.com/Trim21/transmission-rpc/issues/183)) ### [`v3.4.1`](https://github.com/trim21/transmission-rpc/releases/tag/v3.4.1) [Compare Source](https://github.com/Trim21/transmission-rpc/compare/v3.4.0...v3.4.1) ##### Features - support transmission v4 ### Notes transmission-rpc will warning about deprecated methods and they will be removed in v4 </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:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTIuMiIsInVwZGF0ZWRJblZlciI6IjM0LjE1Mi4yIn0=-->
Xefir added 1 commit 2023-02-24 00:22:29 +00:00
Update dependency transmission-rpc to v4
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
0946d8141d
Xefir closed this pull request 2023-02-24 23:31:24 +00:00
Xefir deleted branch renovate/transmission-rpc-4.x 2023-02-24 23:31:29 +00:00
Author
Owner

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 4.x releases. But if you manually upgrade to 4.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for *any* future 4.x releases. But if you manually upgrade to 4.x then Renovate will re-enable `minor` and `patch` updates automatically. If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
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#120
No description provided.