| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: python-marshmallow-doc | Distribution: openSUSE Tumbleweed |
| Version: 3.26.2 | Vendor: openSUSE |
| Release: 1.1 | Build date: Mon Dec 29 14:59:28 2025 |
| Group: Documentation/Other | Build host: reproducible |
| Size: 3532032 | Source RPM: python-marshmallow-3.26.2-1.1.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: https://marshmallow.readthedocs.io/ | |
| Summary: Documentation files for python-marshmallow | |
HTML Documentation and examples for python-marshmallow.
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.
* Fri Dec 02 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 3.19.0
* Add timestamp and timestamp_ms formats to fields.DateTime (#612). Thanks @vgavro for the suggestion and thanks @vanHoi for the PR.
* Fri Oct 28 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 3.18.0 (2022-09-15)¶
Features:
Add Enum field (#2017) and (#2044).
Bug fixes:
Fix typing in Field._serialize signature (#2046).
* Thu Sep 29 2022 Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 3.17.1 (2022-08-22)
Bug fixes:
Add return type to fields.Email.__init__ (#2018). Thanks @kkirsche for the PR.
Add missing type hint to IPInterface __init__ (#2036).
- Update to 3.17.0 (2022-06-26)
Features:
Support serialization as float in TimeDelta field (#1998). Thanks @marcosatti for the PR.
Add messages_dict property to ValidationError to facilitate type checking (#1976). Thanks @sirosen for the PR.
- Update to 3.16.0 (2022-05-29)
Features:
Raise ValueError if an invalid value is passed to the unknown argument (#1721, #1732). Thanks @sirosen for the PR.
Other changes:
Set lower bound for packaging requirement (#1957). Thanks @MatthewNicolTR for reporting and thanks @sirosen for the PR.
Improve warning messages by passing stacklevel (#1986). Thanks @tirkarthi for the PR.
- Update to 3.15.0 (2022-03-12)
Features:
Allow passing a dict to fields.Nested (#1935). Thanks @sirosen for the PR.
Other changes:
distutils deprecation warning in Python 3.10 (#1903). Thanks @kkirsche for the PR.
Add py310 to black target-version (#1921).
Drop support for Python 3.6 (#1923).
* Sun May 29 2022 Torsten Gruner <simmphonie@opensuse.org>
- Update to 3.14.1 (2021-11-13)
* Fix publishing type hints per PEP-561 (#1905). Thanks @bwindsor for the catch and patch.
- Release 3.14.0 (2021-10-17)
* Fix fields.TimeDelta serialization precision (#1865). Thanks @yarsanich for reporting.
* Fix type-hints for `data` arg in `Schema.validate` to accept list of
dictionaries (#1790, #1868). Thanks @yourun-proger for PR.
* Improve warning when passing metadata as keyword arguments (#1882).
Thanks @traherom for the PR.
* Don’t build universal wheels. We don’t support Python 2 anymore.
(#1860) Thanks @YKdvd for reporting.
* Make the build reproducible (#1862).
* Drop support for Python 3.5 (#1863).
* Test against Python 3.10 (#1888).
- Release 3.13.0 (2021-07-21)
* Replace missing/default field parameters with load_default/dump_default (#1742).
Thanks @sirosen for the PR.
* The use of missing/default field parameters is deprecated and will be removed
* in marshmallow 4. load_default/dump_default should be used instead.
- Release 3.12.2 (2021-07-06)
* Don’t expose Fields as Schema attributes. This reverts a change
introduced in 3.12.0 that causes issues when field names conflict
with Schema attributes or methods. Fieldss are still accessible on a
Schema instance through the fields attribute. (#1843)
- Release 3.12.1 (2021-05-10)
* Fix bug that raised an AttributeError when instantiating a Schema with a
field named parent (#1808). Thanks @flying-sheep for reporting and helping with the fix.
- Release 3.12.0 (2021-05-09)
* Add validate.And (#1768). Thanks @rugleb for the suggestion.
* Add type annotations to marshmallow.decorators (#1788, #1789). Thanks @michaeldimchuk for the PR.
* Let Fields be accessed by name as Schema attributes (#1631).
* Improve types in marshmallow.validate (#1786).
* Make marshmallow.validate.Validator an abstract base class (#1786).
* Remove unnecessary list cast (#1785).
/usr/share/doc/packages/python-marshmallow-doc /usr/share/doc/packages/python-marshmallow-doc/examples /usr/share/doc/packages/python-marshmallow-doc/examples/index.rst /usr/share/doc/packages/python-marshmallow-doc/examples/inflection.rst /usr/share/doc/packages/python-marshmallow-doc/examples/quotes_api.rst /usr/share/doc/packages/python-marshmallow-doc/examples/validating_package_json.rst /usr/share/doc/packages/python-marshmallow-doc/html /usr/share/doc/packages/python-marshmallow-doc/html/_modules /usr/share/doc/packages/python-marshmallow-doc/html/_modules/index.html /usr/share/doc/packages/python-marshmallow-doc/html/_modules/marshmallow /usr/share/doc/packages/python-marshmallow-doc/html/_modules/marshmallow/class_registry.html /usr/share/doc/packages/python-marshmallow-doc/html/_modules/marshmallow/decorators.html /usr/share/doc/packages/python-marshmallow-doc/html/_modules/marshmallow/error_store.html /usr/share/doc/packages/python-marshmallow-doc/html/_modules/marshmallow/exceptions.html /usr/share/doc/packages/python-marshmallow-doc/html/_modules/marshmallow/fields.html /usr/share/doc/packages/python-marshmallow-doc/html/_modules/marshmallow/schema.html /usr/share/doc/packages/python-marshmallow-doc/html/_modules/marshmallow/types.html /usr/share/doc/packages/python-marshmallow-doc/html/_modules/marshmallow/utils.html /usr/share/doc/packages/python-marshmallow-doc/html/_modules/marshmallow/validate.html /usr/share/doc/packages/python-marshmallow-doc/html/_sources /usr/share/doc/packages/python-marshmallow-doc/html/_static /usr/share/doc/packages/python-marshmallow-doc/html/_static/apple-touch-icon.png /usr/share/doc/packages/python-marshmallow-doc/html/_static/basic.css /usr/share/doc/packages/python-marshmallow-doc/html/_static/check-solid.svg /usr/share/doc/packages/python-marshmallow-doc/html/_static/clipboard.min.js /usr/share/doc/packages/python-marshmallow-doc/html/_static/copy-button.svg /usr/share/doc/packages/python-marshmallow-doc/html/_static/copybutton.css /usr/share/doc/packages/python-marshmallow-doc/html/_static/copybutton.js /usr/share/doc/packages/python-marshmallow-doc/html/_static/copybutton_funcs.js /usr/share/doc/packages/python-marshmallow-doc/html/_static/custom.css /usr/share/doc/packages/python-marshmallow-doc/html/_static/debug.css /usr/share/doc/packages/python-marshmallow-doc/html/_static/doctools.js /usr/share/doc/packages/python-marshmallow-doc/html/_static/documentation_options.js /usr/share/doc/packages/python-marshmallow-doc/html/_static/favicon.ico /usr/share/doc/packages/python-marshmallow-doc/html/_static/file.png /usr/share/doc/packages/python-marshmallow-doc/html/_static/language_data.js /usr/share/doc/packages/python-marshmallow-doc/html/_static/marshmallow-logo-200.png /usr/share/doc/packages/python-marshmallow-doc/html/_static/marshmallow-logo-with-title-for-dark-theme.png /usr/share/doc/packages/python-marshmallow-doc/html/_static/marshmallow-logo-with-title.png /usr/share/doc/packages/python-marshmallow-doc/html/_static/marshmallow-logo.png /usr/share/doc/packages/python-marshmallow-doc/html/_static/minus.png /usr/share/doc/packages/python-marshmallow-doc/html/_static/plus.png /usr/share/doc/packages/python-marshmallow-doc/html/_static/pygments.css /usr/share/doc/packages/python-marshmallow-doc/html/_static/scripts /usr/share/doc/packages/python-marshmallow-doc/html/_static/scripts/furo-extensions.js /usr/share/doc/packages/python-marshmallow-doc/html/_static/scripts/furo.js /usr/share/doc/packages/python-marshmallow-doc/html/_static/scripts/furo.js.LICENSE.txt /usr/share/doc/packages/python-marshmallow-doc/html/_static/scripts/furo.js.map /usr/share/doc/packages/python-marshmallow-doc/html/_static/searchtools.js /usr/share/doc/packages/python-marshmallow-doc/html/_static/skeleton.css /usr/share/doc/packages/python-marshmallow-doc/html/_static/sphinx_highlight.js /usr/share/doc/packages/python-marshmallow-doc/html/_static/styles /usr/share/doc/packages/python-marshmallow-doc/html/_static/styles/furo-extensions.css /usr/share/doc/packages/python-marshmallow-doc/html/_static/styles/furo-extensions.css.map /usr/share/doc/packages/python-marshmallow-doc/html/_static/styles/furo.css /usr/share/doc/packages/python-marshmallow-doc/html/_static/styles/furo.css.map /usr/share/doc/packages/python-marshmallow-doc/html/api_reference.html /usr/share/doc/packages/python-marshmallow-doc/html/authors.html /usr/share/doc/packages/python-marshmallow-doc/html/changelog.html /usr/share/doc/packages/python-marshmallow-doc/html/code_of_conduct.html /usr/share/doc/packages/python-marshmallow-doc/html/contributing.html /usr/share/doc/packages/python-marshmallow-doc/html/custom_fields.html /usr/share/doc/packages/python-marshmallow-doc/html/donate.html /usr/share/doc/packages/python-marshmallow-doc/html/examples /usr/share/doc/packages/python-marshmallow-doc/html/examples/index.html /usr/share/doc/packages/python-marshmallow-doc/html/examples/inflection.html /usr/share/doc/packages/python-marshmallow-doc/html/examples/quotes_api.html /usr/share/doc/packages/python-marshmallow-doc/html/examples/validating_package_json.html /usr/share/doc/packages/python-marshmallow-doc/html/extending /usr/share/doc/packages/python-marshmallow-doc/html/extending/custom_error_handling.html /usr/share/doc/packages/python-marshmallow-doc/html/extending/custom_error_messages.html /usr/share/doc/packages/python-marshmallow-doc/html/extending/custom_options.html /usr/share/doc/packages/python-marshmallow-doc/html/extending/index.html /usr/share/doc/packages/python-marshmallow-doc/html/extending/overriding_attribute_access.html /usr/share/doc/packages/python-marshmallow-doc/html/extending/pre_and_post_processing_methods.html /usr/share/doc/packages/python-marshmallow-doc/html/extending/schema_validation.html /usr/share/doc/packages/python-marshmallow-doc/html/extending/using_context.html /usr/share/doc/packages/python-marshmallow-doc/html/extending/using_original_input_data.html /usr/share/doc/packages/python-marshmallow-doc/html/genindex.html /usr/share/doc/packages/python-marshmallow-doc/html/index.html /usr/share/doc/packages/python-marshmallow-doc/html/install.html /usr/share/doc/packages/python-marshmallow-doc/html/kudos.html /usr/share/doc/packages/python-marshmallow-doc/html/license.html /usr/share/doc/packages/python-marshmallow-doc/html/marshmallow.class_registry.html /usr/share/doc/packages/python-marshmallow-doc/html/marshmallow.decorators.html /usr/share/doc/packages/python-marshmallow-doc/html/marshmallow.error_store.html /usr/share/doc/packages/python-marshmallow-doc/html/marshmallow.exceptions.html /usr/share/doc/packages/python-marshmallow-doc/html/marshmallow.fields.html /usr/share/doc/packages/python-marshmallow-doc/html/marshmallow.schema.html /usr/share/doc/packages/python-marshmallow-doc/html/marshmallow.types.html /usr/share/doc/packages/python-marshmallow-doc/html/marshmallow.utils.html /usr/share/doc/packages/python-marshmallow-doc/html/marshmallow.validate.html /usr/share/doc/packages/python-marshmallow-doc/html/nesting.html /usr/share/doc/packages/python-marshmallow-doc/html/objects.inv /usr/share/doc/packages/python-marshmallow-doc/html/py-modindex.html /usr/share/doc/packages/python-marshmallow-doc/html/quickstart.html /usr/share/doc/packages/python-marshmallow-doc/html/search.html /usr/share/doc/packages/python-marshmallow-doc/html/searchindex.js /usr/share/doc/packages/python-marshmallow-doc/html/top_level.html /usr/share/doc/packages/python-marshmallow-doc/html/upgrading.html /usr/share/doc/packages/python-marshmallow-doc/html/whos_using.html /usr/share/doc/packages/python-marshmallow-doc/html/why.html
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Jan 2 22:46:35 2026