SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python311-mashumaro-3.15-1.2.noarch.rpm :

* Mon Dec 02 2024 Johannes Kastl - update to v3.15:
* Improved Union and basic types deserialization (#256), highlighted changes: - Expected int | float or float | int value can now be passed through without coercion and losing precision - Expected str value will be guaranteed to be a string version of the input value (#42) - Expected bool value will be guaranteed to be a boolean using standard truth testing procedure for the input value - Expected NoneType will be guaranteed to be None regardless of the input value
* Introduced JSON Schema plugin system (#265), see updated documentation - Added built-in DocstringDescriptionPlugin to use a docstring as a description (#222)
* Added support for recursive Union types (#206)
* Configured MANIFEST.in to include tests folder in the sdist (#262)
* Dropped support for Python 3.8 (#258)
* Tue Nov 12 2024 Johannes Kastl - update to v3.14
* Added support for re.Pattern and typing.Pattern (#105)
* Fixed DeprecationWarning introduced in Python 3.13 (#249)
* Fixed potential duplications in the Union unpacker (#250)
* Small changes under the hood (#244, #247)
* Tue Sep 24 2024 Johannes Kastl - new package python-mashumaro, required by python-flux-local
 
ICM