Your message dated Mon, 23 Mar 2020 20:57:36 +0000
with message-id <e1jgu8e-000h1p...@fasolo.debian.org>
and subject line Bug#948560: fixed in twisted 18.9.0-8
has caused the Debian Bug report #948560,
regarding python3-twisted: conch/client/knownhosts.py:492: SyntaxWarning: "is" 
with a literal. Did you mean "=="?
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.)


-- 
948560: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=948560
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python3-twisted
Version: 18.9.0-6
Severity: normal
File: /usr/lib/python3/dist-packages/twisted/conch/client/knownhosts.py
Usertag: warnings

I got a warning from Python when upgrading python3-twisted recently:

Setting up python3-twisted (18.9.0-6) ...
/usr/lib/python3/dist-packages/twisted/conch/client/knownhosts.py:492: 
SyntaxWarning: "is" with a literal. Did you mean "=="?
  if keytype is "EC":

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing-debug
  APT policy: (900, 'testing-debug'), (900, 'testing'), (800, 
'unstable-debug'), (800, 'unstable'), (790, 'buildd-unstable'), (700, 
'experimental-debug'), (700, 'experimental'), (690, 'buildd-experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.4.0-4-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_FIRMWARE_WORKAROUND, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (charmap=UTF-8), LANGUAGE=en_AU:en 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages python3-twisted depends on:
ii  python3                   3.7.5-3
ii  python3-attr              19.3.0-1
ii  python3-automat           0.6.0-1
ii  python3-constantly        15.1.0-1
ii  python3-hamcrest          1.9.0-2
ii  python3-hyperlink         19.0.0-1
ii  python3-idna              2.6-2
ii  python3-incremental       16.10.1-3.1
ii  python3-openssl           19.0.0-1
ii  python3-service-identity  18.1.0-5
ii  python3-twisted-bin       18.9.0-6
ii  python3-zope.interface    4.7.1-1

python3-twisted recommends no packages.

Versions of packages python3-twisted suggests:
pn  python3-glade2    <none>
pn  python3-gtk2      <none>
pn  python3-pampy     <none>
pn  python3-qt4       <none>
pn  python3-serial    <none>
ii  python3-tk        3.8.0-1
pn  python3-wxgtk2.8  <none>

-- no debconf information

-- 
bye,
pabs

https://wiki.debian.org/PaulWise

Attachment: signature.asc
Description: This is a digitally signed message part


--- End Message ---
--- Begin Message ---
Source: twisted
Source-Version: 18.9.0-8
Done: Andrej Shadura <andre...@debian.org>

We believe that the bug you reported is fixed in the latest version of
twisted, 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 948...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andrej Shadura <andre...@debian.org> (supplier of updated twisted 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: SHA256

Format: 1.8
Date: Mon, 23 Mar 2020 21:14:09 +0100
Source: twisted
Architecture: source
Version: 18.9.0-8
Distribution: unstable
Urgency: high
Maintainer: Debian Python Modules Team 
<python-modules-t...@lists.alioth.debian.org>
Changed-By: Andrej Shadura <andre...@debian.org>
Closes: 930389 930626 948560 953950
Changes:
 twisted (18.9.0-8) unstable; urgency=high
 .
   * A no-change upload to set urgency to high since the upload
     fixes security issues.
 .
 twisted (18.9.0-7) unstable; urgency=medium
 .
   [ Marc Deslauriers ]
   * SECURITY UPDATE: incorrect URI and HTTP method validation
     - debian/patches/CVE-2019-12387.patch: prevent CRLF injections in
       src/twisted/web/_newclient.py, src/twisted/web/client.py,
       src/twisted/web/test/injectionhelpers.py,
       src/twisted/web/test/test_agent.py,
       src/twisted/web/test/test_webclient.py.
     - CVE-2019-12387
     - Closes: #930389
   * SECURITY UPDATE: incorrect cert validation in XMPP support
     - debian/patches/CVE-2019-12855-*.patch: upstream patches to implement
       certificate checking.
     - CVE-2019-12855
     - Closes: #930626
   * SECURITY UPDATE: HTTP/2 denial of service issues
     - debian/patches/CVE-2019-951x.patch: buffer outbound control frames
       and timeout invalid clients in src/twisted/web/_http2.py,
       src/twisted/web/error.py, src/twisted/web/http.py,
       src/twisted/web/test/test_http.py,
       src/twisted/web/test/test_http2.py.
     - CVE-2019-9511
     - CVE-2019-9514
     - CVE-2019-9515
   * SECURITY UPDATE: request smuggling attacks
     - debian/patches/CVE-2020-1010x-pre1.patch: refactor to reduce
       duplication in src/twisted/web/test/test_http.py.
     - debian/patches/CVE-2020-1010x.patch: fix several request smuggling
       attacks in src/twisted/web/http.py,
       src/twisted/web/test/test_http.py.
     - CVE-2020-10108
     - CVE-2020-10109
     - Closes: #953950
 .
   [ Emmanuel Arias ]
   * Add patch to fix SyntaxWarning (Closes: #948560).
 .
   [ Moritz Muehlenhoff  ]
   * Remove Suggests on python-gtk2/python-glade2, which is being removed.
Checksums-Sha1:
 240d4f043a58ca6a557561a43364f61ff57324cd 3363 twisted_18.9.0-8.dsc
 1919f66c3d525e6b0e94b07bf8a419c208d5270c 41776 twisted_18.9.0-8.debian.tar.xz
Checksums-Sha256:
 53083bd6a882bc1dc919b9fed4647c4d9d9356aea18cbdc5ec0de280dea09d3d 3363 
twisted_18.9.0-8.dsc
 820329295f00727ed2aed992adc841c13adf8d54425bfbb04a37941d344fc9ba 41776 
twisted_18.9.0-8.debian.tar.xz
Files:
 03a3587d903c592ad422874ee88eb66d 3363 python optional twisted_18.9.0-8.dsc
 1ada38febf5d794ac88ab24972d0fbf8 41776 python optional 
twisted_18.9.0-8.debian.tar.xz

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

iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAl55GOcACgkQXkCM2RzY
OdJcsQgAnxXh5rKU5z3CxC53cyEjWU13GejHoBpF2lod2N3e5TSC1mj1nSWkwNfU
xx2ETlI2NJe6rhb7vc9AyiXSLsx/02WgIwECrD5YTGfSaYppC3KcbhZJt//OpZw0
dEsKraD3IP9hNhVCLVq8pgfkp4jXJvMqZscg+lh5ssEQFqx6ldRJ1/JLXcPa8m04
KI0pPmMbCtLwZeBDz7a7LNIeAYoLuQAKWXenDjOj8UXWcOadyV380FD3WvAZj2fo
Pq9sreyNG9nwkniSEC7mDSYcUBYT60r3wH1A8Fcc+wYDsaoiLnW8ZetsBUemAtYw
2FoceS15SAQs6u78kflJ3AYzXt8MPw==
=1zEz
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to