This bug was fixed in the package apport-symptoms - 0.25

---------------
apport-symptoms (0.25) noble; urgency=medium

  * d/control: Fix Vcs field from bzr to git
  * Fix a flood of warnings when on Python 3.12 (LP: #2060962)

 -- Simon Chopin <scho...@ubuntu.com>  Fri, 12 Apr 2024 11:54:26 +0200

** Changed in: apport-symptoms (Ubuntu)
       Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/2060962

Title:
  apport-bug: cli reports syntax warnings to user

Status in apport package in Ubuntu:
  Invalid
Status in apport-symptoms package in Ubuntu:
  Fix Released

Bug description:
  Apport version: 2.28.0-0ubuntu1
  Ubuntu-Server 24.04 Beta amd64 (20240410.1)

  /usr/share/apport/symptoms/_audio_data.py:123: SyntaxWarning: invalid escape 
sequence '\['
    m = re.search('Pin Default 0x(.*?): \[(.*?)\] (.*?) at (.*?) (.*)', line)
  /usr/share/apport/symptoms/_audio_data.py:148: SyntaxWarning: invalid escape 
sequence '\d'
    m = re.search(' (\d+) \[(\w+)\s*\]: (.+)', card)
  /usr/share/apport/symptoms/_audio_data.py:162: SyntaxWarning: invalid escape 
sequence '\w'
    m = re.match('^(\w+) #(\d+)', line)
  /usr/share/apport/symptoms/_audio_data.py:171: SyntaxWarning: invalid escape 
sequence '\w'
    m = re.match('^\t(\w+.*?): (.*)', line)
  /usr/share/apport/symptoms/_audio_data.py:177: SyntaxWarning: invalid escape 
sequence '\w'
    m = re.match('^\t(\w+.*?):', line)
  /usr/share/apport/symptoms/_audio_data.py:182: SyntaxWarning: invalid escape 
sequence '\w'
    m = re.match('^\t\t(\w+.*?) = "(.*)"', line)
  /usr/share/apport/symptoms/_audio_mixercontrol.py:29: SyntaxWarning: invalid 
escape sequence '\['
    m = re.search("\[([\-0-9.]+)dB\]", s)
  /usr/share/apport/symptoms/_audio_mixercontrol.py:34: SyntaxWarning: invalid 
escape sequence '\['
    if re.search("\[on\]", s):
  /usr/share/apport/symptoms/_audio_mixercontrol.py:36: SyntaxWarning: invalid 
escape sequence '\['
    if re.search("\[off\]", s):
  /usr/share/apport/symptoms/_audio_mixercontrol.py:38: SyntaxWarning: invalid 
escape sequence '\d'
    m = re.search(" ?(\d+) ", s)
  /usr/share/apport/symptoms/_audio_mixercontrol.py:41: SyntaxWarning: invalid 
escape sequence '\['
    m = re.search("\[([\-0-9.]+)%\]", s)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/2060962/+subscriptions


-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to