Package: python-bugzilla / 3.2.0-2

Metadata

Package Version Patches format
python-bugzilla 3.2.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fixed issue in Bugzilla.fix_url.patch | (download)

bugzilla/base.py | 3 3 0 - 0 !
bugzilla/bug.py | 2 1 1 - 0 !
tests/test_api_misc.py | 1 1 0 - 0 !
3 files changed, 5 insertions( ), 1 deletion(-)

 fixed issue in `bugzilla.fix_url`

In a new patch version of Python 3.12 the behavior of
`urllib.parse.urlunparse` changed.

This change ensures that this method works correctly
with the old and new behavior of `urllib.parse.urlunparse`.