Your message dated Sun, 07 Mar 2021 18:21:21 +0000
with message-id <e1liy1p-0006ks...@fasolo.debian.org>
and subject line Bug#984492: fixed in python-w3lib 1.22.0-3
has caused the Debian Bug report #984492,
regarding autopkg test failures
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
984492: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=984492
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:python-w3lib
Version: 1.22.0-2
Severity: serious
Tags: sid bullseye

seen on all architectures, triggered by the python3-defaults upload.

https://ci.debian.net/data/autopkgtest/testing/amd64/p/python-w3lib/10824843/log.gz

=== python3.9 ===
============================= test session starts ==============================
platform linux -- Python 3.9.2, pytest-6.0.2, py-1.10.0, pluggy-0.13.0
rootdir: /tmp/autopkgtest-lxc.or2rkj_p/downtmp/autopkgtest_tmp
collected 146 items

tests/test_encoding.py ...................                               [ 13%]
tests/test_form.py ...                                                   [ 15%]
tests/test_html.py ..................................................... [ 51%]
                                                                         [ 51%]
tests/test_http.py .......                                               [ 56%]
tests/test_url.py F..................................................... [ 93%]
..........                                                               [100%]

=================================== FAILURES ===================================
____________________ UrlTests.test_add_or_replace_parameter ____________________

self = <tests.test_url.UrlTests testMethod=test_add_or_replace_parameter>

    def test_add_or_replace_parameter(self):
        url = 'http://domain/test'
        self.assertEqual(add_or_replace_parameter(url, 'arg', 'v'),
                         'http://domain/test?arg=v')
        url = 'http://domain/test?arg1=v1&arg2=v2&arg3=v3'
        self.assertEqual(add_or_replace_parameter(url, 'arg4', 'v4'),
                         'http://domain/test?arg1=v1&arg2=v2&arg3=v3&arg4=v4')
        self.assertEqual(add_or_replace_parameter(url, 'arg3', 'nv3'),
                         'http://domain/test?arg1=v1&arg2=v2&arg3=nv3')

        url = 'http://domain/test?arg1=v1;arg2=v2'
>       self.assertEqual(add_or_replace_parameter(url, 'arg1', 'v3'),
                         'http://domain/test?arg1=v3&arg2=v2')
E       AssertionError: 'http://domain/test?arg1=v3' !=
'http://domain/test?arg1=v3&arg2=v2'
E       - http://domain/test?arg1=v3
E       + http://domain/test?arg1=v3&arg2=v2
E       ?                           ++++++++

tests/test_url.py:303: AssertionError
=============================== warnings summary ===============================
tests/test_url.py::UrlTests::test_urljoin_rfc_deprecated
  /usr/lib/python3/dist-packages/w3lib/url.py:618: DeprecationWarning:
w3lib.url.urljoin_rfc is deprecated, use urlparse.urljoin instead
    warnings.warn("w3lib.url.urljoin_rfc is deprecated, use urlparse.urljoin
instead",

-- Docs: https://docs.pytest.org/en/stable/warnings.html
=========================== short test summary info ============================
FAILED tests/test_url.py::UrlTests::test_add_or_replace_parameter - Assertion...
=================== 1 failed, 145 passed, 1 warning in 0.61s ===================

--- End Message ---
--- Begin Message ---
Source: python-w3lib
Source-Version: 1.22.0-3
Done: Andrey Rahmatullin <w...@debian.org>

We believe that the bug you reported is fixed in the latest version of
python-w3lib, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 984...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andrey Rahmatullin <w...@debian.org> (supplier of updated python-w3lib package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 07 Mar 2021 22:51:14 +0500
Source: python-w3lib
Architecture: source
Version: 1.22.0-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Andrey Rahmatullin <w...@debian.org>
Closes: 984492
Changes:
 python-w3lib (1.22.0-3) unstable; urgency=medium
 .
   [ Ondřej Nový ]
   * d/control: Update Maintainer field with new Debian Python Team
     contact address.
   * d/control: Update Vcs-* fields with new Debian Python Team Salsa
     layout.
 .
   [ Andrey Rahmatullin ]
   * Remove the test for the semicolon separator handling, that fails with
     the recent Python security update (Closes: #984492).
Checksums-Sha1:
 c7223bfc5c24c28355c1d5cc70fc37063856fe0e 2170 python-w3lib_1.22.0-3.dsc
 931d052861fab18c212bbc3236a7bf47abd23470 4088 
python-w3lib_1.22.0-3.debian.tar.xz
 76113ac8e5c41e12a34caa8ab617bae7c719cf20 6478 
python-w3lib_1.22.0-3_amd64.buildinfo
Checksums-Sha256:
 6d6653398dbc2f26d71dd42974ffd69d9b2eaa37136afc4287f710c24c75daa9 2170 
python-w3lib_1.22.0-3.dsc
 6159814dd5248c35e9eacc373433d7127c59d9c43b102cc7f34ea9d7ed6c8d9c 4088 
python-w3lib_1.22.0-3.debian.tar.xz
 e78225312648274fc8872dd573112cfddf2e9a51fc0060e148c62a0f15c95854 6478 
python-w3lib_1.22.0-3_amd64.buildinfo
Files:
 60b3feb09562068e550785ed930b19a7 2170 python optional python-w3lib_1.22.0-3.dsc
 54e8138ea534a9818a48b8c8c2e0d311 4088 python optional 
python-w3lib_1.22.0-3.debian.tar.xz
 6ebf599b4cb11213a52c4fbeaffc93a9 6478 python optional 
python-w3lib_1.22.0-3_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEolIP6gqGcKZh3YxVM2L3AxpJkuEFAmBFFdcACgkQM2L3AxpJ
kuFbYQ/+Nwq4COw+ojZnDCb8HbhRmZLOTf6pjVBaT5Cd2PbT2I9CQpcIiIXDJV5e
PulVYWxI7Gy7DP0ZmMnoHTzf+2SgIWX/lt8APWXyhA+D0+lpDkD+1eIAKJrGz0IV
3DiVFLQeifg8FIyoGB8BiNiV0i27+bEshAuxG011xtURCSrIWIeMSip2XINblsjR
9bbTqMfA6WfOZBBIXQnaqDj+5rVPcrLRdBLIcGJwxZbEK3G9quhiD7xplTGilDSN
GLWltaF1oqsro+nbFy/ExpY9lGKeU40dyCfktaGWGOpxQcy0DmdJSr+h2ck4f24x
pXVvT2AClIU+2SyBa3CdnSkRj5EnYUopcptINBHcrY8Y/jQS97zbZfG9cdrE5B3+
cT712/nq8BqJ0FERjprOFOoJjY2p/+iqEDRRSqyanZg1PqGcC6ibp0/ZhX34/UAy
+WkDIyaA7MOGuXjcpZhCjZjLwZx6t2WR/HlK2bRgSXb2TymrazD+CACwmiOGz8Hj
NnnmMl6D/VXiT/+u5zNBTs9GABKF7+hPA1xiJ/v1lgaFdVjO0iP2B0G3OeG5GgHH
6NVpBZMOHaH4KiGKn2XxaBtyHMUvKvBwW+HCLWTzI9vaNQWl37mNe9ws61aYu0aX
Mtxp+3H0lABybgxVwCiXv5chqwKWHnYkv77Qvv/kv4puFvbMBac=
=HIHG
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to