[Python-modules-commits] [binaryornot] branch upstream updated (baf2a2e -> ba65b70)
Vincent Bernat
bernat at moszumanska.debian.org
Tue Feb 21 08:01:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
bernat pushed a change to branch upstream
in repository binaryornot.
from baf2a2e Imported Upstream version 0.3.0
adds 85c8dab Import binaryornot_0.4.0.orig.tar.gz
new ba65b70 Import Upstream version 0.4.0+dfsg
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 4 +
.travis.yml | 21 +--
AUTHORS.rst | 12 +-
HISTORY.rst | 21 +++
README.rst | 20 ++-
appveyor.yml | 36 +++++
appveyor/install.ps1 | 88 ++++++++++++
appveyor/setup_build_env.cmd | 16 +++
binaryornot/__init__.py | 2 +-
binaryornot/check.py | 6 +
binaryornot/helpers.py | 89 ++++++++++--
requirements_dev.txt | 2 -
setup.cfg | 2 +
setup.py | 14 +-
tests/files/decoding-error | 1 +
tests/files/lena.gif | Bin 16336 -> 0 bytes
tests/files/lena.jpg | Bin 4788 -> 0 bytes
tests/files/lookup-error | 1 +
tests/files/pixelstream.rgb | 67 +++++++++
tests/isBinaryFile/README.md | 25 ++++
tests/isBinaryFile/encodings/big5.txt | 1 +
tests/isBinaryFile/encodings/big5_B.txt | 22 +++
tests/isBinaryFile/encodings/bom_utf-16.txt | Bin 0 -> 94 bytes
tests/isBinaryFile/encodings/bom_utf-16le.txt | Bin 0 -> 92 bytes
tests/isBinaryFile/encodings/bom_utf-32.txt | Bin 0 -> 184 bytes
tests/isBinaryFile/encodings/bom_utf-32le.txt | Bin 0 -> 184 bytes
tests/isBinaryFile/encodings/bom_utf-8.txt | 1 +
tests/isBinaryFile/encodings/test-gb.txt | 1 +
tests/isBinaryFile/encodings/test-gb2.txt | 1 +
tests/isBinaryFile/encodings/test-kr.txt | 1 +
tests/isBinaryFile/encodings/test-latin.txt | 18 +++
tests/isBinaryFile/encodings/test-shishi.txt | 2 +
tests/isBinaryFile/encodings/test-utf16be.txt | Bin 0 -> 100 bytes
tests/isBinaryFile/encodings/utf8cn.txt | 1 +
tests/isBinaryFile/encodings/utf_8.txt | 1 +
tests/isBinaryFile/grep | Bin 0 -> 29664 bytes
tests/isBinaryFile/index.js | 156 +++++++++++++++++++++
tests/isBinaryFile/no.lua | 2 +
.../isBinaryFile/null_file.gif | 0
tests/isBinaryFile/pdf.pdf | Bin 0 -> 81879 bytes
tests/isBinaryFile/perl_script | 2 +
tests/isBinaryFile/russian_file.rst | 49 +++++++
tests/isBinaryFile/trunks.gif | Bin 0 -> 40074 bytes
tests/test_check.py | 114 ++++++++++++++-
tox.ini | 4 +-
45 files changed, 762 insertions(+), 41 deletions(-)
create mode 100644 appveyor.yml
create mode 100644 appveyor/install.ps1
create mode 100644 appveyor/setup_build_env.cmd
create mode 100644 setup.cfg
create mode 100644 tests/files/decoding-error
delete mode 100644 tests/files/lena.gif
delete mode 100644 tests/files/lena.jpg
create mode 100644 tests/files/lookup-error
create mode 100644 tests/files/pixelstream.rgb
create mode 100644 tests/isBinaryFile/README.md
create mode 100644 tests/isBinaryFile/encodings/big5.txt
create mode 100644 tests/isBinaryFile/encodings/big5_B.txt
create mode 100644 tests/isBinaryFile/encodings/bom_utf-16.txt
create mode 100644 tests/isBinaryFile/encodings/bom_utf-16le.txt
create mode 100644 tests/isBinaryFile/encodings/bom_utf-32.txt
create mode 100644 tests/isBinaryFile/encodings/bom_utf-32le.txt
create mode 100644 tests/isBinaryFile/encodings/bom_utf-8.txt
create mode 100644 tests/isBinaryFile/encodings/test-gb.txt
create mode 100644 tests/isBinaryFile/encodings/test-gb2.txt
create mode 100644 tests/isBinaryFile/encodings/test-kr.txt
create mode 100644 tests/isBinaryFile/encodings/test-latin.txt
create mode 100644 tests/isBinaryFile/encodings/test-shishi.txt
create mode 100644 tests/isBinaryFile/encodings/test-utf16be.txt
create mode 100644 tests/isBinaryFile/encodings/utf8cn.txt
create mode 100644 tests/isBinaryFile/encodings/utf_8.txt
create mode 100755 tests/isBinaryFile/grep
create mode 100644 tests/isBinaryFile/index.js
create mode 100644 tests/isBinaryFile/no.lua
rename requirements.txt => tests/isBinaryFile/null_file.gif (100%)
create mode 100644 tests/isBinaryFile/pdf.pdf
create mode 100644 tests/isBinaryFile/perl_script
create mode 100644 tests/isBinaryFile/russian_file.rst
create mode 100644 tests/isBinaryFile/trunks.gif
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/binaryornot.git
More information about the Python-modules-commits
mailing list