Your message dated Sun, 12 Nov 2017 12:23:06 +0000
with message-id <e1edri2-000gic...@fasolo.debian.org>
and subject line Bug#880838: fixed in python-restless 2.1.1-1
has caused the Debian Bug report #880838,
regarding python-restless FTBFS with python 3.6 as only supported version
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.)
--
880838: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=880838
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: python-restless
Version: 2.0.3-1
Severity: serious
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-restless.html
...
======================================================================
ERROR: test_as_detail (tests.test_pyr.PyramidResourceTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/build/1st/python-restless-2.0.3/.pybuild/pythonX.Y_3.6/build/tests/test_pyr.py",
line 81, in test_as_detail
resp = detail_endpoint(req)
File
"/build/1st/python-restless-2.0.3/.pybuild/pythonX.Y_3.6/build/restless/pyr.py",
line 27, in _wrapper
return inst.handle('detail', name)
File
"/build/1st/python-restless-2.0.3/.pybuild/pythonX.Y_3.6/build/restless/resources.py",
line 290, in handle
return self.build_response(serialized, status=status)
File
"/build/1st/python-restless-2.0.3/.pybuild/pythonX.Y_3.6/build/restless/pyr.py",
line 37, in build_response
resp = Response(data, status_code=status, content_type=content_type)
File "/usr/lib/python3/dist-packages/webob/response.py", line 310, in __init__
"You cannot set the body to a text value without a "
TypeError: You cannot set the body to a text value without a charset
======================================================================
ERROR: test_as_list (tests.test_pyr.PyramidResourceTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/build/1st/python-restless-2.0.3/.pybuild/pythonX.Y_3.6/build/tests/test_pyr.py",
line 54, in test_as_list
resp = list_endpoint(req)
File
"/build/1st/python-restless-2.0.3/.pybuild/pythonX.Y_3.6/build/restless/resources.py",
line 140, in _wrapper
return inst.handle(view_type, *args, **kwargs)
File
"/build/1st/python-restless-2.0.3/.pybuild/pythonX.Y_3.6/build/restless/resources.py",
line 290, in handle
return self.build_response(serialized, status=status)
File
"/build/1st/python-restless-2.0.3/.pybuild/pythonX.Y_3.6/build/restless/pyr.py",
line 37, in build_response
resp = Response(data, status_code=status, content_type=content_type)
File "/usr/lib/python3/dist-packages/webob/response.py", line 310, in __init__
"You cannot set the body to a text value without a "
TypeError: You cannot set the body to a text value without a charset
======================================================================
ERROR: test_create (tests.test_pyr.PyramidResourceTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/build/1st/python-restless-2.0.3/.pybuild/pythonX.Y_3.6/build/tests/test_pyr.py",
line 109, in test_create
resp = self.res.handle('list')
File
"/build/1st/python-restless-2.0.3/.pybuild/pythonX.Y_3.6/build/restless/resources.py",
line 290, in handle
return self.build_response(serialized, status=status)
File
"/build/1st/python-restless-2.0.3/.pybuild/pythonX.Y_3.6/build/restless/pyr.py",
line 37, in build_response
resp = Response(data, status_code=status, content_type=content_type)
File "/usr/lib/python3/dist-packages/webob/response.py", line 310, in __init__
"You cannot set the body to a text value without a "
TypeError: You cannot set the body to a text value without a charset
======================================================================
ERROR: test_handle_not_authenticated (tests.test_pyr.PyramidResourceTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/build/1st/python-restless-2.0.3/.pybuild/pythonX.Y_3.6/build/restless/resources.py",
line 280, in handle
raise Unauthorized()
restless.exceptions.Unauthorized: Unauthorized.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File
"/build/1st/python-restless-2.0.3/.pybuild/pythonX.Y_3.6/build/tests/test_pyr.py",
line 93, in test_handle_not_authenticated
resp = self.res.handle('list')
File
"/build/1st/python-restless-2.0.3/.pybuild/pythonX.Y_3.6/build/restless/resources.py",
line 287, in handle
return self.handle_error(err)
File
"/build/1st/python-restless-2.0.3/.pybuild/pythonX.Y_3.6/build/restless/resources.py",
line 306, in handle_error
return self.build_error(err)
File
"/build/1st/python-restless-2.0.3/.pybuild/pythonX.Y_3.6/build/restless/resources.py",
line 211, in build_error
return self.build_response(body, status=status)
File
"/build/1st/python-restless-2.0.3/.pybuild/pythonX.Y_3.6/build/restless/pyr.py",
line 37, in build_response
resp = Response(data, status_code=status, content_type=content_type)
File "/usr/lib/python3/dist-packages/webob/response.py", line 310, in __init__
"You cannot set the body to a text value without a "
TypeError: You cannot set the body to a text value without a charset
----------------------------------------------------------------------
Ran 87 tests in 0.588s
FAILED (errors=4, skipped=5)
sys:1: ResourceWarning: unclosed file <_io.FileIO name=5 mode='wb' closefd=True>
sys:1: ResourceWarning: unclosed file <_io.FileIO name=4 mode='rb' closefd=True>
E: pybuild pybuild:283: test: plugin distutils failed with: exit code=1: cd
/build/1st/python-restless-2.0.3/.pybuild/pythonX.Y_3.6/build; python3.6 -m
unittest discover -v
dh_auto_test: pybuild --test -i python{version} -p 3.6 returned exit code 13
debian/rules:8: recipe for target 'build' failed
make: *** [build] Error 25
--- End Message ---
--- Begin Message ---
Source: python-restless
Source-Version: 2.1.1-1
We believe that the bug you reported is fixed in the latest version of
python-restless, 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 880...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
W. Martin Borgert <deba...@debian.org> (supplier of updated python-restless
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: Sun, 12 Nov 2017 10:21:17 +0000
Source: python-restless
Binary: python-restless python3-restless python-restless-doc
Architecture: source all
Version: 2.1.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Python Modules Team
<python-modules-t...@lists.alioth.debian.org>
Changed-By: W. Martin Borgert <deba...@debian.org>
Description:
python-restless - lightweight REST miniframework for Python
python-restless-doc - lightweight REST miniframework for Python
python3-restless - lightweight REST miniframework for Python
Closes: 880838
Changes:
python-restless (2.1.1-1) unstable; urgency=medium
.
* New upstream version
* Add patch to set charset (Closes: #880838)
* Bump standards version and compat level
* Try R³=no
Checksums-Sha1:
2a66a3d11ea96a5ed997f347d128cb8176c6dc1b 2413 python-restless_2.1.1-1.dsc
32e37ea433b9dcee5939a4795083d32bdef7d68c 51828
python-restless_2.1.1.orig.tar.gz
384878d3a7d2a1f3c422fd8898a5f8030bde3952 3492
python-restless_2.1.1-1.debian.tar.xz
61dd6f3cfdbf5e42c9bb2a5b7a64c535514983b2 67828
python-restless-doc_2.1.1-1_all.deb
ba220b332c22574a70b3ac25d34a3e4f872328f0 18392 python-restless_2.1.1-1_all.deb
6d2e696838c3d62afebc93e4185bdcdc2f7e9c3a 9596
python-restless_2.1.1-1_amd64.buildinfo
89618ebfd76853dcf89cd4da5ad1ba62ba1de896 16552 python3-restless_2.1.1-1_all.deb
Checksums-Sha256:
c075394ffaff3aae6f6bb1f634b0958c44e06306127cb1371e3ac191551373b4 2413
python-restless_2.1.1-1.dsc
8650dd045ff0e99149451023d6dabda5b7fd8138019fd69f4b8070f4fc7959fa 51828
python-restless_2.1.1.orig.tar.gz
880534cb8294fc9f020ea1635f9789b069535b7c7b6c4b52db9fdb9077a13263 3492
python-restless_2.1.1-1.debian.tar.xz
3df9550bf5cc3ab57720b6dc938fa64d6202e7b66c5877601a89d45e3de47409 67828
python-restless-doc_2.1.1-1_all.deb
1670d015adb1b6a7ba0dc9161164d214a4d765397fa8bcc64964f344eef0eb2b 18392
python-restless_2.1.1-1_all.deb
c9523c1f4d606c9248dbda682130905f857338e785c754c0c36f66babad32302 9596
python-restless_2.1.1-1_amd64.buildinfo
f522fefafa1fc83294067c4b4bfa61ecf781b17a9ecf0e8d4e56a53cd8bbd982 16552
python3-restless_2.1.1-1_all.deb
Files:
419959f4b617fe4cd8b25469d930ea5e 2413 python optional
python-restless_2.1.1-1.dsc
2977b4b07c0e66ab5a3627da07a795fe 51828 python optional
python-restless_2.1.1.orig.tar.gz
b166033ef5e34f0ac0f35176e9f055fe 3492 python optional
python-restless_2.1.1-1.debian.tar.xz
368bc9b0c59cdc5b82f49eef59939caa 67828 doc optional
python-restless-doc_2.1.1-1_all.deb
f3f0a19057f3bdb231c0145185418b69 18392 python optional
python-restless_2.1.1-1_all.deb
3af436fbd8cf9087e3f44436bf4591ce 9596 python optional
python-restless_2.1.1-1_amd64.buildinfo
31bec9286d94585782ce8c8dbf4b096b 16552 python optional
python3-restless_2.1.1-1_all.deb
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEftHeo0XZoKEY1KdA4+Chwoa5Y+oFAloIOBIACgkQ4+Chwoa5
Y+pBpQ//dRz+XD8DjAERBamdC5blkCe1aoC/B04O9s+gZq3PScanpxHgtG1OXAKM
YU8ty/PWO7xNu7rPO9VkE47ybmqqiBZlvlVDcv/SQ2nKpZD1ndQISBXrpXkMSolv
//iOlEbdFhceYNufJfxhdYCWN2G4zquWIymvl9uqQgIz6ac0g1dGdTx/uVLscqfM
B9GjnS0+OvrtcS8BrxFQukdCdPhHaqegnuirHQCcrRpV0Bel5Z+NC+CXUGZcKu8Y
kLnS6sr4os4jQ+hLv9rdWLajgAcgQaii3rI8BMycx3d80zT6/k6JUTFLedTURksM
mbdHPsgrfRgke6E8nr7jobKgRqojsCh6tcQ5qj/T+HXl/j1Lp8NzSc3a2582u8HV
JFBnDJHnSGnySON9upuTJRFxFeEWrg2ji6KNbq1qWbHBaeHLv3aiqAZSEA/daLRo
/dJF6Q+U7m380KskfwygpnppoPkDgw98fhicg+/5OsZrbjiHdep8J5FGh6ZhHlBl
ERbKPsZCs7GRBjMqK6hzm1DvrINtl4jabAfZfw3KaRyRvGWu9QzesTUhzfPI6Z2d
+Zp/P8smMQOBlZKYQ8UZR2OxSqLziKgWiZZrgprtUDOQgj6QU6sumt3BNOAovZBD
P6SOZ2MyPcFn0REjEhXTOABVpYmzurIDmJeizdTYdsGWsoJw/m4=
=2bLs
-----END PGP SIGNATURE-----
--- End Message ---