diff --git a/python-case.spec b/python-case.spec index 44cddd7..3975230 100644 --- a/python-case.spec +++ b/python-case.spec @@ -6,16 +6,16 @@ Name: python-%{pypi_name} Version: 1.5.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Python unittest Utilities License: BSD -URL: http://github.com/celery/case +URL: https://github.com/celery/case Source0: https://files.pythonhosted.org/packages/source/c/%{pypi_name}/%{pypi_name}-%{version}.tar.gz BuildArch: noarch %description -%{summary} +%{summary}. %package -n python3-%{pypi_name} Summary: Python unittest Utilities @@ -29,11 +29,10 @@ Requires: python3-setuptools BuildRequires: python3-devel BuildRequires: python3-coverage >= 3.0 BuildRequires: python3-setuptools -BuildRequires: python3-unittest2 BuildRequires: python3-nose %description -n python3-%{pypi_name} -%{summary} +%{summary}. %if 0%{?with_docs} > 0 %package -n python-%{pypi_name}-doc @@ -78,6 +77,9 @@ rm -rf html/.{doctrees,buildinfo} %endif %changelog +* Thu Jan 9 2020 Zbigniew Jędrzejewski-Szmek - 1.5.3-5 +- Remove dependency on unittest2 (#1789200) + * Thu Oct 03 2019 Miro Hrončok - 1.5.3-4 - Rebuilt for Python 3.8.0rc1 (#1748018)