|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
Name: python-%{modname}
|
|
|
|
|
Version: 0.5.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Simple data validation library
|
|
|
|
|
|
|
|
|
|
License: MIT
|
|
|
|
@ -69,5 +69,8 @@ py.test-%{python3_version} -v
|
|
|
|
|
%{python3_sitelib}/__pycache__/%{modname}.*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.0-2
|
|
|
|
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
|
|
|
|
|
|
|
* Tue May 10 2016 Igor Gnatenko <ignatenko@redhat.com> - 0.5.0-1
|
|
|
|
|
- Initial package
|
|
|
|
|