[Python-modules-commits] [python-pyotp] branch master updated (d79b0c4 -> bc699b7)

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


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

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

      from  d79b0c4   Add Python versions in the descriptions.
       new  5cfd91b   Imported Upstream version 2.2.1
       new  d186d0a   Merge tag 'upstream/2.2.1'
       new  bc699b7   Update changelog, remove upstream applied patch.

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:
 LICENSE                                         |   7 +-
 PKG-INFO                                        |  12 +-
 README.rst                                      |  10 +-
 debian/changelog                                |  10 +-
 debian/patches/series                           |   1 -
 debian/patches/timedelta-ingest-timestamp.patch |  28 ----
 debian/rules                                    |   1 -
 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 +++++++++++++++++++-----
 20 files changed, 265 insertions(+), 155 deletions(-)
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/timedelta-ingest-timestamp.patch
 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