Your message dated Sun, 21 Jan 2024 20:38:05 +0000
with message-id <[email protected]>
and subject line Bug#1056508: fixed in python-tornado 6.4.0-1
has caused the Debian Bug report #1056508,
regarding python-tornado autopkg tests fail with Python 3.12
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 [email protected]
immediately.)
--
1056508: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1056508
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:python-tornado
Version: 6.3.2-1
Severity: important
Tags: sid trixie
User: [email protected]
Usertags: python3.12
python-tornado autopkg tests fail with Python 3.12:
complete test log at
https://autopkgtest.ubuntu.com/results/autopkgtest-noble/noble/amd64/p/python-tornado/20231118_185250_7d261@/log.gz
[...]
198s autopkgtest [18:52:21]: test python3: [-----------------------
199s === python3.12 ===
199s /usr/lib/python3/dist-packages/tornado/test/runtests.py:168:
SyntaxWarning: invalid escape sequence '\.'
199s message="ssl\.PROTOCOL_TLS is deprecated")
199s /usr/lib/python3/dist-packages/tornado/test/runtests.py:171:
SyntaxWarning: invalid escape sequence '\.'
199s message="ssl\.wrap_socket\(\) is deprecated, .*")
199s /usr/lib/python3/dist-packages/tornado/test/runtests.py:174:
SyntaxWarning: invalid escape sequence '\.'
199s message="ssl\.OP_NO_SSL\*/ssl\.OP_NO_TLS\* options are deprecated")
199s HTTPHeaders (tornado.httputil)
199s Doctest: tornado.httputil.HTTPHeaders ... ok
199s parse (tornado.httputil.HTTPHeaders)
199s Doctest: tornado.httputil.HTTPHeaders.parse ... ok
199s parse_line (tornado.httputil.HTTPHeaders)
199s Doctest: tornado.httputil.HTTPHeaders.parse_line ... ok
199s _encode_header (tornado.httputil)
199s Doctest: tornado.httputil._encode_header ... ok
199s _get_content_range (tornado.httputil)
199s Doctest: tornado.httputil._get_content_range ... ok
199s _normalize_header (tornado.httputil)
199s Doctest: tornado.httputil._normalize_header ... ok
199s _parse_header (tornado.httputil)
199s Doctest: tornado.httputil._parse_header ... ok
199s _parse_request_range (tornado.httputil)
199s Doctest: tornado.httputil._parse_request_range ... ok
199s format_timestamp (tornado.httputil)
199s Doctest: tornado.httputil.format_timestamp ... ok
199s parse_request_start_line (tornado.httputil)
199s Doctest: tornado.httputil.parse_request_start_line ... ok
199s parse_response_start_line (tornado.httputil)
199s Doctest: tornado.httputil.parse_response_start_line ... ok
199s url_concat (tornado.httputil)
199s Doctest: tornado.httputil.url_concat ... ok
199s import_object (tornado.util)
199s Doctest: tornado.util.import_object ... ok
199s test_asyncio_accessor
(tornado.test.asyncio_test.AnyThreadEventLoopPolicyTest.test_asyncio_accessor)
... ok
199s test_tornado_accessor
(tornado.test.asyncio_test.AnyThreadEventLoopPolicyTest.test_tornado_accessor)
... ok
199s test_asyncio_adapter
(tornado.test.asyncio_test.AsyncIOLoopTest.test_asyncio_adapter) ... ok
199s test_asyncio_callback
(tornado.test.asyncio_test.AsyncIOLoopTest.test_asyncio_callback) ... ok
199s test_asyncio_future
(tornado.test.asyncio_test.AsyncIOLoopTest.test_asyncio_future) ... ok
199s test_asyncio_yield_from
(tornado.test.asyncio_test.AsyncIOLoopTest.test_asyncio_yield_from) ... ok
199s test_asyncio_close_leak
(tornado.test.asyncio_test.LeakTest.test_asyncio_close_leak) ... ok
199s test_ioloop_close_leak
(tornado.test.asyncio_test.LeakTest.test_ioloop_close_leak) ... ok
199s test_facebook_login
(tornado.test.auth_test.AuthTest.test_facebook_login) ... ok
199s test_oauth10_get_user
(tornado.test.auth_test.AuthTest.test_oauth10_get_user) ... [E 231118
18:52:22 web:1871] Uncaught exception GET
/oauth10/client/login?oauth_token=zxcv (127.0.0.1)
199s HTTPServerRequest(protocol='http', host='127.0.0.1:35711',
method='GET', uri='/oauth10/client/login?oauth_token=zxcv',
version='HTTP/1.1', remote_ip='127.0.0.1')
199s Traceback (most recent call last):
199s File "/usr/lib/python3/dist-packages/tornado/web.py", line
1786, in _execute
199s result = await result
199s ^^^^^^^^^^^^
199s File "/usr/lib/python3/dist-packages/tornado/gen.py", line
780, in run
199s yielded = self.gen.throw(exc)
199s ^^^^^^^^^^^^^^^^^^^
199s File
"/usr/lib/python3/dist-packages/tornado/test/auth_test.py", line 68, in get
199s user = yield self.get_authenticated_user(
199s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
199s File "/usr/lib/python3/dist-packages/tornado/gen.py", line
767, in run
199s value = future.result()
199s ^^^^^^^^^^^^^^^
199s File "/usr/lib/python3/dist-packages/tornado/auth.py", line
363, in get_authenticated_user
199s handler.clear_cookie("_oauth_request_token")
199s File "/usr/lib/python3/dist-packages/tornado/web.py", line
701, in clear_cookie
199s expires = datetime.datetime.utcnow() -
datetime.timedelta(days=365)
199s ^^^^^^^^^^^^^^^^^^^^^^^^^^
199s DeprecationWarning: datetime.datetime.utcnow() is deprecated
and scheduled for removal in a future version. Use timezone-aware
objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
199s ERROR
199s test_oauth10_redirect
(tornado.test.auth_test.AuthTest.test_oauth10_redirect) ... ok
199s test_oauth10_request_parameters
(tornado.test.auth_test.AuthTest.test_oauth10_request_parameters) ... ok
199s test_oauth10a_get_user
(tornado.test.auth_test.AuthTest.test_oauth10a_get_user) ... [E 231118
18:52:22 web:1871] Uncaught exception GET
/oauth10a/client/login?oauth_token=zxcv (127.0.0.1)
199s HTTPServerRequest(protocol='http', host='127.0.0.1:33527',
method='GET', uri='/oauth10a/client/login?oauth_token=zxcv',
version='HTTP/1.1', remote_ip='127.0.0.1')
199s Traceback (most recent call last):
199s File "/usr/lib/python3/dist-packages/tornado/web.py", line
1786, in _execute
199s result = await result
199s ^^^^^^^^^^^^
199s File "/usr/lib/python3/dist-packages/tornado/gen.py", line
780, in run
199s yielded = self.gen.throw(exc)
199s ^^^^^^^^^^^^^^^^^^^
199s File
"/usr/lib/python3/dist-packages/tornado/test/auth_test.py", line 68, in get
199s user = yield self.get_authenticated_user(
199s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
199s File "/usr/lib/python3/dist-packages/tornado/gen.py", line
767, in run
199s value = future.result()
199s ^^^^^^^^^^^^^^^
199s File "/usr/lib/python3/dist-packages/tornado/auth.py", line
363, in get_authenticated_user
199s handler.clear_cookie("_oauth_request_token")
199s File "/usr/lib/python3/dist-packages/tornado/web.py", line
701, in clear_cookie
199s expires = datetime.datetime.utcnow() -
datetime.timedelta(days=365)
199s ^^^^^^^^^^^^^^^^^^^^^^^^^^
199s DeprecationWarning: datetime.datetime.utcnow() is deprecated
and scheduled for removal in a future version. Use timezone-aware
objects to represent datetimes in UTC: datetime.datetime.now(datetime.UTC).
199s ERROR
--- End Message ---
--- Begin Message ---
Source: python-tornado
Source-Version: 6.4.0-1
Done: Stefano Rivera <[email protected]>
We believe that the bug you reported is fixed in the latest version of
python-tornado, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Stefano Rivera <[email protected]> (supplier of updated python-tornado
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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 21 Jan 2024 16:06:11 -0400
Source: python-tornado
Architecture: source
Version: 6.4.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Stefano Rivera <[email protected]>
Closes: 1042594 1056508 1058128
Changes:
python-tornado (6.4.0-1) unstable; urgency=medium
.
* Team upload.
.
[ Alexandre Detiste ]
* New upstream version 6.4.0 (Closes: #1042594, #1056508, #1058128)
* remove old dependency on python3-mock, upstream uses unittest.mock
.
[ Stefano Rivera ]
* Patch: Handle PYTHONPATH in autoreload_test.
Checksums-Sha1:
7e3653c76b5e023af3b12215807fbf972a9a5ff2 1922 python-tornado_6.4.0-1.dsc
ee95560139af1bb8d0d49d4acf0518deb04877d2 531588
python-tornado_6.4.0.orig.tar.gz
406b16a98d68f1b1820b11281e6d8db7facf92e4 10040
python-tornado_6.4.0-1.debian.tar.xz
6860a07a7d6fea029d7b8fda55d13dff20b7e558 8546
python-tornado_6.4.0-1_source.buildinfo
Checksums-Sha256:
f9d4fa0041537d7600024e2051364e9e302a0608f264de36223d1dd675315f0e 1922
python-tornado_6.4.0-1.dsc
a01d87d875e6b348042b761ad469c4f821b6ee5988783040277b168192f3c859 531588
python-tornado_6.4.0.orig.tar.gz
5596ac28b58d73ac9d7ad5deef6c9f7e31cadd5bff5dd4e26ce0bb5261f15418 10040
python-tornado_6.4.0-1.debian.tar.xz
b5054c19fdc3462e3ce36d50e4b545c9667b374663c1ac2446304ab2afd6278d 8546
python-tornado_6.4.0-1_source.buildinfo
Files:
c0deb1e7df37cedc3bf2a58832416151 1922 web optional python-tornado_6.4.0-1.dsc
55eb5707d6083392b2442f81203de419 531588 web optional
python-tornado_6.4.0.orig.tar.gz
0e69caab6dd118aea773a6386549b876 10040 web optional
python-tornado_6.4.0-1.debian.tar.xz
db007f78082ee8d8c89c1fed2ae62689 8546 web optional
python-tornado_6.4.0-1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iIoEARYKADIWIQTumtb5BSD6EfafSCRHew2wJjpU2AUCZa15qBQcc3RlZmFub3JA
ZGViaWFuLm9yZwAKCRBHew2wJjpU2KqHAP9q8riU7Z+QSRakSEiNf0iTWjvai7fr
xJpOB5/iNc2ZbQEAzE9hudTeFbTr28/ZTML2zI6uSJnMCEgtlBEAHI7GGwY=
=QnzB
-----END PGP SIGNATURE-----
--- End Message ---