[Python-modules-commits] [binaryornot] branch upstream updated (ba65b70 -> 643d410)

Vincent Bernat bernat at moszumanska.debian.org
Mon Nov 13 22:51:53 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  ba65b70   Import Upstream version 0.4.0+dfsg
      adds  643d410   New upstream release.

No new revisions were added by this update.

Summary of changes:
 .gitignore                  |   3 +
 .pep8                       |   3 +
 .travis.yml                 |  22 ++++---
 AUTHORS.rst                 |   4 ++
 HISTORY.rst                 |  20 +++++-
 LICENSE                     |  25 ++++++--
 README.rst                  |  32 +++++++---
 binaryornot/__init__.py     |   2 +-
 binaryornot/check.py        |  10 ++-
 binaryornot/helpers.py      |  49 ++++++++-------
 setup.py                    |  46 +++++++-------
 tasks.py                    |  24 +++++---
 tests/files/empty.pyc       | Bin 0 -> 94 bytes
 tests/files/hello_world.py  |   1 +
 tests/files/hello_world.pyc | Bin 0 -> 122 bytes
 tests/files/troublesome.pyc | Bin 0 -> 146 bytes
 tests/test_check.py         | 144 ++++++++++++++++++++++++++++----------------
 tox.ini                     |   5 +-
 18 files changed, 260 insertions(+), 130 deletions(-)
 create mode 100644 .pep8
 create mode 100644 tests/files/empty.pyc
 create mode 100644 tests/files/hello_world.py
 create mode 100644 tests/files/hello_world.pyc
 create mode 100644 tests/files/troublesome.pyc

-- 
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