summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2023-12-28 16:38:57 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-30 07:33:34 +0700
commit8db6aea16e755607299397b398b1118c9745b735 (patch)
tree8da9b00e53d56f46dc5f21c0bf5ead27a80a7222
parent94a755473fc7936580a8d8e552b3f465ffdd0833 (diff)
downloadslackbuilds-8db6aea16e755607299397b398b1118c9745b735.tar.gz
slackbuilds-8db6aea16e755607299397b398b1118c9745b735.tar.xz
python/python3-pydantic: Updated for version 2.5.3.
-rw-r--r--python/python3-pydantic/python3-pydantic.SlackBuild7
-rw-r--r--python/python3-pydantic/python3-pydantic.info6
2 files changed, 5 insertions, 8 deletions
diff --git a/python/python3-pydantic/python3-pydantic.SlackBuild b/python/python3-pydantic/python3-pydantic.SlackBuild
index b0f0ab978a..740e749ebc 100644
--- a/python/python3-pydantic/python3-pydantic.SlackBuild
+++ b/python/python3-pydantic/python3-pydantic.SlackBuild
@@ -26,8 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-pydantic
SRCNAM=${PRGNAM#python3-*}
-VERSION=${VERSION:-2.5.2}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-2.5.3}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -63,9 +63,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \+
-# change version requirement
-sed -i 's/2\.14\.5/2.14.6/' pyproject.toml
-
python3 -m build --no-isolation
python3 -m installer -d "$PKG" dist/*.whl
diff --git a/python/python3-pydantic/python3-pydantic.info b/python/python3-pydantic/python3-pydantic.info
index 5b468ebe5f..56bae48dd0 100644
--- a/python/python3-pydantic/python3-pydantic.info
+++ b/python/python3-pydantic/python3-pydantic.info
@@ -1,8 +1,8 @@
PRGNAM="python3-pydantic"
-VERSION="2.5.2"
+VERSION="2.5.3"
HOMEPAGE="https://github.com/pydantic/pydantic"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pydantic/pydantic-2.5.2.tar.gz"
-MD5SUM="348281a5a27eb5253c7a83927aae64e1"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pydantic/pydantic-2.5.3.tar.gz"
+MD5SUM="4651fb3374d2a0d74442c2cc780770d0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-annotated-types python3-pydantic-core python3-hatch_fancy_pypi_readme"