Hello community, here is the log from the commit of package python-jsonschema for openSUSE:Factory checked in at 2019-11-25 11:23:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-jsonschema (Old) and /work/SRC/openSUSE:Factory/.python-jsonschema.new.26869 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jsonschema" Mon Nov 25 11:23:31 2019 rev:23 rq:750236 version:3.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-jsonschema/python-jsonschema.changes 2019-11-04 17:08:24.620389580 +0100 +++ /work/SRC/openSUSE:Factory/.python-jsonschema.new.26869/python-jsonschema.changes 2019-11-25 11:23:32.958113831 +0100 @@ -1,0 +2,22 @@ +Fri Nov 22 06:06:52 UTC 2019 - Arun Persaud <[email protected]> + +- 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 <[email protected]> + +- 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). + +------------------------------------------------------------------- Old: ---- jsonschema-3.0.2.tar.gz New: ---- jsonschema-3.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-jsonschema.spec ++++++ --- /var/tmp/diff_new_pack.5hV5kR/_old 2019-11-25 11:23:34.222113606 +0100 +++ /var/tmp/diff_new_pack.5hV5kR/_new 2019-11-25 11:23:34.222113606 +0100 @@ -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 @@ 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: 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 @@ %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 ++++++ jsonschema-3.0.2.tar.gz -> jsonschema-3.2.0.tar.gz ++++++ ++++ 23900 lines of diff (skipped)
