[Python-modules-commits] [binaryornot] branch master updated (2b230b9 -> f02ec18)

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 change to branch master
in repository binaryornot.

      from  2b230b9   Update Vcs fields for git migration
       new  85c8dab   Import binaryornot_0.4.0.orig.tar.gz
       new  0b90ebb   record new upstream branch created by importing binaryornot_0.4.0.orig.tar.gz and merge it
       new  f02ec18   Prepare for release

The 3 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 ++++++++++--
 debian/.git-dpm                                    |  14 +-
 debian/changelog                                   |   4 +-
 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 +-
 45 files changed, 771 insertions(+), 50 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
 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