Update to latest ply 3.6 for Python 3 fixes

This commit is contained in:
Stephen Gallagher 2015-07-14 10:32:36 -04:00
parent 7625439fc9
commit dfccede857
3 changed files with 9 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
ply-3.3.tar.gz
/ply-3.4.tar.gz
/ply-3.6.tar.gz

View File

@ -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

View File

@ -1 +1 @@
ffdc95858819347bf92d7c2acc074894 ply-3.4.tar.gz
7aa0e8749d2377a863f477a7d67524d2 ply-3.6.tar.gz