Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "specifications/yaml-ld"]
path = specifications/yaml-ld
url = git@github.com:json-ld/yaml-ld.git
branch = mixed-script-tag-types
url = git@github.com:w3c/yaml-ld.git
branch = main
[submodule "specifications/json-ld-api"]
path = specifications/json-ld-api
url = git@github.com:w3c/json-ld-api.git
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "yaml-ld"
version = "1.1.21"
version = "1.1.22"
description = "YAML-LD for Python"
authors = ["Anatoly Scherbakov <altaisoft@gmail.com>"]
license = "MIT"
Expand All @@ -22,7 +22,7 @@ PyLD = ">=2.0.4"
pydantic = ">=2.7.4"
"ruamel.yaml" = ">=0.19"
yarl = ">=1.9.4"
requests-cache = ">=1.2.1"
requests-cache = ">=1.3.2"
beautifulsoup4 = ">=4.12.3"
rdflib = ">=7.6.0,<8.0"
rdflib-pyld-compat = ">=0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion specifications/yaml-ld
Submodule yaml-ld updated 76 files
+20 −0 .github/workflows/add_prs_and_issues_to_project.yml
+11 −3 .github/workflows/ci.yml
+43 −0 .github/workflows/extended-profile.yml
+1 −1 .pr-preview.json
+7 −0 AGENTS.md
+1 −0 CLAUDE.md
+2 −0 CODEOWNERS
+7 −2 Makefile
+2 −2 README.md
+8 −5 common/common.js
+292 −0 data/json-vs-yaml.yamlld
+26 −0 data/namespace-prefixes.yamlld
+75 −0 data/spec.yamlld
+1,756 −0 extended-profile/index.html
+1,642 −0 index.html
+321 −25 package-lock.json
+3 −3 package.json
+6 −6 publication-snapshots/CG-FINAL-2023-12-06/Overview.html
+1 −1 publication-snapshots/CG-FINAL-2023-12-06/data/json-vs-yaml.yaml
+1 −1 publication-snapshots/CG-FINAL-2023-12-06/data/namespace-prefixes.yaml
+2 −2 publication-snapshots/CG-FINAL-2023-12-06/data/spec.yaml
+4,041 −0 publication-snapshots/WD-yaml-ld-10-20260305/Overview.html
+1 −1 publication-snapshots/WD-yaml-ld-10-20260305/data/json-vs-yaml.yaml
+26 −0 publication-snapshots/WD-yaml-ld-10-20260305/data/namespace-prefixes.yaml
+75 −0 publication-snapshots/WD-yaml-ld-10-20260305/data/spec.yaml
+0 −22 spec/data/namespace-prefixes.yaml
+0 −80 spec/data/spec.yaml
+9 −2,776 spec/index.html
+1 −0 tests/README.md
+14 −0 tests/cases/aa-information-1-positive-in.yamlld
+4 −0 tests/cases/aa-information-1-positive-out.nq
+3 −0 tests/cases/yaml-schema/bool-false-in.yamlld
+3 −0 tests/cases/yaml-schema/bool-false-out.yamlld
+3 −0 tests/cases/yaml-schema/bool-false-upper-in.yamlld
+3 −0 tests/cases/yaml-schema/bool-true-in.yamlld
+3 −0 tests/cases/yaml-schema/bool-true-out.yamlld
+3 −0 tests/cases/yaml-schema/bool-true-title-in.yamlld
+1 −0 tests/cases/yaml-schema/context.yamlld
+3 −0 tests/cases/yaml-schema/date-ymd-in.yamlld
+3 −0 tests/cases/yaml-schema/date-ymd-out.yamlld
+3 −0 tests/cases/yaml-schema/float-basic-in.yamlld
+3 −0 tests/cases/yaml-schema/float-basic-out.yamlld
+3 −0 tests/cases/yaml-schema/float-inf-in.yamlld
+3 −0 tests/cases/yaml-schema/float-nan-in.yamlld
+3 −0 tests/cases/yaml-schema/float-nan-mixed-in.yamlld
+3 −0 tests/cases/yaml-schema/float-nan-upper-in.yamlld
+3 −0 tests/cases/yaml-schema/float-neg-inf-in.yamlld
+3 −0 tests/cases/yaml-schema/float-plus-inf-in.yamlld
+3 −0 tests/cases/yaml-schema/float-scientific-in.yamlld
+3 −0 tests/cases/yaml-schema/float-scientific-out.yamlld
+3 −0 tests/cases/yaml-schema/int-decimal-in.yamlld
+3 −0 tests/cases/yaml-schema/int-decimal-out.yamlld
+3 −0 tests/cases/yaml-schema/int-hex-in.yamlld
+3 −0 tests/cases/yaml-schema/int-hex-out.yamlld
+3 −0 tests/cases/yaml-schema/int-octal-in.yamlld
+3 −0 tests/cases/yaml-schema/int-octal-out.yamlld
+3 −0 tests/cases/yaml-schema/null-null-in.yamlld
+1 −0 tests/cases/yaml-schema/null-null-out.yamlld
+3 −0 tests/cases/yaml-schema/null-tilde-in.yamlld
+3 −0 tests/cases/yaml-schema/null-upper-in.yamlld
+3 −0 tests/cases/yaml-schema/yaml11-no-in.yamlld
+3 −0 tests/cases/yaml-schema/yaml11-no-out.yamlld
+3 −0 tests/cases/yaml-schema/yaml11-off-in.yamlld
+3 −0 tests/cases/yaml-schema/yaml11-off-out.yamlld
+3 −0 tests/cases/yaml-schema/yaml11-on-in.yamlld
+3 −0 tests/cases/yaml-schema/yaml11-on-out.yamlld
+3 −0 tests/cases/yaml-schema/yaml11-yes-in.yamlld
+3 −0 tests/cases/yaml-schema/yaml11-yes-out.yamlld
+3 −0 tests/cases/yaml-schema/yaml11-yes-title-in.yamlld
+3 −0 tests/cases/yaml-schema/yaml11-yes-title-out.yamlld
+3 −0 tests/cases/yaml-schema/yaml11-yes-upper-in.yamlld
+3 −0 tests/cases/yaml-schema/yaml11-yes-upper-out.yamlld
+3 −3 tests/generate_index.js
+673 −27 tests/manifest.html
+241 −5 tests/manifest.jsonld
+3 −3 w3c.json
Loading