Hello community, here is the log from the commit of package python-jsonschema for openSUSE:Factory checked in at 2019-04-10 23:08:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-jsonschema (Old) and /work/SRC/openSUSE:Factory/.python-jsonschema.new.27019 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jsonschema" Wed Apr 10 23:08:47 2019 rev:19 rq:692367 version:2.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-jsonschema/python-jsonschema.changes 2019-03-29 20:38:57.634687113 +0100 +++ /work/SRC/openSUSE:Factory/.python-jsonschema.new.27019/python-jsonschema.changes 2019-04-10 23:08:51.083814128 +0200 @@ -1,0 +2,5 @@ +Mon Apr 8 19:16:49 UTC 2019 - Dirk Mueller <[email protected]> + +- downgrade to < 3.0.0 again to fix all openstack clients + +------------------------------------------------------------------- Old: ---- jsonschema-3.0.1.tar.gz New: ---- jsonschema-2.6.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-jsonschema.spec ++++++ --- /var/tmp/diff_new_pack.IWSlTt/_old 2019-04-10 23:08:51.707814837 +0200 +++ /var/tmp/diff_new_pack.IWSlTt/_new 2019-04-10 23:08:51.711814841 +0200 @@ -19,49 +19,32 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-jsonschema -Version: 3.0.1 +Version: 2.6.0 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 six >= 1.11.0} -BuildRequires: %{python_module strict-rfc3339} -BuildRequires: %{python_module webcolors} +BuildRequires: %{python_module vcversioner >= 2.16.0.0} BuildRequires: fdupes BuildRequires: python-rpm-macros -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 +Requires(post): update-alternatives +Requires(preun): update-alternatives +BuildArch: noarch %ifpython2 Requires: python-functools32 %endif %python_subpackages %description -jsonschema is an implementation of JSON Schema for Python +jsonschema is an implementation of JSON Schema (currently in Draft 3) +for Python (supporting 2.6+ including Python 3). %prep %setup -q -n jsonschema-%{version} @@ -71,11 +54,13 @@ %install %python_install -%python_expand %fdupes %{buildroot}%{$python_sitelib} +%python_expand %fdupes -s %{buildroot}%{$python_sitelib} + +# Prepare for update-alternatives usage %python_clone -a %{buildroot}%{_bindir}/jsonschema %check -%python_exec -m unittest discover +%python_exec -m unittest jsonschema.tests.test_jsonschema_test_suite %post %python_install_alternative jsonschema ++++++ jsonschema-3.0.1.tar.gz -> jsonschema-2.6.0.tar.gz ++++++ ++++ 21660 lines of diff (skipped)
