Skip to content

Commit

Permalink
Makefile: Update Cockpit lib to 54f87df7b7b5428c66bae8c1b91f3096
Browse files Browse the repository at this point in the history
Move to the Python version of html2po.

Closes #2025
  • Loading branch information
cockpituous authored and jelly committed Feb 7, 2025
1 parent 94d9680 commit 9a04656
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ COCKPIT_REPO_FILES = \
$(NULL)

COCKPIT_REPO_URL = https://github.com/cockpit-project/cockpit.git
COCKPIT_REPO_COMMIT = 1cc67cefe33c58b33016655f329a1b3f26a5bbf0 # 332 + 36 commits
COCKPIT_REPO_COMMIT = 54f87df7b7b5428c66bae8c1b91f30963c8bdb45 # 332 + 41 commits

$(COCKPIT_REPO_FILES): $(COCKPIT_REPO_STAMP)
COCKPIT_REPO_TREE = '$(strip $(COCKPIT_REPO_COMMIT))^{tree}'
Expand All @@ -66,7 +66,7 @@ po/$(PACKAGE_NAME).js.pot:
sed '/^#/ s/, c-format//' > $@

po/$(PACKAGE_NAME).html.pot: $(NODE_MODULES_TEST) $(COCKPIT_REPO_STAMP)
pkg/lib/html2po.js -o $@ $$(find src -name '*.html')
pkg/lib/html2po -o $@ $$(find src -name '*.html')

po/$(PACKAGE_NAME).manifest.pot: $(COCKPIT_REPO_STAMP)
pkg/lib/manifest2po -o $@ src/manifest.json
Expand Down
2 changes: 1 addition & 1 deletion node_modules
Submodule node_modules updated 69 files
+26 −35 .package-lock.json
+0 −1 .package.json
+3 −2 builtins/node_modules/semver/classes/semver.js
+2 −0 builtins/node_modules/semver/internal/re.js
+1 −1 builtins/node_modules/semver/package.json
+3 −2 eslint-compat-utils/node_modules/semver/classes/semver.js
+2 −0 eslint-compat-utils/node_modules/semver/internal/re.js
+1 −1 eslint-compat-utils/node_modules/semver/package.json
+3 −2 eslint-plugin-n/node_modules/semver/classes/semver.js
+2 −0 eslint-plugin-n/node_modules/semver/internal/re.js
+1 −1 eslint-plugin-n/node_modules/semver/package.json
+0 −50 htmlparser/CHANGELOG
+0 −18 htmlparser/LICENSE
+0 −247 htmlparser/README.md
+0 −482 htmlparser/json2.js
+0 −823 htmlparser/lib/htmlparser.js
+0 −22 htmlparser/lib/htmlparser.min.js
+0 −6 htmlparser/lib/node-htmlparser.js
+0 −6 htmlparser/lib/node-htmlparser.min.js
+0 −41 htmlparser/package.json
+0 −108 htmlparser/runtests.html
+0 −75 htmlparser/runtests.js
+0 −108 htmlparser/runtests.min.html
+0 −75 htmlparser/runtests.min.js
+0 −61 htmlparser/tests/01-basic.js
+0 −39 htmlparser/tests/02-single_tag_1.js
+0 −40 htmlparser/tests/03-single_tag_2.js
+0 −56 htmlparser/tests/04-unescaped_in_script.js
+0 −48 htmlparser/tests/05-tags_in_comment.js
+0 −48 htmlparser/tests/06-comment_in_script.js
+0 −49 htmlparser/tests/07-unescaped_in_style.js
+0 −49 htmlparser/tests/08-extra_spaces_in_tag.js
+0 −49 htmlparser/tests/09-unquoted_attrib.js
+0 −43 htmlparser/tests/10-singular_attribute.js
+0 −50 htmlparser/tests/11-text_outside_tags.js
+0 −41 htmlparser/tests/12-text_only.js
+0 −49 htmlparser/tests/13-comment_in_text.js
+0 −57 htmlparser/tests/14-comment_in_text_in_script.js
+0 −46 htmlparser/tests/15-non-verbose.js
+0 −71 htmlparser/tests/16-ignore_whitespace.js
+0 −38 htmlparser/tests/17-xml_namespace.js
+0 −40 htmlparser/tests/18-enforce_empty_tags.js
+0 −41 htmlparser/tests/19-ignore_empty_tags.js
+0 −120 htmlparser/tests/20-rss.js
+0 −80 htmlparser/tests/21-atom.js
+0 −100 htmlparser/tests/22-position_data.js
+0 −35 htmlparser/utils_example.js
+2 −1 import-fresh/index.js
+6 −1 import-fresh/package.json
+14 −8 import-fresh/readme.md
+11 −0 is-boolean-object/CHANGELOG.md
+1 −1 is-boolean-object/index.js
+8 −6 is-boolean-object/package.json
+24 −1 is-boolean-object/test/index.js
+8 −0 is-weakref/CHANGELOG.md
+1 −1 is-weakref/index.d.ts
+3 −1 is-weakref/index.js
+6 −6 is-weakref/package.json
+8 −0 object-inspect/CHANGELOG.md
+10 −7 object-inspect/index.js
+5 −4 object-inspect/package.json
+50 −0 object-inspect/test/values.js
+14 −0 possible-typed-array-names/CHANGELOG.md
+4 −2 possible-typed-array-names/README.md
+1 −0 possible-typed-array-names/index.d.ts
+1 −0 possible-typed-array-names/index.js
+10 −9 possible-typed-array-names/package.json
+6 −3 possible-typed-array-names/test/index.js
+2 −42 possible-typed-array-names/tsconfig.json
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"eslint-plugin-react-hooks": "4.6.2",
"gettext-parser": "8.0.0",
"glob": "11.0.1",
"htmlparser": "1.7.7",
"jed": "1.1.1",
"sass": "1.79.6",
"sizzle": "2.3.10",
Expand Down

0 comments on commit 9a04656

Please sign in to comment.