forked from pool/python-yq
- 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yq?expand=0&rev=9
This commit is contained in:
committed by
Git OBS Bridge
parent
540be76435
commit
055bcbf67e
@@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 12:17:49 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- 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 <jayvdb@gmail.com>
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f7dafd1e53d1f806ffe11de6da814e231d866595e2faae0dfc38135b8ee79bbb
|
||||
size 14010
|
3
yq-2.8.1.tar.gz
Normal file
3
yq-2.8.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:24d36c7e9e670209562a161b8506ff7e86959be49ba7aee4ca659810801e5710
|
||||
size 14737
|
Reference in New Issue
Block a user