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