Hello community, here is the log from the commit of package python-jsonschema for openSUSE:Factory checked in at 2019-03-29 20:38:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-jsonschema (Old) and /work/SRC/openSUSE:Factory/.python-jsonschema.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jsonschema" Fri Mar 29 20:38:56 2019 rev:18 rq:689397 version:3.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-jsonschema/python-jsonschema.changes 2019-01-21 10:54:14.771736466 +0100 +++ /work/SRC/openSUSE:Factory/.python-jsonschema.new.25356/python-jsonschema.changes 2019-03-29 20:38:57.634687113 +0100 @@ -1,0 +2,9 @@ +Thu Mar 28 14:57:16 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 3.0.1: + * Support for Draft 6 and Draft 7 + * Draft 7 is now the default + * New TypeChecker object for more complex type definitions (and overrides) + * Falling back to isodate for the date-time format checker is no longer attempted, in accordance with the specification + +------------------------------------------------------------------- Old: ---- jsonschema-2.6.0.tar.gz New: ---- jsonschema-3.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-jsonschema.spec ++++++ --- /var/tmp/diff_new_pack.UBzD0U/_old 2019-03-29 20:38:58.150687377 +0100 +++ /var/tmp/diff_new_pack.UBzD0U/_new 2019-03-29 20:38:58.154687379 +0100 @@ -19,32 +19,49 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-jsonschema -Version: 2.6.0 +Version: 3.0.1 Release: 0 Summary: An implementation of JSON-Schema validation for Python License: MIT Group: Development/Languages/Python -Url: http://github.com/Julian/jsonschema +URL: http://github.com/Julian/jsonschema Source: https://files.pythonhosted.org/packages/source/j/jsonschema/jsonschema-%{version}.tar.gz +BuildRequires: %{python_module Twisted} +BuildRequires: %{python_module attrs >= 17.4.0} +BuildRequires: %{python_module idna} +BuildRequires: %{python_module jsonpointer > 1.13} BuildRequires: %{python_module mock} +BuildRequires: %{python_module pyrsistent >= 0.14.0} +BuildRequires: %{python_module rfc3987} +BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module vcversioner >= 2.16.0.0} +BuildRequires: %{python_module six >= 1.11.0} +BuildRequires: %{python_module strict-rfc3339} +BuildRequires: %{python_module webcolors} BuildRequires: fdupes BuildRequires: python-rpm-macros -%if %{with python2} -BuildRequires: python2-functools32 -%endif +Requires: python-attrs >= 17.4.0 +Requires: python-pyrsistent >= 0.14.0 +Requires: python-setuptools +Requires: python-six >= 1.11.0 Requires(post): update-alternatives Requires(preun): update-alternatives +Recommends: python-idna +Recommends: python-jsonpointer > 1.13 +Recommends: python-rfc3987 +Recommends: python-strict-rfc3339 +Recommends: python-webcolors BuildArch: noarch +%if %{with python2} +BuildRequires: python2-functools32 +%endif %ifpython2 Requires: python-functools32 %endif %python_subpackages %description -jsonschema is an implementation of JSON Schema (currently in Draft 3) -for Python (supporting 2.6+ including Python 3). +jsonschema is an implementation of JSON Schema for Python %prep %setup -q -n jsonschema-%{version} @@ -54,13 +71,11 @@ %install %python_install -%python_expand %fdupes -s %{buildroot}%{$python_sitelib} - -# Prepare for update-alternatives usage +%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_clone -a %{buildroot}%{_bindir}/jsonschema %check -%python_exec -m unittest jsonschema.tests.test_jsonschema_test_suite +%python_exec -m unittest discover %post %python_install_alternative jsonschema ++++++ jsonschema-2.6.0.tar.gz -> jsonschema-3.0.1.tar.gz ++++++ ++++ 21660 lines of diff (skipped)
