deluge:master

Last commit made on 2022-07-10
Get this branch:
git clone -b master https://git.launchpad.net/deluge

Branch merges

Branch information

Name:
master
Repository:
lp:deluge

Recent commits

0b5f45b... by Calum Lind <email address hidden>

Merge branch 'release-2.1.1'

05e13a6... by Calum Lind <email address hidden>

Release 2.1.1

b64084d... by Calum Lind <email address hidden>

[Docs] Update changelog and install details

e120536... by Calum Lind <email address hidden>

Fix parsing magnet with tracker tiers

Magnets with trackers specified with tr.x param were not being unquoted
so unusable raw tracker string was being set.

Fixed by unquoting tracker and adding test

See-also: https://dev.deluge-torrent.org/ticket/2716

f52cf76... by Calum Lind <email address hidden>

Fix missing trackers adding magnets

The changes to remove deprecated lt methods didn't account for magnet
trackers so magnets are missing trackers when added.

Previously the addition of trackers was handled by libtorrent when a url
was passed in add_torrent_params. The url parameter is deprecated so
instead we need to add both the info_hash and trackers.

Trac: https://dev.deluge-torrent.org/ticket/3530

94d790c... by Calum Lind <email address hidden>

[CI] Bump ifaddr to 0.2.0

With release of ifaddr 0.2.0 no longer need to pin to github commit to
resolve Windows decoding issues.

f785061... by Calum Lind <email address hidden>

[CI] Fix failing Windows Python 3.10 tests

A recent dependency change caused the tests running on GitHub Actions
under Python 3.10.5 on Windows to fail when starting pytest run:

    ...
    INTERNALERROR> File "<frozen importlib._bootstrap>", line 123, in acquire
    INTERNALERROR> KeyError: xxxx

The cause seems to have been a newer version of chardet package released
recently.

* Fixed by pinning chardet to v4
* Also pin Windows version to 2019 to match packaging workflow

See-also: https://github.com/deluge-torrent/deluge/actions/runs/2578427588
Issue: https://github.com/chardet/chardet/issues/265

592b05c... by Calum Lind <email address hidden>

back to development

6c8f9ce... by Calum Lind <email address hidden>

Release 2.1.0

20efcfd... by Calum Lind <email address hidden>

Release 2.1.0