junitparser 3.1.0-2 source package in Ubuntu

Changelog

junitparser (3.1.0-2) unstable; urgency=medium

  * Patch: Remove unused future dependency (Closes: #1058782)

 -- Bastian Germann <email address hidden>  Sat, 16 Dec 2023 11:18:56 +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

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
junitparser_3.1.0-2.dsc 2.0 KiB 8ab1f7edb3e278cc8d2d2fc3de2f6a69fcae49b497ece0b3decf6b34d1fc057e
junitparser_3.1.0.orig.tar.gz 22.2 KiB 6aed2aeeccb12c74f8ce4e4abc2adbda9056eb4686c7bc81834cca34fcacf75e
junitparser_3.1.0-2.debian.tar.xz 3.8 KiB 7534d938d18230be85ee48bf99eacde327dae119a9cfc8e11e70478e05074703

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.