junitparser 1.4.0-1 source package in Ubuntu

Changelog

junitparser (1.4.0-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.

  [ Bastian Germann ]
  * remove unnecessary tests control
  * New upstream version 1.4.0

 -- Bastian Germann <email address hidden>  Sat, 02 Nov 2019 11:43:50 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
junitparser_1.4.0-1.dsc 2.0 KiB fbf32a86714d1a29f5605dc609edc48d3ed92ace963bb437319f5db7513e66d5
junitparser_1.4.0.orig.tar.gz 14.7 KiB 24dc87354429ccecb3d141981f2d48d74213e909d4254d75ea640cad307bef3e
junitparser_1.4.0-1.debian.tar.xz 2.4 KiB 3977e301ca8c46c6834a35ea4e5eb38df1d118e83b726df9b92158678a4653d8

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.