latest upstream (2.3.0)

This commit is contained in:
Pádraig Brady 2014-03-10 14:30:09 +00:00
parent f6aa9e92ce
commit d13263b0bb
3 changed files with 7 additions and 3 deletions

1
.gitignore vendored
View File

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

View File

@ -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 <pbrady@redhat.com> - 2.3.0-1
- Latest upstream
* Tue Feb 04 2014 Matthias Runge <mrunge@redhat.com> - 2.0.0-3
- fix %%{? issues in spec

View File

@ -1 +1 @@
1793d97a668760ef540fadd342aa08e5 jsonschema-2.0.0.tar.gz
410075e1969a9ec1838b5a6e1313c32b jsonschema-2.3.0.tar.gz