forked from pool/python-yq
Accepting request 1170598 from devel:languages:python
- 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/request/show/1170598 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-yq?expand=0&rev=17
This commit is contained in:
@@ -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>
|
||||
|
||||
|
@@ -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}
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:29c8fe1d36b4f64163f4d01314c6ae217539870f610216dee6025dfb5eafafb1
|
||||
size 31952
|
3
yq-3.4.3.tar.gz
Normal file
3
yq-3.4.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ba586a1a6f30cf705b2f92206712df2281cd320280210e7b7b80adcb8f256e3b
|
||||
size 33214
|
Reference in New Issue
Block a user