17
0

6 Commits

Author SHA256 Message Date
c6e6107632 Accepting request 1321925 from devel:languages:python
Forwarded request #1321853 from yeey

- 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

OBS-URL: https://build.opensuse.org/request/show/1321925
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pydantic-core?expand=0&rev=12
2025-12-17 16:29:43 +00:00
3905cdce6a - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydantic-core?expand=0&rev=25
2025-12-10 10:03:24 +00:00
b38700c9d6 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
2025-08-17 12:49:59 +00:00
f65ccd913f - 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/package/show/devel:languages:python/python-pydantic-core?expand=0&rev=23
2025-08-14 04:04:26 +00:00
49e3c21212 Accepting request 1295195 from devel:languages:python
- Skip two tests broken upstream by pytest 8.4.

OBS-URL: https://build.opensuse.org/request/show/1295195
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pydantic-core?expand=0&rev=10
2025-07-24 16:34:39 +00:00
661ffa2738 - Skip two tests broken upstream by pytest 8.4.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydantic-core?expand=0&rev=21
2025-07-23 04:12:48 +00:00
6 changed files with 48 additions and 9 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.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>

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:08daa51ea16ad373ffd5e7606252cc32f07bc72b28284b6bc9c6df804816476e
size 460952

View File

@@ -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>

View File

@@ -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

Binary file not shown.