diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-09-11 03:57:11 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-12 08:10:57 +0700 |
commit | 75d1759469cdbf4e82943ea11f0ac3eff4e3d0f5 (patch) | |
tree | 3a11b27c5e2cc78c669a8e182b177a81829b1b16 /python | |
parent | 14ea6e86f42c392dd21938662da5745f2dc871de (diff) |
python/path.py: Updated for version 8.1.1.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/path.py/path.py.SlackBuild | 2 | ||||
-rw-r--r-- | python/path.py/path.py.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/path.py/path.py.SlackBuild b/python/path.py/path.py.SlackBuild index 0a13e52a7bf2..9680540bfc08 100644 --- a/python/path.py/path.py.SlackBuild +++ b/python/path.py/path.py.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=path.py -VERSION=${VERSION:-8.1} +VERSION=${VERSION:-8.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/path.py/path.py.info b/python/path.py/path.py.info index 990b58d98b6f..3af32fcbc29b 100644 --- a/python/path.py/path.py.info +++ b/python/path.py/path.py.info @@ -1,8 +1,8 @@ PRGNAM="path.py" -VERSION="8.1" +VERSION="8.1.1" HOMEPAGE="https://github.com/jaraco/path.py" -DOWNLOAD="https://pypi.python.org/packages/source/p/path.py/path.py-8.1.tar.gz" -MD5SUM="6203f1e1dd221404f28d612a90104a9c" +DOWNLOAD="https://pypi.python.org/packages/source/p/path.py/path.py-8.1.1.tar.gz" +MD5SUM="40a8cba213479bfd053a5aae0b801562" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pysetuptools" |