17
0

84 Commits

Author SHA256 Message Date
8026875af9 Accepting request 1286851 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1286851
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruamel.yaml?expand=0&rev=38
2025-06-20 14:48:11 +00:00
2625e3aa43 Accepting request 1286567 from home:ojkastl_buildservice:Branch_devel_languages_python
update to 0.18.14, convert to %pyproject_wheel / %pyproject_install

OBS-URL: https://build.opensuse.org/request/show/1286567
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=79
2025-06-19 07:59:15 +00:00
606d9192fd Accepting request 1248074 from devel:languages:python
- update to 0.18.10:
  * implemented changes to the setup.py for Python 3.14 as
    suggested by Miro Hrončok
  * fix issue with roundtripping 0 in YAML 1.1
  * added warning to README.md that PyPI might block updates due
    to breaking changes
  * fixes for README
  * fixes preserving anchor on scalar integer `0`
  * fix for formatting of README suggested by Michael R.
    Crusoe

OBS-URL: https://build.opensuse.org/request/show/1248074
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruamel.yaml?expand=0&rev=37
2025-02-25 15:39:29 +00:00
fd54ef50df - update to 0.18.10:
* implemented changes to the setup.py for Python 3.14 as
    suggested by Miro Hrončok
  * fix issue with roundtripping 0 in YAML 1.1
  * added warning to README.md that PyPI might block updates due
    to breaking changes
  * fixes for README
  * fixes preserving anchor on scalar integer `0`
  * fix for formatting of README suggested by Michael R.
    Crusoe

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=77
2025-02-24 10:17:10 +00:00
9a68c72a81 Accepting request 1159078 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1159078
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruamel.yaml?expand=0&rev=36
2024-03-20 20:10:34 +00:00
d0dd5ce686 Accepting request 1158536 from home:ojkastl_buildservice:Branch_devel_languages_python
update to 0.18.6

OBS-URL: https://build.opensuse.org/request/show/1158536
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=75
2024-03-18 15:51:50 +00:00
e719cbd81c Accepting request 1115633 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1115633
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruamel.yaml?expand=0&rev=35
2023-10-05 18:03:02 +00:00
8e675d930c Accepting request 1115569 from home:mimi_vx:branches:devel:languages:python
- update to 0.17.35
 * Python 3.12 also loads C version when using `typ='safe'`
 * initial support for loading invoking `__post_init__` on dataclasses
    that have that method after loading a registered dataclass
    (`@yaml.register_class\n@dataclass\nclass ...`)
 * fix issue with scanner getting stuck in infinite loop
 * added `flow_seq_start`, `flow_seq_end`, `flow_seq_separator`,
    `flow_map_start`, `flow_map_end`, `flow_map_separator` **class**
    attributes to the `Emitter` class so flow style output
    can more easily be influenced

OBS-URL: https://build.opensuse.org/request/show/1115569
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=73
2023-10-04 14:10:18 +00:00
f640cedb40 Accepting request 1090264 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1090264
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruamel.yaml?expand=0&rev=34
2023-06-03 22:11:44 +00:00
5f0580eeea Accepting request 1090138 from home:ojkastl_buildservice:Branch_devel_languages_python
OBS-URL: https://build.opensuse.org/request/show/1090138
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=71
2023-06-01 11:13:11 +00:00
70172d644f Accepting request 1087782 from devel:languages:python
- adapt patch 0000-fix-big-endian-issues.patch
- update to 0.17.26:
  - Fix for error on edge cage for issue 459
- update to 0.17.25:
  - fix for regression while dumping wrapped strings with too many
    backslashes removed (issue 459, reported by `Lele Gaifax
    <https://sourceforge.net/u/lele/profile/>`__)
