python/autopep8: Updated for version 1.3.1.

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2017-04-16 12:21:49 +02:00 committed by Willy Sudiarto Raharjo
parent 371baedf46
commit f5afa47388
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=autopep8
VERSION=${VERSION:-1.3}
VERSION=${VERSION:-1.3.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="autopep8"
VERSION="1.3"
VERSION="1.3.1"
HOMEPAGE="https://github.com/hhatto/autopep8"
DOWNLOAD="https://pypi.python.org/packages/94/90/1d1b88ea986636b3b64f4d1fcf8dbbd550c62b4b6f928d47aa27749c8719/autopep8-1.3.tar.gz"
MD5SUM="d33d0b1db7c552f96dc176e6085e3054"
DOWNLOAD="https://pypi.python.org/packages/8e/15/eff7372840d20506afacfb4550e1dc69668d7540c2c6729a70d0448d48cb/autopep8-1.3.1.tar.gz"
MD5SUM="389403c1d606c6d9b5ec0dbec50dae9a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pycodestyle"