diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2017-09-26 19:01:28 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-09-30 07:19:03 +0700 |
commit | 47293576742b210228323efff267284df070db6e (patch) | |
tree | c5d531290b2d3d14847a15fde167c09c763f2530 /python/pendulum | |
parent | a8d9688fd5c67e7a2dd57d3d8c35ef863f58ef72 (diff) | |
download | slackbuilds-47293576742b210228323efff267284df070db6e.tar.gz |
python/pendulum: Updated for version 1.3.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python/pendulum')
-rw-r--r-- | python/pendulum/pendulum.SlackBuild | 2 | ||||
-rw-r--r-- | python/pendulum/pendulum.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/pendulum/pendulum.SlackBuild b/python/pendulum/pendulum.SlackBuild index 5255eb0fe6..04c2f77f39 100644 --- a/python/pendulum/pendulum.SlackBuild +++ b/python/pendulum/pendulum.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pendulum -VERSION=${VERSION:-1.2.4} +VERSION=${VERSION:-1.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pendulum/pendulum.info b/python/pendulum/pendulum.info index 41a5e248dd..7bb32d1499 100644 --- a/python/pendulum/pendulum.info +++ b/python/pendulum/pendulum.info @@ -1,8 +1,8 @@ PRGNAM="pendulum" -VERSION="1.2.4" +VERSION="1.3.0" HOMEPAGE="https://pendulum.eustace.io/" -DOWNLOAD="https://pypi.python.org/packages/7a/73/e750347672bd4ec46fef02388a99031da456af26ed35f908cb53286622a1/pendulum-1.2.4.tar.gz" -MD5SUM="fccdff327f5d960d18cc49abae4c4c8f" +DOWNLOAD="https://pypi.python.org/packages/7b/8c/0c2b32eaa82f00de332fe471eb1110732651ee22275339314b8469b869f7/pendulum-1.3.0.tar.gz" +MD5SUM="1f5f1ee6a64cfb4ca8fcf98fa24401df" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="tzlocal python-dateutil pytzdata" |