diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-09-27 03:57:37 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-01 07:28:39 +0700 |
commit | 85efd1bffffea3f240d78f20ed97c63f1ffdbda8 (patch) | |
tree | f741121df9ee353c4fa90e5a25cce5deeb2b1dda /python/pendulum | |
parent | a9cd79321773917d27f320d200803b9e4cf66388 (diff) | |
download | slackbuilds-85efd1bffffea3f240d78f20ed97c63f1ffdbda8.tar.gz |
python/pendulum: Updated for version 0.6.2.
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 8bb9d7e792..975afd278d 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.1} +VERSION=${VERSION:-0.6.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/pendulum/pendulum.info b/python/pendulum/pendulum.info index 1c364b2967..b703554df4 100644 --- a/python/pendulum/pendulum.info +++ b/python/pendulum/pendulum.info @@ -1,8 +1,8 @@ PRGNAM="pendulum" -VERSION="0.6.1" +VERSION="0.6.2" HOMEPAGE="https://pendulum.eustace.io/" -DOWNLOAD="https://pypi.python.org/packages/60/37/44c6ff4fa1e8c0b23b23775100269227070f835d46e165dcdffbf6db02fe/pendulum-0.6.1.tar.gz" -MD5SUM="2362d866eae0adc6527a8d54315d09f0" +DOWNLOAD="https://pypi.python.org/packages/29/76/44fb90c50921211eced8dfbfe33972ba941c626fa959fabe879a557098df/pendulum-0.6.2.tar.gz" +MD5SUM="6a0f857a0b9c34160a848871d269f25e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="tzlocal python-dateutil" |