diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-09-03 07:21:22 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-11 08:53:26 +0700 |
commit | e4bf8e39a80e3fbd7eba5b392ffc615971cb322c (patch) | |
tree | 3eb7fc0940ab0f40b49252e992a4bb4cbd8999f3 /python | |
parent | c4b3ab0be9390471ec8312874a168b8f502bba24 (diff) | |
download | slackbuilds-e4bf8e39a80e3fbd7eba5b392ffc615971cb322c.tar.gz |
python/pendulum: Updated for version 0.5.5.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-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 a6e8950a3e..a2060d697f 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:-0.5.4} +VERSION=${VERSION:-0.5.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pendulum/pendulum.info b/python/pendulum/pendulum.info index 1a0fb25e14..95f3b4389b 100644 --- a/python/pendulum/pendulum.info +++ b/python/pendulum/pendulum.info @@ -1,8 +1,8 @@ PRGNAM="pendulum" -VERSION="0.5.4" +VERSION="0.5.5" HOMEPAGE="https://pendulum.eustace.io/" -DOWNLOAD="https://pypi.python.org/packages/ef/b6/e785a87be64f26b190beee6d83b9cb619bc2de848dc05d590d494c0c52c9/pendulum-0.5.4.tar.gz" -MD5SUM="8dfc8afcb592569e38d51adfbe087106" +DOWNLOAD="https://pypi.python.org/packages/49/4c/f7c778715993d0257956a73abc02d5956b79b02e3078ee2b0aba15020579/pendulum-0.5.5.tar.gz" +MD5SUM="95eebe3720244726dda8431280282241" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="tzlocal python-dateutil" |