[Python-modules-commits] [binaryornot] branch master updated (089308b -> 2d4eca5)
Vincent Bernat
bernat at moszumanska.debian.org
Mon Nov 13 22:51:50 UTC 2017
This is an automated email from the git hooks/post-receive script.
bernat pushed a change to branch master
in repository binaryornot.
from 089308b Tentative to update manually git-dpm
adds 015a1ab Refresh patches after git-dpm to gbp pq conversion
adds a785c08 d/watch: mangle debian version to remove dfsg
adds c2e1eae d/watch: handle +dfsg repack correctly
adds 643d410 New upstream release.
adds f733b84 Update upstream source from tag 'upstream/0.4.4+dfsg'
adds f5d0dc4 New upstream release
adds 3533eab d/control: use debhelper 10
adds 2d4eca5 d/control: add testsuite
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 +++----
debian/changelog | 11 ++
debian/compat | 2 +-
debian/control | 5 +-
debian/copyright | 3 +
...ve-tests-regarding-to-non-free-image-lena.patch | 4 +-
debian/watch | 5 +-
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 +-
24 files changed, 284 insertions(+), 136 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