diff options
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 |
commit | 8db6aea16e755607299397b398b1118c9745b735 (patch) | |
tree | 8da9b00e53d56f46dc5f21c0bf5ead27a80a7222 /python/python3-pydantic | |
parent | 94a755473fc7936580a8d8e552b3f465ffdd0833 (diff) |
python/python3-pydantic: Updated for version 2.5.3.
Diffstat (limited to 'python/python3-pydantic')
-rw-r--r-- | python/python3-pydantic/python3-pydantic.SlackBuild | 7 | ||||
-rw-r--r-- | python/python3-pydantic/python3-pydantic.info | 6 |
2 files changed, 5 insertions, 8 deletions
diff --git a/python/python3-pydantic/python3-pydantic.SlackBuild b/python/python3-pydantic/python3-pydantic.SlackBuild index b0f0ab978a905..740e749ebcfde 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 5b468ebe5f66e..56bae48dd0abf 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" |