mirror of
https://abf.rosa.ru/djam/python-jsonschema.git
synced 2025-02-23 16:32:49 +00:00
Updated to 2.4.0 (by updates_builder)
This commit is contained in:
parent
0cf28998b6
commit
59fd7cfeda
2 changed files with 7 additions and 5 deletions
4
.abf.yml
4
.abf.yml
|
@ -1,2 +1,4 @@
|
|||
sources:
|
||||
removed_sources:
|
||||
jsonschema-2.3.0.tar.gz: 928c9b43f35298346b27b910660944dde931048e
|
||||
sources:
|
||||
jsonschema-2.4.0.tar.gz: 35d4d90ce942a4b030eda75e9a2b32f97e121a98
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
%define oname jsonschema
|
||||
|
||||
Name: python-%{oname}
|
||||
Version: 2.3.0
|
||||
Release: 3
|
||||
Version: 2.4.0
|
||||
Release: 1
|
||||
Summary: An implementation of JSON Schema validation for Python
|
||||
Source0: http://pypi.python.org/packages/source/j/%{oname}/%{oname}-%{version}.tar.gz
|
||||
Source0: http://pypi.python.org/packages/source/j/jsonschema/jsonschema-%{version}.tar.gz
|
||||
License: MIT
|
||||
Group: Development/Python
|
||||
Url: http://github.com/Julian/jsonschema
|
||||
|
|
Loading…
Add table
Reference in a new issue