Your message dated Sat, 12 Jan 2019 21:19:30 +0000
with message-id <e1giqgk-000hcl...@fasolo.debian.org>
and subject line Bug#918119: fixed in bugwarrior 1.6.0-1
has caused the Debian Bug report #918119,
regarding bugwarrior: Python 3.7: configparser: TypeError: option values must 
be strings
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.)


-- 
918119: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=918119
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: bugwarrior
Version: 1.5.1-2
Severity: grave
Tags: upstream patch
Justification: renders package unusable

As reported [1] upstream, the bug makes bugwarrior crash at the very beginning
with an error in 'configparser' used to parse the application configuration
file because of empty values. See also trace below.

A patch is already available [2] and included in version 1.6.0 released last
August.

~~

1. https://github.com/ralphbean/bugwarrior/issues/597
2. 
https://github.com/ralphbean/bugwarrior/pull/600/commits/da9221ea673b32fe3f9732b13c818604cf657230

-- Trace:
Traceback (most recent call last):
  File "/usr/bin/bugwarrior-pull", line 11, in <module>
    load_entry_point('bugwarrior==1.5.1', 'console_scripts', 
'bugwarrior-pull')()
  File "/usr/lib/python3/dist-packages/click/core.py", line 759, in __call__
    return self.main(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/click/core.py", line 714, in main
    rv = self.invoke(ctx)
  File "/usr/lib/python3/dist-packages/click/core.py", line 951, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/usr/lib/python3/dist-packages/click/core.py", line 552, in invoke
    return callback(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/bugwarrior/command.py", line 62, in pull
    config = _try_load_config(main_section, interactive)
  File "/usr/lib/python3/dist-packages/bugwarrior/command.py", line 35, in 
_try_load_config
    return load_config(main_section, interactive)
  File "/usr/lib/python3/dist-packages/bugwarrior/config.py", line 207, in 
load_config
    config = BugwarriorConfigParser({'log.level': "INFO", 'log.file': None})
  File "/usr/lib/python3.7/configparser.py", line 638, in __init__
    self._read_defaults(defaults)
  File "/usr/lib/python3.7/configparser.py", line 1216, in _read_defaults
    self.read_dict({self.default_section: defaults})
  File "/usr/lib/python3.7/configparser.py", line 753, in read_dict
    self.set(section, key, value)
  File "/usr/lib/python3.7/configparser.py", line 1197, in set
    self._validate_value_types(option=option, value=value)
  File "/usr/lib/python3.7/configparser.py", line 1182, in _validate_value_types
    raise TypeError("option values must be strings")
TypeError: option values must be string

-- System Information:
Debian Release: buster/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.19.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages bugwarrior depends on:
ii  libjs-sphinxdoc        1.7.9-1
ii  python3                3.7.1-3
ii  python3-click          6.7+git20180829-1
ii  python3-dateutil       2.7.3-1
ii  python3-dogpile.cache  0.6.2-6
ii  python3-future         0.15.2-5
ii  python3-jinja2         2.10-1
ii  python3-lockfile       1:0.12.2-2
ii  python3-requests       2.20.0-2
ii  python3-six            1.12.0-1
ii  python3-taskw          1.2.0-2
ii  python3-tz             2018.7-1

Versions of packages bugwarrior recommends:
ii  python3-keyring      17.1.1-1
ii  python3-phabricator  0.7.0-1

bugwarrior suggests no packages.

-- debconf-show failed

--- End Message ---
--- Begin Message ---
Source: bugwarrior
Source-Version: 1.6.0-1

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

Debian distribution maintenance software
pp.
Jochen Sprickerhof <jspri...@debian.org> (supplier of updated bugwarrior 
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: Sat, 12 Jan 2019 21:54:34 +0100
Source: bugwarrior
Binary: bugwarrior
Architecture: source
Version: 1.6.0-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Tasktools Packaging Team <taskdeb-disc...@nongnu.org>
Changed-By: Jochen Sprickerhof <jspri...@debian.org>
Description:
 bugwarrior - Pull tickets from bug trackers into taskwarrior
Closes: 887125 918119
Changes:
 bugwarrior (1.6.0-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Iain R. Learmonth ]
   * Update the team email address
 .
   [ Jochen Sprickerhof ]
   * Switch watch file to Github
   * New upstream version 1.6.0 (Closes: #918119)
   * Drop patches merged upstream
   * Add patch to disable tests of unsupported services
   * Disable tests that need internet connection
   * Add patch for doc installation
   * Update Vcs URLs to Salsa
   * Bump policy and debhelper versions
   * Depend/Recommend python3-googleapi and python3-jira (Closes: #887125)
Checksums-Sha1:
 94b3a10124611c8efcbe3b58e0e932c79b910b84 2355 bugwarrior_1.6.0-1.dsc
 b8a54b7cc092e169b7778dd2415563688a4fb462 170038 bugwarrior_1.6.0.orig.tar.gz
 da4aea0abec12e85e64af3adee3f0bb57ebe2778 6820 bugwarrior_1.6.0-1.debian.tar.xz
 3b37ece89012e8dccfbbb559b1126ebfee9af027 9024 
bugwarrior_1.6.0-1_source.buildinfo
Checksums-Sha256:
 eda440d41a14b77df89f9d6557cb9f806448ba6b39c7f266f2f97f42a72179dd 2355 
bugwarrior_1.6.0-1.dsc
 92e417f956e6f9855ed7bb1197d10931175083086f2244fbf4aaeabdadfbdd82 170038 
bugwarrior_1.6.0.orig.tar.gz
 5cfd8366715da5cd467d02468a2ba4226c6fba3d93df29bdb08542b0f92e48c8 6820 
bugwarrior_1.6.0-1.debian.tar.xz
 8c2782cd5ae5d5fffbf2016dfda4faabcd190feb3db58aaa85f6a2977be994d0 9024 
bugwarrior_1.6.0-1_source.buildinfo
Files:
 aa2649cf46d7638b81e96ddc40a49be7 2355 utils optional bugwarrior_1.6.0-1.dsc
 ad0816a4ee8db8f7ccc50024d9d3d399 170038 utils optional 
bugwarrior_1.6.0.orig.tar.gz
 298d5b9c6d9e2082f322f235f2a330b4 6820 utils optional 
bugwarrior_1.6.0-1.debian.tar.xz
 022b891db668674eb206478b7702027f 9024 utils optional 
bugwarrior_1.6.0-1_source.buildinfo

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

iQIzBAEBCgAdFiEEc7KZy9TurdzAF+h6W//cwljmlDMFAlw6VOYACgkQW//cwljm
lDOcpRAAjXgYauy/8tRi5I0MdH8tTjmzKVnxjdJ7BR7wz2fNZflhBYKtRJhAtyGD
IBKcsjyHST12514vNsEsbIhqEr7QvUUpVSk19asQrJR4N3CKq1n2pNOG9OKKTDnr
97Gb9rZ2mfmH4T9QHA7jzX8SURMm+JFkMXUD/g7XNoR/QSPCEbHbexuYC+AjYmsf
JENWly8s7qOkWCVU/gPdjF8MTOZdtp+Wjb9d/OqoPKQ6zAqQtM+5wXWznpDymPim
22MtzAhq79e4E4q+ZGteM1bjkaalnGi2PBEJfr5JwGm0Ziglm+46XXlyQwNnKhPw
sXFu1K3gijUwzCqrsVgYulPoaWOEHafKWuGKRokbEZ6rYBw4K5yRzEf9z0MRQ6sV
FepS6v6T6HjGIswWvzW5aKI2FVhqr1DzibkkS79ExrI6HjNubqZVkQMBR3tjjqLA
pnUAywgN2aZWLKP2/XTPt+Qn+xmQKALCMlsPQajpGDsY8BjtbVKyU/TRSGw3dMhs
t5zFwMtSyEa+qLI/aQCUmxyxDaRtRGK/TNsjsAKdzcf2+d7/oPli2z0KylaR1LZk
fTfjaVdvDyYVcIfhJZQedxG6dgM6XDOZlwBYe8QH0HwG+ASY+1ERkGaqJZeT28yz
YhOUEeZr/8q347v6wVTCpFDQvakrlCioWlYXdjCN7s00FU2ykKs=
=BfK+
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to