Your message dated Fri, 17 Sep 2021 16:03:43 +0000
with message-id <e1mrgl1-000hdi...@fasolo.debian.org>
and subject line Bug#976862: fixed in xlsxwriter 3.0.1-1
has caused the Debian Bug report #976862,
regarding Syntax warnings printed to stdout when importing python3-xlsxwriter
in Python 3.8.5...
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.)
--
976862: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=976862
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python3-xlsxwriter
Version: 1.1.2-0.2
Hi!
I'm having issues with python3-xlsxwriter printing syntax warnings to
standard out.
These can be reproduced by running this one-liner:
python3 --version && python3 -Walways -c 'from xlsxwriter import Workbook'
When I run it I see:
$ python3 --version && python3 -Walways -c 'from xlsxwriter import Workbook'
Python 3.8.5
/usr/lib/python3/dist-packages/xlsxwriter/worksheet.py:358:
SyntaxWarning: "is" with a literal. Did you mean "=="?
if token is '':
/usr/lib/python3/dist-packages/xlsxwriter/worksheet.py:2437:
SyntaxWarning: "is" with a literal. Did you mean "=="?
if options['min_type'] is 'min' and options['min_value'] == 0:
/usr/lib/python3/dist-packages/xlsxwriter/worksheet.py:2440:
SyntaxWarning: "is" with a literal. Did you mean "=="?
if options['max_type'] is 'max' and options['max_value'] == 0:
/usr/lib/python3/dist-packages/xlsxwriter/worksheet.py:4999:
SyntaxWarning: "is" with a literal. Did you mean "=="?
if props[i]['type'] is 'number':
/usr/lib/python3/dist-packages/xlsxwriter/worksheet.py:6827:
SyntaxWarning: "is not" with a literal. Did you mean "!="?
if data_bar['bar_axis_position'] is not 'none':
/usr/lib/python3/dist-packages/xlsxwriter/worksheet.py:6862:
SyntaxWarning: "is" with a literal. Did you mean "=="?
if data_bar['bar_direction'] is 'left':
/usr/lib/python3/dist-packages/xlsxwriter/worksheet.py:6865:
SyntaxWarning: "is" with a literal. Did you mean "=="?
if data_bar['bar_direction'] is 'right':
/usr/lib/python3/dist-packages/xlsxwriter/worksheet.py:6875:
SyntaxWarning: "is" with a literal. Did you mean "=="?
if data_bar['bar_axis_position'] is 'middle':
/usr/lib/python3/dist-packages/xlsxwriter/worksheet.py:6878:
SyntaxWarning: "is" with a literal. Did you mean "=="?
if data_bar['bar_axis_position'] is 'none':
/usr/lib/python3/dist-packages/xlsxwriter/chart.py:2497:
SyntaxWarning: "is" with a literal. Did you mean "=="?
if val is 'right':
/usr/lib/python3/dist-packages/xlsxwriter/chart.py:2500:
SyntaxWarning: "is" with a literal. Did you mean "=="?
if val is 'left':
$
I believe that this has been fixed in python-xlsxwriter 1.2.2 according to:
https://github.com/jmcnamara/XlsxWriter/issues/660
Please consider upgrading to at least version 1.2.2.
Perhaps version 1.3.3 mentioned as a High prio action here might be an
even better upgrade path (if it is considered a stable version):
https://tracker.debian.org/pkg/xlsxwriter
Thanks for the help and the hard work. :)
/ Sebastian
--- End Message ---
--- Begin Message ---
Source: xlsxwriter
Source-Version: 3.0.1-1
Done: Scott Talbert <s...@techie.net>
We believe that the bug you reported is fixed in the latest version of
xlsxwriter, 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 976...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Scott Talbert <s...@techie.net> (supplier of updated xlsxwriter 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: SHA512
Format: 1.8
Date: Fri, 17 Sep 2021 11:43:16 -0400
Source: xlsxwriter
Architecture: source
Version: 3.0.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Team <team+pyt...@tracker.debian.org>
Changed-By: Scott Talbert <s...@techie.net>
Closes: 966164 968935 976862
Changes:
xlsxwriter (3.0.1-1) unstable; urgency=medium
.
* Team Upload.
.
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
* d/watch: Use https protocol
* d/changelog: Remove trailing whitespaces
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
* Convert git repository from git-dpm to gbp layout
* Use debhelper-compat instead of debian/compat.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
.
[ Sandro Tosi ]
* Use the new Debian Python Team contact name and address
.
[ Scott Talbert ]
* Remove Checkbox developers from Maintainer/Uploaders
* Update Homepage location (Closes: #966164)
* Update Standards-Version to 4.6.0 (no changes needed)
* Update to new upstream version 3.0.1 (Closes: #968935, #976862)
* Remove now-unused section in d/copyright
* Add lintian override for non-UTF-8 file
* Rules-Requires-Root: no
* Update debhelper-compat to 13
* Update d/watch version to 4
Checksums-Sha1:
93da2300624e566961690ca40fb291e789947600 1949 xlsxwriter_3.0.1-1.dsc
b432461d7c7c7b8487954208d53376ecbcd7b8c6 263628 xlsxwriter_3.0.1.orig.tar.gz
88054c3c27127d833e77b1c8db7f60085a19976f 3916 xlsxwriter_3.0.1-1.debian.tar.xz
365d432c4bf21b22ac7fd2a460e3fac43ca11806 6488
xlsxwriter_3.0.1-1_amd64.buildinfo
Checksums-Sha256:
1ecee1838764d99a76ebb6bc8134987b0d550b43143fae77db1f20e722d393de 1949
xlsxwriter_3.0.1-1.dsc
3f39bf581c55f3ad1438bc170d7f4c4649cee8b6b7a80d21f79508118eeea52a 263628
xlsxwriter_3.0.1.orig.tar.gz
4bd06d60868046bbdea517858a329275b2ba1d701218ed22aee1780f02e27d55 3916
xlsxwriter_3.0.1-1.debian.tar.xz
25295317605ce62f4c65c9be0d5327c3d30b93c14fe36798486e43d501e98aee 6488
xlsxwriter_3.0.1-1_amd64.buildinfo
Files:
5f368c0d17298e92e67358b85ef21667 1949 python optional xlsxwriter_3.0.1-1.dsc
5f759dccf222e8f2a9924e90c4afaf84 263628 python optional
xlsxwriter_3.0.1.orig.tar.gz
2fe856ad6813d6b5255cada3a134b756 3916 python optional
xlsxwriter_3.0.1-1.debian.tar.xz
84492964713dc44c4039f82701def736 6488 python optional
xlsxwriter_3.0.1-1_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJDBAEBCgAtFiEEbnQ09Yl9Q7F/zVe3U9W8ZLUjeKIFAmFEuOoPHHN3dEB0ZWNo
aWUubmV0AAoJEFPVvGS1I3ii6NwQAJmTJEsnCvrredvapHWNxo7TSKhf7sAVwTsl
ki6Ec0dg7aiAoHrnWdHGuuTdWFylwN8Ns+4Yu21QukWY8zv6rYJOZQt+/TPiRV0W
hOQPEYpN3hi3HyQqh8Yy1foEOen00q70Ptm6gtucfbBDpVHwMjdmkIk+BW7GnF37
lP8C0WNAoiE9o6QDAxz05/McIRslNK+/EzvSy9fJiO2QQZEB05w8L5d/5g95U0KP
FGdrSJDr9hxfnV4thRiGbOxfkd2JViUW2SGYCHeQ2Ba51DJ4rtPwuwRAZa2SShFh
1N5gKHaVqhu9z5W53Eel+Y346SN+/FLUt8wT2LgheFpJ+bmJuO/55+9QjqpAGZNX
IqvHrBMM0rnhYbcoWLUIkjqdk2WACyl6Cx/Ok/Z3DmIRYSpqJfPoL/NsmLAKoFBp
LIIlG+py57EO4LgMfe2U0UHIgT1tf4y1LW6sqOlO4mSywMb7uB93hvmhhNILMIaG
mX0hZbV0bQ+iWWD7tycgL0j+OE8lsxVgt/E37dAzwYKUFJp5PCeZAVvDd8A0BORJ
rGqkpMEkiPucsw96D8jecG344ZU3KKCTuHO73jLzzpNuaPd2TdQuEUqtsGq3ECDN
cV4icLNWlWSD+1UnLBpClHRF5oo97+/DmIuLi5IjNHy0DW0Q+lSCAWyW1r3GBeqq
Un6Zn4T2
=DLq+
-----END PGP SIGNATURE-----
--- End Message ---