forked from pool/python-voluptuous-serialize
* Add type annotations (#160) @farmio * Consistently mark required fields of mapping schemas (#159) @farmio * Check for nested mapping schemas raise properly (#155) @farmio * Add tests for unsupported validators (#154) @farmio * Improve README example (#153) @farmio * Fix TypeError in convert function when schema is not a class (#140) @philippwaller * Improve error handling for unsupported object (#152) @farmio * Remove support for Python 3.8 (#146) @MartinHjelmare - updated source link OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-voluptuous-serialize?expand=0&rev=16
56 lines
2.0 KiB
Plaintext
56 lines
2.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Aug 23 05:39:24 UTC 2025 - Adrian Schröter <adrian@suse.de>
|
|
|
|
- Update to version 2.7.0
|
|
* Add type annotations (#160) @farmio
|
|
* Consistently mark required fields of mapping schemas (#159) @farmio
|
|
* Check for nested mapping schemas raise properly (#155) @farmio
|
|
* Add tests for unsupported validators (#154) @farmio
|
|
* Improve README example (#153) @farmio
|
|
* Fix TypeError in convert function when schema is not a class (#140)
|
|
@philippwaller
|
|
* Improve error handling for unsupported object (#152) @farmio
|
|
* Remove support for Python 3.8 (#146) @MartinHjelmare
|
|
- updated source link
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jun 13 12:46:19 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Convert to pip-based build
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Dec 8 16:16:00 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- update to 2.6.0:
|
|
* Serialize vol.Maybe (#67) @eifinger
|
|
- use the packaged LICENSE file
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Oct 11 16:57:20 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
|
|
|
- Update to version 2.5.0
|
|
* Add support for enum (#34) @balloob
|
|
* Include LICENSE in pip package
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jul 22 12:33:45 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- update to 2.4.0
|
|
* Add support for fields that are constant.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 6 17:41:29 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- update to 2.3.0
|
|
* Add support for custom serializer
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 10 07:23:16 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
- Use noun phrase in descriptions.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 26 15:15:37 UTC 2019 - Antonio Larrosa <alarrosa@suse.com>
|
|
|
|
- Initial release of python-voluptuous-serialize 2.2.0
|