0.38
This commit is contained in:
parent
961cad81f9
commit
e01f5b6391
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/scour-0.35.tar.gz
|
/scour-0.35.tar.gz
|
||||||
/scour-0.37.tar.gz
|
/scour-0.37.tar.gz
|
||||||
|
/scour-0.38.tar.gz
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
%global sum An SVG scrubber
|
%global sum An SVG scrubber
|
||||||
|
|
||||||
Name: python-scour
|
Name: python-scour
|
||||||
Version: 0.37
|
Version: 0.38
|
||||||
Release: 8%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: %{sum}
|
Summary: %{sum}
|
||||||
|
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -12,6 +12,10 @@ Source0: %{url}/archive/v%{version}.tar.gz#/%{modname}-%{version}.tar
|
|||||||
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
|
# Tests
|
||||||
|
BuildRequires: python3-six
|
||||||
|
BuildRequires: python3-flake8
|
||||||
|
BuildRequires: python3-coverage
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -42,8 +46,8 @@ find . -type f -name '*.py' -exec sed -i /env\ python/d {} ';'
|
|||||||
%py3_install
|
%py3_install
|
||||||
|
|
||||||
|
|
||||||
#%%check
|
%check
|
||||||
#%%{__python3} setup.py test
|
%{__python3} setup.py test
|
||||||
|
|
||||||
%{!?_licensedir: %global license %doc}
|
%{!?_licensedir: %global license %doc}
|
||||||
|
|
||||||
@ -56,6 +60,9 @@ find . -type f -name '*.py' -exec sed -i /env\ python/d {} ';'
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 18 2020 Gwyn Ciesla <gwync@protonmail.com> - 0.38-1
|
||||||
|
- 0.38
|
||||||
|
|
||||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.37-8
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.37-8
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (scour-0.37.tar.gz) = ffc9bd33eec038126d781dac50c89e4275d0d5e14ec2b2247a7727af91ac2ffe5522c69b5386f75df67a0b88f8ed62cb6a2ad47d600e55b123d937ba33e9e501
|
SHA512 (scour-0.38.tar.gz) = 9858437eb74ae944325fae0113f03775a770691d445b89030eee02cdec9f34e89acfafd41e92b0b53c7b062d7154d59bed507742d01748034d59d516750bba58
|
||||||
|
Loading…
Reference in New Issue
Block a user