- update to 0.5.5:

* remove six dependencies
- drop no-six.patch (upstream)
- Skip a failing test for now.
  * Fixes import path for collections.abc to be compliant with Python 3.8 [#197] (h/t @adriangay)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-jsonschema-objects?expand=0&rev=19
This commit is contained in:
2024-10-16 08:22:21 +00:00
committed by Git OBS Bridge
parent 8881d590e9
commit da9ec00e7e
5 changed files with 13 additions and 445 deletions

View File

@@ -17,14 +17,12 @@
Name: python-python-jsonschema-objects
Version: 0.5.4
Version: 0.5.5
Release: 0
Summary: An object wrapper for JSON Schema definitions
License: MIT
URL: https://python-jsonschema-objects.readthedocs.org/
Source: https://files.pythonhosted.org/packages/source/p/python_jsonschema_objects/python_jsonschema_objects-%{version}.tar.gz
# PATCH-FIX-UPSTREAM https://github.com/cwacek/python-jsonschema-objects/pull/289 clear some Python 2 remnants (including six)
Patch: no-six.patch
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}