Hello community, here is the log from the commit of package python-kitchen for openSUSE:Factory checked in at 2018-08-31 10:46:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-kitchen (Old) and /work/SRC/openSUSE:Factory/.python-kitchen.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-kitchen" Fri Aug 31 10:46:41 2018 rev:2 rq:632160 version:1.2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/python-kitchen/python-kitchen.changes 2018-02-14 09:28:02.315271159 +0100 +++ /work/SRC/openSUSE:Factory/.python-kitchen.new/python-kitchen.changes 2018-08-31 10:46:42.247366501 +0200 @@ -1,0 +2,5 @@ +Wed Aug 29 12:42:20 UTC 2018 - tchva...@suse.com + +- Attempt to fix some python 3.7 failures by exporting LANG + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-kitchen.spec ++++++ --- /var/tmp/diff_new_pack.W74DIg/_old 2018-08-31 10:46:42.599366931 +0200 +++ /var/tmp/diff_new_pack.W74DIg/_new 2018-08-31 10:46:42.603366936 +0200 @@ -22,19 +22,18 @@ Version: 1.2.5 Release: 0 Summary: Kitchen contains a cornucopia of useful code -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Languages/Python -Url: https://fedorahosted.org/kitchen/ +URL: https://fedorahosted.org/kitchen/ Source: https://files.pythonhosted.org/packages/source/k/kitchen/kitchen-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} -# SECTION tests -BuildRequires: %{python_module nose} -# /SECTION BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch - +# SECTION tests +BuildRequires: %{python_module nose} +# /SECTION %python_subpackages %description @@ -52,6 +51,7 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check +export LANG='en_US.UTF8' %{python_expand # run test %if $python == python2 pushd kitchen2 @@ -62,8 +62,8 @@ popd} %files %{python_files} -%defattr(-,root,root,-) -%doc COPYING COPYING.LESSER NEWS.rst README.rst +%license COPYING COPYING.LESSER +%doc NEWS.rst README.rst %{python_sitelib}/* %changelog