Your message dated Tue, 17 Mar 2026 17:19:37 +0000
with message-id <[email protected]>
and subject line Bug#1076214: fixed in lightproof 1.6+git20190911.c299ddd-1
has caused the Debian Bug report #1076214,
regarding libreoffice-lightproof-en: SyntaxWarning: invalid escape sequence
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.)


-- 
1076214: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1076214
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libreoffice-lightproof-en
Version: 0.4.3+1.6-3
Severity: normal

With python3.12 now as default, starting LibreOffice gives the
following warnings on the console:

/usr/lib/libreoffice/share/extensions/lightproof_en/pythonpath/lightproof_impl_lightproof_en.py:129:
 SyntaxWarning: invalid escape sequence '\w'
  a = re.match("(?u)( [-.\w%%]+){" + str(n-1) + "}( [-.\w%%]+)", s)
/usr/lib/libreoffice/share/extensions/lightproof_en/pythonpath/lightproof_impl_lightproof_en.py:129:
 SyntaxWarning: invalid escape sequence '\w'
  a = re.match("(?u)( [-.\w%%]+){" + str(n-1) + "}( [-.\w%%]+)", s)
/usr/lib/libreoffice/share/extensions/lightproof_en/pythonpath/lightproof_impl_lightproof_en.py:136:
 SyntaxWarning: invalid escape sequence '\w'
  a = re.search("(?u)([-.\w%%]+ )([-.\w%%]+ ){" + str(n-1) + "}$", s)

This is because Python 3.12 is now warning about these broken strings;
they could be fixed by making them raw strings
(e.g. re.match(r"(?u)...) or by replacing the offending backslashes
with double backslashes.

Best wishes,

   Julian

--- End Message ---
--- Begin Message ---
Source: lightproof
Source-Version: 1.6+git20190911.c299ddd-1
Done: Rene Engelhard <[email protected]>

We believe that the bug you reported is fixed in the latest version of
lightproof, 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.
Rene Engelhard <[email protected]> (supplier of updated lightproof 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: Tue, 17 Mar 2026 18:05:23 +0100
Source: lightproof
Architecture: source
Version: 1.6+git20190911.c299ddd-1
Distribution: unstable
Urgency: medium
Maintainer: Debian LibreOffice Maintainers <[email protected]>
Changed-By: Rene Engelhard <[email protected]>
Closes: 1076214 1121160
Changes:
 lightproof (1.6+git20190911.c299ddd-1) unstable; urgency=medium
 .
   [ Rene Engelhard ]
   * Add (academic) missing epoch to python3-uno dependency
   * New upstream version 1.6+git20190911.c299ddd
 .
   [ Andreas Tille ]
   * Add Vcs fields
   * Add Homepage
   * Add watch file pointing to latest Git commit
   * Fix string syntax for Python3.13
     Closes: #1076214, #1121160
   * d/copyright: DEP5
   * s/${python:Depends}/${python3:Depends}/ and make sure this variable will
     be resolved
   * debhelper-compat (= 13)
   * Proper spelling of Python3
   * debian/source/include-binaries: deleted
   * UTF-8 encoding of patch
   * Standards-Version: 4.7.3
   * Call dh_python3 to create postinsts and prerms (would uncover Python3
     syntax issues even at install time)
   * Add autopkgtest
   * Mark test as superficial
   * Deactivate d/watch by commenting but leaving the working watch file as 
comment to enable easy download via uscan after uncommenting
Checksums-Sha1:
 3a61480623f50336d1cb20040c033c2d294261d2 2411 
lightproof_1.6+git20190911.c299ddd-1.dsc
 6bc90e9ec89bb09a07e94058ef14848999d2ad25 60168 
lightproof_1.6+git20190911.c299ddd.orig.tar.xz
 7bfa405c074b1749e6b372689cc866337c9458ab 5164 
lightproof_1.6+git20190911.c299ddd-1.debian.tar.xz
 39baebc7cc2232cb9b871a49cbf488e85fa5c625 6640 
lightproof_1.6+git20190911.c299ddd-1_source.buildinfo
Checksums-Sha256:
 5a1f7d040281a7e735a874849d7c9e66126e42aae438118b857770e275898944 2411 
lightproof_1.6+git20190911.c299ddd-1.dsc
 aabee2ce22d23fad5af7334c07d02efdaeec97b2e142269efdad67cbe0639934 60168 
lightproof_1.6+git20190911.c299ddd.orig.tar.xz
 63c078fbcd76ae484eb335a82cdb336992945adafa8ce948881460d5def07d9a 5164 
lightproof_1.6+git20190911.c299ddd-1.debian.tar.xz
 20d15f3f47a4ae0fa42c6a3f658db6d6c9942cd0c8b9c4d3129817447f4f623d 6640 
lightproof_1.6+git20190911.c299ddd-1_source.buildinfo
Files:
 a0b0d691f64edefdfd7e2c5b701c0e3e 2411 text optional 
lightproof_1.6+git20190911.c299ddd-1.dsc
 21c42f084b5f650cea9cf0abd05753e8 60168 text optional 
lightproof_1.6+git20190911.c299ddd.orig.tar.xz
 ddf4812399fd856ccf6b25e1df3870ff 5164 text optional 
lightproof_1.6+git20190911.c299ddd-1.debian.tar.xz
 79a2ec45fbed38f9c43903b7144b3c44 6640 text optional 
lightproof_1.6+git20190911.c299ddd-1_source.buildinfo

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

iQJEBAEBCgAuFiEE4S3qRnUGcM+pYIAdCqBFcdA+PnAFAmm5iooQHHJlbmVAZGVi
aWFuLm9yZwAKCRAKoEVx0D4+cAyFD/9onx5ye6/G47XP4DyO+IO0Ts9M9Z5mw1ZD
W+4A0TXuFjqM5mgqE44HeWnkVJuPmbj7VurVoZqr1l+l7sgA8Az0/i8UkIy9Tk94
Qv0xET7bQ2BTAqjc7kZZNkwqOS/BvdGPD5UOeTlxRMSi+XBjiXna9b+zn+4ppwN4
boNsrJx/EnBrAx3PB4DIHkgQB2io1jkFxncFyz3CDJyrlMChafeuwKYFs2AfbsKN
97XW9w6BmaY7q5TN/bsf8dVsZSBkP+urmFoZqlA5Q+Pm/+M466DH3gtl0OBeyBTK
NZrQEQIltPTn6Oo0JeC2DAphrgXOUDQpES6tATvQvXCpdSYWe+eMicllt0b+uyDm
KJOjS9v8BHAqrLLdXY/TzRnarsLSuPfYEM20u68QCB/NnB30L8h0fI/AqMWdT89k
sZ9eAfNbt//cs5cRschU08l7Xwn95UeirKLlFjJyub3T6OL719O+mXThUu3wTwRB
h/gUqBTnWMgOc0nELjG8ekKNWyLzaVS37Pbkqi+ZVWQhJ9gFjS4JNbnYeYkXzsug
RA8p0OfmoyXBSW099+EE1ikWKhNYacvTgs/Bq/+qV+TtSjB4PwGWm2E/cxUjKa5E
U16E9GMP5+/c5cTDKgOVXyJ+KAiSt+65ThW0l7qhyRtEsHCJmxHvpF5QBN/Ml6wg
xffwS20fIw==
=ZM2w
-----END PGP SIGNATURE-----

Attachment: pgpl2cWdPs1j1.pgp
Description: PGP signature


--- End Message ---

Reply via email to