summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Isaac Yu2022-02-06 09:30:28 +0100
committer Willy Sudiarto Raharjo2022-02-07 02:24:49 +0100
commit8ad025e9c2615c7a86c3415c82cd9268420d0131 (patch)
treeded242fb5b74800a0a96692db1a4ec8a72be4b54
parent27294b1360718835d3c4febaf7818cbf7c3813eb (diff)
downloadslackbuilds-8ad025e9c2615c7a86c3415c82cd9268420d0131.tar.gz
python/python3-aiohttp: Updated for version 3.8.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-aiohttp/python3-aiohttp.SlackBuild8
-rw-r--r--python/python3-aiohttp/python3-aiohttp.info8
2 files changed, 8 insertions, 8 deletions
diff --git a/python/python3-aiohttp/python3-aiohttp.SlackBuild b/python/python3-aiohttp/python3-aiohttp.SlackBuild
index 64b840850d..df6518542d 100644
--- a/python/python3-aiohttp/python3-aiohttp.SlackBuild
+++ b/python/python3-aiohttp/python3-aiohttp.SlackBuild
@@ -1,7 +1,7 @@
-#!/bin/bash
+#!/bin/sh
# Slackware build script for python3-aiohttp
-# Copyright 2019-2021 Isaac Yu <isaacyu1@isaacyu1.com>
+# Copyright 2019-2022 Isaac Yu <isaacyu1@isaacyu1.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-aiohttp
-VERSION=${VERSION:-3.7.4.post0}
+VERSION=${VERSION:-3.8.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -86,7 +86,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 *.rst *.txt docs/ requirements/ CODE_OF_CONDUCT.md $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a *.rst *.txt docs/ PKG-INFO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/python/python3-aiohttp/python3-aiohttp.info b/python/python3-aiohttp/python3-aiohttp.info
index 089f4e7963..8a2f797034 100644
--- a/python/python3-aiohttp/python3-aiohttp.info
+++ b/python/python3-aiohttp/python3-aiohttp.info
@@ -1,10 +1,10 @@
PRGNAM="python3-aiohttp"
-VERSION="3.7.4.post0"
+VERSION="3.8.1"
HOMEPAGE="https://aiohttp.readthedocs.io/en/stable/"
-DOWNLOAD="https://github.com/aio-libs/aiohttp/archive/v3.7.4.post0/aiohttp-3.7.4.post0.tar.gz"
-MD5SUM="d643e1dcbb79acd27aaaa9af3fc1e210"
+DOWNLOAD="https://github.com/aio-libs/aiohttp/archive/v3.8.1/aiohttp-3.8.1.tar.gz"
+MD5SUM="faf7726dc65a940272874c0f441e8ec6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="gunicorn async-timeout python3-attrs yarl typing-extensions"
+REQUIRES="gunicorn async-timeout python3-attrs yarl aiosignal"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu1@isaacyu1.com"