Uggla 6773094
%global srcname colorclass
Uggla 6773094
%global sum Yet another ANSI color text library for Python
Uggla 6773094
Uggla 6773094
Name:           python-%{srcname}
Uggla b0c1050
Version:        2.2.0
Uggla b0c1050
Release:        1%{?dist}
Uggla 6773094
Summary:        Yet another ANSI color text library for Python
Uggla 6773094
Uggla 6773094
License:        MIT
Uggla b0c1050
URL:            https://pypi.python.org/pypi/%{srcname}
Uggla b0c1050
Source0:        https://files.pythonhosted.org/packages/source/c/%{srcname}/%{srcname}-%{version}.tar.gz
Uggla b0c1050
Uggla 6773094
Source1:        https://github.com/Robpol86/colorclass/blob/master/LICENSE
Uggla 6773094
Uggla 6773094
BuildArch:      noarch
Uggla 6773094
Uggla 6773094
%description
Uggla 6773094
Colorful worry-free console applications for Linux, Mac OS X, and Windows.
Uggla 6773094
Yet another ANSI color text library for Python. Provides "auto colors" for
Uggla 6773094
dark/light terminals. Works on Linux, OS X, and Windows.
Uggla 6773094
Uggla 6773094
%package -n python2-%{srcname}
Uggla 6773094
Summary:        Yet another ANSI color text library for Python
Uggla b0c1050
BuildRequires:  python2-devel
Uggla 6773094
%{?python_provide:%python_provide python2-%{srcname}}
Uggla 6773094
Uggla 6773094
%description -n python2-%{srcname}
Uggla 6773094
Colorful worry-free console applications for Linux, Mac OS X, and Windows.
Uggla 6773094
Yet another ANSI color text library for Python. Provides "auto colors" for
Uggla 6773094
dark/light terminals. Works on Linux, OS X, and Windows.
Uggla 6773094
Uggla 6773094
Uggla 6773094
%package -n python3-%{srcname}
Uggla 6773094
Summary:        Yet another ANSI color text library for Python
Uggla b0c1050
BuildRequires:  python3-devel
Uggla b0c1050
BuildRequires:  python3-setuptools
Uggla 6773094
%{?python_provide:%python_provide python3-%{srcname}}
Uggla 6773094
Uggla 6773094
%description -n python3-%{srcname}
Uggla 6773094
Colorful worry-free console applications for Linux, Mac OS X, and Windows.
Uggla 6773094
Yet another ANSI color text library for Python. Provides "auto colors" for
Uggla 6773094
dark/light terminals. Works on Linux, OS X, and Windows.
Uggla 6773094
Uggla 6773094
%prep
Uggla 6773094
%autosetup -n %{srcname}-%{version}
Uggla 6773094
cp %{SOURCE1} .
Uggla 6773094
rm -rf colorclass.egg-info
Uggla 6773094
Uggla 6773094
%build
Uggla 6773094
%py2_build
Uggla 6773094
%py3_build
Uggla 6773094
Uggla 6773094
%install
Uggla 6773094
%py2_install
Uggla 6773094
%py3_install
Uggla 6773094
Uggla 6773094
%check
Uggla 6773094
Uggla 6773094
%files -n python2-%{srcname}
Uggla 6773094
%license LICENSE
Uggla 6773094
%doc README.rst
Uggla 6773094
%{python2_sitelib}/*
Uggla 6773094
Uggla 6773094
%files -n python3-%{srcname}
Uggla 6773094
%license LICENSE
Uggla 6773094
%doc README.rst
Uggla 6773094
%{python3_sitelib}/colorclass*
Uggla 6773094
Uggla 6773094
%changelog
Uggla b0c1050
* Wed Sep 13 2017 René Ribaud <rene.ribaud@free.fr> - 2.2.0-1
Uggla b0c1050
- Include proposed changes by bug #1490059
Uggla b0c1050
- Update colorclass to revision 2.2.0
Uggla b0c1050
4874272
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-9
4874272
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
4874272
bfaab02
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-8
bfaab02
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
bfaab02
aa16ca3
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.2.0-7
aa16ca3
- Rebuild for Python 3.6
aa16ca3
bb927b2
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-6
bb927b2
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
bb927b2
9748d08
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-5
9748d08
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
9748d08
6a67b43
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-4
6a67b43
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
6a67b43
Uggla 6773094
* Fri Sep 11 2015 René Ribaud <rene.ribaud@free.fr> - 1.2.0-3
Uggla 6773094
- Include changes from Julien's review #2 (Bugzilla #1258405)
Uggla 6773094
Uggla 6773094
* Tue Sep 08 2015 René Ribaud <rene.ribaud@free.fr> - 1.2.0-2
Uggla 6773094
- Include changes from Julien's review (Bugzilla #1258405)
Uggla 6773094
Uggla 6773094
* Mon Aug 31 2015 René Ribaud <rene.ribaud@free.fr> - 1.2.0-1
Uggla 6773094
- Initial rpm