diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-10-20 01:49:42 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-22 08:47:07 +0700 |
commit | 386de9fbab9895990cb10336bb1a5265e99acfac (patch) | |
tree | 2bcedd861c9d4861c26997f3e1939dd833dd97d5 /python | |
parent | 9b67bcdb29db806b6b3bfb8e8b81de7aefc8f152 (diff) | |
download | slackbuilds-386de9fbab9895990cb10336bb1a5265e99acfac.tar.gz |
python/pendulum: Updated for version 0.6.3.
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 975afd278d..99154bd0b7 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.6.2} +VERSION=${VERSION:-0.6.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pendulum/pendulum.info b/python/pendulum/pendulum.info index b703554df4..83d1f8e0e3 100644 --- a/python/pendulum/pendulum.info +++ b/python/pendulum/pendulum.info @@ -1,8 +1,8 @@ PRGNAM="pendulum" -VERSION="0.6.2" +VERSION="0.6.3" HOMEPAGE="https://pendulum.eustace.io/" -DOWNLOAD="https://pypi.python.org/packages/29/76/44fb90c50921211eced8dfbfe33972ba941c626fa959fabe879a557098df/pendulum-0.6.2.tar.gz" -MD5SUM="6a0f857a0b9c34160a848871d269f25e" +DOWNLOAD="https://pypi.python.org/packages/3a/dd/f0c46ec9f91d3a445ef208460a4ee7de203238e87cd085464a0ac5de30c2/pendulum-0.6.3.tar.gz" +MD5SUM="eecd76a582bbbb1ac9ffa3a9afa19a49" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="tzlocal python-dateutil" |