pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pydantic



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jan  2 13:15:56 UTC 2023

Modified Files:
        pkgsrc/devel/py-pydantic: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-pydantic/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-pydantic/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-pydantic/Makefile
diff -u pkgsrc/devel/py-pydantic/Makefile:1.4 pkgsrc/devel/py-pydantic/Makefile:1.5
--- pkgsrc/devel/py-pydantic/Makefile:1.4       Tue Oct 25 09:15:04 2022
+++ pkgsrc/devel/py-pydantic/Makefile   Mon Jan  2 13:15:56 2023
@@ -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 @@ HOMEPAGE=     https://github.com/samuelcolvi
 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
 

Index: pkgsrc/devel/py-pydantic/distinfo
diff -u pkgsrc/devel/py-pydantic/distinfo:1.3 pkgsrc/devel/py-pydantic/distinfo:1.4
--- pkgsrc/devel/py-pydantic/distinfo:1.3       Tue Oct 25 09:15:04 2022
+++ pkgsrc/devel/py-pydantic/distinfo   Mon Jan  2 13:15:56 2023
@@ -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