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
19 changes: 19 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,31 @@ jobs:
echo "C:\Program Files (x86)\dfetch" >> $env:GITHUB_PATH
shell: pwsh

- run: |
git init --initial-branch=main
git config user.name "John Doe"
git config user.email "john.doe@example.com"
git add -A
git commit -m "Initial commit"
- run: dfetch init
- run: dfetch environment
- run: dfetch validate
- run: dfetch check
- run: dfetch update
- run: dfetch update
- run: |
git add -A
git commit -m "Fetched dependencies"
echo "An extra line" >> jsmn/README.md
git add jsmn/README.md
git commit -m "Update README.md"
- run: dfetch diff jsmn
- run: |
echo " patch: jsmn.patch" >> dfetch.yaml
git add -A
git commit -m "Patch jsmn"
- run: dfetch update-patch
- run: dfetch format-patch
- run: dfetch report -t sbom


Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
- run: dfetch check
- run: dfetch update
- run: dfetch update
- run: dfetch update-patch
- run: dfetch format-patch
- run: dfetch report -t sbom
- name: Dfetch SARIF Check
uses: ./
Expand Down Expand Up @@ -113,6 +115,8 @@ jobs:
- run: dfetch check
- run: dfetch update
- run: dfetch update
- run: dfetch update-patch
- run: dfetch format-patch
- run: dfetch report -t sbom

- name: Dfetch SARIF Check
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Release 0.12.1 (released 2026-02-24)
====================================

