summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Jeremy Hansen2024-03-20 21:27:21 +0100
committer Willy Sudiarto Raharjo2024-03-22 00:11:30 +0100
commitf7c4729ff3d1cb9784ff1c3e161050cdb6ad1c1c (patch)
tree31535d6c26506abd132a3e0d45f195adba8a0208
parentea8c652d68c7febf5bf629f4dac71ef2c678e011 (diff)
downloadslackbuilds-f7c4729ff3d1cb9784ff1c3e161050cdb6ad1c1c.tar.gz
python/python3-unearth: Version bump to 0.15.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-unearth/python3-unearth.SlackBuild5
-rw-r--r--python/python3-unearth/python3-unearth.info8
2 files changed, 8 insertions, 5 deletions
diff --git a/python/python3-unearth/python3-unearth.SlackBuild b/python/python3-unearth/python3-unearth.SlackBuild
index fcce57dbf7..fc5e310b65 100644
--- a/python/python3-unearth/python3-unearth.SlackBuild
+++ b/python/python3-unearth/python3-unearth.SlackBuild
@@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-unearth
-VERSION=${VERSION:-0.14.0}
+VERSION=${VERSION:-0.15.0}
SRCNAM=${SRCNAM:-unearth}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -65,6 +65,9 @@ find -L . \
# Fix version detection
export PDM_BUILD_SCM_VERSION=$VERSION
+# Remove unncessary httpx version requirement
+sed -i 's|httpx.*|httpx",|' pyproject.toml
+
python3 -m build --wheel --no-isolation
python3 -m installer --destdir=$PKG dist/*.whl
diff --git a/python/python3-unearth/python3-unearth.info b/python/python3-unearth/python3-unearth.info
index a74186b3ef..010d5d9a04 100644
--- a/python/python3-unearth/python3-unearth.info
+++ b/python/python3-unearth/python3-unearth.info
@@ -1,10 +1,10 @@
PRGNAM="python3-unearth"
-VERSION="0.14.0"
+VERSION="0.15.0"
HOMEPAGE="https://github.com/frostming/unearth"
-DOWNLOAD="https://github.com/frostming/unearth/archive/refs/tags/0.14.0/unearth-0.14.0.tar.gz"
-MD5SUM="aa09d61dde01b4c4f539e7148bab477c"
+DOWNLOAD="https://github.com/frostming/unearth/archive/refs/tags/0.15.0/unearth-0.15.0.tar.gz"
+MD5SUM="971ff3ab50a43c89d42e8b512c41739a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-pdm-backend"
+REQUIRES="python3-pdm-backend python3-httpx"
MAINTAINER="Jeremy Hansen"
EMAIL="jebrhansen+SBo@gmail.com"