| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python313-marshmallow | Distribution: openSUSE Tumbleweed |
| Version: 3.26.2 | Vendor: openSUSE |
| Release: 1.2 | Build date: Mon Dec 29 14:59:28 2025 |
| Group: Development/Languages/Python | Build host: reproducible |
| Size: 604773 | Source RPM: python-marshmallow-3.26.2-1.2.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: https://marshmallow.readthedocs.io/ | |
| Summary: ORM/ODM/framework-agnostic library to convert datatypes from/to Python types | |
marshmallow is an ORM/ODM/framework-agnostic library for converting complex datatypes, such as objects, to and from native Python datatypes.
BSD-3-Clause AND MIT
* Mon Dec 29 2025 Markéta Machová <mmachova@suse.com>
- 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
* Sun Oct 27 2024 Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Add python-packaging to Requires, as stated in pyproject.toml.
* Tue Mar 26 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Switch build system from setuptools to pyproject.toml
+ Add python-pip and python-wheel to BuildRequires
+ Replace %python_build with %pyproject_wheel
+ Replace %python_install with %pyproject_install
- Limit Python files matched in %files section
* Tue Jan 16 2024 Dirk Müller <dmueller@suse.com>
- update to 3.20.2:
* Bug fixes: - Fix Nested field type hint for lambda Schema
types (:pr:`2164`).
* Other changes: - Officially support Python 3.12 (:pr:`2188`).
* Sun Dec 10 2023 Dirk Müller <dmueller@suse.com>
- update to 3.20.1:
* Fix call to ``get_declared_fields``: pass ``dict_cls`` again
* Add ``absolute`` parameter to ``URL`` validator and ``Url``
* Use Abstract Base Classes to define ``FieldABC`` and
``SchemaABC``
* Use `OrderedSet` as default `set_class`. Schemas are now
ordered by default.
* Handle ``OSError`` and ``OverflowError`` in
``utils.from_timestamp`` (:pr:`2102`).
* Fix the default inheritance of nested partial schemas
* Officially support Python 3.11 (:pr:`2067`).
* Drop support for Python 3.7 (:pr:`2135`).
* Sun Apr 23 2023 Matej Cepl <mcepl@suse.com>
- Switch documentation to be within the main package on SLE15
* Fri Apr 21 2023 Dirk Müller <dmueller@suse.com>
- add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 Matej Cepl <mcepl@suse.com>
- Make calling of %{sle15modernpython} optional.
* Thu Mar 16 2023 Dirk Müller <dmueller@suse.com>
- rename docs subpackage to the more common doc name
* Wed Mar 15 2023 Matej Cepl <mcepl@suse.com>
- We want "modern" Sphinx on SLE-15, not the 3.6-based one.
/usr/lib/python3.13/site-packages/marshmallow /usr/lib/python3.13/site-packages/marshmallow-3.26.2.dist-info /usr/lib/python3.13/site-packages/marshmallow-3.26.2.dist-info/INSTALLER /usr/lib/python3.13/site-packages/marshmallow-3.26.2.dist-info/METADATA /usr/lib/python3.13/site-packages/marshmallow-3.26.2.dist-info/RECORD /usr/lib/python3.13/site-packages/marshmallow-3.26.2.dist-info/REQUESTED /usr/lib/python3.13/site-packages/marshmallow-3.26.2.dist-info/WHEEL /usr/lib/python3.13/site-packages/marshmallow-3.26.2.dist-info/licenses /usr/lib/python3.13/site-packages/marshmallow-3.26.2.dist-info/licenses/LICENSE /usr/lib/python3.13/site-packages/marshmallow/__init__.py /usr/lib/python3.13/site-packages/marshmallow/__pycache__ /usr/lib/python3.13/site-packages/marshmallow/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/marshmallow/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/marshmallow/__pycache__/base.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/marshmallow/__pycache__/base.cpython-313.pyc /usr/lib/python3.13/site-packages/marshmallow/__pycache__/class_registry.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/marshmallow/__pycache__/class_registry.cpython-313.pyc /usr/lib/python3.13/site-packages/marshmallow/__pycache__/decorators.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/marshmallow/__pycache__/decorators.cpython-313.pyc /usr/lib/python3.13/site-packages/marshmallow/__pycache__/error_store.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/marshmallow/__pycache__/error_store.cpython-313.pyc /usr/lib/python3.13/site-packages/marshmallow/__pycache__/exceptions.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/marshmallow/__pycache__/exceptions.cpython-313.pyc /usr/lib/python3.13/site-packages/marshmallow/__pycache__/fields.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/marshmallow/__pycache__/fields.cpython-313.pyc /usr/lib/python3.13/site-packages/marshmallow/__pycache__/orderedset.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/marshmallow/__pycache__/orderedset.cpython-313.pyc /usr/lib/python3.13/site-packages/marshmallow/__pycache__/schema.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/marshmallow/__pycache__/schema.cpython-313.pyc /usr/lib/python3.13/site-packages/marshmallow/__pycache__/types.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/marshmallow/__pycache__/types.cpython-313.pyc /usr/lib/python3.13/site-packages/marshmallow/__pycache__/utils.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/marshmallow/__pycache__/utils.cpython-313.pyc /usr/lib/python3.13/site-packages/marshmallow/__pycache__/validate.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/marshmallow/__pycache__/validate.cpython-313.pyc /usr/lib/python3.13/site-packages/marshmallow/__pycache__/warnings.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/marshmallow/__pycache__/warnings.cpython-313.pyc /usr/lib/python3.13/site-packages/marshmallow/base.py /usr/lib/python3.13/site-packages/marshmallow/class_registry.py /usr/lib/python3.13/site-packages/marshmallow/decorators.py /usr/lib/python3.13/site-packages/marshmallow/error_store.py /usr/lib/python3.13/site-packages/marshmallow/exceptions.py /usr/lib/python3.13/site-packages/marshmallow/fields.py /usr/lib/python3.13/site-packages/marshmallow/orderedset.py /usr/lib/python3.13/site-packages/marshmallow/py.typed /usr/lib/python3.13/site-packages/marshmallow/schema.py /usr/lib/python3.13/site-packages/marshmallow/types.py /usr/lib/python3.13/site-packages/marshmallow/utils.py /usr/lib/python3.13/site-packages/marshmallow/validate.py /usr/lib/python3.13/site-packages/marshmallow/warnings.py /usr/share/doc/packages/python313-marshmallow /usr/share/doc/packages/python313-marshmallow/CHANGELOG.rst /usr/share/doc/packages/python313-marshmallow/README.rst /usr/share/licenses/python313-marshmallow /usr/share/licenses/python313-marshmallow/LICENSE /usr/share/licenses/python313-marshmallow/NOTICE
Generated by rpm2html 1.8.1
Fabrice Bellet, Thu Mar 5 23:10:09 2026