From 8f9d15fb31073baee31f698824873b02e11594b9 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Tue, 8 Nov 2016 15:15:52 -0700 Subject: [PATCH] Update to 3.9 --- .gitignore | 1 + python-ply.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 764bc87..9ce14be 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ ply-3.3.tar.gz /ply-3.4.tar.gz /ply-3.6.tar.gz /ply-3.8.tar.gz +/ply-3.9.tar.gz diff --git a/python-ply.spec b/python-ply.spec index cc91e15..1582399 100644 --- a/python-ply.spec +++ b/python-ply.spec @@ -8,8 +8,8 @@ Name: python-%{modname} Summary: Python Lex-Yacc -Version: 3.8 -Release: 2%{?dist} +Version: 3.9 +Release: 1%{?dist} License: BSD URL: http://www.dabeaz.com/ply/ Source0: http://www.dabeaz.com/ply/%{modname}-%{version}.tar.gz @@ -138,6 +138,9 @@ popd %endif # with python3 %changelog +* Tue Nov 8 2016 Orion Poplawski - 3.9-1 +- Update to 3.9 + * Tue Jul 19 2016 Fedora Release Engineering - 3.8-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index 295aa6d..dd3a2b5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -94726411496c52c87c2b9429b12d5c50 ply-3.8.tar.gz +c5c5767376eff902617fd9874f0c76b7 ply-3.9.tar.gz