diff --git a/.gitignore b/.gitignore index df40c31..c958100 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ clog /pyparsing-2.0.3.tar.gz /pyparsing-2.0.6.tar.gz +/pyparsing-2.0.7.tar.gz diff --git a/pyparsing.spec b/pyparsing.spec index 355fc90..874c724 100644 --- a/pyparsing.spec +++ b/pyparsing.spec @@ -4,7 +4,7 @@ Summary: An object-oriented approach to text processing Name: pyparsing -Version: 2.0.6 +Version: 2.0.7 Release: 1%{?dist} Group: Development/Libraries License: MIT @@ -16,7 +16,6 @@ BuildRequires: python2-devel %if 0%{?with_python3} BuildRequires: python3-devel %endif - %description pyparsing is a module that can be used to easily and directly configure syntax definitions for any number of text parsing applications. @@ -81,6 +80,9 @@ dos2unix -k CHANGES LICENSE README %doc CHANGES README HowToUsePyparsing.html docs examples htmldoc %changelog +* Fri Jan 08 2016 Terje Rosten - 2.0.7-1 +- 2.0.7 + * Tue Nov 17 2015 Terje Rosten - 2.0.6-1 - 2.0.6 - Some clean up diff --git a/sources b/sources index 4c0944f..c02a646 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a2d85979e33a6600148c6383d3d8de67 pyparsing-2.0.6.tar.gz +bc5f86cf804a9314373c74146cfc0e8c pyparsing-2.0.7.tar.gz