pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-pydantic py-pydantic: updated to 1.10.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a6cb2860204c
branches:  trunk
changeset: 391008:a6cb2860204c
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jan 02 13:15:56 2023 +0000

description:
py-pydantic: updated to 1.10.4

v1.10.4 (2022-12-30)

* Change dependency to `typing-extensions>=4.2.0`,

v1.10.3 (2022-12-29)

**NOTE: v1.10.3 was ["yanked"](https://pypi.org/help/#yanked) from PyPI due to

* fix parsing of custom root models,
* fix: use dataclass proxy for frozen or empty dataclasses,
* Fix `schema` and `schema_json` on models where a model instance is a one of default values,
* Add Jina AI to sponsors on docs index page,
* fix: support assignment on `DataclassProxy`,
* Add `postgresql+psycopg` as allowed scheme for `PostgreDsn` to make it usable with SQLAlchemy 2,
* Allow dict schemas to have both `patternProperties` and `additionalProperties`,
* Fixes error passing None for optional lists with `unique_items`,
* Fix `GenericModel` with `Callable` param raising a `TypeError`,
* Fix field regex with `StrictStr` type annotation,
* Correct `dataclass_transform` keyword argument name from `field_descriptors` to `field_specifiers`,
* fix: avoid multiple calls of `__post_init__` when dataclasses are inherited,
* Reduce the size of binary wheels

diffstat:

 devel/py-pydantic/Makefile |  6 +++---
 devel/py-pydantic/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r e2cdb7783d3d -r a6cb2860204c devel/py-pydantic/Makefile
--- a/devel/py-pydantic/Makefile        Mon Jan 02 13:12:12 2023 +0000
+++ b/devel/py-pydantic/Makefile        Mon Jan 02 13:15:56 2023 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2022/10/25 09:15:04 adam Exp $
+# $NetBSD: Makefile,v 1.5 2023/01/02 13:15:56 adam Exp $
 
-DISTNAME=      pydantic-1.10.2
+DISTNAME=      pydantic-1.10.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pydantic/}
@@ -10,7 +10,7 @@
 COMMENT=       Data validation and settings management using python type hints
 LICENSE=       mit
 
-DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=4.1.0:../../devel/py-typing-extensions
+DEPENDS+=      ${PYPKGPREFIX}-typing-extensions>=4.2.0:../../devel/py-typing-extensions
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
diff -r e2cdb7783d3d -r a6cb2860204c devel/py-pydantic/distinfo
--- a/devel/py-pydantic/distinfo        Mon Jan 02 13:12:12 2023 +0000
+++ b/devel/py-pydantic/distinfo        Mon Jan 02 13:15:56 2023 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2022/10/25 09:15:04 adam Exp $
+$NetBSD: distinfo,v 1.4 2023/01/02 13:15:56 adam Exp $
 
-BLAKE2s (pydantic-1.10.2.tar.gz) = 4fe73f8eec2aecc1865a87c21cd01f2f4281eb22cb30c42766b92b325c857635
-SHA512 (pydantic-1.10.2.tar.gz) = 2dbb9cb573c497f381a7ae115ad8f684e58943f5657e02a66aa0ea37923a6451d45c154558d4267088c0f7ce983907cc945efaf896544171329f4e0689af9be5
-Size (pydantic-1.10.2.tar.gz) = 335713 bytes
+BLAKE2s (pydantic-1.10.4.tar.gz) = fc62d758cc2ce48ca423f9bffca4b2b37d3063f378034d3f34577169137036ef
+SHA512 (pydantic-1.10.4.tar.gz) = 335316f67e69a7c7bc229fe5667c099091b910de9ed579623b10e76bff49ce9d48fd6e804d456c7e82c1e12b7b51bbfa78a1944fba1f5506348cdad2a4df3f43
+Size (pydantic-1.10.4.tar.gz) = 338830 bytes



Home | Main Index | Thread Index | Old Index