diff --git a/.gitignore b/.gitignore index a4cf827..d028088 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /colander-1.0a2.tar.gz /colander-1.0b1.tar.gz /colander-1.2.tar.gz +/colander-1.3.1.tar.gz diff --git a/python-colander.spec b/python-colander.spec index 51c1b3d..55ea929 100644 --- a/python-colander.spec +++ b/python-colander.spec @@ -7,8 +7,8 @@ %global modname colander Name: python-%{modname} -Version: 1.2 -Release: 2%{?dist} +Version: 1.3.1 +Release: 1%{?dist} Summary: A simple schema-based serialization and deserialization library License: BSD @@ -101,6 +101,9 @@ rm -rf docs/.static %endif %changelog +* Wed Jun 01 2016 Kevin Fenzi - 1.3.1-1 +- Update to 1.3.1. Fixes bug #1339017 + * Tue May 10 2016 Igor Gnatenko - 1.2-2 - Modernize spec more diff --git a/sources b/sources index d505f75..42e8b8e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -83db21b07936a0726e588dae1914b9ed colander-1.2.tar.gz +c70c096ae0e5cfb2aa87ffec1fece07d colander-1.3.1.tar.gz