SHA256
14
0
forked from pool/python-yq

- update to 3.4.3:

* Finish migration to setuptools_scm
  * Constrain setuptools_scm version
  * Add module entry points for xq and tomlq
  * yq -y: Induce quoting of string scalars that start with 08
    and 09
  * Revert “Do not interpret characters that cannot be parsed in
    octal as int (#176)”
  * tomlq: Use tomllib on Python 3.11 when not round-tripping
  * xq: Support in-place XML editing
  * Do not interpret characters that cannot be parsed in octal as
    int

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yq?expand=0&rev=32
This commit is contained in:
2024-04-28 14:58:57 +00:00
committed by Git OBS Bridge
parent 32c90de6f5
commit f3f4da1930
4 changed files with 22 additions and 6 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Apr 28 14:57:44 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.4.3:
* Finish migration to setuptools_scm
* Constrain setuptools_scm version
* Add module entry points for xq and tomlq
* yq -y: Induce quoting of string scalars that start with 08
and 09
* Revert “Do not interpret characters that cannot be parsed in
octal as int (#176)”
* tomlq: Use tomllib on Python 3.11 when not round-tripping
* xq: Support in-place XML editing
* Do not interpret characters that cannot be parsed in octal as
int
-------------------------------------------------------------------
Tue Jan 2 20:41:36 UTC 2024 - Dirk Müller <dmueller@suse.com>