diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2015-08-29 19:47:57 +0300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-09-05 18:24:37 +0700 |
commit | eb4d08753c6d5d30fec2fbc369244f181ae990f6 (patch) | |
tree | e7d551427ea5ba5fb7f2231b1ccb7ebecf46b72b /python | |
parent | 5add62cc17d429807218ebea6978f7506652088c (diff) |
python/path.py: Updated for version 8.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 33dc4d557983..0a13e52a7bf2 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:-7.6} +VERSION=${VERSION:-8.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/path.py/path.py.info b/python/path.py/path.py.info index 8261e4db0f47..990b58d98b6f 100644 --- a/python/path.py/path.py.info +++ b/python/path.py/path.py.info @@ -1,8 +1,8 @@ PRGNAM="path.py" -VERSION="7.6" +VERSION="8.1" HOMEPAGE="https://github.com/jaraco/path.py" -DOWNLOAD="https://github.com/jaraco/path.py/archive/7.6.tar.gz" -MD5SUM="8467fb5b1232678e63942ff870dedc59" +DOWNLOAD="https://pypi.python.org/packages/source/p/path.py/path.py-8.1.tar.gz" +MD5SUM="6203f1e1dd221404f28d612a90104a9c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pysetuptools" |