diff --git a/fastjsonschema-2.16.2.tar.gz b/fastjsonschema-2.16.2.tar.gz deleted file mode 100644 index 4a83a68..0000000 --- a/fastjsonschema-2.16.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01e366f25d9047816fe3d288cbfc3e10541daf0af2044763f3d0ade42476da18 -size 18895 diff --git a/fastjsonschema-2.16.3.tar.gz b/fastjsonschema-2.16.3.tar.gz new file mode 100644 index 0000000..eaccb04 --- /dev/null +++ b/fastjsonschema-2.16.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a30d6315a68c253cfa8f963b9697246315aa3db89f98b97235e345dedfb0b8e +size 19081 diff --git a/python-fastjsonschema.changes b/python-fastjsonschema.changes index 212e6fe..2094082 100644 --- a/python-fastjsonschema.changes +++ b/python-fastjsonschema.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 6 21:23:34 UTC 2023 - Dirk Müller + +- update to 2.16.3: + * Fix variable name resolving with references + ------------------------------------------------------------------- Thu Oct 6 14:32:39 UTC 2022 - Dirk Müller diff --git a/python-fastjsonschema.spec b/python-fastjsonschema.spec index 97f67bf..2b2b258 100644 --- a/python-fastjsonschema.spec +++ b/python-fastjsonschema.spec @@ -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}