diff --git a/python-yq.changes b/python-yq.changes index 35aeeed..afb964f 100644 --- a/python-yq.changes +++ b/python-yq.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sun Apr 28 14:57:44 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-yq.spec b/python-yq.spec index 50be744..d444bee 100644 --- a/python-yq.spec +++ b/python-yq.spec @@ -18,14 +18,14 @@ %{?sle15_python_module_pythons} Name: python-yq -Version: 3.2.3 +Version: 3.4.3 Release: 0 Summary: Command-line YAML processor - jq wrapper for YAML documents License: Apache-2.0 URL: https://github.com/kislyuk/yq Source: https://files.pythonhosted.org/packages/source/y/yq/yq-%{version}.tar.gz BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -35,7 +35,7 @@ Requires: python-argcomplete >= 1.8.1 Requires: python-tomlkit >= 0.11.6 Requires: python-xmltodict >= 0.11.0 Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module PyYAML >= 5.3.1} diff --git a/yq-3.2.3.tar.gz b/yq-3.2.3.tar.gz deleted file mode 100644 index f43c0fa..0000000 --- a/yq-3.2.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:29c8fe1d36b4f64163f4d01314c6ae217539870f610216dee6025dfb5eafafb1 -size 31952 diff --git a/yq-3.4.3.tar.gz b/yq-3.4.3.tar.gz new file mode 100644 index 0000000..88f7f3b --- /dev/null +++ b/yq-3.4.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba586a1a6f30cf705b2f92206712df2281cd320280210e7b7b80adcb8f256e3b +size 33214