mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
devel/py-pydantic2: Update to 2.11.3
Changes: https://github.com/pydantic/pydantic/releases https://docs.pydantic.dev/latest/changelog/
This commit is contained in:
parent
b46eedd4bf
commit
108e7baf74
3 changed files with 7 additions and 22 deletions
|
@ -1,6 +1,5 @@
|
||||||
PORTNAME= pydantic
|
PORTNAME= pydantic
|
||||||
PORTVERSION= 2.10.6
|
PORTVERSION= 2.11.3
|
||||||
PORTREVISION= 3
|
|
||||||
CATEGORIES= devel python
|
CATEGORIES= devel python
|
||||||
MASTER_SITES= PYPI
|
MASTER_SITES= PYPI
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
|
@ -17,8 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-fancy-pypi-readme>=22.5.0:devel/py-hatch-fancy-pypi-readme@${PY_FLAVOR} \
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-fancy-pypi-readme>=22.5.0:devel/py-hatch-fancy-pypi-readme@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
|
||||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}annotated-types>=0.6.0:devel/py-annotated-types@${PY_FLAVOR} \
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}annotated-types>=0.6.0:devel/py-annotated-types@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}pydantic-core>=2.30.0<2.30.0_99:devel/py-pydantic-core@${PY_FLAVOR} \
|
${PYTHON_PKGNAMEPREFIX}pydantic-core>=2.33.1<2.33.1_99:devel/py-pydantic-core@${PY_FLAVOR} \
|
||||||
${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.12.2:devel/py-typing-extensions@${PY_FLAVOR}
|
${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.12.2:devel/py-typing-extensions@${PY_FLAVOR} \
|
||||||
|
${PYTHON_PKGNAMEPREFIX}typing-inspection>=0.4.0:devel/py-typing-inspection@${PY_FLAVOR}
|
||||||
|
|
||||||
USES= python
|
USES= python
|
||||||
USE_PYTHON= autoplist concurrent pep517
|
USE_PYTHON= autoplist concurrent pep517
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1738089050
|
TIMESTAMP = 1744288964
|
||||||
SHA256 (pydantic-2.10.6.tar.gz) = ca5daa827cce33de7a42be142548b0096bf05a7e7b365aebfa5f8eeec7128236
|
SHA256 (pydantic-2.11.3.tar.gz) = 7471657138c16adad9322fe3070c0116dd6c3ad8d649300e3cbdfe91f4db4ec3
|
||||||
SIZE (pydantic-2.10.6.tar.gz) = 761681
|
SIZE (pydantic-2.11.3.tar.gz) = 785513
|
||||||
|
|
|
@ -1,15 +0,0 @@
|
||||||
Obtained from: https://github.com/pydantic/pydantic/commit/4a7ec17b5f8bcdd151ee35e4585fec3fb65bdf1a
|
|
||||||
https://github.com/pydantic/pydantic/commit/144e426fa003ae2cdff979cd6ea2b6229291eb83
|
|
||||||
https://github.com/pydantic/pydantic/commit/d4fac869bb4ee003ea62f056526b0dcbbd1e566f
|
|
||||||
|
|
||||||
--- pyproject.toml.orig 2020-02-02 00:00:00 UTC
|
|
||||||
+++ pyproject.toml
|
|
||||||
@@ -46,7 +46,7 @@ dependencies = [
|
|
||||||
dependencies = [
|
|
||||||
'typing-extensions>=4.12.2',
|
|
||||||
'annotated-types>=0.6.0',
|
|
||||||
- 'pydantic-core==2.27.2',
|
|
||||||
+ 'pydantic-core==2.30.0',
|
|
||||||
]
|
|
||||||
dynamic = ['version', 'readme']
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue