Update to latest ply 3.6 for Python 3 fixes
This commit is contained in:
parent
7625439fc9
commit
dfccede857
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
ply-3.3.tar.gz
|
||||
/ply-3.4.tar.gz
|
||||
/ply-3.6.tar.gz
|
||||
|
||||
@ -6,8 +6,8 @@
|
||||
|
||||
Name: python-ply
|
||||
Summary: Python Lex-Yacc
|
||||
Version: 3.4
|
||||
Release: 8%{?dist}
|
||||
Version: 3.6
|
||||
Release: 1%{?dist}
|
||||
License: BSD
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.dabeaz.com/ply/
|
||||
@ -102,19 +102,22 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc CHANGES README example/
|
||||
%doc CHANGES example/
|
||||
%{python_sitelib}/ply/
|
||||
%{python_sitelib}/ply*.egg-info
|
||||
|
||||
%if 0%{?with_python3}
|
||||
%files -n python3-ply
|
||||
%defattr(-,root,root,-)
|
||||
%doc CHANGES README example/
|
||||
%doc CHANGES example/
|
||||
%{python3_sitelib}/ply/
|
||||
%{python3_sitelib}/ply*.egg-info
|
||||
%endif # with_python3
|
||||
|
||||
%changelog
|
||||
* Tue Jul 14 2015 Stephen Gallagher <sgallagh@redhat.com> 3.6-1
|
||||
- Update to latest ply 3.6 for Python 3 fixes
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user