Package: python3-jsonschema-specifications
Version: 2023.12.1-2
Severity: normal
Tags: patch upstream
Dear Maintainer,
One of the files in the python3-jsonschema-specifications package is
located in the wrong directory. Relative to
/usr/lib/python3/dist-packages/jsonschema_specifications/schemas/:
draft202012/vocabularies/format should instead be
draft201909/vocabularies/format
This bug was fixed upstream in
https://github.com/python-jsonschema/jsonschema-specifications/pull/107
The included patch applies cleanly atop 2023.12.1-2, the version
currently in both stable and unstable.
Cheers,
Branen
-- System Information:
Debian Release: 13.0
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)
diff -urN
python-jsonschema-specifications-2023.12.1/jsonschema_specifications/schemas/draft201909/vocabularies/format
python-jsonschema-specifications-2023.12.1-3/jsonschema_specifications/schemas/draft201909/vocabularies/format
---
python-jsonschema-specifications-2023.12.1/jsonschema_specifications/schemas/draft201909/vocabularies/format
1970-01-01 00:00:00.000000000 +0000
+++
python-jsonschema-specifications-2023.12.1-3/jsonschema_specifications/schemas/draft201909/vocabularies/format
2023-12-25 15:11:23.000000000 +0000
@@ -0,0 +1,14 @@
+{
+ "$schema": "https://json-schema.org/draft/2019-09/schema",
+ "$id": "https://json-schema.org/draft/2019-09/meta/format",
+ "$vocabulary": {
+ "https://json-schema.org/draft/2019-09/vocab/format": true
+ },
+ "$recursiveAnchor": true,
+
+ "title": "Format vocabulary meta-schema",
+ "type": ["object", "boolean"],
+ "properties": {
+ "format": { "type": "string" }
+ }
+}
diff -urN
python-jsonschema-specifications-2023.12.1/jsonschema_specifications/schemas/draft202012/vocabularies/format
python-jsonschema-specifications-2023.12.1-3/jsonschema_specifications/schemas/draft202012/vocabularies/format
---
python-jsonschema-specifications-2023.12.1/jsonschema_specifications/schemas/draft202012/vocabularies/format
2023-12-25 15:11:23.000000000 +0000
+++
python-jsonschema-specifications-2023.12.1-3/jsonschema_specifications/schemas/draft202012/vocabularies/format
1970-01-01 00:00:00.000000000 +0000
@@ -1,14 +0,0 @@
-{
- "$schema": "https://json-schema.org/draft/2019-09/schema",
- "$id": "https://json-schema.org/draft/2019-09/meta/format",
- "$vocabulary": {
- "https://json-schema.org/draft/2019-09/vocab/format": true
- },
- "$recursiveAnchor": true,
-
- "title": "Format vocabulary meta-schema",
- "type": ["object", "boolean"],
- "properties": {
- "format": { "type": "string" }
- }
-}