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 closed by Florian Zieboll <f.zieboll@web.de> (CLOSED)
Message-ID: <handler.571.D571.161642280211910.notifdone@bugs.devuan.org>
References: <20210322151023.268ddabb.f.zieboll@web.de>
 <161642050775.4696.625178923352843150.reportbug@localhost>
X-Devuan-PR-Message: they-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:04 +0000
Content-Type: multipart/mixed; boundary="----------=_1616423584-12027-1"
[Message part 1 (text/plain, inline)]
This is an automatic notification regarding your bug report
which was filed against the bleachbit package:

#571: bleachbit: python3 SyntaxWarning for __init__.py

It has been closed by Florian Zieboll <f.zieboll@web.de>.

Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Florian Zieboll <f.zieboll@web.de> by
replying to this email.


-- 
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: 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
[Message part 3 (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.

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: Fri Apr 19 20:33:12 2024;