forked from pool/python-python-jsonschema-objects
- version update to 0.3.12 * Going forward, this library will no longer test on or support Python 2.7 because it's EOL * Fixes formatting of supported schema versions (#184) * Removes some confusing code related to ArrayWrapper initialization (#188) * ProtocolBase objects (most objects) now support deepcopy. (#185) OBS-URL: https://build.opensuse.org/request/show/786857 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jsonschema-objects?expand=0&rev=4
19 lines
773 B
Plaintext
19 lines
773 B
Plaintext
-------------------------------------------------------------------
|
|
Fri Mar 20 11:53:16 UTC 2020 - pgajdos@suse.com
|
|
|
|
- version update to 0.3.12
|
|
* Going forward, this library will no longer test on or support Python 2.7 because it's EOL
|
|
* Fixes formatting of supported schema versions (#184)
|
|
* Removes some confusing code related to ArrayWrapper initialization (#188)
|
|
* ProtocolBase objects (most objects) now support deepcopy. (#185)
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 17 08:42:24 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Format with spec-cleaner
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 16 06:49:20 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v0.3.11
|