update to new upstream version 1.0.1
This commit is contained in:
parent
8eb8283b61
commit
cb41dc0bfc
4 changed files with 33 additions and 11 deletions
|
|
@ -6,8 +6,8 @@
|
|||
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.6.1
|
||||
Release: 8%{?dist}
|
||||
Version: 1.0.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Low-level CSS parser for Python
|
||||
|
||||
License: BSD
|
||||
|
|
@ -21,6 +21,7 @@ BuildArch: noarch
|
|||
BuildRequires: %{py3_prefix}-devel
|
||||
BuildRequires: %{py3_prefix}-pytest
|
||||
BuildRequires: %{py3_prefix}-pytest-cov
|
||||
BuildRequires: %{py3_prefix}-pytest-runner
|
||||
# required for testing
|
||||
BuildRequires: %{py3_prefix}-webencodings >= 0.4
|
||||
|
||||
|
|
@ -63,12 +64,15 @@ rm -rf %{buildroot}%{python3_sitelib}/%{srcname}/__pycache__/test.*.py?
|
|||
|
||||
%files -n %{py3_prefix}-%{srcname}
|
||||
%license LICENSE
|
||||
%doc CHANGES README.rst
|
||||
%doc README.rst
|
||||
%{python3_sitelib}/%{srcname}/
|
||||
%{python3_sitelib}/%{srcname}-%{version}-py?.?.egg-info/
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Mar 07 2019 Felix Schwarz <fschwarz@fedoraproject.org> 1.0.1-1
|
||||
- update to new upstream version
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.1-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue