From a019b50b6a0c4c7f36a9571c1102d44d72900b0c Mon Sep 17 00:00:00 2001 From: Terje Røsten Date: Mar 11 2019 18:38:27 +0000 Subject: Remove legacy --- diff --git a/python-curtsies.spec b/python-curtsies.spec index e4e9d8d..7c587ec 100644 --- a/python-curtsies.spec +++ b/python-curtsies.spec @@ -1,14 +1,12 @@ Summary: Curses-like terminal wrapper, with colored strings Name: python-curtsies Version: 0.3.0 -Release: 4%{?dist} +Release: 5%{?dist} License: MIT URL: https://github.com/thomasballinger/curtsies Source0: https://files.pythonhosted.org/packages/source/c/curtsies/curtsies-%{version}.tar.gz Patch0: curtsies-0.3.0-typing.patch BuildArch: noarch -BuildRequires: python2-devel -BuildRequires: python2-setuptools BuildRequires: python3-devel BuildRequires: python3-setuptools %global _description\ @@ -21,14 +19,6 @@ assumes use of an VT-100 compatible terminal: unlike curses, it has no\ compatibility layer for other types of terminals. %description %_description -%package -n python2-curtsies -Summary: %summary -Requires: python2-blessings >= 1.5 -Requires: python2-typing -Requires: python2-wcwidth >= 0.1.4 -%{?python_provide:%python_provide python2-curtsies} -%description -n python2-curtsies %_description - %package -n python3-curtsies Summary: %summary Requires: python3-blessings >= 1.5 @@ -40,19 +30,11 @@ Requires: python3-wcwidth >= 0.1.4 %patch0 -p1 %build -%{py2_build} %{py3_build} %install -%{py2_install} %{py3_install} -%files -n python2-curtsies -%license LICENSE -%doc readme.md -%{python2_sitelib}/curtsies -%{python2_sitelib}/curtsies-*-py*.egg-info - %files -n python3-curtsies %license LICENSE %doc readme.md @@ -60,6 +42,9 @@ Requires: python3-wcwidth >= 0.1.4 %{python3_sitelib}/curtsies-*-py*.egg-info %changelog +* Mon Mar 11 2019 Terje Rosten - 0.3.0-5 +- Remove legacy + * Sat Feb 02 2019 Fedora Release Engineering - 0.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild