|
21a4c367a2
|
Accepting request 1136320 from devel:languages:python
- require setuptools
OBS-URL: https://build.opensuse.org/request/show/1136320
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-strictyaml?expand=0&rev=10
|
2024-01-03 11:31:09 +00:00 |
|
|
5dd55ff524
|
- require setuptools
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-strictyaml?expand=0&rev=19
|
2024-01-02 22:44:57 +00:00 |
|
|
380ca96b08
|
Accepting request 1132129 from devel:languages:python
- 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.
- Update to 1.6.2
OBS-URL: https://build.opensuse.org/request/show/1132129
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-strictyaml?expand=0&rev=9
|
2023-12-08 21:33:49 +00:00 |
|
|
c1667a4a2f
|
- 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.
- Update to 1.6.2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-strictyaml?expand=0&rev=17
|
2023-12-08 16:02:49 +00:00 |
|
|
b6da9e3380
|
Accepting request 1092210 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1092210
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-strictyaml?expand=0&rev=8
|
2023-06-12 13:25:38 +00:00 |
|
|
430270280e
|
Accepting request 1092154 from home:ecsos:python
- Add %{?sle15_python_module_pythons}
OBS-URL: https://build.opensuse.org/request/show/1092154
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-strictyaml?expand=0&rev=15
|
2023-06-11 11:30:08 +00:00 |
|
|
be5df56cbf
|
Accepting request 1032427 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1032427
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-strictyaml?expand=0&rev=7
|
2022-10-31 10:47:15 +00:00 |
|
|
2abfa15bf7
|
Accepting request 1032222 from home:yarunachalam:branches:devel:languages:python
- Update to 1.6.2
No relevant code changes.
see details changelog: https://hitchdev.com/strictyaml/changelog/#latest
OBS-URL: https://build.opensuse.org/request/show/1032222
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-strictyaml?expand=0&rev=13
|
2022-10-31 09:51:24 +00:00 |
|
|
f272da34f1
|
Accepting request 960711 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/960711
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-strictyaml?expand=0&rev=6
|
2022-03-10 21:45:23 +00:00 |
|
|
619c3d4e2b
|
Accepting request 960436 from home:stroeder:python
- update to 1.6.1
too many changes to be listed here
see detailed changelog: https://hitchdev.com/strictyaml/changelog/
OBS-URL: https://build.opensuse.org/request/show/960436
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-strictyaml?expand=0&rev=11
|
2022-03-10 10:32:53 +00:00 |
|
|
dccedc567f
|
Accepting request 909943 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/909943
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-strictyaml?expand=0&rev=5
|
2021-08-03 20:48:56 +00:00 |
|
|
3eed799da4
|
Accepting request 909933 from home:mcalabkova:branches:devel:languages:python
- 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.
OBS-URL: https://build.opensuse.org/request/show/909933
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-strictyaml?expand=0&rev=10
|
2021-08-03 10:04:58 +00:00 |
|
|
f1bf802264
|
Accepting request 785938 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/785938
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-strictyaml?expand=0&rev=4
|
2020-03-18 11:40:02 +00:00 |
|
Tomáš Chvátal
|
9664fe6472
|
Accepting request 785926 from home:pgajdos:python
- 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)
OBS-URL: https://build.opensuse.org/request/show/785926
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-strictyaml?expand=0&rev=8
|
2020-03-17 13:51:12 +00:00 |
|
|
f8267c6892
|
Accepting request 736798 from devel:languages:python
- 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.
OBS-URL: https://build.opensuse.org/request/show/736798
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-strictyaml?expand=0&rev=3
|
2019-10-10 09:53:30 +00:00 |
|
Tomáš Chvátal
|
fcb71fb404
|
- 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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-strictyaml?expand=0&rev=6
|
2019-10-10 08:23:47 +00:00 |
|
|
7b05afb53f
|
Accepting request 733684 from devel:languages:python
Automatic submission by obs-autosubmit
OBS-URL: https://build.opensuse.org/request/show/733684
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-strictyaml?expand=0&rev=2
|
2019-09-30 13:58:40 +00:00 |
|
|
cbb38d46d8
|
Accepting request 730755 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/730755
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-strictyaml?expand=0&rev=1
|
2019-09-27 12:47:36 +00:00 |
|
Tomáš Chvátal
|
48f6bb227b
|
Accepting request 731079 from home:jengelh:branches:devel:languages:python
- Expand %description.
OBS-URL: https://build.opensuse.org/request/show/731079
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-strictyaml?expand=0&rev=3
|
2019-09-16 07:32:17 +00:00 |
|
Tomáš Chvátal
|
df8b3193b5
|
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-strictyaml?expand=0&rev=2
|
2019-09-13 14:05:03 +00:00 |
|
Tomáš Chvátal
|
bb7c04c40f
|
Accepting request 730489 from home:jayvdb:devpi
dependency of devpi
OBS-URL: https://build.opensuse.org/request/show/730489
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-strictyaml?expand=0&rev=1
|
2019-09-13 13:58:19 +00:00 |
|