[Python-modules-commits] [python-pyotp] 02/02: Add Python versions in the descriptions.
Hugo Lefeuvre
hle at moszumanska.debian.org
Sat Sep 3 14:07:59 UTC 2016
This is an automated email from the git hooks/post-receive script.
hle pushed a commit to branch master
in repository python-pyotp.
commit d79b0c45912e409e70e5f683f0bcf19709ae26c8
Author: Hugo Lefeuvre <hle at debian.org>
Date: Sat Sep 3 15:57:37 2016 +0200
Add Python versions in the descriptions.
---
debian/changelog | 4 +++-
debian/control | 6 ++++--
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e5a2a4e..5230ae9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
-python-pyotp (2.1.1-2) unstable; urgency=medium
+python-pyotp (2.1.1-2) unstable; urgency=high
* Fix FTBFS on 32-bit platforms (Closes: #831399).
+ * debian/control:
+ - Add Python version informations in the short descriptions.
-- Hugo Lefeuvre <hle at debian.org> Fri, 15 Jul 2016 16:45:17 +0200
diff --git a/debian/control b/debian/control
index 6cab906..2ea73f0 100644
--- a/debian/control
+++ b/debian/control
@@ -21,7 +21,7 @@ Depends: ${misc:Depends}, ${python:Depends},
Recommends: ${python:Recommends}
Suggests: ${python:Suggests}
XB-Python-Egg-Name: pyotp
-Description: Python One Time Password Library
+Description: Python One Time Password Library (Python 2)
This package contains a Python library for generating and verifying one-time
passwords. It can be used to implement two-factor (2FA) or multi-factor (MFA)
authentication methods in web applications and in other systems that
@@ -36,6 +36,8 @@ Description: Python One Time Password Library
phone is lost, you account is still secured with a password)
* Google Authenticator allows you to store multiple OTP secrets and provision
those using a QR Code(no more typing in the secret)
+ .
+ This package contains the Python 2 version of pyotp.
Package: python3-pyotp
Architecture: all
@@ -43,7 +45,7 @@ Depends: ${misc:Depends}, ${python3:Depends},
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
XB-Python-Egg-Name: pyotp
-Description: Python One Time Password Library
+Description: Python One Time Password Library (Python 3)
This package contains a Python library for generating and verifying one-time
passwords. It can be used to implement two-factor (2FA) or multi-factor (MFA)
authentication methods in web applications and in other systems that
--
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