forked from pool/python-pydantic-core
Accepting request 1299307 from devel:languages:python
- Update to 2.39.0: * build: bump pytest to 8.4 * Add exclude_computed_fields serialization option * Switch to PEP 639 license information * Simplify ValidationError.from_exception_data() docstring * feat: make TzInfo instantiable without any arguments * Implement val_temporal_unit for deciding how datetimes and dates timestamps get validated. * Add missing entries in missing-sentinel core schema * Add MISSING sentinel * Implement ser_json_temporal config option * Properly coerce fractions as int * Add exclude_if logic at the field level OBS-URL: https://build.opensuse.org/request/show/1299307 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pydantic-core?expand=0&rev=11
This commit is contained in:
2
_service
2
_service
@@ -1,7 +1,7 @@
|
|||||||
<services>
|
<services>
|
||||||
<service name="download_files" mode="manual"/>
|
<service name="download_files" mode="manual"/>
|
||||||
<service name="cargo_vendor" mode="manual">
|
<service name="cargo_vendor" mode="manual">
|
||||||
<param name="srctar">pydantic_core-2.35.1.tar.gz</param>
|
<param name="srctar">pydantic_core-2.39.0.tar.gz</param>
|
||||||
<param name="compression">xz</param>
|
<param name="compression">xz</param>
|
||||||
<param name="update">true</param>
|
<param name="update">true</param>
|
||||||
</service>
|
</service>
|
||||||
|
BIN
pydantic_core-2.35.1.tar.gz
(Stored with Git LFS)
BIN
pydantic_core-2.35.1.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
pydantic_core-2.39.0.tar.gz
Normal file
3
pydantic_core-2.39.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b890a3990bd55ba5dab17fb6ae80eb25bb33e2f5b462da386562e7a168dd02de
|
||||||
|
size 446231
|
@@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 14 04:02:02 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Update to 2.39.0:
|
||||||
|
* build: bump pytest to 8.4
|
||||||
|
* Add exclude_computed_fields serialization option
|
||||||
|
* Switch to PEP 639 license information
|
||||||
|
* Simplify ValidationError.from_exception_data() docstring
|
||||||
|
* feat: make TzInfo instantiable without any arguments
|
||||||
|
* Implement val_temporal_unit for deciding how datetimes and dates timestamps get validated.
|
||||||
|
* Add missing entries in missing-sentinel core schema
|
||||||
|
* Add MISSING sentinel
|
||||||
|
* Implement ser_json_temporal config option
|
||||||
|
* Properly coerce fractions as int
|
||||||
|
* Add exclude_if logic at the field level
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 23 04:12:34 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
Wed Jul 23 04:12:34 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pydantic-core
|
# spec file for package python-pydantic-core
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-pydantic-core%{psuffix}
|
Name: python-pydantic-core%{psuffix}
|
||||||
Version: 2.35.1
|
Version: 2.39.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Core functionality for pydantic validation and serialization
|
Summary: Core functionality for pydantic validation and serialization
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -80,8 +80,7 @@ Pydantic-core is currently around 17x faster than pydantic V1.
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
# https://github.com/pydantic/pydantic-core/issues/1755
|
%pytest_arch
|
||||||
%pytest_arch -k 'not (test_keyword_args or test_positional_args)'
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{without test}
|
%if %{without test}
|
||||||
|
BIN
vendor.tar.xz
(Stored with Git LFS)
BIN
vendor.tar.xz
(Stored with Git LFS)
Binary file not shown.
Reference in New Issue
Block a user