diff --git a/_service b/_service index 1832d71..b3d0082 100644 --- a/_service +++ b/_service @@ -1,17 +1,17 @@ - + https://github.com/python-jsonschema/referencing git - v0.30.2 + v0.35.1 @PARENT_TAG@ enable v(.*) yes - + referencing - + *.tar gz diff --git a/_servicedata b/_servicedata index 0d86281..d266432 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/python-jsonschema/referencing - d37bef22e48b7b91a10dce14904755a539bf15e1 \ No newline at end of file + 1863d4a5c18af1edd0f3b49caeb9fedfdaff9845 \ No newline at end of file diff --git a/python-referencing.changes b/python-referencing.changes index 3c5cdc7..e07965c 100644 --- a/python-referencing.changes +++ b/python-referencing.changes @@ -1,3 +1,117 @@ +------------------------------------------------------------------- +Thu May 02 06:16:34 UTC 2024 - opensuse_buildservice@ojkastl.de + +- Update to version 0.35.1: + * Make Resource.pointer also properly handle empty pointers + (which refer to the root document). + This fix likely only affects you if you were using that + function directly, as Resource.lookup already handles empty + fragments. + +------------------------------------------------------------------- +Wed Apr 24 11:27:53 UTC 2024 - opensuse_buildservice@ojkastl.de + +- Update to version 0.35.0: + * Make Registry.contents raise NoSuchResource when needed. + * Update pre-commit hooks. + * Run coverage with 3.12 + * Try convincing RTD to use uv. + * uv and minor workflow tweaks + * Use uv for envs, particularly the requirements env. + * [pre-commit.ci] pre-commit autoupdate + * Whatever pyright regression was present is still present. + * [pre-commit.ci] pre-commit autoupdate + * Bump suite from `71c85d0` to `87851a6` + * Bump suite from `d3fdf35` to `71c85d0` + * Bump suite from `e3fe0aa` to `d3fdf35` + +------------------------------------------------------------------- +Sat Mar 16 13:53:14 UTC 2024 - opensuse_buildservice@ojkastl.de + +- Update to version 0.34.0: + * Also look inside definitions keywords even on newer dialects. + The specification recommends doing so regardless of the rename + to $defs. + * Ensure non-blocking mypy compatibility by @jamescw19 in #130 + +------------------------------------------------------------------- +Mon Jan 29 17:40:40 UTC 2024 - opensuse_buildservice@ojkastl.de + +- Update to version 0.33.0: + * Add a referencing.jsonschema.SchemaResource type alias to go + along with the other JSON Schema specialized types. + +------------------------------------------------------------------- +Sun Jan 07 13:33:05 UTC 2024 - opensuse_buildservice@ojkastl.de + +- Update to version 0.32.1: + * We CannotDetermineSpecification for $schema kyes that aren't + strs + * [pre-commit.ci] pre-commit autoupdate + * Update requirements. + * Enable more ruff rulesets. + * Remove an unneeded doc ext, we have no CLI. + * [pre-commit.ci] pre-commit autoupdate + * Bump actions/setup-python from 4 to 5 + * Update pre-commit hooks. + +------------------------------------------------------------------- +Thu Dec 07 15:40:29 UTC 2023 - kastl@b1-systems.de + +- Update to version 0.32.0: + * Add Specification.detect. + +------------------------------------------------------------------- +Thu Nov 30 09:10:06 UTC 2023 - kastl@b1-systems.de + +- Update to version 0.31.1: + * Do more silly things to pepper over type checking nonsense. + * Minor noxfile tweaking. + * Add the explicit Tidelift link. + * Complain about spurious type: ignores. + * [pre-commit.ci] pre-commit autoupdate + +------------------------------------------------------------------- +Thu Nov 16 14:51:03 UTC 2023 - kastl@b1-systems.de + +- Update to version 0.31.0: + * Add referencing.jsonschema.EMPTY_REGISTRY. + * [pre-commit.ci] pre-commit autoupdate + * Update requirements. + * Enable TCH rules for slightly reducing runtime imports. + * [pre-commit.ci] pre-commit autoupdate + * Add tests for Registry being truthy or falsy. + * Apparently this setting is now autodetected. + * yarl -> url.py in the (trivial) docs usage. + * Ignore the dirhtml directory usable for docs generation. + * Unpin pyright, as whatever was previously broken seems fixed. + * [pre-commit.ci] pre-commit autoupdate + * Update requirements. + * Pull in some style ignores that we don't really need yet. + * [pre-commit.ci] pre-commit autoupdate + * Update requirements. + * referencing, not Bowtie + * New pip-compile default. + * Update requirements. + * Remove the now-unneeded noqa's. + * Ask ruff to fix things when it runs. + * [pre-commit.ci] pre-commit autoupdate + * [pre-commit.ci] pre-commit autoupdate + * Update requirements. + * [pre-commit.ci] pre-commit autoupdate + * [pre-commit.ci] pre-commit autoupdate + * Add and ensure the noxfile gets documented. + * Bump actions/checkout from 3 to 4 + * [pre-commit.ci] pre-commit autoupdate + * Few more ruff rules. + * Bump docs requirements. + * [pre-commit.ci] pre-commit autoupdate + * Bump suite from `fa1b818` to `9153b05` + * [pre-commit.ci] pre-commit autoupdate + * Bump suite from `b094fe5` to `fa1b818` + * Minor tweaks to some annotations. + * [pre-commit.ci] pre-commit autoupdate + ------------------------------------------------------------------- Sun Aug 06 07:54:07 UTC 2023 - kastl@b1-systems.de diff --git a/python-referencing.spec b/python-referencing.spec index 3bdffce..a34bd86 100644 --- a/python-referencing.spec +++ b/python-referencing.spec @@ -1,7 +1,7 @@ # -# spec file +# spec file for package python-referencing # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ %endif %{?sle15_python_module_pythons} Name: python-referencing%{psuffix} -Version: 0.30.2 +Version: 0.35.1 Release: 0 Summary: JSON Referencing + Python License: MIT diff --git a/referencing-0.30.2.tar.gz b/referencing-0.30.2.tar.gz deleted file mode 100644 index 588dc10..0000000 --- a/referencing-0.30.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fb1415c3966c29d7639b9811e0c95c7124c783aa470e50a20903ad0f0f1ce112 -size 343483 diff --git a/referencing-0.35.1.tar.gz b/referencing-0.35.1.tar.gz new file mode 100644 index 0000000..3876064 --- /dev/null +++ b/referencing-0.35.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd757f868ba6506b6b8def76b12b92d19ec35fb2da7cecbd34917d33e1d12a08 +size 511208