Your message dated Thu, 05 Dec 2024 14:49:59 +0000
with message-id <[email protected]>
and subject line Bug#1086958: fixed in python-ruffus 2.8.4-6
has caused the Debian Bug report #1086958,
regarding python-ruffus: Python SyntaxWarning
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.)


-- 
1086958: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1086958
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: python-ruffus
Version: 2.8.4-5
User: [email protected]
Usertags: syntaxwarning

Hi Maintainer

The SyntaxWarning below were emitted when this package was tested with
pipuarts[1].

Regards
Graham


[1] https://piuparts.debian.org/sid/source/p/python-ruffus.html


  Setting up python3-ruffus (2.8.4-5) ...
  /usr/lib/python3/dist-packages/ruffus/cmdline.py:668: SyntaxWarning:
invalid escape sequence '\d'
    """
  /usr/lib/python3/dist-packages/ruffus/combinatorics.py:26:
SyntaxWarning: invalid escape sequence '\.'
    """
  /usr/lib/python3/dist-packages/ruffus/parse_old_style_ruffus.py:178:
SyntaxWarning: invalid escape sequence '\s'
    func_re = re.compile("^\s*def.*\(")
  /usr/lib/python3/dist-packages/ruffus/parse_old_style_ruffus.py:195:
SyntaxWarning: invalid escape sequence '\s'
    decorator_re = re.compile("^\s*@")
  /usr/lib/python3/dist-packages/ruffus/parse_old_style_ruffus.py:196:
SyntaxWarning: invalid escape sequence '\s'
    no_white_space_re = re.compile("^[^#\s]")
  /usr/lib/python3/dist-packages/ruffus/proxy_logger.py:26:
SyntaxWarning: invalid escape sequence '\ '
    """
  /usr/lib/python3/dist-packages/ruffus/proxy_logger.py:323:
SyntaxWarning: invalid escape sequence '\ '
    """
  /usr/lib/python3/dist-packages/ruffus/ruffus_utility.py:502:
