forked from pool/python-yq
Accepting request 1077722 from home:amanzini:branches:devel:languages:python
- Update to 3.2.1: * Use tomlkit instead of toml * Add security policy * Documentation and release infrastructure improvements OBS-URL: https://build.opensuse.org/request/show/1077722 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-yq?expand=0&rev=22
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 6 12:15:52 UTC 2023 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
- Update to 3.2.1:
|
||||
* Use tomlkit instead of toml
|
||||
* Add security policy
|
||||
* Documentation and release infrastructure improvements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 1 20:21:02 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
+4
-6
@@ -16,10 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-yq
|
||||
Version: 3.1.1
|
||||
Version: 3.2.1
|
||||
Release: 0
|
||||
Summary: Command-line YAML processor - jq wrapper for YAML documents
|
||||
License: Apache-2.0
|
||||
@@ -31,8 +30,7 @@ BuildRequires: python-rpm-macros
|
||||
Requires: jq
|
||||
Requires: python-PyYAML >= 5.3.1
|
||||
Requires: python-argcomplete >= 1.8.1
|
||||
Requires: python-setuptools
|
||||
Requires: python-toml >= 0.10.0
|
||||
Requires: python-tomlkit >= 0.11.6
|
||||
Requires: python-xmltodict >= 0.11.0
|
||||
Requires(post): update-alternatives
|
||||
Requires(postun):update-alternatives
|
||||
@@ -40,7 +38,7 @@ BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module PyYAML >= 5.3.1}
|
||||
BuildRequires: %{python_module argcomplete >= 1.8.1}
|
||||
BuildRequires: %{python_module toml >= 0.10.0}
|
||||
BuildRequires: %{python_module tomlkit >= 0.11.6}
|
||||
BuildRequires: %{python_module xmltodict >= 0.11.0}
|
||||
BuildRequires: jq
|
||||
# /SECTION
|
||||
@@ -83,6 +81,6 @@ export LANG=en_US.UTF-8
|
||||
%python_alternative %{_bindir}/yq
|
||||
%python_alternative %{_bindir}/xq
|
||||
%python_alternative %{_bindir}/tomlq
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/yq*
|
||||
|
||||
%changelog
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:853f342b1562ddee979038ec8ecee5405cdd9b6a7cb81ed6cdb8018c9e802633
|
||||
size 30095
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e04dfc8670fcba5bba75e2a24940a544aa8c2789cd4c5171241a1275c8ab2f57
|
||||
size 30333
|
||||
Reference in New Issue
Block a user