* Fix missing unicode data in standalone binaries (#1014)

Release 0.12.0 (released 2026-02-21)
====================================

Expand Down
2 changes: 1 addition & 1 deletion dfetch/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""Dfetch."""

__version__ = "0.12.0"
__version__ = "0.12.1"

DEFAULT_MANIFEST_NAME: str = "dfetch.yaml"
333 changes: 166 additions & 167 deletions doc/asciicasts/basic.cast

Large diffs are not rendered by default.

259 changes: 126 additions & 133 deletions doc/asciicasts/check-ci.cast

Large diffs are not rendered by default.

114 changes: 58 additions & 56 deletions doc/asciicasts/check.cast
Original file line number Diff line number Diff line change
@@ -1,56 +1,58 @@
{"version": 2, "width": 212, "height": 34, "timestamp": 1771686669, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}}
[0.532785, "o", "\u001b[H\u001b[2J\u001b[3J"]
[0.535466, "o", "$ "]
[1.538335, "o", "\u001b"]
[1.719982, "o", "[1"]
[1.810129, "o", "mc"]
[1.900263, "o", "at"]
[1.99037, "o", " "]
[2.080523, "o", "df"]
[2.17065, "o", "et"]
[2.260768, "o", "ch"]
[2.351002, "o", ".y"]
[2.441149, "o", "a"]
[2.621407, "o", "ml"]
[2.711525, "o", "\u001b["]
[2.801655, "o", "0m"]
[3.803385, "o", "\r\n"]
[3.805682, "o", "manifest:\r\n version: 0.0 # DFetch Module syntax version\r\n\r\n remotes: # declare common sources in one place\r\n - name: github\r\n url-base: https://github.com/\r\n\r\n projects:\r\n - name: cpputest\r\n dst: cpputest/src/ # Destination of this project (relative to this file)\r\n repo-path: cpputest/cpputest.git # Use default github remote\r\n tag: v3.4 # tag\r\n\r\n - name: jsmn # without destination, defaults to project name\r\n repo-path: zserge/jsmn.git # only repo-path is enough\r\n"]
[3.809086, "o", "$ "]
[4.811798, "o", "\u001b["]
[4.992312, "o", "1m"]
[5.082423, "o", "df"]
[5.172558, "o", "et"]
[5.26269, "o", "ch"]
[5.352816, "o", " c"]
[5.44295, "o", "he"]
[5.533097, "o", "ck"]
[5.623243, "o", "\u001b["]
[5.713358, "o", "0m"]
[6.714844, "o", "\r\n"]
[7.16901, "o", "\u001b[1;34mDfetch (0.12.0)\u001b[0m \r\n"]
[7.180106, "o", " \u001b[1;92mcpputest:\u001b[0m \r\n"]
[7.180298, "o", "\u001b[?25l"]
[7.261249, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Checking\u001b[0m"]
[7.341808, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Checking\u001b[0m"]
[7.422363, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Checking\u001b[0m"]
[7.461331, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Checking\u001b[0m\r\n\u001b[?25h\r\u001b[1A\u001b[2K"]
[7.462037, "o", " \u001b[1;34m> wanted (v3.4), available (v4.0)\u001b[0m \r\n"]
[7.462769, "o", " \u001b[1;92mjsmn:\u001b[0m \r\n"]
[7.462882, "o", "\u001b[?25l"]
[7.543704, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Checking\u001b[0m"]
[7.624519, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Checking\u001b[0m"]
[7.705028, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Checking\u001b[0m"]
[7.785618, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Checking\u001b[0m"]
[7.866097, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Checking\u001b[0m"]
[7.946605, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Checking\u001b[0m"]
[7.990992, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Checking\u001b[0m\r\n\u001b[?25h\r\u001b[1A\u001b[2K"]
[7.991874, "o", " \u001b[1;34m> available (master - 25647e692c7906b96ffd2b05ca54c097948e879c)\u001b[0m \r\n"]
[11.054728, "o", "$ "]
[11.056763, "o", "\u001b"]
[11.237339, "o", "[1"]
[11.327464, "o", "m\u001b"]
[11.417624, "o", "[0"]
[11.50775, "o", "m"]
[11.508375, "o", "\r\n"]
[11.510315, "o", "/workspaces/dfetch/doc/generate-casts\r\n"]
{"version": 2, "width": 189, "height": 16, "timestamp": 1771874631, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}}
[0.574293, "o", "\u001b[H\u001b[2J\u001b[3J"]
[0.578903, "o", "$ "]
[1.581453, "o", "\u001b"]
[1.761718, "o", "[1"]
[1.851861, "o", "mc"]
[1.941988, "o", "at"]
[2.032132, "o", " "]
[2.122251, "o", "df"]
[2.212398, "o", "et"]
[2.302536, "o", "ch"]
[2.392666, "o", ".y"]
[2.482804, "o", "a"]
[2.663029, "o", "ml"]
[2.753178, "o", "\u001b["]
[2.843298, "o", "0m"]
[3.844931, "o", "\r\n"]
[3.847017, "o", "manifest:\r\n version: 0.0 # DFetch Module syntax version\r\n\r\n remotes: # declare common sources in one place\r\n - name: github\r\n url-base: https://github.com/\r\n\r\n projects:\r\n - name: cpputest\r\n dst: cpputest/src/ # Destination of this project (relative to this file)\r\n repo-path: cpputest/cpputest.git # Use default github remote\r\n tag: v3.4 # tag\r\n\r\n - name: jsmn # without destination, defaults to project name\r\n repo-path: zserge/jsmn.git # only repo-path is enough\r\n"]
[3.850369, "o", "$ "]
[4.852912, "o", "\u001b["]
[5.033192, "o", "1m"]
[5.123325, "o", "df"]
[5.213519, "o", "et"]
[5.303647, "o", "ch"]
[5.393763, "o", " c"]
[5.483892, "o", "he"]
[5.574023, "o", "ck"]
[5.664156, "o", "\u001b["]
[5.754272, "o", "0m"]
[6.755766, "o", "\r\n"]
[7.210689, "o", "\u001b[1;34mDfetch (0.12.1)\u001b[0m \r\n"]
[7.222157, "o", " \u001b[1;92mcpputest:\u001b[0m \r\n"]
[7.222433, "o", "\u001b[?25l"]
[7.303262, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Checking\u001b[0m"]
[7.383974, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Checking\u001b[0m"]
[7.464541, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Checking\u001b[0m"]
[7.51026, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Checking\u001b[0m\r\n\u001b[?25h\r\u001b[1A\u001b[2K"]
[7.510833, "o", " \u001b[1;34m> wanted (v3.4), available (v4.0)\u001b[0m "]
[7.510913, "o", "\r\n"]
[7.5117, "o", " \u001b[1;92mjsmn:\u001b[0m \r\n"]
[7.511916, "o", "\u001b[?25l"]
[7.59245, "o", "\u001b[32m⠋\u001b[0m \u001b[1;94m> Checking\u001b[0m"]
[7.672944, "o", "\r\u001b[2K\u001b[32m⠙\u001b[0m \u001b[1;94m> Checking\u001b[0m"]
[7.753704, "o", "\r\u001b[2K\u001b[32m⠹\u001b[0m \u001b[1;94m> Checking\u001b[0m"]
[7.834197, "o", "\r\u001b[2K\u001b[32m⠸\u001b[0m \u001b[1;94m> Checking\u001b[0m"]
[7.915841, "o", "\r\u001b[2K\u001b[32m⠼\u001b[0m \u001b[1;94m> Checking\u001b[0m"]
[7.996532, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Checking\u001b[0m"]
[8.071979, "o", "\r\u001b[2K\u001b[32m⠴\u001b[0m \u001b[1;94m> Checking\u001b[0m\r\n\u001b[?25h\r\u001b[1A\u001b[2K"]
[8.073593, "o", " \u001b[1;34m> available (master - 25647e692c7906b96ffd2b05ca54c097948e879c)\u001b[0m "]
[8.073671, "o", "\r\n"]
[11.14227, "o", "$ "]
[11.143678, "o", "\u001b"]
[11.323862, "o", "[1"]
[11.413988, "o", "m\u001b"]
[11.504174, "o", "[0"]
[11.594296, "o", "m"]
[11.594825, "o", "\r\n"]
[11.596694, "o", "/workspaces/dfetch/doc/generate-casts\r\n"]
Loading
Loading