X-Git-Url: https://git.pld-linux.org/?p=packages%2Fpython-webcolors.git;a=blobdiff_plain;f=python-webcolors.spec;fp=python-webcolors.spec;h=5b21436149ef8cbfa6c71881216470cd067e642c;hp=3003d4d8ceb46b8965a58e644128fd89cbf6bc10;hb=ece3c2f0d9540ab06a05cc69f0bbc095161d8a8d;hpb=8b3dbc2e6532dc3b7d153552f0305d91912a2626 diff --git a/python-webcolors.spec b/python-webcolors.spec index 3003d4d..5b21436 100644 --- a/python-webcolors.spec +++ b/python-webcolors.spec @@ -9,18 +9,25 @@ Summary: Library for working with sRGB color specifications as used in HTML and CSS Summary(pl.UTF-8): Biblioteka do pracy z definicjami kolorów sRGB używanymi w formatach HTML i CSS Name: python-%{module} -Version: 1.8.1 +Version: 1.10 Release: 1 License: BSD Group: Libraries/Python -Source0: https://github.com/ubernostrum/webcolors/archive/%{version}.tar.gz -# Source0-md5: 990e54860ca7aee2be7aec52b1726d2e +#Source0Download: https://github.com/ubernostrum/webcolors/releases +Source0: https://github.com/ubernostrum/webcolors/archive/%{version}/%{module}-%{version}.tar.gz +# Source0-md5: 195e37e745a77609aca47ea22b01d8b1 URL: https://github.com/ubernostrum/webcolors %if %{with python2} BuildRequires: python-modules >= 1:2.7 +%if %{with tests} +BuildRequires: python-six +%endif %endif %if %{with python3} -Requires: python3-modules >= 1:3.3 +Requires: python3-modules >= 1:3.5 +%if %{with tests} +BuildRequires: python3-six +%endif %endif BuildRequires: rpm-pythonprov BuildRequires: rpmbuild(macros) >= 1.714 @@ -63,7 +70,7 @@ biblioteki standardowej Pythona): Summary: Library for working with sRGB color specifications as used in HTML and CSS Summary(pl.UTF-8): Biblioteka do pracy z definicjami kolorów sRGB używanymi w formatach HTML i CSS Group: Libraries/Python -Requires: python3-modules >= 1:3.3 +Requires: python3-modules >= 1:3.5 %description -n python3-%{module} A library for working with color names and color value formats defined @@ -110,17 +117,24 @@ Dokumentacja do modułu Pythona webcolors. %if %{with python2} %py_build +%if %{with tests} +PYTHONPATH=$(pwd)/build-2/lib \ %{__python} -m unittest discover -s tests %endif +%endif %if %{with python3} %py3_build +%if %{with tests} +PYTHONPATH=$(pwd)/build-3/lib \ %{__python3} -m unittest discover -s tests %endif +%endif %if %{with doc} -%{__make} -C docs html +%{__make} -C docs html \ + SPHINXBUILD=sphinx-build-3 %endif %install