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:
Tomáš Chvátal 2019-11-22 08:29:36 +00:00 committed by Git OBS Bridge
parent 77f9de179e
commit 1bbb79a6d2
4 changed files with 32 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8d4a2b7b6c2237e0199c8ea1a6d3e05bf118e289ae2b9d7ba444182a2959560d
size 143432

3
jsonschema-3.2.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c8a85b28d377cc7737e46e2d9f2b4f44ee3c0e1deac6bf46ddefc7187d30797a
size 167226

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri Nov 22 06:06:52 UTC 2019 - Arun Persaud <arun@gmx.de>
- update to version 3.2.0:
* Added a format_nongpl setuptools extra, which installs only format
dependencies that are non-GPL (#619).
-------------------------------------------------------------------
Sat Nov 16 16:45:36 UTC 2019 - Arun Persaud <arun@gmx.de>
- 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).
-------------------------------------------------------------------
Mon Oct 14 13:49:28 UTC 2019 - Matej Cepl <mcepl@suse.com>

View File

@ -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