Files
python-dacite/python-dacite.changes
Markéta Machová e692c14fde Accepting request 1320202 from home:nkrapp:branches:devel:languages:python
- Update to 1.9.2
  * Fix class Data(Protocol) types declaration
  * fix readonly args
- Update to 1.9.1
  * Do not assign to hint.args if concretized hint_args are the same
- Update to 1.9.0
  * Support generics, forward references and case conversion
  * improve Data typing
  * support generics and forward references
  * Fix issues with caching internal function calls
  * Fix CI
  * Update actions versions, add Python 3.12 and 3.13 to test matrix
  * Suppress context in ForwardReferenceError and MissingValueError
  * Check for non empty union matches

OBS-URL: https://build.opensuse.org/request/show/1320202
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dacite?expand=0&rev=4
2025-11-27 09:31:31 +00:00

33 lines
1.1 KiB
Plaintext

-------------------------------------------------------------------
Wed Nov 26 14:38:10 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
- Update to 1.9.2
* Fix class Data(Protocol) types declaration
* fix readonly args
- Update to 1.9.1
* Do not assign to hint.args if concretized hint_args are the same
- Update to 1.9.0
* Support generics, forward references and case conversion
* improve Data typing
* support generics and forward references
* Fix issues with caching internal function calls
* Fix CI
* Update actions versions, add Python 3.12 and 3.13 to test matrix
* Suppress context in ForwardReferenceError and MissingValueError
* Check for non empty union matches
-------------------------------------------------------------------
Wed Aug 21 11:40:01 UTC 2024 - Dirk Müller <dmueller@suse.com>
- switch to upstream reference for tarball
-------------------------------------------------------------------
Sat Aug 17 19:32:45 UTC 2024 - Sebastian Wagner <sebix@sebix.at>
- Run tests
-------------------------------------------------------------------
Sat Nov 4 14:57:58 UTC 2023 - Frank Schreiner <FSchreiner@suse.com>
- initial version