Package: python3-wxgtk4.0
Version: 4.2.0+dfsg-3
Severity: minor

While updating:

Setting up python3-wxgtk4.0 (4.2.1+dfsg-2) ...
/usr/lib/python3/dist-packages/wx/lib/docview.py:1026: SyntaxWarning: invalid 
escape sequence '\*'
  """
/usr/lib/python3/dist-packages/wx/lib/layoutf.py:135: SyntaxWarning: invalid 
escape sequence '\s'
  rexp1 = re.compile('^\s*([tlrbhwxy])\s*([!\?\*])\s*(\d*)\s*$')
/usr/lib/python3/dist-packages/wx/lib/layoutf.py:136: SyntaxWarning: invalid 
escape sequence '\s'
  rexp2 = 
re.compile('^\s*([tlrbhwxy])\s*([=%<>^_])\s*([tlrbhwxy]?)\s*(\d*)\s*#(\d+)\s*$')
/usr/lib/python3/dist-packages/wx/lib/wxpTag.py:17: SyntaxWarning: invalid 
escape sequence '\*'
  '''
/usr/lib/python3/dist-packages/wx/tools/pywxrc.py:524: SyntaxWarning: invalid 
escape sequence '\S'
  subclass = re.sub("^\S+\.", "", subclass)
/usr/lib/python3/dist-packages/wx/tools/pywxrc.py:763: SyntaxWarning: invalid 
escape sequence '\ '
  """

Note that Puthon 3.12 changelog reports:

A backslash-character pair that is not a valid escape sequence now generates a
SyntaxWarning, instead of DeprecationWarning. For example,
re.compile("\d+\.\d+") now emits a SyntaxWarning ("\d" is an invalid escape
sequence, use raw strings for regular expression: re.compile(r"\d+\.\d+")). In a
future Python version, SyntaxError will eventually be raised, instead of
SyntaxWarning. (Contributed by Victor Stinner in gh-98401.)

So, this is something which can be easily fixed and reported upstream, just in
case.

-cheers


-- System Information:
Debian Release: 12.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.1.0-13-amd64 (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages python3-wxgtk4.0 depends on:
ii  libc6             2.36-9+deb12u3
ii  libgcc-s1         12.2.0-14
ii  libstdc++6        12.2.0-14
ii  libwxbase3.2-1    3.2.2+dfsg-2
ii  libwxgtk-gl3.2-1  3.2.2+dfsg-2
ii  libwxgtk3.2-1     3.2.2+dfsg-2
ii  python3           3.11.2-1+b1
ii  python3-numpy     1:1.24.2-1
ii  python3-pil       9.4.0-1.1+b1
ii  python3-six       1.16.0-4

python3-wxgtk4.0 recommends no packages.

Versions of packages python3-wxgtk4.0 suggests:
pn  wx3.2-doc  <none>

-- no debconf information

Reply via email to