diff --git a/.gitignore b/.gitignore index 93dff01..3f3be11 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /jsonschema-0.2.tar.gz /jsonschema-1.3.0.tar.gz /jsonschema-2.0.0.tar.gz +/jsonschema-2.3.0.tar.gz diff --git a/python-jsonschema.spec b/python-jsonschema.spec index 2b8ed0c..110392c 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -8,8 +8,8 @@ %endif Name: python-%{pypi_name} -Version: 2.0.0 -Release: 3%{?dist} +Version: 2.3.0 +Release: 1%{?dist} Summary: An implementation of JSON Schema validation for Python License: MIT @@ -85,6 +85,9 @@ popd %changelog +* Mon Mar 10 2014 Pádraig Brady - 2.3.0-1 +- Latest upstream + * Tue Feb 04 2014 Matthias Runge - 2.0.0-3 - fix %%{? issues in spec diff --git a/sources b/sources index 9ff9c2b..0bd89d2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1793d97a668760ef540fadd342aa08e5 jsonschema-2.0.0.tar.gz +410075e1969a9ec1838b5a6e1313c32b jsonschema-2.3.0.tar.gz