14
0

- Update to 2.35.1:

* Fix generic issues with ValidationInfo and SerializationInfo by @Viicos in #1736
2.35.0:
  * Do not reuse validator and serializer when unpickling by @Viicos in #1693
  * Remove unnecessary required fields count when exclude_none is set by @Viicos in #1708
  * Update test dependencies after 3.8 dropped support by @Viicos in #1710
  * Mark constructor parameters of exceptions as positional-only by @Viicos in #1699
  * fix: submodel fields with wrap validator affect smart union selection by @weiliddat in #1700
  * use pypa/gh-action-pypi-publish by @samuelcolvin in #1599
  * add critical sections around bytearray reads by @davidhewitt in #1717
  * simplify ser-as-any mechanism by @davidhewitt in #1478
  * Coerce 'time' schema constraints by @Viicos in #1720
  * drop serde-json preserve_order feature by @davidhewitt in #1724
  * Remove core schema validation by @Viicos in #1715
  * Improve uncaught PydanticUseDefault exception message by @Viicos in #1730
  * Add support for Python 3.14 by @Viicos in #1714
  * drop pypy3.9 support, add pypy3.11 support by @davidhewitt in #1726
  * Add ensure_ascii option by @Viicos in #1689
  * Update repr of TzInfo by @Viicos in #1701
  * Make ValidationInfo and SerializationInfo generic for context by @Viicos in #1686

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydantic-core?expand=0&rev=19
This commit is contained in:
2025-06-23 06:39:12 +00:00
committed by Git OBS Bridge
parent 492e71423a
commit 2db3ea5f68
6 changed files with 32 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
<services>
<service name="download_files" mode="manual"/>
<service name="cargo_vendor" mode="manual">
<param name="srctar">pydantic_core-2.34.1.tar.gz</param>
<param name="srctar">pydantic_core-2.35.1.tar.gz</param>
<param name="compression">xz</param>
<param name="update">true</param>
</service>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6bf31628ab6d0e7c7c0372419898c52ef0a447b33ab47c7f62053bd013cc5b09
size 435281

BIN
pydantic_core-2.35.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Jun 23 05:40:13 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
- Update to 2.35.1:
* Fix generic issues with ValidationInfo and SerializationInfo by @Viicos in #1736
2.35.0:
* Do not reuse validator and serializer when unpickling by @Viicos in #1693
* Remove unnecessary required fields count when exclude_none is set by @Viicos in #1708
* Update test dependencies after 3.8 dropped support by @Viicos in #1710
* Mark constructor parameters of exceptions as positional-only by @Viicos in #1699
* fix: submodel fields with wrap validator affect smart union selection by @weiliddat in #1700
* use pypa/gh-action-pypi-publish by @samuelcolvin in #1599
* add critical sections around bytearray reads by @davidhewitt in #1717
* simplify ser-as-any mechanism by @davidhewitt in #1478
* Coerce 'time' schema constraints by @Viicos in #1720
* drop serde-json preserve_order feature by @davidhewitt in #1724
* Remove core schema validation by @Viicos in #1715
* Improve uncaught PydanticUseDefault exception message by @Viicos in #1730
* Add support for Python 3.14 by @Viicos in #1714
* drop pypy3.9 support, add pypy3.11 support by @davidhewitt in #1726
* Add ensure_ascii option by @Viicos in #1689
* Update repr of TzInfo by @Viicos in #1701
* Make ValidationInfo and SerializationInfo generic for context by @Viicos in #1686
-------------------------------------------------------------------
Thu Apr 24 04:03:49 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -26,7 +26,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-pydantic-core%{psuffix}
Version: 2.34.1
Version: 2.35.1
Release: 0
Summary: Core functionality for pydantic validation and serialization
License: MIT
@@ -50,6 +50,7 @@ BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module pytest-run-parallel}
BuildRequires: %{python_module pytest-timeout}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module typing-inspection}
%endif
# /SECTION
BuildRequires: fdupes

BIN
vendor.tar.xz (Stored with Git LFS)

Binary file not shown.