From dfccede85758c296496973c80d0b7cdbb00326f8 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 14 Jul 2015 10:32:36 -0400 Subject: [PATCH] Update to latest ply 3.6 for Python 3 fixes --- .gitignore | 1 + python-ply.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 0140d40..253cc02 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ ply-3.3.tar.gz /ply-3.4.tar.gz +/ply-3.6.tar.gz diff --git a/python-ply.spec b/python-ply.spec index a2c6f4c..52419f4 100644 --- a/python-ply.spec +++ b/python-ply.spec @@ -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 3.6-1 +- Update to latest ply 3.6 for Python 3 fixes + * Thu Jun 18 2015 Fedora Release Engineering - 3.4-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index b865654..80ddba4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ffdc95858819347bf92d7c2acc074894 ply-3.4.tar.gz +7aa0e8749d2377a863f477a7d67524d2 ply-3.6.tar.gz