update to 1.3.0
This commit is contained in:
parent
3f0ad4364b
commit
73756f56a3
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/jsonschema-0.2.tar.gz
|
||||
/jsonschema-1.3.0.tar.gz
|
||||
|
||||
@ -2,13 +2,13 @@
|
||||
%global pypi_name jsonschema
|
||||
|
||||
Name: python-%{pypi_name}
|
||||
Version: 0.2
|
||||
Release: 3%{?dist}
|
||||
Version: 1.3.0
|
||||
Release: 1%{?dist}
|
||||
Summary: An implementation of JSON Schema validation for Python
|
||||
|
||||
License: MIT
|
||||
URL: http://pypi.python.org/pypi/jsonschema/0.2
|
||||
Source0: http://pypi.python.org/packages/source/j/jsonschema/jsonschema-0.2.tar.gz
|
||||
URL: http://pypi.python.org/pypi/jsonschema/1.3.0
|
||||
Source0: http://pypi.python.org/packages/source/j/jsonschema/%{pypi_name}-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python-devel
|
||||
@ -36,6 +36,9 @@ http://tools.ietf.org/html/draft-zyp-json-schema-03
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon May 13 2013 Pádraig Brady <P@draigBrady.com> - 1.3.0-1
|
||||
- Update to 1.3.0 release
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user