diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-09-13 05:26:21 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-09-14 19:07:16 +0700 |
commit | 23e700523fd207deb90eebe4710807544e70b1f1 (patch) | |
tree | 30ac3c4fe98ffc058518b21af484e516d9a27241 /python | |
parent | b227abc083153830078ec8a76a17db2465af38fd (diff) |
python/pendulum: Updated for version 0.6.0.
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 a2060d697f21..99069ef33501 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.5} +VERSION=${VERSION:-0.6.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pendulum/pendulum.info b/python/pendulum/pendulum.info index 95f3b4389b0f..66922e298991 100644 --- a/python/pendulum/pendulum.info +++ b/python/pendulum/pendulum.info @@ -1,8 +1,8 @@ PRGNAM="pendulum" -VERSION="0.5.5" +VERSION="0.6.0" HOMEPAGE="https://pendulum.eustace.io/" -DOWNLOAD="https://pypi.python.org/packages/49/4c/f7c778715993d0257956a73abc02d5956b79b02e3078ee2b0aba15020579/pendulum-0.5.5.tar.gz" -MD5SUM="95eebe3720244726dda8431280282241" +DOWNLOAD="https://pypi.python.org/packages/42/6f/c421e071126574375f4b2ceabea1296fe1a09fe8dd9a450e5c81c2bf3b96/pendulum-0.6.0.tar.gz" +MD5SUM="bb86cf3771042eb431fcb83a6cfc080b" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="tzlocal python-dateutil" |