From c5c7a7cab53b9eb661f5b77ff48b308102dfc43d Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 20 Jan 2021 16:40:43 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/python-enchant.git#951ef7d7a31d3dc52efdcc7a0d44723e71408f17 --- python-enchant.spec | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/python-enchant.spec b/python-enchant.spec index 175fd46..d98c288 100644 --- a/python-enchant.spec +++ b/python-enchant.spec @@ -5,7 +5,7 @@ Name: python-enchant Version: 3.2.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Python bindings for Enchant spellchecking library License: LGPLv2+ @@ -25,8 +25,6 @@ Summary: Python 3 bindings for Enchant spellchecking library BuildRequires: python3-devel BuildRequires: python3-setuptools -# For running tests -BuildRequires: python3-nose Requires: %{enchant_dep} @@ -54,11 +52,8 @@ rm -rf $RPM_BUILD_ROOT/%{python3_sitelib}/%{srcname}/lib rm -rf $RPM_BUILD_ROOT/%{python3_sitelib}/%{srcname}/share -%check -pushd $RPM_BUILD_ROOT/%{python3_sitelib} -# There is no dictionary for language C, need to use en_US -nosetests-3 -popd +# Tests are not included in the upstream tarball +#%%check %files -n python3-%{srcname} @@ -80,6 +75,9 @@ popd %changelog +* Wed Jan 20 2021 Charalampos Stratakis - 3.2.0-2 +- Drop dependency on python-nose as tests are not included + * Wed Dec 09 2020 Charalampos Stratakis - 3.2.0-1 - Update to 3.2.0 (rhbz#1905482)