SyntaxWarning: invalid escape sequence '\d'
    """
  
/usr/lib/python3/dist-packages/ruffus/test/draw_specified_dependency_tree.py:112:
SyntaxWarning: invalid escape sequence '\['
    attributes = re.compile("\[.+\]")
  /usr/lib/python3/dist-packages/ruffus/test/test_combinatorics.py:388:
SyntaxWarning: invalid escape sequence '\['
    '\[.*{tempdir}/a_name.tmp1, '
  /usr/lib/python3/dist-packages/ruffus/test/test_combinatorics.py:391:
SyntaxWarning: invalid escape sequence '\]'
    '.*{tempdir}/a_name.e_name.h_name.tmp2\]'.format(tempdir=tempdir),
s.getvalue(), re.DOTALL))
  /usr/lib/python3/dist-packages/ruffus/test/test_combinatorics.py:463:
SyntaxWarning: invalid escape sequence '\['
    '\[.*{tempdir}/a_name.tmp1, '
  /usr/lib/python3/dist-packages/ruffus/test/test_combinatorics.py:465:
SyntaxWarning: invalid escape sequence '\]'
    '.*{tempdir}/a_name.b_name.tmp2\]'.format(tempdir=tempdir),
s.getvalue(), re.DOTALL))
  /usr/lib/python3/dist-packages/ruffus/test/test_combinatorics.py:489:
SyntaxWarning: invalid escape sequence '\['
    '\[.*{tempdir}/a_name.tmp1, '
  /usr/lib/python3/dist-packages/ruffus/test/test_combinatorics.py:492:
SyntaxWarning: invalid escape sequence '\]'
    '.*{tempdir}/a_name.b_name.c_name.tmp2\]'.format(tempdir=tempdir),
s.getvalue()))
  /usr/lib/python3/dist-packages/ruffus/test/test_combinatorics.py:516:
SyntaxWarning: invalid escape sequence '\['
    self.assertTrue(re.search('\[.*{tempdir}/a_name.tmp1, '
  /usr/lib/python3/dist-packages/ruffus/test/test_combinatorics.py:518:
SyntaxWarning: invalid escape sequence '\]'
    '.*{tempdir}/a_name.b_name.tmp2\]'.format(tempdir=tempdir), s.getvalue()))
  /usr/lib/python3/dist-packages/ruffus/test/test_combinatorics.py:541:
SyntaxWarning: invalid escape sequence '\['
    self.assertTrue(re.search('\[.*{tempdir}/a_name.tmp1, '
  /usr/lib/python3/dist-packages/ruffus/test/test_combinatorics.py:544:
SyntaxWarning: invalid escape sequence '\]'
    '.*{tempdir}/a_name.b_name.c_name.tmp2\]'.format(tempdir=tempdir),
s.getvalue()))
  /usr/lib/python3/dist-packages/ruffus/test/test_combinatorics.py:568:
SyntaxWarning: invalid escape sequence '\['
    self.assertTrue(re.search('\[.*{tempdir}/a_name.tmp1, '
  /usr/lib/python3/dist-packages/ruffus/test/test_combinatorics.py:570:
SyntaxWarning: invalid escape sequence '\]'
    '.*{tempdir}/a_name.b_name.tmp2\]'.format(tempdir=tempdir), s.getvalue()))
  /usr/lib/python3/dist-packages/ruffus/test/test_combinatorics.py:593:
SyntaxWarning: invalid escape sequence '\['
    self.assertTrue(re.search('\[.*{tempdir}/a_name.tmp1, '
  /usr/lib/python3/dist-packages/ruffus/test/test_combinatorics.py:596:
SyntaxWarning: invalid escape sequence '\]'
    '.*{tempdir}/a_name.b_name.c_name.tmp2\]'.format(tempdir=tempdir),
s.getvalue()))
  /usr/lib/python3/dist-packages/ruffus/test/test_file_name_parameters.py:800:
SyntaxWarning: invalid escape sequence '\w'
    task.formatter("/(?P<name>\w+).test$"),
  /usr/lib/python3/dist-packages/ruffus/test/test_file_name_parameters.py:1592:
SyntaxWarning: invalid escape sequence '\w'
    task.formatter("(?:.+/)?(?P<ID>\w+)\.(.+)"),
  /usr/lib/python3/dist-packages/ruffus/test/test_file_name_parameters.py:1594:
SyntaxWarning: invalid escape sequence '\w'
    task.formatter("(?:.+/)?(?P<ID>\w+)\.(test2)"),
  /usr/lib/python3/dist-packages/ruffus/test/test_file_name_parameters.py:1633:
SyntaxWarning: invalid escape sequence '\w'
    paths = self.do_task_product([tempdir + "/a.test1", tempdir +
"/b.test1"],
task.formatter("(?:.+/)?(?P<ID>\w+)\.(.+)"),
  /usr/lib/python3/dist-packages/ruffus/test/test_file_name_parameters.py:1635:
SyntaxWarning: invalid escape sequence '\w'
    "/e.ignore"], task.formatter("(?:.+/)?(?P<ID>\w+)\.(test2)"),
  /usr/lib/python3/dist-packages/ruffus/test/test_file_name_parameters.py:1652:
SyntaxWarning: invalid escape sequence '\w'
    paths = self.do_task_product([tempdir + "/a.test1", tempdir +
"/b.test1"],
task.formatter("(?:.+/)?(?P<ID>\w+)\.(.+)"),
  /usr/lib/python3/dist-packages/ruffus/test/test_file_name_parameters.py:1654:
SyntaxWarning: invalid escape sequence '\w'
    "/e.ignore"], task.formatter("(?:.+/)?(?P<ID>\w+)\.(test2)"),
  /usr/lib/python3/dist-packages/ruffus/test/test_newstyle_combinatorics.py:400:
SyntaxWarning: invalid escape sequence '\['
    '\[.*{tempdir}/a_name.tmp1, '
  /usr/lib/python3/dist-packages/ruffus/test/test_newstyle_combinatorics.py:403:
SyntaxWarning: invalid escape sequence '\]'
    '.*{tempdir}/a_name.e_name.h_name.tmp2\]'.format(tempdir=tempdir),
s.getvalue(), re.DOTALL))
  /usr/lib/python3/dist-packages/ruffus/test/test_newstyle_combinatorics.py:474:
SyntaxWarning: invalid escape sequence '\['
    '\[.*{tempdir}/a_name.tmp1, '
  /usr/lib/python3/dist-packages/ruffus/test/test_newstyle_combinatorics.py:476:
SyntaxWarning: invalid escape sequence '\]'
    '.*{tempdir}/a_name.b_name.tmp2\]'.format(tempdir=tempdir),
s.getvalue(), re.DOTALL))
  /usr/lib/python3/dist-packages/ruffus/test/test_newstyle_combinatorics.py:500:
SyntaxWarning: invalid escape sequence '\['
    '\[.*{tempdir}/a_name.tmp1, '
  /usr/lib/python3/dist-packages/ruffus/test/test_newstyle_combinatorics.py:503:
SyntaxWarning: invalid escape sequence '\]'
    '.*{tempdir}/a_name.b_name.c_name.tmp2\]'.format(tempdir=tempdir),
s.getvalue()))
  /usr/lib/python3/dist-packages/ruffus/test/test_newstyle_combinatorics.py:527:
SyntaxWarning: invalid escape sequence '\['
    self.assertTrue(re.search('\[.*{tempdir}/a_name.tmp1, '
  /usr/lib/python3/dist-packages/ruffus/test/test_newstyle_combinatorics.py:529:
SyntaxWarning: invalid escape sequence '\]'
    '.*{tempdir}/a_name.b_name.tmp2\]'.format(tempdir=tempdir), s.getvalue()))
  /usr/lib/python3/dist-packages/ruffus/test/test_newstyle_combinatorics.py:552:
SyntaxWarning: invalid escape sequence '\['
    self.assertTrue(re.search('\[.*{tempdir}/a_name.tmp1, '
  /usr/lib/python3/dist-packages/ruffus/test/test_newstyle_combinatorics.py:555:
SyntaxWarning: invalid escape sequence '\]'
    '.*{tempdir}/a_name.b_name.c_name.tmp2\]'.format(tempdir=tempdir),
s.getvalue()))
  /usr/lib/python3/dist-packages/ruffus/test/test_newstyle_combinatorics.py:579:
SyntaxWarning: invalid escape sequence '\['
    self.assertTrue(re.search('\[.*{tempdir}/a_name.tmp1, '
  /usr/lib/python3/dist-packages/ruffus/test/test_newstyle_combinatorics.py:581:
SyntaxWarning: invalid escape sequence '\]'
    '.*{tempdir}/a_name.b_name.tmp2\]'.format(tempdir=tempdir), s.getvalue()))
  /usr/lib/python3/dist-packages/ruffus/test/test_newstyle_combinatorics.py:604:
SyntaxWarning: invalid escape sequence '\['
    self.assertTrue(re.search('\[.*{tempdir}/a_name.tmp1, '
  /usr/lib/python3/dist-packages/ruffus/test/test_newstyle_combinatorics.py:607:
SyntaxWarning: invalid escape sequence '\]'
    '.*{tempdir}/a_name.b_name.c_name.tmp2\]'.format(tempdir=tempdir),
s.getvalue()))
  
/usr/lib/python3/dist-packages/ruffus/test/test_newstyle_regex_error_messages.py:310:
SyntaxWarning: invalid escape sequence '\['
    'Missing files.*\[{tempdir}/a_name.tmp1,
{tempdir}/a_name.tmp2'.format(tempdir=tempdir), s.getvalue(),
re.DOTALL))
  
/usr/lib/python3/dist-packages/ruffus/test/test_newstyle_regex_error_messages.py:352:
SyntaxWarning: invalid escape sequence '\['
    'Missing files.*\[{tempdir}/a_name.tmp1,
{tempdir}/a_name.tmp2'.format(tempdir=tempdir), s.getvalue(),
re.DOTALL))
  
/usr/lib/python3/dist-packages/ruffus/test/test_newstyle_regex_error_messages.py:370:
SyntaxWarning: invalid escape sequence '\('
    "File '.*?' does not match regex\('.*?'\) and pattern
'.*?':\n.*invalid group reference",
  
/usr/lib/python3/dist-packages/ruffus/test/test_newstyle_regex_error_messages.py:375:
SyntaxWarning: invalid escape sequence '\('
    "File '.*?' does not match regex\('.*?'\) and pattern
'.*?':\n.*invalid group reference",
  
/usr/lib/python3/dist-packages/ruffus/test/test_newstyle_regex_error_messages.py:409:
SyntaxWarning: invalid escape sequence '\('
    "File '.*?' does not match regex\('.*?'\) and pattern
'.*?':\n.*unknown group name",
  
/usr/lib/python3/dist-packages/ruffus/test/test_newstyle_regex_error_messages.py:414:
SyntaxWarning: invalid escape sequence '\('
    "File '.*?' does not match regex\('.*?'\) and pattern
'.*?':\n.*unknown group name",
  
/usr/lib/python3/dist-packages/ruffus/test/test_newstyle_regex_error_messages.py:426:
SyntaxWarning: invalid escape sequence '\('
    "File '.*?' does not match regex\('.*?'\) and pattern
'.*?':\n.*unknown group name",
  
/usr/lib/python3/dist-packages/ruffus/test/test_newstyle_regex_error_messages.py:431:
SyntaxWarning: invalid escape sequence '\('
    "File '.*?' does not match regex\('.*?'\) and pattern
'.*?':\n.*unknown group name",
  
/usr/lib/python3/dist-packages/ruffus/test/test_newstyle_regex_error_messages.py:444:
SyntaxWarning: invalid escape sequence '\('
    "File '.*?' does not match regex\('.*?'\) and pattern
'.*?':\n.*invalid group reference",
  
/usr/lib/python3/dist-packages/ruffus/test/test_newstyle_regex_error_messages.py:449:
SyntaxWarning: invalid escape sequence '\('
    "File '.*?' does not match regex\('.*?'\) and pattern
'.*?':\n.*invalid group reference",
  /usr/lib/python3/dist-packages/ruffus/test/test_regex_error_messages.py:302:
SyntaxWarning: invalid escape sequence '\['
    'Missing files.*\[{tempdir}a_name.tmp1,
{tempdir}a_name.tmp2'.format(tempdir=tempdir), s.getvalue(),
re.DOTALL))
  /usr/lib/python3/dist-packages/ruffus/test/test_regex_error_messages.py:344:
SyntaxWarning: invalid escape sequence '\['
    'Missing files.*\[{tempdir}a_name.tmp1,
{tempdir}a_name.tmp2'.format(tempdir=tempdir), s.getvalue(),
re.DOTALL))
  /usr/lib/python3/dist-packages/ruffus/test/test_regex_error_messages.py:362:
SyntaxWarning: invalid escape sequence '\('
    "File '.*?' does not match regex\('.*?'\) and pattern
'.*?':\n.*invalid group reference",
  /usr/lib/python3/dist-packages/ruffus/test/test_regex_error_messages.py:367:
SyntaxWarning: invalid escape sequence '\('
    "File '.*?' does not match regex\('.*?'\) and pattern
'.*?':\n.*invalid group reference",
  /usr/lib/python3/dist-packages/ruffus/test/test_regex_error_messages.py:401:
SyntaxWarning: invalid escape sequence '\('
    "File '.*?' does not match regex\('.*?'\) and pattern
'.*?':\n.*unknown group name",
  /usr/lib/python3/dist-packages/ruffus/test/test_regex_error_messages.py:406:
SyntaxWarning: invalid escape sequence '\('
    "File '.*?' does not match regex\('.*?'\) and pattern
'.*?':\n.*unknown group name",
  /usr/lib/python3/dist-packages/ruffus/test/test_regex_error_messages.py:418:
SyntaxWarning: invalid escape sequence '\('
    "File '.*?' does not match regex\('.*?'\) and pattern
'.*?':\n.*unknown group name",
  /usr/lib/python3/dist-packages/ruffus/test/test_regex_error_messages.py:423:
SyntaxWarning: invalid escape sequence '\('
    "File '.*?' does not match regex\('.*?'\) and pattern
'.*?':\n.*unknown group name",
  /usr/lib/python3/dist-packages/ruffus/test/test_regex_error_messages.py:436:
SyntaxWarning: invalid escape sequence '\('
    "File '.*?' does not match regex\('.*?'\) and pattern
'.*?':\n.*invalid group reference",
  /usr/lib/python3/dist-packages/ruffus/test/test_regex_error_messages.py:441:
SyntaxWarning: invalid escape sequence '\('
    "File '.*?' does not match regex\('.*?'\) and pattern
'.*?':\n.*invalid group reference",
  /usr/lib/python3/dist-packages/ruffus/test/test_ruffus_utility.py:511:
SyntaxWarning: invalid escape sequence '\.'
    regex_str = "([a-z]+)\.([a-z]+)\.([a-z]+)\.([a-z]+)"

--- End Message ---
--- Begin Message ---
Source: python-ruffus
Source-Version: 2.8.4-6
Done: Ananthu C V <[email protected]>

We believe that the bug you reported is fixed in the latest version of
python-ruffus, 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.
Ananthu C V <[email protected]> (supplier of updated python-ruffus 
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: Thu, 05 Dec 2024 19:38:27 +0530
Source: python-ruffus
Architecture: source
Version: 2.8.4-6
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 
<[email protected]>
Changed-By: Ananthu C V <[email protected]>
Closes: 1082265 1086958
Changes:
 python-ruffus (2.8.4-6) unstable; urgency=medium
 .
   * Team upload.
   * Add patch to fix syntaxwarnings (Closes: #1086958)
   * Use newer dh-sequence-*, mark B-D with correct build-profiles
     and run wrap-and-sort
   * Add patch to fix regex compilation error message check in
     py3.13 (Closes: #1082265)
   * Use execute_after_* targets instead of overrides in d/rules
   * Bump standards version to 4.7.0 (no changes needed)
   * Correct patch header metadata
   * Add patch to drop distutils usage
Checksums-Sha1:
 a94931ad9abbfdcdbfbda942230e977c64d4c054 2333 python-ruffus_2.8.4-6.dsc
 68d617b5f307dc6d32ebac990fd3240bf4ed259a 9460 
python-ruffus_2.8.4-6.debian.tar.xz
 95e83c2be657f46879cbf23c9c4382afea811c63 10851 
python-ruffus_2.8.4-6_amd64.buildinfo
Checksums-Sha256:
 755f28d0e0feab338d780af324385c3c940d0719aa464e93c28a91a783b3bcdd 2333 
python-ruffus_2.8.4-6.dsc
 ea0288538c1d8fa5e4ee973e3a3ab0bbf16d77c64937b7dccda6802b5e0e31ff 9460 
python-ruffus_2.8.4-6.debian.tar.xz
 cf0314f1a62f44c245155505cdfa28a86fb52cac1f5df5960fc15fdd5eb2d2ec 10851 
python-ruffus_2.8.4-6_amd64.buildinfo
Files:
 d75e07b3ce48470dea252ea0acb55555 2333 python optional python-ruffus_2.8.4-6.dsc
 f45e528d44e2c297039e1300445940f3 9460 python optional 
python-ruffus_2.8.4-6.debian.tar.xz
 f44138fc74c68afabf4828eed015c210 10851 python optional 
python-ruffus_2.8.4-6_amd64.buildinfo

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

iQIzBAEBCgAdFiEEUtW9Dn1NsITjS1hl1KQc+t2yDbUFAmdRt78ACgkQ1KQc+t2y
DbWNVhAAn+iBOaFR8YmziDhsrWK/xFN5CKSwqNJy3/Ywy59iNLyj52RulEtpVDMn
tdl6+IERcFnk5zFk8tIec+4UFE1EQsVU5ejAMEo1uCzo6PYntTdgNE0lwbONIgme
62RlfabKKQ/S0u1eb2re7msmZn10592RV+f7GU/5AJrGmjlS4lfeZP3DT0zadzx7
yHf6VGguT07JawBj19t/r+Vd71qMaDelvnnWcmLbOJ5MvDC/GRLr5JBsOyS5nSJy
pAXgoNVqs/55Ok0rVtk/FgROz3jaL+qAoCW6Y3YCX+LQU8Io3ebyT3Mv7ek5FwSr
h8dUhID8/s+dpYYPjVycaqFfEmhzi8z81r0U0u8IVZFGIE+PdLSmBPJcpyjQOLn7
NbxyGgg9PO2F9btuwz07BRRehk/eSPb7teckDKW2mwNi4aHP8eQRddtRL7gFSE9R
M2DXAbDZePSAT+HwDHbR8atSTM4wl0QP0F8N+5U5pHu/p+vm15ydQBCeHgxYx0uW
3O3yZJ7VKk+g5q2JYjayLTN9ZWl4k0zJEWoX4/Ejz244Fgsp8fh1kVTb2BHfRDd0
swoM0E1u0OKiFs27JNSI9xgqOHLEgbsaCIVITeRlEKrR1QfKZc89FC49rIOlGsfk
CXEKrikVinCUgTfkLJ6NATWiYey9BKEhgTWSkawoamdj4Kw1RcI=
=oxPa
-----END PGP SIGNATURE-----

Attachment: pgpIFp6QMHBpz.pgp
Description: PGP signature


--- End Message ---

Reply via email to