mirror of
https://abf.rosa.ru/djam/python-jsonschema.git
synced 2025-02-23 16:32:49 +00:00
Updated to 3.0.2
This commit is contained in:
parent
dfde44c512
commit
fc0f5b0805
2 changed files with 8 additions and 3 deletions
3
.abf.yml
3
.abf.yml
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue