Package: node-superagent / 10.3.0-1

Metadata

Package Version Patches format
node-superagent 10.3.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
drop unstable test.patch | (download)

test/node/multipart.js | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 these tests succeed during build and fail during autopkgtest
 because chuck size changes
disable ody parser test.patch | (download)

test/request.js | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 disable body-parser test during node-body-parser and node-express transition
fix query encoding tests.patch | (download)

test/node/query.js | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 fix query encoding tests for newer node.js
 Node.js querystring module now decodes %F6 (invalid UTF-8) as the
 Unicode replacement character U+FFFD instead of keeping the raw
 percent-encoded form.