17
0

1 Commits

Author SHA256 Message Date
cdcdc8d855 - update to 3.26.2 (bsc#1255473)
* __version__, __parsed_version__, and __version_info__ attributes
   are deprecated (:issue:`2227`). Use feature detection or
   importlib.metadata.version("marshmallow") instead.
  * Add many Meta option to Schema so it expects a collection by default.
  * Drop support for Python 3.8.
  * Improve type hint formatting for Field, Nested, and Function fields
    to resolve PyCharm warnings.
  * Custom validators should raise a ValidationError for invalid values.
  * Deprecate context parameter of Schema.
  * Field, Mapping, and Number should no longer be used as fields within
    schemas. Use their subclasses instead.
  * Typing: Improve type annotations
  * CVE-2025-68480: Merge error store messages without rebuilding collections.
- Drop python-marshmallow-no-version-warning.patch, fixed upstream

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-marshmallow?expand=0&rev=58
2025-12-30 21:28:17 +00:00