aboutsummaryrefslogtreecommitdiff
path: root/python/python3-pydantic-core/python3-pydantic-core.SlackBuild
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2023-09-27 02:18:46 -0600
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-30 11:16:32 +0700
commit0d48d3fc735a4c9d81aac59e3c7797d4a6af27d3 (patch)
tree8b42426e89809050c96fb86b9ee73886bae347e2 /python/python3-pydantic-core/python3-pydantic-core.SlackBuild
parent7048ab9705d8ea95114fae91254d5e89673942ee (diff)
python/python3-pydantic-core: Updated for version 2.10.1, with fixes.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pydantic-core/python3-pydantic-core.SlackBuild')
-rw-r--r--python/python3-pydantic-core/python3-pydantic-core.SlackBuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/python3-pydantic-core/python3-pydantic-core.SlackBuild b/python/python3-pydantic-core/python3-pydantic-core.SlackBuild
index c5f30bee6a..d39cfd16e9 100644
--- a/python/python3-pydantic-core/python3-pydantic-core.SlackBuild
+++ b/python/python3-pydantic-core/python3-pydantic-core.SlackBuild
@@ -3,7 +3,6 @@
# Slackware build script for python3-pydantic-core
# Copyright 2023 fourtysixandtwo <fourtysixandtwo@sliderr.net>
-# Copyright 2022-2023 fourtysixandtwo <fourtysixandtwo@sliderr.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -27,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-pydantic-core
SRCNAM=pydantic_core
-VERSION=${VERSION:-2.6.3}
+VERSION=${VERSION:-2.10.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}