14
0

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
This commit is contained in:
2022-07-19 15:23:18 +00:00
committed by Git OBS Bridge
parent a56e53a98a
commit 867df59107
4 changed files with 31 additions and 4 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Tue Jul 19 11:08:23 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
- 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 <kastl@b1-systems.de>
- 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 <dmueller@suse.com>