binaryornot 0.4.4+dfsg-5 source package in Ubuntu

Changelog

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

  [ Ondřej Nový ]
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Sandro Tosi ]
  * Use the new Debian Python Team contact name and address

 -- Sandro Tosi <email address hidden>  Thu, 21 Apr 2022 20:10:44 -0400

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
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
binaryornot_0.4.4+dfsg-5.dsc 2.1 KiB f1cb813ec7e31076bc06dd836b55c4053dadfb2f54565c4a2f2fff7c6990f334
binaryornot_0.4.4+dfsg.orig.tar.gz 341.0 KiB f10faaa6bb5bb9d21dab4c129049a87c2d1c24989d970f8e915d78f9d6a75439
binaryornot_0.4.4+dfsg-5.debian.tar.xz 3.3 KiB 96a6243462a23c25ff0a8e4b26519c705201ab38662b28157611aa30f954ff4f

Available diffs

No changes file available.

Binary packages built by this source

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.