Hello community, here is the log from the commit of package python-schema for openSUSE:Factory checked in at 2019-03-26 22:34:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-schema (Old) and /work/SRC/openSUSE:Factory/.python-schema.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-schema" Tue Mar 26 22:34:56 2019 rev:3 rq:688869 version:0.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-schema/python-schema.changes 2018-12-24 11:43:38.593332371 +0100 +++ /work/SRC/openSUSE:Factory/.python-schema.new.25356/python-schema.changes 2019-03-26 22:35:29.109652886 +0100 @@ -1,0 +2,8 @@ +Tue Mar 26 16:29:04 UTC 2019 - [email protected] + +- version update to 0.7.0 + * Add an is_valid method to the schema + * Fix typo in schema.py: vaidated->validated + * Fix callable check under PyPy2 + +------------------------------------------------------------------- Old: ---- schema-0.6.7.tar.gz New: ---- schema-0.7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-schema.spec ++++++ --- /var/tmp/diff_new_pack.KBs8lV/_old 2019-03-26 22:35:30.849652135 +0100 +++ /var/tmp/diff_new_pack.KBs8lV/_new 2019-03-26 22:35:30.889652118 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-schema # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,9 +17,8 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%bcond_without test Name: python-schema -Version: 0.6.7 +Version: 0.7.0 Release: 0 Summary: Data validation library License: MIT @@ -29,9 +28,12 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -%if %{with test} +# SECTION test requirements +BuildRequires: %{python_module contextlib2 >= 0.5.5} +BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest} -%endif +# /SECTION +Requires: python-contextlib2 >= 0.5.5 BuildArch: noarch %python_subpackages @@ -51,10 +53,8 @@ %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} -%if %{with test} %check %python_exec test_schema.py -%endif %files %{python_files} %defattr(-,root,root,-) ++++++ schema-0.6.7.tar.gz -> schema-0.7.0.tar.gz ++++++ ++++ 2479 lines of diff (skipped)
