Your message dated Thu, 17 Apr 2025 23:49:19 +0000
with message-id <e1u5yyt-003avy...@fasolo.debian.org>
and subject line Bug#1085754: fixed in opensnitch 1.6.8-7
has caused the Debian Bug report #1085754,
regarding opensnitch: 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 ow...@bugs.debian.org
immediately.)


-- 
1085754: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1085754
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: opensnitch
Version: 1.5.9-2
User: debian-pyt...@lists.debian.org
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/o/opensnitch.html


  Setting up python3-opensnitch-ui (1.5.8.1-2) ...
  /usr/lib/python3/dist-packages/opensnitch/dialogs/prompt.py:506:
SyntaxWarning: invalid escape sequence '\.'
    dsthost = '\.'.join(text.split('.')).replace("*", "")
  /usr/lib/python3/dist-packages/opensnitch/dialogs/prompt.py:507:
SyntaxWarning: invalid escape sequence '\.'
    dsthost = "^(|.*\.)%s" % dsthost[2:]
  /usr/lib/python3/dist-packages/opensnitch/dialogs/prompt.py:513:
SyntaxWarning: invalid escape sequence '\.'
    return Config.RULE_TYPE_REGEXP, "dest.ip", "%s" %
'\.'.join(text.split('.')).replace("*", ".*")
  /usr/lib/python3/dist-packages/opensnitch/dialogs/ruleseditor.py:24:
SyntaxWarning: invalid escape sequence '\.'
    classA_net = "10\.\d{1,3}\.\d{1,3}\.\d{1,3}"
  /usr/lib/python3/dist-packages/opensnitch/dialogs/ruleseditor.py:25:
SyntaxWarning: invalid escape sequence '\.'
    classB_net =
"172\.1[6-9]\.\d+\.\d+|172\.2[0-9]\.\d+\.\d+|172\.3[0-1]+\.\d{1,3}\.\d{1,3}"
  /usr/lib/python3/dist-packages/opensnitch/dialogs/ruleseditor.py:26:
SyntaxWarning: invalid escape sequence '\.'
    classC_net = "192\.168\.\d{1,3}\.\d{1,3}"
  /usr/lib/python3/dist-packages/opensnitch/dialogs/ruleseditor.py:27:
SyntaxWarning: invalid escape sequence '\.'
    others_net = "127\.\d{1,3}\.\d{1,3}\.\d{1,3}|169\.254\.\d{1,3}\.\d{1,3}"

--- End Message ---
--- Begin Message ---
Source: opensnitch
Source-Version: 1.6.8-7
Done: Petter Reinholdtsen <p...@debian.org>

