summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author fourtysixandtwo <fourtysixandtwo@sliderr.net>2024-03-02 14:48:02 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-03-09 08:08:13 +0700
commit1a6ed5e08d6a4be447c34ae0744ab361170b29db (patch)
treed0ccacb3d5b85d38a747c29d8647f80768b8a93a
parentb3eb33a0ac53ba58a337a44e101147c917d24d3f (diff)
downloadslackbuilds-1a6ed5e08d6a4be447c34ae0744ab361170b29db.tar.gz
slackbuilds-1a6ed5e08d6a4be447c34ae0744ab361170b29db.tar.xz
python/python3-pydantic: Updated for version 2.6.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--python/python3-pydantic/python3-pydantic.SlackBuild2
-rw-r--r--python/python3-pydantic/python3-pydantic.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-pydantic/python3-pydantic.SlackBuild b/python/python3-pydantic/python3-pydantic.SlackBuild
index 9243d8673b..3f501845e9 100644
--- a/python/python3-pydantic/python3-pydantic.SlackBuild
+++ b/python/python3-pydantic/python3-pydantic.SlackBuild
@@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-pydantic
SRCNAM=${PRGNAM#python3-*}
-VERSION=${VERSION:-2.6.2}
+VERSION=${VERSION:-2.6.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/python/python3-pydantic/python3-pydantic.info b/python/python3-pydantic/python3-pydantic.info
index 02ac87bb55..9d41b75925 100644
--- a/python/python3-pydantic/python3-pydantic.info
+++ b/python/python3-pydantic/python3-pydantic.info
@@ -1,8 +1,8 @@
PRGNAM="python3-pydantic"
-VERSION="2.6.2"
+VERSION="2.6.3"
HOMEPAGE="https://github.com/pydantic/pydantic"
-DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pydantic/pydantic-2.6.2.tar.gz"
-MD5SUM="f07f11534e715f71a5ae91418a291ce9"
+DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pydantic/pydantic-2.6.3.tar.gz"
+MD5SUM="bb92d8aa8e45d4df14c914f88fba07f0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-annotated-types python3-pydantic-core python3-hatch_fancy_pypi_readme"