17
0

84 Commits

Author SHA256 Message Date
f3c69f08c5 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
e5f8af3a19 update to 0.18.14, convert to %pyproject_wheel / %pyproject_install
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
7d83398924 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
0ebd6e5ef9 - 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
c0b7ce65a9 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
414734d30b 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
e98f86df63 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
007d58b6f2 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
f154431dae 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
885b610607 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
36aa9185e6 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
e37f164a17 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
d35132571c 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
a298abc0b4 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
5940516d8b 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
e01b219c77 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
a875bd2175 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
9a9231bc7b - 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
4d796279f8 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
3f9a35e7d4 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
c6690019ef 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
a0f71a02e3 - 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
b2b5a4c763 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
1a8d18f05f - 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
808070387b 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
7c2b663a27 - 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
bc31517d06 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
24a75e3d1a - 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
29066a659a 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
415c9e0f4c 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
c4106fc0af 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
c2af949ff2 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
adcc4deeaf - 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
822a66cb8e - 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
15f0e029c1 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
c120fbc609 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
83389c6db9 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
3a8048352a - 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
677bd88895 - 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
d9c99427a1 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
0b93a68d7f 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
61708b5f65 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
999f00903b - 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
6a66a9561f 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
46daeb03d3 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
f553874562 - 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
824f452f7f 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
f6214db518 - 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
53f453f00d - 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
26b6ed877b 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