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:
commit
b885488c5a
@ -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
BIN
fastjsonschema-2.16.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,12 +18,12 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-fastjsonschema
|
||||
Version: 2.16.2
|
||||
Version: 2.16.3
|
||||
Release: 0
|
||||
Summary: Fastest Python implementation of JSON schema
|
||||
License: BSD-3-Clause
|
||||
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
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
|
Loading…
Reference in New Issue
Block a user