python-firehose 0.5-1 source package in Ubuntu

Changelog

python-firehose (0.5-1) unstable; urgency=medium

  * Upload to unstable
  * Add myself as uploader, with permission from paultag
  * New upstream version: 0.5
  * Drop fix-python3.patch: Applied upstream
  * Add fix-findbugs-test.patch
    - Renames a utility function so it is no longer executed
      like a test.

 -- Matthias Klumpp <email address hidden>  Thu, 04 Jan 2024 10:02:52 +0100

Upload details

Uploaded by:
Paul Tagliamonte
Uploaded to:
Sid
Original maintainer:
Paul Tagliamonte
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-firehose_0.5-1.dsc 2.1 KiB 7df78a3fa169207582bb467a4443117c93d8608ce1ffa5388c5d6f32e7771aae
python-firehose_0.5.orig.tar.gz 94.7 KiB cde91df156f8725a3d29a3cd153767a64f71c3903af98d29ae2a06f3cebb2b99
python-firehose_0.5-1.debian.tar.xz 4.8 KiB ff11f4adb0f03ce8eeafc9e4b5b0c79be9cef88643747d351419e1c4abdf23f0

No changes file available.

Binary packages built by this source

python3-firehose: Python bindings to the Firehose static analysis format

 Static analysis data is, well, awesome! However, there's a problem of suffering
 from 10,000 different schemas, and unique ways of communicating the results.
 .
 Firehose aims to solve these issues by providing a common static analysis
 schema, with parsers for common tools, and lots of code to deal with
 Firehose output.
 .
 This package contains the Python 3 bindings to the Firehose XML schema.