From nobody Mon Jan 1 09:20:16 2024 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4T3Vnb6z9Rz56MM2; Mon, 1 Jan 2024 09:20:19 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from shell1.rawbw.com (shell1.rawbw.com [198.144.192.42]) by mx1.freebsd.org (Postfix) with ESMTP id 4T3Vnb4ZPMz4Jr9; Mon, 1 Jan 2024 09:20:19 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Authentication-Results: mx1.freebsd.org; none Received: from [192.168.5.3] (c-24-6-36-155.hsd1.ca.comcast.net [24.6.36.155]) (authenticated bits=0) by shell1.rawbw.com (8.15.1/8.15.1) with ESMTPSA id 4019KIPa023244 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO); Mon, 1 Jan 2024 01:20:18 -0800 (PST) (envelope-from yuri@FreeBSD.org) X-Authentication-Warning: shell1.rawbw.com: Host c-24-6-36-155.hsd1.ca.comcast.net [24.6.36.155] claimed to be [192.168.5.3] Message-ID: <6bedc3bf-3631-4ca1-b402-04a6e6d0ab41@FreeBSD.org> Date: Mon, 1 Jan 2024 01:20:16 -0800 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: =?UTF-8?Q?Re=3A_git=3A_35af49532116_-_main_-_devel/py-pydantic=3A_R?= =?UTF-8?Q?evert_=22devel/py-pydantic=3A_update_1=2E10=2E13_=E2=86=92_2=2E5?= =?UTF-8?B?LjMi?= Content-Language: en-US To: Antoine Brodin , ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org References: <202401010900.401901oS006154@gitrepo.freebsd.org> From: Yuri In-Reply-To: <202401010900.401901oS006154@gitrepo.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:7961, ipnet:198.144.192.0/23, country:US] X-Spamd-Bar: ---- X-Rspamd-Queue-Id: 4T3Vnb4ZPMz4Jr9 Hi Antoine, I think that my original commit was correct. https://pypi.org/ only has one package pydantic with version 2.5.3 pydantic2 doesn't exist there. Having pydantic2 in addition to pydantic would definitely cause build failures in other ports due to dependency problems and conflicts. I asked sunpoet to remove pydantic2. Regards, Yuri On 1/1/24 01:00, Antoine Brodin wrote: > The branch main has been updated by antoine: > > URL: https://cgit.FreeBSD.org/ports/commit/?id=35af495321169004e8eb53ca9f86b956b0f62ce8 > > commit 35af495321169004e8eb53ca9f86b956b0f62ce8 > Author: Antoine Brodin > AuthorDate: 2024-01-01 08:54:37 +0000 > Commit: Antoine Brodin > CommitDate: 2024-01-01 08:54:37 +0000 > > devel/py-pydantic: Revert "devel/py-pydantic: update 1.10.13 → 2.5.3" > > This reverts commit 5966bd160173d6bbf105a003cc074653d9ddfe3c. > This is duplicate of devel/py-pydantic2 > --- > devel/py-pydantic/Makefile | 13 +++++-------- > devel/py-pydantic/distinfo | 6 +++--- > 2 files changed, 8 insertions(+), 11 deletions(-) > > diff --git a/devel/py-pydantic/Makefile b/devel/py-pydantic/Makefile > index 358d889cc36e..7157a7f5c29d 100644 > --- a/devel/py-pydantic/Makefile > +++ b/devel/py-pydantic/Makefile > @@ -1,5 +1,5 @@ > PORTNAME= pydantic > -DISTVERSION= 2.5.3 > +DISTVERSION= 1.10.13 > CATEGORIES= devel python > MASTER_SITES= PYPI > PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} > @@ -11,18 +11,15 @@ WWW= https://github.com/samuelcolvin/pydantic > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/LICENSE > > -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} > -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}annotated-types>=0.4.0:devel/py-annotated-types@${PY_FLAVOR} \ > - ${PYTHON_PKGNAMEPREFIX}pydantic-core>=2.14.6:devel/py-pydantic-core@${PY_FLAVOR} \ > - ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6.1:devel/py-typing-extensions@${PY_FLAVOR} > +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.2.0:devel/py-typing-extensions@${PY_FLAVOR} > TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis@${PY_FLAVOR} > > USES= cpe python > -USE_PYTHON= pep517 autoplist pytest # tests fail to run, see https://github.com/pydantic/pydantic/issues/4535, https://github.com/HypothesisWorks/hypothesis/issues/3703 > +USE_PYTHON= distutils cython autoplist pytest # tests fail to run, see https://github.com/pydantic/pydantic/issues/4535, https://github.com/HypothesisWorks/hypothesis/issues/3703 > > CPE_VENDOR= pydantic_project > > -NO_ARCH= yes > +post-install: > + @${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pydantic/*${PYTHON_EXT_SUFFIX}.so > > .include > diff --git a/devel/py-pydantic/distinfo b/devel/py-pydantic/distinfo > index 00ef1bc871fb..e91a6e5be6c8 100644 > --- a/devel/py-pydantic/distinfo > +++ b/devel/py-pydantic/distinfo > @@ -1,3 +1,3 @@ > -TIMESTAMP = 1703928173 > -SHA256 (pydantic-2.5.3.tar.gz) = b3ef57c62535b0941697cce638c08900d87fcb67e29cfa99e8a68f747f393f7a > -SIZE (pydantic-2.5.3.tar.gz) = 651797 > +TIMESTAMP = 1703294152 > +SHA256 (pydantic-1.10.13.tar.gz) = 32c8b48dcd3b2ac4e78b0ba4af3a2c2eb6048cb75202f0ea7b34feb740efc340 > +SIZE (pydantic-1.10.13.tar.gz) = 348297