- update to 0.17.24:
  - rewrite of ``CommentedMap.insert()``. If you have a merge key
    in the YAML document for the mapping you insert to, the
    position value should be the one as you look at the YAML input.
    This fixes issue 453 where other keys of a merged in mapping
    would show up after an insert (reported by `Alex Miller
    <https://sourceforge.net/u/millerdevel/profile/>`__). It also
    fixes a call to `.insert()` resulting into the merge key to
    move to be the first key if it wasn't already and it is also
    now possible to insert a key before a merge key (even if the
    fist key in the mapping).
  - fix (in the pure Python implementation including default) for
    issue 447.  (reported by `Jack Cherng
    <https://sourceforge.net/u/jfcherng/profile/>`__, also brought
    up by brent on `StackOverflow
    <https://stackoverflow.com/q/40072485/1307905>`__)
- update to 0.17.23:
  - fix 458, error on plain scalars starting with word longer than
    width.  (reported by `Kyle Larose
    <https://sourceforge.net/u/klarose/profile/>`__)
  - fix for ``.update()`` no longer correctly handling keyword
    arguments (reported by John Lin on <StackOverflow
    `<https://stackoverflow.com/q/76089100/1307905>`__)

OBS-URL: https://build.opensuse.org/request/show/1087782
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruamel.yaml?expand=0&rev=33
2023-05-19 09:54:46 +00:00
1507f6a992 Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=69
2023-05-18 09:38:46 +00:00
b94c6304f5 Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=68
2023-05-18 09:38:17 +00:00
721d5282f1 Accepting request 1087670 from home:ojkastl_buildservice:Branch_devel_languages_python
- adapt patch 0000-fix-big-endian-issues.patch
- update to 0.17.26

OBS-URL: https://build.opensuse.org/request/show/1087670
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=67
2023-05-18 09:33:57 +00:00
e7a1ea669c Accepting request 1081768 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081768
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruamel.yaml?expand=0&rev=32
2023-04-22 19:58:46 +00:00
a4bfb3d2cb Accepting request 1081609 from home:dirkmueller:acdc:as_python3_module
SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081609
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=65
2023-04-21 13:36:43 +00:00
6cea33ede6 Accepting request 990231 from devel:languages:python
- update to 0.17.21:
  * fix bug in calling `.compose()` method with `pathlib.Path` instance.

OBS-URL: https://build.opensuse.org/request/show/990231
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruamel.yaml?expand=0&rev=31
2022-08-04 11:23:14 +00:00
7c09c2ac8f - update to 0.17.21:
* fix bug in calling `.compose()` method with `pathlib.Path` instance.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=63
2022-07-19 12:00:14 +00:00
338b06eb5e Accepting request 973893 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/973893
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruamel.yaml?expand=0&rev=30
2022-05-01 16:53:32 +00:00
bcb543446c Accepting request 973746 from home:jbaier_cz:branches:devel:languages:python
add 0000-fix-big-endian-issues.patch to workaround issue 360 on big endian systems

OBS-URL: https://build.opensuse.org/request/show/973746
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=61
2022-04-29 09:49:58 +00:00
9da0f3fe59 Accepting request 945435 from devel:languages:python
- update to 0.17.20:
  - fix error in microseconds while rounding datetime fractions >= 9999995
  - fix mypy problems
  - copy-paste error in folded scalar comment attachment
  - fix 411, indent error comment between key empty seq value

OBS-URL: https://build.opensuse.org/request/show/945435
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruamel.yaml?expand=0&rev=29
2022-01-11 20:17:14 +00:00
4d9b4e08ab - update to 0.17.20:
- fix error in microseconds while rounding datetime fractions >= 9999995
  - fix mypy problems
  - copy-paste error in folded scalar comment attachment
  - fix 411, indent error comment between key empty seq value

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=60
2022-01-10 22:48:43 +00:00
e8363512ac Accepting request 934512 from devel:languages:python
- update to 0.17.17:
  * extract timestamp matching/creation to util

