vows 0.8.3-6 source package in Ubuntu

Changelog

vows (0.8.3-6) unstable; urgency=medium

  * Update pattern for GitHub archive URLs from /<org>/<repo>/tags
    page/<org>/<repo>/archive/<tag> -> /<org>/<repo>/archive/refs/tags/<tag>
  * Update standards version to 4.6.0, no changes needed
  * Update nodejs dependency to nodejs:any

 -- Yadd <email address hidden>  Sun, 21 Nov 2021 17:22:45 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe web
Noble release universe web
Mantic release universe web
Lunar release universe web
Jammy release universe web

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
vows_0.8.3-6.dsc 2.0 KiB 6b33c1b1a3ad2dce62cb0eb5a3a1fdc4d47de6466b199c6dbdbc58a22d502b69
vows_0.8.3.orig.tar.gz 55.4 KiB 0b0ca31a3b303bb613ee5488393a0932d4b6d5831070fec2e1d31d760643a0a1
vows_0.8.3-6.debian.tar.xz 6.4 KiB b505014988db742d1595a6da76534a756d6ad68826073b6e7a7720c25dcc975c

Available diffs

No changes file available.

Binary packages built by this source

node-vows: asynchronous BDD & continuous integration for Node

 Node is an event-based server-side JavaScript engine.
 .
 Vows is a behavior driven development (BDD) framework for Node.
 .
 Vows was built from the ground up to test asynchronous code. It
 executes your tests in parallel when it makes sense, and sequentially
 when there are dependencies.
 .
 Emphasis was put on speed of execution, clarity and user experience.
 .
 This package contains the vows library for Node, and the script vows
 for running tests from the commandline.