Update to 3.9

This commit is contained in:
Orion Poplawski 2016-11-08 15:15:52 -07:00
parent bf2103776e
commit 8f9d15fb31
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

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

View File

@ -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 <orion@cora.nwra.com> - 3.9-1
- Update to 3.9
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.8-2
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages

View File

@ -1 +1 @@
94726411496c52c87c2b9429b12d5c50 ply-3.8.tar.gz
c5c5767376eff902617fd9874f0c76b7 ply-3.9.tar.gz