update to new upstream version 1.0.2

This commit is contained in:
Felix Schwarz 2019-04-29 10:27:55 +02:00
commit 7d07d5a96b
3 changed files with 7 additions and 3 deletions

View file

@ -6,7 +6,7 @@
Name: python-%{srcname}
Version: 1.0.1
Version: 1.0.2
Release: 1%{?dist}
Summary: Low-level CSS parser for Python
@ -22,7 +22,7 @@ BuildRequires: %{py3_prefix}-devel
BuildRequires: %{py3_prefix}-pytest
BuildRequires: %{py3_prefix}-pytest-cov
BuildRequires: %{py3_prefix}-pytest-runner
# required for testing
BuildRequires: %{py3_prefix}-pytest-flake8
BuildRequires: %{py3_prefix}-webencodings >= 0.4
%description
@ -70,6 +70,9 @@ rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/__pycache__/test.*.py?
%changelog
* Mon Apr 29 2019 Felix Schwarz <fschwarz@fedoraproject.org> 1.0.2-1
- update to new upstream version 1.0.2
* Thu Mar 07 2019 Felix Schwarz <fschwarz@fedoraproject.org> 1.0.1-1
- update to new upstream version