diff options
author | Dominik Drobek <dominik.drobek@o2.pl> | 2019-09-17 22:51:50 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-09-20 23:07:48 +0700 |
commit | a5a8b027e8db904ed6f0a06782f975f83af48c24 (patch) | |
tree | e8f81236f9386c1f842bcd5fd4fc3c793df652d4 /python/pyotp | |
parent | 6b432186d4b6e406c68b6dc70cba27dd7e255280 (diff) | |
download | slackbuilds-a5a8b027e8db904ed6f0a06782f975f83af48c24.tar.gz |
python/pyotp: Updated for version 2.3.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pyotp')
-rw-r--r-- | python/pyotp/pyotp.SlackBuild | 6 | ||||
-rw-r--r-- | python/pyotp/pyotp.info | 8 | ||||
-rw-r--r-- | python/pyotp/slack-desc | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/python/pyotp/pyotp.SlackBuild b/python/pyotp/pyotp.SlackBuild index 30f13eee70..a8b3154bc0 100644 --- a/python/pyotp/pyotp.SlackBuild +++ b/python/pyotp/pyotp.SlackBuild @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pyotp -VERSION=${VERSION:-2.2.7} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.3.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -76,7 +76,7 @@ if $(python3 -c 'import sys' 2>/dev/null); then fi mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a Changes.rst LICENSE README.rst $PKG/usr/doc/$PRGNAM-$VERSION +cp -a LICENSE README.rst $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/python/pyotp/pyotp.info b/python/pyotp/pyotp.info index 5d178a856c..fd4a333d59 100644 --- a/python/pyotp/pyotp.info +++ b/python/pyotp/pyotp.info @@ -1,8 +1,8 @@ PRGNAM="pyotp" -VERSION="2.2.7" -HOMEPAGE="https://github.com/pyotp/pyotp" -DOWNLOAD="https://github.com/pyotp/pyotp/archive/v2.2.7/pyotp-2.2.7.tar.gz" -MD5SUM="db3ba334a21e6e02c7d210b8b307d6f5" +VERSION="2.3.0" +HOMEPAGE="https://pypi.org/project/pyotp/" +DOWNLOAD="https://files.pythonhosted.org/packages/f7/15/395c4945ea6bc37e8811280bb675615cb4c2b2c1cd70bdc43329da91a386/pyotp-2.3.0.tar.gz" +MD5SUM="d445da203b0e60b5b386d07fdb431e14" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/python/pyotp/slack-desc b/python/pyotp/slack-desc index a04a4ed464..675af8b366 100644 --- a/python/pyotp/slack-desc +++ b/python/pyotp/slack-desc @@ -13,7 +13,7 @@ pyotp: passwords. It can be used to implement two-factor or multi-factor pyotp: authentication methods in web applications and in other systems pyotp: that require users to log in. pyotp: -pyotp: Homepage: https://github.com/pyotp/pyotp +pyotp: Homepage: https://pypi.org/project/pyotp/ pyotp: pyotp: pyotp: |