diff --git a/jsonschema-3.0.2.tar.gz b/jsonschema-3.0.2.tar.gz deleted file mode 100644 index 87c17a4..0000000 --- a/jsonschema-3.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8d4a2b7b6c2237e0199c8ea1a6d3e05bf118e289ae2b9d7ba444182a2959560d -size 143432 diff --git a/jsonschema-3.2.0.tar.gz b/jsonschema-3.2.0.tar.gz new file mode 100644 index 0000000..7c93f80 --- /dev/null +++ b/jsonschema-3.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a85b28d377cc7737e46e2d9f2b4f44ee3c0e1deac6bf46ddefc7187d30797a +size 167226 diff --git a/python-jsonschema.changes b/python-jsonschema.changes index b5491e9..18d0a8f 100644 --- a/python-jsonschema.changes +++ b/python-jsonschema.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Fri Nov 22 06:06:52 UTC 2019 - Arun Persaud + +- 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 + +- 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 diff --git a/python-jsonschema.spec b/python-jsonschema.spec index 758da62..77ed001 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -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