forked from pool/python-jsonschema
Accepting request 750214 from home:apersaud:branches:devel:languages:python
- update to version 3.2.0: * Added a format_nongpl setuptools extra, which installs only format dependencies that are non-GPL (#619). - specfile: * be more explicit in %files section * require python-importlib-metadata - update to version 3.1.1: * Temporarily revert the switch to js-regex until #611 and #612 are resolved. - changes from version 3.1.0: * Regular expressions throughout schemas now respect the ECMA 262 dialect, as recommended by the specification (#609). OBS-URL: https://build.opensuse.org/request/show/750214 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=44
This commit is contained in:
committed by
Git OBS Bridge
parent
77f9de179e
commit
1bbb79a6d2
@@ -21,7 +21,7 @@
|
||||
Name: python-jsonschema
|
||||
# v3 incompatibility with OpenStack raised upstream at
|
||||
# https://github.com/Julian/jsonschema/issues/604
|
||||
Version: 3.0.2
|
||||
Version: 3.2.0
|
||||
Release: 0
|
||||
Summary: An implementation of JSON-Schema validation for Python
|
||||
License: MIT
|
||||
@@ -30,6 +30,7 @@ Source: https://files.pythonhosted.org/packages/source/j/jsonschema/json
|
||||
BuildRequires: %{python_module Twisted}
|
||||
BuildRequires: %{python_module attrs >= 17.4.0}
|
||||
BuildRequires: %{python_module idna}
|
||||
BuildRequires: %{python_module importlib-metadata}
|
||||
BuildRequires: %{python_module jsonpointer > 1.13}
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module pyrsistent >= 0.14.0}
|
||||
@@ -42,6 +43,7 @@ BuildRequires: %{python_module webcolors}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-attrs >= 17.4.0
|
||||
Requires: python-importlib-metadata
|
||||
Requires: python-pyrsistent >= 0.14.0
|
||||
Requires: python-six >= 1.11.0
|
||||
Requires(post): update-alternatives
|
||||
@@ -88,6 +90,9 @@ for Python (supporting 2.6+ including Python 3).
|
||||
%license COPYING
|
||||
%doc README.rst
|
||||
%python_alternative %{_bindir}/jsonschema
|
||||
%{python_sitelib}/*
|
||||
%dir %{python_sitelib}/jsonschema
|
||||
%{python_sitelib}/jsonschema/*
|
||||
%dir %{python_sitelib}/jsonschema-%{version}-py*.egg-info
|
||||
%{python_sitelib}/jsonschema-%{version}-py*.egg-info
|
||||
|
||||
%changelog
|
||||
|
Reference in New Issue
Block a user