Your message dated Wed, 14 Feb 2024 09:34:18 +0000
with message-id <[email protected]>
and subject line Bug#1061802: fixed in hatop 0.8.2-2
has caused the Debian Bug report #1061802,
regarding hatop fails its autopkg tests 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.)
--
1061802: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061802
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:hatop
Version: 0.8.2-1
Severity: important
Tags: sid trixie ftbfs
User: [email protected]
Usertags: python3.12
With python3-defaults from experimental, the package fails its autopkg
tests:
[...]
573s /tmp/autopkgtest.G4v4eK/autopkgtest_tmp/hatop.py:197:
SyntaxWarning: invalid escape sequence '\.'
573s CLI_INPUT_RE = re.compile('[a-zA-Z0-9_:\.\-\+; /#%]')
573s /tmp/autopkgtest.G4v4eK/autopkgtest_tmp/hatop.py:215:
SyntaxWarning: invalid escape sequence '\s'
573s 'software_name': re.compile('^Name:\s*(?P<value>\S+)'),
573s /tmp/autopkgtest.G4v4eK/autopkgtest_tmp/hatop.py:216:
SyntaxWarning: invalid escape sequence '\s'
573s 'software_version': re.compile('^Version:\s*(?P<value>\S+)'),
573s /tmp/autopkgtest.G4v4eK/autopkgtest_tmp/hatop.py:217:
SyntaxWarning: invalid escape sequence '\s'
573s 'software_release': re.compile('^Release_date:\s*(?P<value>\S+)'),
573s /tmp/autopkgtest.G4v4eK/autopkgtest_tmp/hatop.py:218:
SyntaxWarning: invalid escape sequence '\s'
573s 'nproc': re.compile('^Nbproc:\s*(?P<value>\d+)'),
573s /tmp/autopkgtest.G4v4eK/autopkgtest_tmp/hatop.py:219:
SyntaxWarning: invalid escape sequence '\s'
573s 'procn': re.compile('^Process_num:\s*(?P<value>\d+)'),
573s /tmp/autopkgtest.G4v4eK/autopkgtest_tmp/hatop.py:220:
SyntaxWarning: invalid escape sequence '\s'
573s 'pid': re.compile('^Pid:\s*(?P<value>\d+)'),
573s /tmp/autopkgtest.G4v4eK/autopkgtest_tmp/hatop.py:221:
SyntaxWarning: invalid escape sequence '\s'
573s 'uptime': re.compile('^Uptime:\s*(?P<value>[\S ]+)$'),
573s /tmp/autopkgtest.G4v4eK/autopkgtest_tmp/hatop.py:222:
SyntaxWarning: invalid escape sequence '\s'
573s 'maxconn': re.compile('^Maxconn:\s*(?P<value>\d+)'),
573s /tmp/autopkgtest.G4v4eK/autopkgtest_tmp/hatop.py:223:
SyntaxWarning: invalid escape sequence '\s'
573s 'curconn': re.compile('^CurrConns:\s*(?P<value>\d+)'),
573s /tmp/autopkgtest.G4v4eK/autopkgtest_tmp/hatop.py:224:
SyntaxWarning: invalid escape sequence '\s'
573s 'maxpipes': re.compile('^Maxpipes:\s*(?P<value>\d+)'),
573s /tmp/autopkgtest.G4v4eK/autopkgtest_tmp/hatop.py:225:
SyntaxWarning: invalid escape sequence '\s'
573s 'curpipes': re.compile('^PipesUsed:\s*(?P<value>\d+)'),
573s /tmp/autopkgtest.G4v4eK/autopkgtest_tmp/hatop.py:226:
SyntaxWarning: invalid escape sequence '\s'
573s 'tasks': re.compile('^Tasks:\s*(?P<value>\d+)'),
573s /tmp/autopkgtest.G4v4eK/autopkgtest_tmp/hatop.py:227:
SyntaxWarning: invalid escape sequence '\s'
573s 'runqueue': re.compile('^Run_queue:\s*(?P<value>\d+)'),
573s /tmp/autopkgtest.G4v4eK/autopkgtest_tmp/hatop.py:228:
SyntaxWarning: invalid escape sequence '\s'
573s 'node': re.compile('^node:\s*(?P<value>\S+)'),
573s /tmp/autopkgtest.G4v4eK/autopkgtest_tmp/hatop.py:237:
SyntaxWarning: invalid escape sequence '\d'
573s '^(?P<iid>-?\d+)\s+(?P<type>-?\d+)\s+(?P<sid>-?\d+)$')
573s /tmp/autopkgtest.G4v4eK/autopkgtest_tmp/hatop.py:239:
SyntaxWarning: invalid escape sequence '\.'
573s '^(?P<pxname>[a-zA-Z0-9_:\.\-]+)$')
573s autopkgtest [13:39:59]: @@@@@@@@@@@@@@@@@@@@ summary
573s run-hatop FAIL stderr: /usr/bin/hatop:197:
SyntaxWarning: invalid escape sequence '\.'
--- End Message ---
--- Begin Message ---
Source: hatop
Source-Version: 0.8.2-2
Done: Andreas Tille <[email protected]>
We believe that the bug you reported is fixed in the latest version of
hatop, 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.
Andreas Tille <[email protected]> (supplier of updated hatop 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: Wed, 14 Feb 2024 10:19:03 +0100
Source: hatop
Architecture: source
Version: 0.8.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <[email protected]>
Changed-By: Andreas Tille <[email protected]>
Closes: 1061802
Changes:
hatop (0.8.2-2) unstable; urgency=medium
.
* Team upload.
* Fix watch file
* Standards-Version: 4.6.2 (routine-update)
* Reorder sequence of d/control fields by cme (routine-update)
* Rules-Requires-Root: no (routine-update)
* Trim trailing whitespace.
* watch file standard 4 (routine-update)
* Upstream metadata
* Run autopkgtest for all supported Python3 versions
* Mark regexps as raw string to work with Python3.12
Closes: #1061802
Checksums-Sha1:
779489e566ff73c88cf10c7b667f2a43e91b22ca 1982 hatop_0.8.2-2.dsc
ad9d426118c19721767e0e75e615ef8985eb7605 3576 hatop_0.8.2-2.debian.tar.xz
73ac5fa89a10089a952e35b7f2edd91549dff7df 6380 hatop_0.8.2-2_amd64.buildinfo
Checksums-Sha256:
b174a674fe65fdf4c61ef06124f2a4cecf2afe1f7adca91475cfaac4ae802e85 1982
hatop_0.8.2-2.dsc
67ccde39c5ae73d8b7649e0528de62beb2c5c15b2070eed8e475a062e74104e5 3576
hatop_0.8.2-2.debian.tar.xz
c06bcc37297327f3b56142c9bd70dbe0f8a08c10c38526a37936a8de90ab130c 6380
hatop_0.8.2-2_amd64.buildinfo
Files:
d1160a026fde6f31733a34f9fb4e8132 1982 admin optional hatop_0.8.2-2.dsc
c24fb9e00513ab6ba9b9588e6fdcee55 3576 admin optional
hatop_0.8.2-2.debian.tar.xz
568b29d4134cb939a892cd10e55cc67d 6380 admin optional
hatop_0.8.2-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE8fAHMgoDVUHwpmPKV4oElNHGRtEFAmXMhrsRHHRpbGxlQGRl
Ymlhbi5vcmcACgkQV4oElNHGRtHOBQ//Tt8KegoAZ7A2yPhvkPclA66akFpNPRS8
HgMD1rlZ16qQnKSe/5xwaF1i6EMD7LBD9xH873NUSxt0vrBrlRvhCDYXuC0356om
J8UV3vl/ZFgephQRSIz9o6ldvlAdQOy3wjOOJB8TRAAcI6ehqg+/ujmpmZCUK8fw
0v9Yi7CeWckEPSZ/9Shn/iYJRAEOL2Ntbcct86FgSvxGfT4JlYhD07NXXMLUymzt
NNRx5RxuE0r6eL4U5T72Alqx3mVpMbL6EgXrTikS0P6E1oEIcVCWXThbdWHmQP0e
G9Wh6q1JiMNcqOqYn5Vglm4XCgSOx8wkx6khwA+Ms+5oJnaXESL5Xk/pT714yNZQ
x3sq+GQnuYPMnIJjq5MKi1FzCRbtqr0hnCqtuxJVHW5lBBwFNKOI1Aw8FYmstbdd
WFguv3e8THezuIerAy5YZsQ+sEawcJEDH3f/C9FEEU9yOfbf4h1n/ATgRk6CNfEK
qfKTj3wYtTORf6wKLv4c2dNP4X87X1LQxF7J1n1YF1+LhsSiY0CefXjUrAj9AXlr
dLYXi4pRiWeNhuH9RZmo1XWJDjwrJ0117N6ZNIdRHzpGGH7elg8FSaXG7ToJ/3v+
z4K0r+cw+uLFmuClv//v0UfGVFVPTz2Z6QusrKB7Kb4//N6bR7B4oTByB/Jwsxea
wcjhHqgt688=
=5L9l
-----END PGP SIGNATURE-----
pgpVmpt1bpT95.pgp
Description: PGP signature
--- End Message ---