node-formidable 1.2.1+20200129git8231ea6-1 source package in Ubuntu

Changelog

node-formidable (1.2.1+20200129git8231ea6-1) unstable; urgency=medium

  * New upstream version, between 1.2.1 and 2.0.0-alpha
    This has been cut so that it works reasonably well on node 12
    without api changes or major packaging changes.
  * Additionally, some upstream changes have been added manually,
    to fix tests, and pass them:
    + upstream-test-fixes.patch
    + backport-upstream-fixes.patch, Closes: #963062.
      Depends: node-once
    + test-using-node-fetch.patch
      Build-Depends: node-fetch, node-form-data
  * Update watch file url
  * Override dh_clean to remove test/tmp
  * Drop docs, README.md is installed automatically
  * lintian-overrides: source-is-missing example/multipartParser.js

 -- Jérémy Lal <email address hidden>  Tue, 28 Jul 2020 17:50:02 +0200

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-formidable_1.2.1+20200129git8231ea6-1.dsc 2.3 KiB 78ae75c879d04db432a4d29b9779c8953b6594c1871a1b2e98b20138a66f8f16
node-formidable_1.2.1+20200129git8231ea6.orig.tar.xz 1.9 MiB 33f0231447314257733eb2e42b7704a335b34391f9e68d2f7a3d183604e3736f
node-formidable_1.2.1+20200129git8231ea6-1.debian.tar.xz 15.5 KiB 8477305bfde2a935ff0f80d74d56b07512199ada150b8243f572f5269b682401

No changes file available.

Binary packages built by this source

node-formidable: Multipart form data parser module for Node.js

 node-formidable is a well-tested parser for multipart/form-data sent by
 http clients. It emphasizes support for file uploads.
 .
 Node.js is an event-based server-side javascript engine.