[Python-modules-commits] [python-qrcode] 03/04: Merge tag 'upstream/5.3'
Hugo Lefeuvre
hle at moszumanska.debian.org
Mon Aug 22 20:53:44 UTC 2016
This is an automated email from the git hooks/post-receive script.
hle pushed a commit to branch master
in repository python-qrcode.
commit 675f0ec620055a2d0f8d5add1def88cb1ed412eb
Merge: ca7a74d cf68d7e
Author: Hugo Lefeuvre <hle at debian.org>
Date: Mon Aug 22 21:19:05 2016 +0200
Merge tag 'upstream/5.3'
Upstream version 5.3
# gpg: Signature made Mon 22 Aug 2016 09:18:56 PM CEST
# gpg: using RSA key AC90AC3EC524065E
# gpg: Good signature from "Hugo Lefeuvre <hle at debian.org>"
# gpg: aka "Hugo Lefeuvre (hugo6390) <hugo6390 at fr33tux.org>"
# gpg: aka "Hugo Lefeuvre (hugo6390) <hugo6390 at orange.fr>"
CHANGES.rst | 55 +++++++
PACKAGING.rst | 25 +++
PKG-INFO | 233 ++++++++++++++++++++++++++-
doc/qr.1 | 11 +-
qrcode.egg-info/PKG-INFO | 233 ++++++++++++++++++++++++++-
qrcode.egg-info/SOURCES.txt | 14 +-
qrcode.egg-info/entry_points.txt | 3 +
qrcode.egg-info/pbr.json | 1 +
qrcode.egg-info/requires.txt | 2 +-
qrcode/__init__.py | 12 +-
qrcode/base.py | 14 +-
scripts/qr => qrcode/console_scripts.py | 46 +++++-
qrcode/image/base.py | 8 +-
qrcode/image/pil.py | 31 +++-
qrcode/main.py | 38 +++--
qrcode/mecard.py | 33 ----
qrcode/speedy.py | 8 -
qrcode/tests.py | 126 ---------------
qrcode/tests/__init__.py | 0
qrcode/tests/svg.py | 5 +
qrcode/tests/test_example.py | 18 +++
qrcode/tests/test_qrcode.py | 272 ++++++++++++++++++++++++++++++++
qrcode/tests/test_script.py | 64 ++++++++
qrcode/util.py | 32 ++--
setup.cfg | 3 +
setup.py | 41 ++++-
26 files changed, 1094 insertions(+), 234 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-qrcode.git
More information about the Python-modules-commits
mailing list