SHA256
14
0
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:
Tomáš Chvátal
2019-10-30 12:21:10 +00:00
committed by Git OBS Bridge
parent 540be76435
commit 055bcbf67e
4 changed files with 14 additions and 6 deletions

View File

@@ -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> Tue May 21 10:24:07 UTC 2019 - John Vandenberg <jayvdb@gmail.com>

View File

@@ -18,11 +18,10 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-yq Name: python-yq
Version: 2.7.2 Version: 2.8.1
Release: 0 Release: 0
Summary: Command-line YAML processor - jq wrapper for YAML documents Summary: Command-line YAML processor - jq wrapper for YAML documents
License: Apache-2.0 License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/kislyuk/yq URL: https://github.com/kislyuk/yq
Source: https://files.pythonhosted.org/packages/source/y/yq/yq-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/y/yq/yq-%{version}.tar.gz
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}
@@ -69,7 +68,7 @@ yq: Command-line YAML processor - jq wrapper for YAML documents
%check %check
export LANG=en_US.UTF-8 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} %files %{python_files}
%license LICENSE %license LICENSE

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:24d36c7e9e670209562a161b8506ff7e86959be49ba7aee4ca659810801e5710
size 14737