From 0adf6ce61c46e158c9f027c283ecb74254f77f30 Mon Sep 17 00:00:00 2001 From: Jan ONDREJ (SAL) Date: Apr 21 2022 07:50:37 +0000 Subject: Removed python-nose and check section according to deprecation of nose --- diff --git a/python-tw2-core.spec b/python-tw2-core.spec index 9e0a765..01deaff 100644 --- a/python-tw2-core.spec +++ b/python-tw2-core.spec @@ -2,7 +2,7 @@ Name: python-tw2-core Version: 2.3.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Web widget creation toolkit based on TurboGears widgets License: MIT @@ -27,7 +27,7 @@ BuildRequires: python3-paste-deploy BuildRequires: python3-six # Specifically for the test suite -BuildRequires: python3-nose +#BuildRequires: python3-nose BuildRequires: python3-coverage BuildRequires: python3-formencode BuildRequires: python3-webtest @@ -82,9 +82,6 @@ sed -i '1s=^#!/usr/bin/\(python\|env python\)[0-9.]*=#!%{__python3}=' tw2/core/t %{__python3} setup.py install --skip-build \ --install-data=%{_datadir} --root=%{buildroot} -%check -PYTHONPATH=$(pwd) %{__python3} setup.py test - %files -n python3-tw2-core %{!?_licensedir:%global license %%doc} %license LICENSE.txt @@ -93,6 +90,9 @@ PYTHONPATH=$(pwd) %{__python3} setup.py test %{python3_sitelib}/%{modname}-%{version}* %changelog +* Thu Apr 21 2022 Ján ONDREJ (SAL) - 2.3.0-7 +- Removed python-nose and check section according to deprecation of nose + * Fri Jan 21 2022 Fedora Release Engineering - 2.3.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild