Devuan bug report logs - #571
bleachbit: python3 SyntaxWarning for __init__.py

version graph

Package: bleachbit; Maintainer for bleachbit is (unknown); Source for bleachbit is src:bleachbit.

Reported by: Florian Zieboll <f.zieboll@web.de>

Date: Mon, 22 Mar 2021 14:03:02 UTC

Severity: minor

Tags: debian, patch

Found in version 3.9.0-1

Done: Florian Zieboll <f.zieboll@web.de>

Forwarded to https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=974530

Full log


🔗 View this message in rfc822 format

MIME-Version: 1.0
X-Mailer: MIME-tools 5.509 (Entity 5.509)
X-Loop: owner@bugs.devuan.org
From: "Devuan bug Tracking System" <owner@bugs.devuan.org>
To: Florian Zieboll <f.zieboll@web.de>
Subject: bug#571: marked as done (bleachbit: python3 SyntaxWarning for
 __init__.py)
Message-ID: <handler.571.D571.161642280211910.ackdone@bugs.devuan.org>
References: <20210322151023.268ddabb.f.zieboll@web.de>
 <161642050775.4696.625178923352843150.reportbug@localhost>
X-Devuan-PR-Message: closed 571
X-Devuan-PR-Package: bleachbit
X-Devuan-PR-Keywords: patch
Reply-To: 571@bugs.devuan.org
Date: Mon, 22 Mar 2021 14:33:01 +0000
Content-Type: multipart/mixed; boundary="----------=_1616423581-12027-0"
[Message part 1 (text/plain, inline)]
Your message dated Mon, 22 Mar 2021 15:10:23 +0100
with message-id <20210322151023.268ddabb.f.zieboll@web.de>
and subject line CLOSED
has caused the Devuan bug report #571,
regarding bleachbit: python3 SyntaxWarning for __init__.py
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 owner@bugs.devuan.org
immediately.)


-- 
571: https://bugs.devuan.org/cgi/bugreport.cgi?bug=571
Devuan Bug Tracking System
Contact owner@bugs.devuan.org with problems
[Message part 2 (message/rfc822, inline)]
From: Florian Zieboll <f.zieboll@web.de>
To: Devuan Bug Tracking System <submit@bugs.devuan.org>
Subject: bleachbit: python3 SyntaxWarning for __init__.py
Date: Mon, 22 Mar 2021 14:41:47 +0100
Package: bleachbit
Version: 3.9.0-1
Severity: minor
Tags: patch
X-Debbugs-Cc: f.zieboll@web.de


Hello!

When installing Bleachbit, the python rtupdate hooks for python3.9 return a
Syntax warning for /usr/share/bleachbit/bleachbit/__init__.py:


  root@nulldevice:~# dpkg-reconfigure python3
  running python rtupdate hooks for python3.9...
  /usr/share/bleachbit/bleachbit/__init__.py:260: SyntaxWarning: "is not" with
a literal. Did you mean "!="?
    if msgctxt is not None and msgctxt is not "":
  running python post-rtupdate hooks for python3.9...


As expected, the following patch fixes the issue:

  260c260
  <     if msgctxt != None and msgctxt != "":
  ---
  >     if msgctxt is not None and msgctxt is not "":


Best regards,
Florian



-- System Information:
Distributor ID: Devuan
Description:    Devuan GNU/Linux 4 (chimaera/ceres)
Release:        testing/unstable
Codename:       n/a
Architecture: x86_64

Kernel: Linux 5.10.0-4-amd64 (SMP w/8 CPU threads)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8),
LANGUAGE=en_US:en
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
LSM: AppArmor: enabled

Versions of packages bleachbit depends on:
ii  gir1.2-gtk-3.0    3.24.24-3
ii  libgtk-3-0        3.24.24-3
ii  policykit-1       0.105-30+devuan1
ii  python3           3.9.2-2
ii  python3-chardet   4.0.0-1
ii  python3-gi        3.38.0-2
ii  python3-requests  2.25.1+dfsg-2

bleachbit recommends no packages.

bleachbit suggests no packages.
[Message part 3 (message/rfc822, inline)]
From: Florian Zieboll <f.zieboll@web.de>
To: 571-done@bugs.devuan.org
Subject: CLOSED
Date: Mon, 22 Mar 2021 15:10:23 +0100
That was one click to quick,the bug is now filed in the Debian BTS:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=985707

Send a report that this bug log contains spam.


Devuan BTS -- Powered by Debian bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.

Devuan Bugs Owner <owner@bugs.devuan.org>.
Last modified: Sat Apr 20 00:49:31 2024;