[Python-modules-commits] [binaryornot] 02/03: record new upstream branch created by importing binaryornot_0.4.0.orig.tar.gz and merge it
Vincent Bernat
bernat at moszumanska.debian.org
Sun Nov 15 22:07:24 UTC 2015
This is an automated email from the git hooks/post-receive script.
bernat pushed a commit to branch master
in repository binaryornot.
commit 0b90ebb11125f89ac880ab4804a900b564af5f03
Merge: 2b230b9 85c8dab
Author: Vincent Bernat <bernat at debian.org>
Date: Fri Oct 9 22:37:00 2015 +0200
record new upstream branch created by importing binaryornot_0.4.0.orig.tar.gz and merge it
.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 ++++++++++--
debian/.git-dpm | 14 +-
requirements_dev.txt | 2 -
setup.cfg | 2 +
setup.py | 14 +-
tests/files/decoding-error | 1 +
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 +-
44 files changed, 769 insertions(+), 48 deletions(-)
diff --cc debian/.git-dpm
index 11f5999,0000000..c7ed46a
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
+# see git-dpm(1) from git-dpm package
- baf2a2ef86f330971ba13af326efe265d51d8c51
- baf2a2ef86f330971ba13af326efe265d51d8c51
- baf2a2ef86f330971ba13af326efe265d51d8c51
- baf2a2ef86f330971ba13af326efe265d51d8c51
- binaryornot_0.3.0.orig.tar.gz
- e0ad87b38a95225b9f1b636f174a62cc6ae898eb
- 218206
++85c8dab392bee2f68f8cf95d17efcc52b289099f
++85c8dab392bee2f68f8cf95d17efcc52b289099f
++85c8dab392bee2f68f8cf95d17efcc52b289099f
++85c8dab392bee2f68f8cf95d17efcc52b289099f
++binaryornot_0.4.0.orig.tar.gz
++1e0c2f6fc351bd271b4dc3d12d3942703c7d4b31
++371339
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
--
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