- 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

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Oct 16 08:21:55 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.5.5:
* remove six dependencies
- drop no-six.patch (upstream)
-------------------------------------------------------------------
Thu Jun 6 14:16:19 UTC 2024 - Markéta Machová <mmachova@suse.com>
@@ -46,7 +53,7 @@ Fri Aug 26 17:24:20 UTC 2022 - Ben Greiner <code@bnavigator.de>
-------------------------------------------------------------------
Fri Jul 8 04:30:39 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
- Skip a failing test for now.
- Skip a failing test for now.
-------------------------------------------------------------------
Fri Jan 21 02:56:29 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
@@ -59,7 +66,7 @@ Fri Jan 21 02:56:29 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
* #203 validatorSchemas passed in are now respected
* #208 oneOf roundtrip serializations work better
* #207 Another fix for abc deprecation
* Fixes import path for collections.abc to be compliant with Python 3.8 [#197] (h/t @adriangay)
* Fixes import path for collections.abc to be compliant with Python 3.8 [#197] (h/t @adriangay)
- Remove duplicate setuptools BuildRequires.
-------------------------------------------------------------------