Accepting request 1069753 from devel:languages:python

- update to 2.16.3:
  * Fix variable name resolving with references

OBS-URL: https://build.opensuse.org/request/show/1069753
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-fastjsonschema?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2023-03-07 15:50:05 +00:00 committed by Git OBS Bridge
commit b885488c5a
4 changed files with 12 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:01e366f25d9047816fe3d288cbfc3e10541daf0af2044763f3d0ade42476da18
size 18895

BIN
fastjsonschema-2.16.3.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 6 21:23:34 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 2.16.3:
* Fix variable name resolving with references
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Oct 6 14:32:39 UTC 2022 - Dirk Müller <dmueller@suse.com> Thu Oct 6 14:32:39 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-fastjsonschema # spec file for package python-fastjsonschema
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,12 +18,12 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-fastjsonschema Name: python-fastjsonschema
Version: 2.16.2 Version: 2.16.3
Release: 0 Release: 0
Summary: Fastest Python implementation of JSON schema Summary: Fastest Python implementation of JSON schema
License: BSD-3-Clause License: BSD-3-Clause
Group: Development/Languages/Python Group: Development/Languages/Python
URL: https://github.com/seznam/python-fastjsonschema URL: https://github.com/horejsek/python-fastjsonschema
Source: https://files.pythonhosted.org/packages/source/f/fastjsonschema/fastjsonschema-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/f/fastjsonschema/fastjsonschema-%{version}.tar.gz
BuildRequires: %{python_module devel} BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools}