From 867df59107a91d49adb42792b20d3051ab7c55dfe9ff5b586421c7d61a23bffc Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 19 Jul 2022 15:23:18 +0000 Subject: [PATCH] Accepting request 990216 from home:ojkastl_buildservice:Systemsmanagement_Ansible update to 4.7.2, introducing a new dependency hatch_vcs (see SR#990136) OBS-URL: https://build.opensuse.org/request/show/990216 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jsonschema?expand=0&rev=51 --- jsonschema-4.5.1.tar.gz | 3 --- jsonschema-4.7.2.tar.gz | 3 +++ python-jsonschema.changes | 25 +++++++++++++++++++++++++ python-jsonschema.spec | 4 +++- 4 files changed, 31 insertions(+), 4 deletions(-) delete mode 100644 jsonschema-4.5.1.tar.gz create mode 100644 jsonschema-4.7.2.tar.gz diff --git a/jsonschema-4.5.1.tar.gz b/jsonschema-4.5.1.tar.gz deleted file mode 100644 index b6248ba..0000000 --- a/jsonschema-4.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c6d882619340c3347a1bf7315e147e6d3dae439033ae6383d6acb908c101dfc -size 282414 diff --git a/jsonschema-4.7.2.tar.gz b/jsonschema-4.7.2.tar.gz new file mode 100644 index 0000000..ae42e48 --- /dev/null +++ b/jsonschema-4.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73764f461d61eb97a057c929368610a134d1d1fffd858acfe88864ee94f1f1d3 +size 278495 diff --git a/python-jsonschema.changes b/python-jsonschema.changes index dee5514..6a1d170 100644 --- a/python-jsonschema.changes +++ b/python-jsonschema.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Tue Jul 19 11:08:23 UTC 2022 - Johannes Kastl + +- update to 4.7.2: + * Fix best_match's type matching when it's an array. +- update to 4.7.1: + * Minor case correction for PyPI links +- update to 4.7.0: + * Enhance best match to prefer errors from matching types. by @Julian in #972 +- update to 4.6.2: + * docs: Fix a few typos by @timgates42 in #969 +- update to 4.6.1: + * Type annotate format checker methods by @sirosen in #958 + * Fix fuzzer to include instrumentation by @DavidKorczynski in #965 + * [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #967 + +------------------------------------------------------------------- +Tue Jul 19 08:44:07 UTC 2022 - Johannes Kastl + +- update to 4.6.0: + * Add package_url for changelog by @fhightower in #950 + * Only validate unevaluated properties/items on applicable types by @EpicWink in #949 + * Add v4.5.1 to changelog by @sirosen in #956 + * Modernize the packaging setup via PEP 621 and Hatch. by @Julian in #957 + ------------------------------------------------------------------- Sun Jun 5 00:14:03 UTC 2022 - Dirk Müller diff --git a/python-jsonschema.spec b/python-jsonschema.spec index abef0fd..dace897 100644 --- a/python-jsonschema.spec +++ b/python-jsonschema.spec @@ -25,7 +25,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-jsonschema -Version: 4.5.1 +Version: 4.7.2 Release: 0 Summary: An implementation of JSON-Schema validation for Python License: MIT @@ -33,6 +33,8 @@ URL: https://github.com/python-jsonschema/jsonschema Source: https://files.pythonhosted.org/packages/source/j/jsonschema/jsonschema-%{version}.tar.gz # SECTION build BuildRequires: %{python_module base >= 3.7} +BuildRequires: %{python_module hatch_vcs} +BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools}