From 055bcbf67e2880bf295d8371b492775e3817410f68c4b93ec3a9c9430e9518ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 30 Oct 2019 12:21:10 +0000 Subject: [PATCH] =?UTF-8?q?-=20Update=20to=202.8.1:=20=20=20*=20Filter=20o?= =?UTF-8?q?ut=20-C=20and=20separate=20commingled=20yq=20and=20jq=20short?= =?UTF-8?q?=20options=20=20=20*=20Set=20default=20block=20sequence=20inden?= =?UTF-8?q?tation=20to=202=20spaces,=20=C3=A2=E2=82=AC=E2=80=9Cindentless?= =?UTF-8?q?=20for=200=20=20=20*=20Make=20main=20body=20of=20yq=20callable?= =?UTF-8?q?=20as=20a=20library=20function=20=20=20*=20Test=20and=20release?= =?UTF-8?q?=20infrastructure=20updates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yq?expand=0&rev=9 --- python-yq.changes | 9 +++++++++ python-yq.spec | 5 ++--- yq-2.7.2.tar.gz | 3 --- yq-2.8.1.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 yq-2.7.2.tar.gz create mode 100644 yq-2.8.1.tar.gz diff --git a/python-yq.changes b/python-yq.changes index d783a91..3ba66d6 100644 --- a/python-yq.changes +++ b/python-yq.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Oct 30 12:17:49 UTC 2019 - Tomáš Chvátal + +- Update to 2.8.1: + * Filter out -C and separate commingled yq and jq short options + * Set default block sequence indentation to 2 spaces, –indentless for 0 + * Make main body of yq callable as a library function + * Test and release infrastructure updates + ------------------------------------------------------------------- Tue May 21 10:24:07 UTC 2019 - John Vandenberg diff --git a/python-yq.spec b/python-yq.spec index eee546d..1663318 100644 --- a/python-yq.spec +++ b/python-yq.spec @@ -18,11 +18,10 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-yq -Version: 2.7.2 +Version: 2.8.1 Release: 0 Summary: Command-line YAML processor - jq wrapper for YAML documents License: Apache-2.0 -Group: Development/Languages/Python URL: https://github.com/kislyuk/yq Source: https://files.pythonhosted.org/packages/source/y/yq/yq-%{version}.tar.gz BuildRequires: %{python_module setuptools} @@ -69,7 +68,7 @@ yq: Command-line YAML processor - jq wrapper for YAML documents %check export LANG=en_US.UTF-8 -PYTHONPATH=%{buildroot}%{python3_sitelib} python3 test/test.py -v +%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python test/test.py -v %files %{python_files} %license LICENSE diff --git a/yq-2.7.2.tar.gz b/yq-2.7.2.tar.gz deleted file mode 100644 index 835b7d5..0000000 --- a/yq-2.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f7dafd1e53d1f806ffe11de6da814e231d866595e2faae0dfc38135b8ee79bbb -size 14010 diff --git a/yq-2.8.1.tar.gz b/yq-2.8.1.tar.gz new file mode 100644 index 0000000..ae8c22b --- /dev/null +++ b/yq-2.8.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24d36c7e9e670209562a161b8506ff7e86959be49ba7aee4ca659810801e5710 +size 14737