junitparser 2.3.0-1 source package in Ubuntu

Changelog

junitparser (2.3.0-1) unstable; urgency=medium

  * New upstream version 2.3.0

 -- Bastian Germann <email address hidden>  Mon, 27 Dec 2021 11:14:55 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
junitparser_2.3.0-1.dsc 2.0 KiB a02a8f0b1e1a3597cac127c533934bf1498396398b67d8e36f7cd5ad7d9519c5
junitparser_2.3.0.orig.tar.gz 18.8 KiB 22a6c93c88143d00fbee7e30ced0e72b09d47aaf84efa40180550b5c1cd23825
junitparser_2.3.0-1.debian.tar.xz 3.0 KiB c5a736ba18712f58adcb81097639b3bf1c83c8f3c18159295a6a675f2e0346b6

Available diffs

No changes file available.

Binary packages built by this source

junitparser: Merges JUnit/xUnit Result XML files

 junitparser is a JUnit/xUnit result XML Parser. Use it to parse and manipulate
 existing Result XML files, or create new JUnit/xUnit result XMLs from scratch.
 .
 The command line tool can merge several Result XML files to one file.

python3-junitparser: Manipulates JUnit/xUnit Result XML files

 junitparser is a JUnit/xUnit result XML Parser. Use it to parse and manipulate
 existing Result XML files, or create new JUnit/xUnit result XMLs from scratch.
 .
 There are already a lot of modules that convert JUnit/xUnit XML from a
 specific format, but you may run into some proprietary or less-known formats
 and you want to convert them and feed the result to another tool, or, you may
 want to manipulate the results in your own way.