Fri, 14 Jun 2024 02:36:05 UTC | login

Information for build python-binaryornot-0.4.0-6.fc27

ID16174
Package Namepython-binaryornot
Version0.4.0
Release6.fc27
Epoch
SummaryA pure Python package to check if a file is binary or text
DescriptionUltra-lightweight pure Python package to guess whether a file is binary or text, using a heuristic similar to Perl's pp_fttext and its analysis by @eliben. Has tests for these file types: * Text: .txt, .css, .json, .svg, .js, .lua, .pl, .rst * Binary: .png, .gif, .jpg, .tiff, .bmp, .DS_Store, .eot, .otf, .ttf, .woff, .rgb Has tests for numerous encodings.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:25:00 UTC
CompletedSat, 14 Apr 2018 20:25:00 UTC
Tags
f28
f29
RPMs
src
python-binaryornot-0.4.0-6.fc27.src.rpm (info) (download)
noarch
python-binaryornot-docs-0.4.0-6.fc27.noarch.rpm (info) (download)
python2-binaryornot-0.4.0-6.fc27.noarch.rpm (info) (download)
python3-binaryornot-0.4.0-6.fc27.noarch.rpm (info) (download)
Changelog * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro HronĨok <mhroncok@redhat.com> - 0.4.0-4 - Rebuild for Python 3.6 * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-3 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages * Mon Nov 30 2015 Pierre-Yves Chibon <pingou@pingoured.fr> - 0.4.0-2 - Update the spec to the latest guidelines, generating two sub-packages one for py2 and one for py3 - Build the doc and place it in a -docs sub-package * Fri Nov 27 2015 Pierre-Yves Chibon <pingou@pingoured.fr> - 0.4.0-1 - initial package for Fedora