python/python3-itsdangerous: Updated for version 2.1.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
MDrights 2022-06-03 21:15:18 +07:00 committed by Willy Sudiarto Raharjo
parent 60f050d94b
commit fb02cd4030
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 7 additions and 5 deletions

View file

@ -22,11 +22,13 @@
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
# 20220412 46and2: Updated version
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-itsdangerous
PROGNAM=itsdangerous
VERSION=${VERSION:-0.24}
VERSION=${VERSION:-2.1.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -87,7 +89,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a README CHANGES LICENSE PKG-INFO docs/*.rst $PKG/usr/doc/$PRGNAM-$VERSION
cp -a README.rst CHANGES.rst LICENSE.rst PKG-INFO docs/*.rst $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install

View file

@ -1,8 +1,8 @@
PRGNAM="python3-itsdangerous"
VERSION="0.24"
VERSION="2.1.2"
HOMEPAGE="https://github.com/mitsuhiko/itsdangerous"
DOWNLOAD="https://pypi.python.org/packages/source/i/itsdangerous/itsdangerous-0.24.tar.gz"
MD5SUM="a3d55aa79369aef5345c036a8a26307f"
DOWNLOAD="https://files.pythonhosted.org/packages/source/i/itsdangerous/itsdangerous-2.1.2.tar.gz"
MD5SUM="c1bc730ddf53b8374eaa823f24eb6438"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""