Package: yarl / 1.6.3-2

Metadata

Package Version Patches format
yarl 1.6.3-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 do not add changelog to long description.patch | (download)

setup.py | 4 2 2 - 0 !
1 file changed, 2 insertions( ), 2 deletions(-)

 do not add changelog to long description

it contains non-ascii characters (and thus FTBFS) and we install it via
separate file anyway

0002 docs disable intersphinx.patch | (download)

docs/conf.py | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 docs: disable intersphinx


0003 docs disable sidebar_collapse option.patch | (download)

docs/conf.py | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 docs: disable sidebar_collapse option

theme packaged in Debian doesn't have this option

0004 disable privacy breach links in documentation.patch | (download)

docs/_templates/about.html | 3 1 2 - 0 !
docs/conf.py | 12 6 6 - 0 !
2 files changed, 7 insertions( ), 8 deletions(-)

 disable privacy breach links in documentation


fix 986525 | (download)

tests/test_url_query.py | 2 1 1 - 0 !
yarl/_url.py | 21 18 3 - 0 !
2 files changed, 19 insertions( ), 4 deletions(-)

 fix test with python 3.9.2
 This patch fixes a test that fails with Python 3.9.2.