Your message dated Thu, 22 Nov 2018 12:34:55 +0000
with message-id <[email protected]>
and subject line Bug#914269: fixed in google-i18n-address 2.3.2-3
has caused the Debian Bug report #914269,
regarding google-i18n-address FTBFS: UnicodeDecodeError: 'ascii' codec can't
decode byte 0xc4 in position 11
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.)
--
914269: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=914269
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: google-i18n-address
Version: 2.3.2-2
Severity: serious
Tags: ftbfs
https://buildd.debian.org/status/fetch.php?pkg=google-i18n-address&arch=all&ver=2.3.2-2&stamp=1542749879&raw=0
...
=================================== FAILURES ===================================
_______________ test_downloader_country[None-file_names0-data0] ________________
tmpdir = local('/tmp/pytest-of-buildd/pytest-1/test_downloader_country_None_f0')
country = None, file_names = ('pl.json', 'us.json', 'all.json')
data = {'all.json': {'PL': 'dat\u0105', 'US': 'data'}, 'pl.json': {'PL':
'dat\u0105'}, 'us.json': {'US': 'data'}}
@pytest.mark.parametrize('country, file_names, data', [
(None, ('pl.json', 'us.json', 'all.json'), {
'pl.json': {'PL': 'dat\u0105'},
'us.json': {'US': 'data'},
'all.json': {'PL': 'dat\u0105', 'US': 'data'}}),
('PL', ('pl.json', 'all.json'), {
'pl.json': {'PL': 'dat\u0105'},
'all.json': {'PL': 'dat\u0105'}})])
def test_downloader_country(tmpdir, country, file_names, data):
data_dir = tmpdir.join('data')
download(country)
for file_name in file_names:
assert data_dir.join(file_name).exists()
> assert json.load(
data_dir.join(file_name), encoding='utf-8') == data[file_name]
tests/test_downloader.py:47:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/json/__init__.py:296: in load
return loads(fp.read(),
/usr/lib/python3/dist-packages/py/_path/common.py:171: in read
return f.read()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <encodings.ascii.IncrementalDecoder object at 0x7f5d0d5a3828>
input = b'{"PL": "dat\xc4\x85"}', final = True
def decode(self, input, final=False):
> return codecs.ascii_decode(input, self.errors)[0]
E UnicodeDecodeError: 'ascii' codec can't decode byte 0xc4 in position
11: ordinal not in range(128)
/usr/lib/python3.6/encodings/ascii.py:26: UnicodeDecodeError
________________ test_downloader_country[PL-file_names1-data1] _________________
tmpdir = local('/tmp/pytest-of-buildd/pytest-1/test_downloader_country_PL_fil0')
country = 'PL', file_names = ('pl.json', 'all.json')
data = {'all.json': {'PL': 'dat\u0105'}, 'pl.json': {'PL': 'dat\u0105'}}
@pytest.mark.parametrize('country, file_names, data', [
(None, ('pl.json', 'us.json', 'all.json'), {
'pl.json': {'PL': 'dat\u0105'},
'us.json': {'US': 'data'},
'all.json': {'PL': 'dat\u0105', 'US': 'data'}}),
('PL', ('pl.json', 'all.json'), {
'pl.json': {'PL': 'dat\u0105'},
'all.json': {'PL': 'dat\u0105'}})])
def test_downloader_country(tmpdir, country, file_names, data):
data_dir = tmpdir.join('data')
download(country)
for file_name in file_names:
assert data_dir.join(file_name).exists()
> assert json.load(
data_dir.join(file_name), encoding='utf-8') == data[file_name]
tests/test_downloader.py:47:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
/usr/lib/python3.6/json/__init__.py:296: in load
return loads(fp.read(),
/usr/lib/python3/dist-packages/py/_path/common.py:171: in read
return f.read()
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <encodings.ascii.IncrementalDecoder object at 0x7f5d0da04898>
input = b'{"PL": "dat\xc4\x85"}', final = True
def decode(self, input, final=False):
> return codecs.ascii_decode(input, self.errors)[0]
E UnicodeDecodeError: 'ascii' codec can't decode byte 0xc4 in position
11: ordinal not in range(128)
/usr/lib/python3.6/encodings/ascii.py:26: UnicodeDecodeError
===================== 2 failed, 41 passed in 1.04 seconds ======================
E: pybuild pybuild:338: test: plugin distutils failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.6_i18address/build; python3.6 -m pytest
tests
dh_auto_test: pybuild --test --test-pytest -i python{version} -p "3.7 3.6"
returned exit code 13
make: *** [debian/rules:5: binary-indep] Error 25
--- End Message ---
--- Begin Message ---
Source: google-i18n-address
Source-Version: 2.3.2-3
We believe that the bug you reported is fixed in the latest version of
google-i18n-address, 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.
Daniel Kahn Gillmor <[email protected]> (supplier of updated
google-i18n-address 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: Thu, 22 Nov 2018 07:28:20 -0500
Source: google-i18n-address
Binary: python3-google-i18n-address
Architecture: source
Version: 2.3.2-3
Distribution: unstable
Urgency: medium
Maintainer: Daniel Kahn Gillmor <[email protected]>
Changed-By: Daniel Kahn Gillmor <[email protected]>
Description:
python3-google-i18n-address - Internationalization address metadata (python3
bindings)
Closes: 914269
Changes:
google-i18n-address (2.3.2-3) unstable; urgency=medium
.
* use C.UTF-8 Thanks, Adrian Bunk! (Closes: #914269)
Checksums-Sha1:
35cbe3729480f36213ec3dcc4464ba57e4c1bca1 1421 google-i18n-address_2.3.2-3.dsc
73a5673b9f01907e533e9f03931c648f4cd6065b 2296
google-i18n-address_2.3.2-3.debian.tar.xz
797561cd39c7d0f8e359217a673a3519f3b9bd92 7096
google-i18n-address_2.3.2-3_amd64.buildinfo
Checksums-Sha256:
34b2b02b6b84a888f6fba781f2eb4df9c86f150167bf2e1290914fd6ac5ed9ce 1421
google-i18n-address_2.3.2-3.dsc
b3d54cace0595bb53218b4d8cd3518b76a37108f0e61c1f8eef65bba424c8722 2296
google-i18n-address_2.3.2-3.debian.tar.xz
fe4147b26975abcbc37f8fa04a113b46f9adccf75ee177dcb54bc5dcc3ff9fea 7096
google-i18n-address_2.3.2-3_amd64.buildinfo
Files:
4269ff58a4dba7163e38057d2cf21791 1421 python optional
google-i18n-address_2.3.2-3.dsc
8e8eb132dfa07909de4ae1db8ddb4b85 2296 python optional
google-i18n-address_2.3.2-3.debian.tar.xz
5358fdad50237f23c2feee8155acb93b 7096 python optional
google-i18n-address_2.3.2-3_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iHUEARYKAB0WIQTTaP514aqS9uSbmdJsHx7ezFD6UwUCW/ahHwAKCRBsHx7ezFD6
UwNoAP4+kZHHP5B58kVNF49cjEeIW1+GYcHImpTTHm5xEqSKxAD+IE1ZSUpO9c8g
4XtC6byRPUViQWtEw7K/VpxaCCsPXgs=
=Hnv7
-----END PGP SIGNATURE-----
--- End Message ---