Updated to 3.0.2

This commit is contained in:
Denis Silakov 2019-10-01 11:48:48 +03:00
parent dfde44c512
commit fc0f5b0805
2 changed files with 8 additions and 3 deletions

View file

@ -1,5 +1,6 @@
removed_sources:
jsonschema-2.3.0.tar.gz: 928c9b43f35298346b27b910660944dde931048e
jsonschema-2.4.0.tar.gz: 35d4d90ce942a4b030eda75e9a2b32f97e121a98
sources:
jsonschema-2.6.0.tar.gz: 97e49df4601f7066d9954c0ec4d8d697887b32f0
sources:
jsonschema-3.0.2.tar.gz: 47c75ca8426ca71ba59541b12985d1f7fa644364

View file

@ -1,8 +1,8 @@
%define oname jsonschema
Name: python-%{oname}
Version: 2.6.0
Release: 2
Version: 3.0.2
Release: 1
Summary: An implementation of JSON Schema validation for Python
Source0: http://pypi.python.org/packages/source/j/jsonschema/jsonschema-%{version}.tar.gz
License: MIT
@ -12,6 +12,7 @@ BuildArch: noarch
BuildRequires: pkgconfig(python)
BuildRequires: pythonegg(nose)
BuildRequires: pythonegg(mock)
BuildRequires: pythonegg(pyrsistent)
%description
@ -21,6 +22,9 @@ http://tools.ietf.org/html/draft-zyp-json-schema-03
%prep
%setup -q -n %{oname}-%{version}
# drop bundled egg-info
rm -rf jsonschema.egg-info/
%build
python setup.py build