Hello community,

here is the log from the commit of package python-yq for openSUSE:Factory 
checked in at 2019-05-22 15:41:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-yq (Old)
 and      /work/SRC/openSUSE:Factory/.python-yq.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-yq"

Wed May 22 15:41:03 2019 rev:4 rq:704699 version:2.7.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-yq/python-yq.changes      2019-03-29 
20:42:42.494678168 +0100
+++ /work/SRC/openSUSE:Factory/.python-yq.new.5148/python-yq.changes    
2019-05-22 15:41:59.322427068 +0200
@@ -1,0 +2,6 @@
+Tue May 21 10:24:07 UTC 2019 - John Vandenberg <jay...@gmail.com>
+
+- Add runtime dependency jq
+- Set LANG in %check to make tests pass on Leap builds
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-yq.spec ++++++
--- /var/tmp/diff_new_pack.LS2v6a/_old  2019-05-22 15:42:00.022427066 +0200
+++ /var/tmp/diff_new_pack.LS2v6a/_new  2019-05-22 15:42:00.026427066 +0200
@@ -23,17 +23,12 @@
 Summary:        Command-line YAML processor - jq wrapper for YAML documents
 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
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-# SECTION test requirements
-BuildRequires:  %{python_module PyYAML >= 3.11}
-BuildRequires:  %{python_module toml >= 0.9.4}
-BuildRequires:  %{python_module xmltodict >= 0.11.0}
-BuildRequires:  jq
-# /SECTION
+Requires:       jq
 Requires:       python-PyYAML >= 3.11
 Requires:       python-setuptools
 Requires:       python-toml >= 0.9.4
@@ -41,7 +36,12 @@
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
 BuildArch:      noarch
-
+# SECTION test requirements
+BuildRequires:  %{python_module PyYAML >= 3.11}
+BuildRequires:  %{python_module toml >= 0.9.4}
+BuildRequires:  %{python_module xmltodict >= 0.11.0}
+BuildRequires:  jq
+# /SECTION
 %python_subpackages
 
 %description
@@ -68,10 +68,10 @@
 %python_uninstall_alternative xq
 
 %check
+export LANG=en_US.UTF-8
 PYTHONPATH=%{buildroot}%{python3_sitelib} python3 test/test.py -v
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %license LICENSE
 %doc README.rst
 %python_alternative %{_bindir}/yq


Reply via email to