Blame SPECS/python-webcolors.spec

85f72b
%global srcname webcolors
85f72b
%global srcdesc \
85f72b
A library for working with color names and color value formats defined by the\
85f72b
HTML and CSS specifications for use in documents on the Web.\
85f72b
\
85f72b
Support is included for the following formats (RGB colorspace only; conversion\
85f72b
to/from HSL can be handled by the colorsys module in the Python standard\
85f72b
library):\
85f72b
* Specification-defined color names\
85f72b
* Six-digit hexadecimal\
85f72b
* Three-digit hexadecimal\
85f72b
* Integer rgb() triplet\
85f72b
* Percentage rgb() triplet
85f72b
85f72b
Name:           python-%{srcname}
85f72b
Version:        1.11.1
85f72b
Release:        4%{?dist}
85f72b
Summary:        A library for working with HTML and CSS color names and value formats
85f72b
85f72b
License:        BSD
85f72b
URL:            https://github.com/ubernostrum/webcolors
85f72b
Source:         %pypi_source
85f72b
85f72b
BuildArch:      noarch
85f72b
BuildRequires: make
85f72b
BuildRequires:  python3-devel
85f72b
BuildRequires:  %{py3_dist nose}
85f72b
BuildRequires:  %{py3_dist setuptools}
85f72b
BuildRequires:  %{py3_dist sphinx}
85f72b
BuildRequires:  %{py3_dist sphinx_rtd_theme}
85f72b
85f72b
85f72b
%description %{srcdesc}
85f72b
85f72b
85f72b
%package -n python3-%{srcname}
85f72b
Summary:        %{summary}
85f72b
%{?python_provide:%python_provide python3-%{srcname}}
85f72b
85f72b
85f72b
%description -n python3-%{srcname} %{srcdesc}
85f72b
85f72b
85f72b
%prep
85f72b
%autosetup -n %{srcname}-%{version}
85f72b
85f72b
85f72b
%build
85f72b
%py3_build
85f72b
make -C docs html
85f72b
85f72b
85f72b
%install
85f72b
%py3_install
85f72b
85f72b
85f72b
%check
85f72b
nosetests-%{python3_version}
85f72b
85f72b
85f72b
%files -n python3-%{srcname}
85f72b
%license LICENSE
85f72b
%doc PKG-INFO README.rst
85f72b
%{python3_sitelib}/__pycache__/*
85f72b
%{python3_sitelib}/%{srcname}*
85f72b
85f72b
85f72b
%changelog
85f72b
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.1-4
85f72b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
85f72b
85f72b
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.11.1-3
85f72b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
85f72b
85f72b
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.11.1-2
85f72b
- Rebuilt for Python 3.9
85f72b
85f72b
* Tue Feb 18 2020 Dridi Boukelmoune <dridi@fedoraproject.org> - 1.11.1-1
85f72b
- Bumped version to 1.11.1
85f72b
85f72b
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.10-2
85f72b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
85f72b
85f72b
* Tue Sep 10 2019 Dridi Boukelmoune <dridi@fedoraproject.org> - 1.10-1
85f72b
- Bumped version to 1.10
85f72b
85f72b
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 1.9.1-3
85f72b
- Rebuilt for Python 3.8
85f72b
85f72b
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.1-2
85f72b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
85f72b
85f72b
* Mon Jun 24 2019 Dridi Boukelmoune <dridi@fedoraproject.org> - 1.9.1-1
85f72b
- Bumped version to 1.9.1
85f72b
85f72b
* Sun Jun 02 2019 Dridi Boukelmoune <dridi@fedoraproject.org> - 1.9-1
85f72b
- Bumped version to 1.9
85f72b
85f72b
* Tue Feb 05 2019 Dridi Boukelmoune <dridi@fedoraproject.org> - 1.7-9
85f72b
- Catch up with packaging guidelines
85f72b
- In general, use recommended RPM macros
85f72b
- Drop the Python 2 package
85f72b
- Inline package description
85f72b
85f72b
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-8
85f72b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
85f72b
85f72b
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-7
85f72b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
85f72b
85f72b
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 1.7-6
85f72b
- Rebuilt for Python 3.7
85f72b
85f72b
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-5
85f72b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
85f72b
85f72b
* Thu Aug 10 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.7-4
85f72b
- Python 2 binary package renamed to python2-webcolors
85f72b
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
85f72b
85f72b
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-3
85f72b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
85f72b
85f72b
* Sat Feb 11 2017 Dridi Boukelmoune <dridi@fedoraproject.org> - 1.7-2
85f72b
- Python 3 detection for epel7
85f72b
85f72b
* Fri Feb 10 2017 Dridi Boukelmoune <dridi@fedoraproject.org> - 1.7-1
85f72b
- Bumped version to 1.7
85f72b
- Updated URL
85f72b
85f72b
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.5-3
85f72b
- Rebuild for Python 3.6
85f72b
85f72b
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5-2
85f72b
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
85f72b
85f72b
* Wed Feb 24 2016 Dridi Boukelmoune <dridi@fedoraproject.org> - 1.5-1
85f72b
- Bumped version to 1.5
85f72b
- Upstream now ships tests and documentation
85f72b
85f72b
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-6
85f72b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
85f72b
85f72b
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-5
85f72b
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
85f72b
85f72b
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-4
85f72b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
85f72b
85f72b
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4-3
85f72b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
85f72b
85f72b
* Wed May 14 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 1.4-2
85f72b
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
85f72b
85f72b
* Mon Dec 09 2013 Dridi Boukelmoune <dridi@fedoraproject.org> - 1.4-1
85f72b
- Initial spec