OBS-URL: https://build.opensuse.org/request/show/934512
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruamel.yaml?expand=0&rev=28
2021-12-09 18:44:59 +00:00
6a997ccfde - update to 0.17.17:
* extract timestamp matching/creation to util

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=59
2021-11-29 11:01:16 +00:00
9df40dd558 Accepting request 925767 from devel:languages:python
- update to 0.17.16:
  - also handle issue 397 when comment is newline
  - fix issue 397, insert comment before key when a comment between key and value exists
  - fix issue 396, inserting key/val in merged-in dictionary
  - minor fix in attr handling
  - fix issue with anchor on registered class not preserved and those classes using package 
    attrs with `@attr.s()`
  - fix error baseclass for ``DuplicateKeyErorr`` (reported by `Łukasz Rogalski
  - fix typo in reader error message, causing `KeyError` during reader error

OBS-URL: https://build.opensuse.org/request/show/925767
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruamel.yaml?expand=0&rev=27
2021-10-20 18:23:38 +00:00
e9ec3ac790 - update to 0.17.16:
- also handle issue 397 when comment is newline
  - fix issue 397, insert comment before key when a comment between key and value exists
  - fix issue 396, inserting key/val in merged-in dictionary
  - minor fix in attr handling
  - fix issue with anchor on registered class not preserved and those classes using package 
    attrs with `@attr.s()`
  - fix error baseclass for ``DuplicateKeyErorr`` (reported by `Łukasz Rogalski
  - fix typo in reader error message, causing `KeyError` during reader error

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=58
2021-10-16 22:33:52 +00:00
d7ebf5dd23 Accepting request 908085 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/908085
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruamel.yaml?expand=0&rev=26
2021-07-29 19:30:55 +00:00
6f3c453489 - update to 0.17.10:
- fix issue 388, token with old comment structure != two elements
  - fix issue with updating CommentedMap 
  - fix for issue 387 where templated anchors on tagged object did get set
    resulting in potential id reuse.
  - issue 385 also affected other deprecated loaders
  - merged type annotations update
  - deprecated round_trip_loader function not working
  - wasted a few hours getting rid of mypy warnings/errors
  - fix for issue 384 !!set with aliased entry resulting in broken YAML on rt

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=57
2021-07-17 13:54:50 +00:00
2b570f9de7 Accepting request 889864 from devel:languages:python
- update to 0.17.4
  * prevent (empty) comments from throwing assertion error comments
    (or empty line) will be dropped
- update to 0.17.3
  * fix for issue 382 caused by an error in a format string
  * allow expansion of aliases by setting
    yaml.composer.return_alias = lambda s: copy.deepcopy(s)

OBS-URL: https://build.opensuse.org/request/show/889864
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruamel.yaml?expand=0&rev=25
2021-05-05 18:39:23 +00:00
4ab81dde73 Fix URL
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=55
2021-05-02 21:12:13 +00:00
f14fa9ab7b Accepting request 889834 from home:buschmann23:branches:devel:languages:python
- update to 0.17.4
  * prevent (empty) comments from throwing assertion error comments
    (or empty line) will be dropped
- update to 0.17.3
  * fix for issue 382 caused by an error in a format string
  * allow expansion of aliases by setting
    yaml.composer.return_alias = lambda s: copy.deepcopy(s)

OBS-URL: https://build.opensuse.org/request/show/889834
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=54
2021-05-02 21:10:45 +00:00
Richard Brown
5af23a6c63 Accepting request 882138 from devel:languages:python
- update to 0.17.2
 * fix upstream packaging problems

- update to 0.17.0
 * drop python2 support
 * preparation for f-strings

OBS-URL: https://build.opensuse.org/request/show/882138
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruamel.yaml?expand=0&rev=24
2021-04-01 12:16:09 +00:00
46ca12637e - update to 0.17.2
* fix upstream packaging problems

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=52
2021-03-30 09:29:48 +00:00
b336948d99 - update to 0.17.0
* drop python2 support
 * preparation for f-strings

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=51
2021-03-26 15:33:21 +00:00
34d1211110 Accepting request 842098 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/842098
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruamel.yaml?expand=0&rev=23
2020-10-22 12:20:13 +00:00
eaadf9345d Accepting request 842062 from home:buschmann23:branches:M17N
update to version 0.16.12

OBS-URL: https://build.opensuse.org/request/show/842062
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=49
2020-10-16 11:33:54 +00:00
1be5e58ffb Accepting request 780418 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/780418
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruamel.yaml?expand=0&rev=22
2020-03-08 21:21:58 +00:00
6331a5eb4f - update to 0.16.10 (bsc#1164458, CVE-2019-20478)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=47
2020-02-21 23:18:17 +00:00
91b6ff738d - update to 0.16.10
* fix typchecking issue on TaggedScalar
 * fix error in dumping literal scalar in sequence with comments before element
 * fix empty string mapping key roundtripping with preservation of quotes as ? ‘
 * fix incorrect state setting in class constructor

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=46
2020-02-21 10:03:55 +00:00
9d88790aa2 Accepting request 731426 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/731426
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruamel.yaml?expand=0&rev=21
2019-09-23 10:18:31 +00:00
Tomáš Chvátal
f64d641a15 Accepting request 731320 from home:jayvdb:branches:devel:languages:python
Use recommended syntax in .spec

OBS-URL: https://build.opensuse.org/request/show/731320
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=44
2019-09-17 08:39:01 +00:00
fc591277fb Accepting request 728692 from devel:languages:python
- update to 0.16.5
 * allow for YAML(typ=['unsafe', 'pytypes'])
 * fix output of TAG directives with #
 * move setting of version based on YAML directive to scanner, allowing to
    check for file version during TAG directive scanning
 * preserve YAML and TAG directives on roundtrip, correctly output # in URL
    for YAML 1.2

OBS-URL: https://build.opensuse.org/request/show/728692
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruamel.yaml?expand=0&rev=20
2019-09-11 08:23:01 +00:00
82ec7ef6d7 - update to 0.16.5
* allow for YAML(typ=['unsafe', 'pytypes'])
 * fix output of TAG directives with #
 * move setting of version based on YAML directive to scanner, allowing to
    check for file version during TAG directive scanning
 * preserve YAML and TAG directives on roundtrip, correctly output # in URL
    for YAML 1.2

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=42
2019-09-06 06:56:01 +00:00
66f5e40e06 Accepting request 722700 from devel:languages:python
- ruamel.yaml.clib is now harddep

OBS-URL: https://build.opensuse.org/request/show/722700
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruamel.yaml?expand=0&rev=19
2019-08-14 09:37:16 +00:00
7ff856939f fix
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=40
2019-08-12 13:15:13 +00:00
3e704c7a80 - ruamel.yaml.clib is now harddep
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=39
2019-08-12 12:38:07 +00:00
b61f1ad732 Accepting request 721771 from devel:languages:python
- update to 0.16.1
 * Allow '#' in tag URI as these are allowed in YAML 1.2

- update to 0.16.0
 * split c-library to separeate package (python-ruamel.yaml.clib)

OBS-URL: https://build.opensuse.org/request/show/721771
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruamel.yaml?expand=0&rev=18
2019-08-09 14:52:06 +00:00
2975847f33 - update to 0.16.1
* Allow '#' in tag URI as these are allowed in YAML 1.2

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=37
2019-08-08 13:28:48 +00:00
ae5075b75a - update to 0.16.0
* split c-library to separeate package (python-ruamel.yaml.clib)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ruamel.yaml?expand=0&rev=36
2019-08-07 13:50:59 +00:00
531526c1fe Accepting request 715430 from devel:languages:python
- Fix %python_exec -> %python_expand
- update to 0.15.99
  * add `py.typed` to distribution
  * more accurately specify repository in README
- from 0.15.98
  * pass memo on to deepcopy
  * regenerate ext/_ruamel_yaml.c with Cython version 0.29.12
    needed for Python 3.8 betas

OBS-URL: https://build.opensuse.org/request/show/715430
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ruamel.yaml?expand=0&rev=17
2019-07-17 12:24:03 +00:00