Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| c6e6107632 | |||
| 3905cdce6a | |||
| b38700c9d6 | |||
| f65ccd913f | |||
| 49e3c21212 | |||
| 661ffa2738 |
2
_service
2
_service
@@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="download_files" 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.41.5.tar.gz</param>
|
||||
<param name="compression">xz</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
|
||||
BIN
pydantic_core-2.35.1.tar.gz
LFS
BIN
pydantic_core-2.35.1.tar.gz
LFS
Binary file not shown.
3
pydantic_core-2.41.5.tar.gz
Normal file
3
pydantic_core-2.41.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:08daa51ea16ad373ffd5e7606252cc32f07bc72b28284b6bc9c6df804816476e
|
||||
size 460952
|
||||
@@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 3 20:52:00 UTC 2025 - Guang Yee <gyee@suse.com>
|
||||
|
||||
- Update to 2.41.5
|
||||
* Correct invalid serialization of date/datetime/time/timedelta by pulling downcast checks up by @astei in #1851
|
||||
* avoid getting default values from defaultdict by @davidhewitt in #1853
|
||||
* ci: add more 3.14t builds, delete duplicate linux aarch64 build by @davidhewitt in #1864
|
||||
* JsonValue: Deduplicate keys before populating Dict by @friendlymatthew in #1865
|
||||
* fix: only percent-encode characters in the userinfo encode set by @davidhewitt in #1852
|
||||
* Bump jiter from 0.11.0 to 0.11.1 by @dependabot[bot] in #1878
|
||||
* Bump regex from 1.11.3 to 1.12.2 by @dependabot[bot] in #1877
|
||||
* Bump percent-encoding from 2.3.1 to 2.3.2 by @dependabot[bot] in #1876
|
||||
* fix issue with field_serializers on nested typed dicts by @davidhewitt in #1879
|
||||
* clean up GC traversal for some top-level types by @davidhewitt in #1870
|
||||
* add type inference for serializing ip address types by @davidhewitt in #1868
|
||||
* revert url credential encoding (to be reintroduced as an option in future) by @davidhewitt in #1882
|
||||
* optimizations in URL implementation by @davidhewitt in #1833
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- Skip two tests broken upstream by pytest 8.4.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 23 05:40:13 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -26,7 +26,7 @@
|
||||
%endif
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pydantic-core%{psuffix}
|
||||
Version: 2.35.1
|
||||
Version: 2.41.5
|
||||
Release: 0
|
||||
Summary: Core functionality for pydantic validation and serialization
|
||||
License: MIT
|
||||
@@ -37,7 +37,7 @@ BuildRequires: %{python_module base >= 3.9}
|
||||
BuildRequires: %{python_module inline-snapshot}
|
||||
BuildRequires: %{python_module maturin >= 1}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module typing-extensions >= 4.6.0}
|
||||
BuildRequires: %{python_module typing-extensions >= 4.14.1}
|
||||
BuildRequires: cargo-packaging
|
||||
BuildRequires: python-rpm-macros
|
||||
# SECTION test requirements
|
||||
|
||||
BIN
vendor.tar.xz
LFS
BIN
vendor.tar.xz
LFS
Binary file not shown.
Reference in New Issue
Block a user