diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-09-27 02:18:46 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-30 11:16:32 +0700 |
commit | 0d48d3fc735a4c9d81aac59e3c7797d4a6af27d3 (patch) | |
tree | 8b42426e89809050c96fb86b9ee73886bae347e2 /python/python3-pydantic-core/python3-pydantic-core.SlackBuild | |
parent | 7048ab9705d8ea95114fae91254d5e89673942ee (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.SlackBuild | 3 |
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} |