We believe that the bug you reported is fixed in the latest version of
opensnitch, 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 1085...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Petter Reinholdtsen <p...@debian.org> (supplier of updated opensnitch 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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 18 Apr 2025 01:32:00 +0200
Source: opensnitch
Architecture: source
Version: 1.6.8-7
Distribution: unstable
Urgency: medium
Maintainer: Debian Go Packaging Team <team+pkg...@tracker.debian.org>
Changed-By: Petter Reinholdtsen <p...@debian.org>
Closes: 1051317 1067722 1085754 1095252
Changes:
 opensnitch (1.6.8-7) unstable; urgency=medium
 .
   * Team upload.
 .
   * Upload to unstable.
 .
 opensnitch (1.6.8-6) experimental; urgency=medium
 .
   * Team upload.
 .
   * Replaced uploaders, out with no longer active Gustavo Iñiguez Goya
     and in with Charles Allhands and myself.
   * Thank you, Gustavo, for the great initial work with this package.
 .
 opensnitch (1.6.8-5) experimental; urgency=medium
 .
   * Team upload.
 .
   * Revert arch specific build dependency on golang-github-iovisor-gobpf-dev.
   * Added 1010-ui-finally-service.patch to avoid python error on GUI exit.
   * New upstream version available (Closes: #1051317).
   * Uses corrected python regexes (Closes: #1085754).
 .
 opensnitch (1.6.8-4) experimental; urgency=medium
 .
   * Team upload.
 .
   * Corrected linux header package name for armhf.
   * Limit EBPF support to architectures provided by bpfcc.
   * Adjusted opensnitch to only recommend opensnitch-ebpf-modules on archs
     where it exist.
   * Dropped incorrect runtime dependency on python3-setuptools
     (Closes: #1095252).
   * Dropped obsolete runtime dependency on python3-six (Closes: #1067722).
 .
 opensnitch (1.6.8-3) experimental; urgency=medium
 .
   * Team upload.
 .
   * Switched to using kernel headers from debs, as local header copy
     only worked on amd64.
 .
 opensnitch (1.6.8-2) experimental; urgency=medium
 .
   * Team upload.
 .
   * Added missing golang-github-varlink-go-dev build dependency.
 .
 opensnitch (1.6.8-1) experimental; urgency=medium
 .
   * Team upload.
 .
   * New upstream release.
   * Updated Standards-Version from 4.6.2 to 4.7.2.
   * List protoc-gen-go-1-3 as build depend alternative to protoc-gen-go-1-5
     for easier backporting.
 .
 opensnitch (1.5.9-4) experimental; urgency=medium
 .
   * Team upload.
 .
   * Added leftover build dependency protoc-gen-go-1-5.
 .
 opensnitch (1.5.9-3) experimental; urgency=medium
 .
   * Team upload.
 .
   [ Gustavo Iñiguez Goya ]
   * New upstream release.
   * d/control: removed kernel headers dependency.
 .
   [ Petter Reinholdtsen ]
   * Moved untagged upstream snapshot into 0010-experimental-1.5.9.1.patch.
   * Adjusted build dependencies to work with current unstable.
   * Correct roff notation for URLs in man pages.
   * Renamed obsolete pkg-config build dependency to pkgconf.
 .
 opensnitch (1.5.9-2) experimental; urgency=medium
 .
   [ Gustavo Iñiguez Goia ]
   * d/control: fixed Build-Depends, kernel headers dep
   * Upload sponsored by Petter Reinholdtsen.
 .
 opensnitch (1.5.9-1) experimental; urgency=medium
 .
   * New upstream release.
   * d/control:
     - New package opensnitch-ebpf-modules.
   * d/man/:
     - Updated dates.
     - New page opensnitch-ebpf-modules.1
   * Added README.Debian.
 .
   * Upload sponsored by Petter Reinholdtsen.
Checksums-Sha1:
 2fb90dd6f40c9c111e2aeed336a15374da40278f 3061 opensnitch_1.6.8-7.dsc
 4e2ab0015cce304aefe721fb51316d69d5f9a4b8 473120 
opensnitch_1.6.8-7.debian.tar.xz
 9effe68b12295d4b4a70bb4a6b165829b14dcbe1 14617 
opensnitch_1.6.8-7_source.buildinfo
Checksums-Sha256:
 061d2c1599d1423fc2c95ec61511daa942e7869d76866ea737e9dc3fc6b3f25e 3061 
opensnitch_1.6.8-7.dsc
 c1df337a2414c1df0683def942f1feed060d9650021269a3d852276e6fb04ebd 473120 
opensnitch_1.6.8-7.debian.tar.xz
 0f086578ea16505c6228a68faf157eb5216813a8de67b02d9eafd4a4b459cf36 14617 
opensnitch_1.6.8-7_source.buildinfo
Files:
 a412108c1384f0ef25e137525fdd2dad 3061 devel optional opensnitch_1.6.8-7.dsc
 b7932d637606e6d5dfde76e3bafd4751 473120 devel optional 
opensnitch_1.6.8-7.debian.tar.xz
 fa6e1012e2aa77540706b8b13b97d578 14617 devel optional 
opensnitch_1.6.8-7_source.buildinfo

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

iQIzBAEBCAAdFiEERqLf4owIeylOb9kkgSgKoIe6+w4FAmgBj7MACgkQgSgKoIe6
+w4rkw/7BSS04Ry/MvMc++wZ/sZfTcl+F5bUdqbFvYMOuaE5/4JD8z+HH6ZWooa3
yPAy0a4fLHqf/QgxaPVIZjoQmHu0rTEug9d8YHUU+cRkJtiMqqVTzVHcvF0zoNit
ktYsJt8q2o4l/RiAYBgPTg5WyRioPFeEifht/ZoUPGMAAB/UJMi/KD0uf+XGgsan
wbIJlkkqMfmwoYzNjVCZrJdKlZCqKQZLuVG1jITUHNRZ0bTecpEi94cfpj3XIMJt
7tgTBHho0gpAGayCdSsNrqGpOqRa4m2s95H0oLq7uKynob7ZJPiPOjryStZr7zET
fCSMbSCxnqiTrFsqkHKWURL+/tTXo0eIKNmsfPov5GnddEsD6qRSwr3S+Cp2vABe
5hruOq9DVQJoFTgbPbYNcTXhedyP4pszCHtVDzJit8KMZD6BN26H8BbMOQcjTgzv
7Tg2Gf56ZUTLQ/pVJ8P6DkwQRVLcvBxNK4GzDPWv3r2GT7+brcr+Bau271Et9sVl
IYecXxxY21ewkG2XrgQPjUjzjQM2xnMc9Ho//VWtnlRjLRI5N4Ma4gO3cTEU/DMD
O04KpDNx3cHXwqEcXP/LE/Kj4qn9Cat3f1tMPVmOec+MwzGBDsSITb1XSa1Gnpic
RJFA5Yki9CelCHHMw1CuuaThqAUJ3af2B0C3hmoOVVLmg2LlJCg=
=K/gD
-----END PGP SIGNATURE-----

Attachment: pgpOVDd6EMVYY.pgp
Description: PGP signature


--- End Message ---

Reply via email to