Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/python-lesscpy.git#0664479713694242d0044afbbe4eecdc75bc42e8
This commit is contained in:
DistroBaker 2021-02-06 01:56:23 +00:00
parent e2acae9ef4
commit d2e0760b82

View File

@ -6,7 +6,7 @@
Name: python-%{pypi_name}
Version: 0.14.0
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Lesscss compiler
License: MIT
@ -31,8 +31,7 @@ Requires: python3-six
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-ply
BuildRequires: python3-nose
BuildRequires: python3-coverage
BuildRequires: python3-pytest
BuildRequires: python3-six
%{?python_provide:%python_provide python3-lesscpy}
@ -58,7 +57,7 @@ ln -s ./lesscpy %{buildroot}/%{_bindir}/py3-lesscpy
%check
%{__python3} -m nose -v
%pytest
%files -n python3-lesscpy
@ -70,6 +69,10 @@ ln -s ./lesscpy %{buildroot}/%{_bindir}/py3-lesscpy
%changelog
* Wed Feb 03 2021 Christian Heimes <cheimes@redhat.com> - 0.14.0-5
- Check with pytest instead of nose
- Remove build dependency on coverage
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild