[Python-modules-commits] [python-pyotp] branch upstream updated (8714c54 -> 5cfd91b)

Hugo Lefeuvre hle at moszumanska.debian.org
Fri Sep 9 16:46:22 UTC 2016


This is an automated email from the git hooks/post-receive script.

hle pushed a change to branch upstream
in repository python-pyotp.

      from  8714c54   Imported Upstream version 2.1.1
       new  5cfd91b   Imported Upstream version 2.2.1

The 1 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:
 LICENSE                         |   7 +-
 PKG-INFO                        |  12 ++-
 README.rst                      |  10 +--
 requirements.txt                |   1 -
 setup.cfg                       |   4 +
 setup.py                        |   7 +-
 src/pyotp.egg-info/PKG-INFO     |  12 ++-
 src/pyotp.egg-info/SOURCES.txt  |   2 +-
 src/pyotp.egg-info/requires.txt |   1 -
 src/pyotp/__init__.py           |  12 +--
 src/pyotp/compat.py             |  10 +++
 src/pyotp/hotp.py               |  10 ++-
 src/pyotp/otp.py                |  18 ++---
 src/pyotp/totp.py               |  21 ++---
 src/pyotp/utils.py              |  89 +++++++++++++---------
 test.py                         | 164 ++++++++++++++++++++++++++++++++--------
 16 files changed, 256 insertions(+), 124 deletions(-)
 delete mode 100644 src/pyotp.egg-info/requires.txt
 create mode 100644 src/pyotp/compat.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pyotp.git



More information about the Python-modules-commits mailing list