binaryornot 0.4.4+dfsg-2 source package in Ubuntu

Changelog

binaryornot (0.4.4+dfsg-2) unstable; urgency=medium

  * Fix crashing test with recent python-hypothesis. Closes: #887579.

 -- Vincent Bernat <email address hidden>  Thu, 18 Jan 2018 08:53:35 +0100

Upload details

Uploaded by:
Vincent Bernat
Uploaded to:
Sid
Original maintainer:
Vincent Bernat
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
binaryornot_0.4.4+dfsg-2.dsc 2.3 KiB 8ce077d6531a5dd916cb6bf245f982678b8626b61b3ea6fe384521cfba517728
binaryornot_0.4.4+dfsg.orig.tar.gz 341.0 KiB f10faaa6bb5bb9d21dab4c129049a87c2d1c24989d970f8e915d78f9d6a75439
binaryornot_0.4.4+dfsg-2.debian.tar.xz 3.1 KiB d7355eee23c3f40f38a2a744a704545fafb429d7874682b83605ee2c72b08468

Available diffs

No changes file available.

Binary packages built by this source

python-binaryornot: No summary available for python-binaryornot in ubuntu focal.

No description available for python-binaryornot in ubuntu focal.

python3-binaryornot: check if a file is binary or text (Python 3 module)

 This Python package provides a function to check if a file is a text
 file or a binary file. It uses the same heuristic as file(1) by
 looking at the first 1024 bytes of the file and checks that all
 characters are printable.
 .
 This package contains the Python 3 module.