Hello community, here is the log from the commit of package python3-click for openSUSE:Factory checked in at 2016-09-25 14:42:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-click (Old) and /work/SRC/openSUSE:Factory/.python3-click.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-click" Changes: -------- --- /work/SRC/openSUSE:Factory/python3-click/python3-click.changes 2016-07-24 19:52:51.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python3-click.new/python3-click.changes 2016-09-25 14:42:15.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Sep 16 00:00:37 UTC 2016 - [email protected] + +- Implement tests + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-click.spec ++++++ --- /var/tmp/diff_new_pack.SY17Pk/_old 2016-09-25 14:42:16.000000000 +0200 +++ /var/tmp/diff_new_pack.SY17Pk/_new 2016-09-25 14:42:16.000000000 +0200 @@ -26,6 +26,7 @@ Source: https://files.pythonhosted.org/packages/source/c/click/click-%{version}.tar.gz BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-pytest BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch @@ -43,12 +44,18 @@ %setup -q -n click-%{version} %build +export LANG=en_US.UTF-8 python3 setup.py build %install +export LANG=en_US.UTF-8 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} %check +export LANG=en_US.UTF-8 +pushd tests +PYTHONPATH=%{buildroot}%{python3_sitelib} py.test --tb=short +popd %files %defattr(-,root,root,-)
