python/tempora: Updated for version 1.11.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
7d66c892d3
commit
4dabc09322
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for tempora
|
# Slackware build script for tempora
|
||||||
|
|
||||||
# Copyright 2017 Dimitris Zlatanidis Orestiada, Greece
|
# Copyright 2017-2018 Dimitris Zlatanidis Orestiada, Greece
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=tempora
|
PRGNAM=tempora
|
||||||
VERSION=${VERSION:-1.9}
|
VERSION=${VERSION:-1.11}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="tempora"
|
PRGNAM="tempora"
|
||||||
VERSION="1.9"
|
VERSION="1.11"
|
||||||
HOMEPAGE="https://github.com/jaraco/tempora"
|
HOMEPAGE="https://github.com/jaraco/tempora"
|
||||||
DOWNLOAD="https://pypi.python.org/packages/b1/c9/07ecd8c9d964c6433957b694a5ca637d428c8c02e1bd8907c9d0fd47650c/tempora-1.9.tar.gz"
|
DOWNLOAD="https://pypi.python.org/packages/12/6b/dc2e9370bf3be766302dbd6cd9729e258e875d31a7a21c9f760aaa5b5b5e/tempora-1.11.tar.gz"
|
||||||
MD5SUM="8d97279cea5c3aab74d09b54083b2299"
|
MD5SUM="9c918e999cc48d92b3750226f21974e6"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="setuptools-scm six pytz"
|
REQUIRES="setuptools-scm six pytz"
|
||||||
|
|
Loading…
Reference in New Issue