From 7ca01e116a683a35f87db9c7265e6a50cd8c152d Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Thu, 30 Nov 2023 17:38:30 +0200 Subject: python/autopep8: Updated for version 2.0.4. Signed-off-by: Dimitris Zlatanidis Signed-off-by: Willy Sudiarto Raharjo --- python/autopep8/autopep8.SlackBuild | 4 ++-- python/autopep8/autopep8.info | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/python/autopep8/autopep8.SlackBuild b/python/autopep8/autopep8.SlackBuild index c4df394dab..0e5cea1d6b 100644 --- a/python/autopep8/autopep8.SlackBuild +++ b/python/autopep8/autopep8.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for autopep8 -# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece +# Copyright 2014-2023 Dimitris Zlatanidis Orestiada, Greece # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=autopep8 -VERSION=${VERSION:-2.0.1} +VERSION=${VERSION:-2.0.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/autopep8/autopep8.info b/python/autopep8/autopep8.info index ce31835dd3..a1ec7f64f1 100644 --- a/python/autopep8/autopep8.info +++ b/python/autopep8/autopep8.info @@ -1,10 +1,10 @@ PRGNAM="autopep8" -VERSION="2.0.1" +VERSION="2.0.4" HOMEPAGE="https://github.com/hhatto/autopep8" -DOWNLOAD="https://files.pythonhosted.org/packages/b5/13/d3b4adad46dd3ce96e293345e1efe660d405f3ee3f4289304dca8a4e5544/autopep8-2.0.1.tar.gz" -MD5SUM="753c6e426e19f1efee3c7e762227bfd4" +DOWNLOAD="https://files.pythonhosted.org/packages/e0/8a/9be661f5400867a09706e29f5ab99a59987fd3a4c337757365e7491fa90b/autopep8-2.0.4.tar.gz" +MD5SUM="45a33dcfdeeb3210fa1f63491e061715" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="pycodestyle python-toml" +REQUIRES="pycodestyle" MAINTAINER="Dimitris Zlatanidis" -EMAIL="d.zlatanidis@gmail.com" +EMAIL="dslackw@gmail.com" -- cgit v1.2.3-65-gdbad