71 lines
2.7 KiB
Plaintext
71 lines
2.7 KiB
Plaintext
|
-------------------------------------------------------------------
|
||
|
Tue Jan 2 22:44:16 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||
|
|
||
|
- require setuptools
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Fri Dec 8 15:59:25 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||
|
|
||
|
- update to 1.7.3:
|
||
|
* REFACTOR : Fix pipeline.
|
||
|
* TOOLING : Improvements to pyenv multi-environment tester.
|
||
|
* FEATURE : Upgraded package to use pyproject.toml files
|
||
|
* REFACTOR : Fixed linter errors.
|
||
|
* TOOLING : Build wheel and sdist that both work.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Fri Jun 9 06:38:00 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||
|
|
||
|
- Add %{?sle15_python_module_pythons}
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Sat Oct 29 15:59:02 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||
|
|
||
|
- Update to 1.6.2
|
||
|
No relevant code changes.
|
||
|
see details changelog: https://hitchdev.com/strictyaml/changelog/#latest
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Wed Mar 9 10:02:18 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
||
|
|
||
|
- update to 1.6.1
|
||
|
too many changes to be listed here
|
||
|
see detailed changelog: https://hitchdev.com/strictyaml/changelog/
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Tue Aug 3 08:39:38 UTC 2021 - Markéta Machová <mmachova@suse.com>
|
||
|
|
||
|
- update to 1.4.4
|
||
|
* Add support for NaN and infinity representations
|
||
|
* Optional keys in mappings and set value to None
|
||
|
* Support underscores in int and decimal
|
||
|
* NullNone - parse 'null' as None like YAML 1.2 does.
|
||
|
* Bundle last propertly working ruamel.yaml version in with strictyaml.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Tue Mar 17 12:35:33 UTC 2020 - pgajdos@suse.com
|
||
|
|
||
|
- version update to 1.0.6
|
||
|
* BUGFIX : Fix accidental python 2 breakage.
|
||
|
* BUGFIX : Accidental misrecognition of boolean values as numbers - cause of #85.
|
||
|
* BUGFIX : Fix for #86 - handle changing multiline strings.
|
||
|
* BUGFIX: handle deprecated collections import in the parser (#82)
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Thu Oct 10 08:20:48 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||
|
|
||
|
- Update to 1.0.5:
|
||
|
* BUGFIX : Fixed python 2 bug introduced when fixing #72.
|
||
|
* FEATURE : Include tests / stories in package.
|
||
|
* BUG: issue #72. Now setitem uses schema.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Fri Sep 13 14:51:23 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||
|
|
||
|
- Expand %description.
|
||
|
|
||
|
-------------------------------------------------------------------
|
||
|
Tue Sep 10 12:06:10 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
||
|
|
||
|
- Initial spec for v1.0.3
|