Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-jsonschema-spec for openSUSE:Factory checked in at 2023-07-19 19:11:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-jsonschema-spec (Old) and /work/SRC/openSUSE:Factory/.python-jsonschema-spec.new.5570 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-jsonschema-spec" Wed Jul 19 19:11:39 2023 rev:6 rq:1099553 version:0.2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-jsonschema-spec/python-jsonschema-spec.changes 2023-06-19 22:50:43.437618919 +0200 +++ /work/SRC/openSUSE:Factory/.python-jsonschema-spec.new.5570/python-jsonschema-spec.changes 2023-07-19 19:11:57.489030831 +0200 @@ -1,0 +2,25 @@ +Wed Jul 19 14:50:44 UTC 2023 - Ben Greiner <c...@bnavigator.de> + +- Cleanup requirements +- Unpin referencing <0.30.0 because it was updated a few hours ago + +------------------------------------------------------------------- +Wed Jul 19 09:34:28 UTC 2023 - ecsos <ec...@opensuse.org> + +- Update to 0.2.3 + - FilePathReader read relative path fix #39 +- Update to 0.2.2 + - Add resolve context method for SchemaPath #31 +- Update to 0.2.1 + - Bump referencing from 0.24.4 to 0.29.0 #25 +- Update to 0.2.0 + - Python 3.7 support dropped #23 + - Remove jsonschema dependency in favor of referencing and jsonschema-specifications #12 + - SchemaPath.from_path factory method added + + Deprecations + - Spec class name is deprecated. Use SchemaPath instead. + - spec_url parameter is deprecated. Use base_uri instead. + - ref_resolver_handlers parameter is deprecated. Use handlers instead. +- Fix not installable because of newer python-jsonschema requirement. + +------------------------------------------------------------------- Old: ---- jsonschema-spec-0.1.6.tar.gz New: ---- jsonschema-spec-0.2.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-jsonschema-spec.spec ++++++ --- /var/tmp/diff_new_pack.3iYEGU/_old 2023-07-19 19:11:58.141034645 +0200 +++ /var/tmp/diff_new_pack.3iYEGU/_new 2023-07-19 19:11:58.145034668 +0200 @@ -18,27 +18,29 @@ %{?sle15_python_module_pythons} Name: python-jsonschema-spec -Version: 0.1.6 +Version: 0.2.3 Release: 0 Summary: JSONSchema Spec with object-oriented paths License: Apache-2.0 URL: https://github.com/p1c2u/jsonschema-spec Source: https://github.com/p1c2u/jsonschema-spec/archive/refs/tags/%{version}.tar.gz#/jsonschema-spec-%{version}.tar.gz +BuildRequires: %{python_module base >= 3.8.0} BuildRequires: %{python_module pip} BuildRequires: %{python_module poetry-core >= 1} BuildRequires: python-rpm-macros +BuildRequires: fdupes # SECTION test requirements -BuildRequires: %{python_module jsonschema >= 4.0.0 with %python-jsonschema < 4.18} BuildRequires: %{python_module PyYAML >= 5.1} BuildRequires: %{python_module pathable >= 0.4.1} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module typing_extensions} +BuildRequires: %{python_module referencing >= 0.28.0} +BuildRequires: %{python_module responses >= 0.23.0} +BuildRequires: %{python_module requests >= 2.31.0} # /SECTION -BuildRequires: fdupes Requires: python-PyYAML >= 5.1 Requires: python-pathable >= 0.4.1 -Requires: python-typing_extensions -Requires: (python-jsonschema >= 4.0.0 with python-jsonschema < 4.18) +Requires: python-referencing >= 0.28.0 +Suggests: python-requests >= 2.31.0 Provides: python-jsonschema_spec = %{version}-%{release} BuildArch: noarch %python_subpackages @@ -48,8 +50,8 @@ %prep %setup -q -n jsonschema-spec-%{version} -# Remove version pin -sed -i '/typing-extensions/d' pyproject.toml +# unpin and hope for the best +sed -i '/referencing/ s/,<0.30.0//' pyproject.toml # Remove need to pytest-cov sed -i '/--cov/d' pyproject.toml ++++++ jsonschema-spec-0.1.6.tar.gz -> jsonschema-spec-0.2.3.tar.gz ++++++ ++++ 1888 lines of diff (skipped)