Skip to content

Commit 3ec05b0

Browse files
spoorccben-edna
authored andcommitted
Update to version 0.13.0
1 parent c3686ee commit 3ec05b0

52 files changed

Lines changed: 1598 additions & 1571 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Release 0.13.0 (unreleased)
1+
Release 0.13.0 (released 2026-03-30)
22
====================================
33

44
* Add archive (``vcs: archive``) support for fetching dependencies from ``.tar.gz``, ``.tgz``, ``.tar.bz2``, ``.tar.xz`` and ``.zip`` files via HTTP, HTTPS or file URLs (#1058)

dfetch/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""Dfetch."""
22

3-
__version__ = "0.12.1"
3+
__version__ = "0.13.0"
44

55
DEFAULT_MANIFEST_NAME: str = "dfetch.yaml"

doc/asciicasts/add.cast

Lines changed: 79 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -1,86 +1,79 @@
1-
{"version": 2, "width": 111, "height": 25, "timestamp": 1774774765, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}}
2-
[0.526136, "o", "\u001b[H\u001b[2J\u001b[3J"]
3-
[0.529983, "o", "$ "]
4-
[1.532978, "o", "\u001b"]
5-
[1.713503, "o", "[1"]
6-
[1.80361, "o", "mc"]
7-
[1.893763, "o", "at"]
8-
[1.983888, "o", " d"]
9-
[2.074031, "o", "fe"]
10-
[2.164342, "o", "tc"]
11-
[2.254453, "o", "h."]
12-
[2.344586, "o", "ya"]
13-
[2.434735, "o", "ml"]
14-
[2.614966, "o", "\u001b"]
15-
[2.705088, "o", "[0"]
16-
[2.795223, "o", "m"]
17-
[3.796618, "o", "\r\n"]
18-
[3.799921, "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"]
19-
[3.806059, "o", "$ "]
20-
[4.809269, "o", "\u001b"]
21-
[4.989573, "o", "[1"]
22-
[5.079884, "o", "md"]
23-
[5.170155, "o", "fe"]
24-
[5.260134, "o", "t"]
25-
[5.35027, "o", "ch"]
26-
[5.440405, "o", " a"]
27-
[5.530529, "o", "dd"]
28-
[5.620673, "o", " h"]
29-
[5.710822, "o", "t"]
30-
[5.891083, "o", "tp"]
31-
[5.98132, "o", "s:"]
32-
[6.071444, "o", "//"]
33-
[6.161576, "o", "gi"]
34-
[6.251704, "o", "t"]
35-
[6.341821, "o", "hu"]
36-
[6.431956, "o", "b."]
37-
[6.52208, "o", "co"]
38-
[6.61222, "o", "m/"]
39-
[6.792762, "o", "d"]
40-
[6.882949, "o", "fe"]
41-
[6.973091, "o", "tc"]
42-
[7.063222, "o", "h-"]
43-
[7.153345, "o", "or"]
44-
[7.243847, "o", "g"]
45-
[7.333795, "o", "/d"]
46-
[7.42393, "o", "fe"]
47-
[7.51406, "o", "tc"]
48-
[7.69429, "o", "h."]
49-
[7.784584, "o", "g"]
50-
[7.874714, "o", "it"]
51-
[7.96483, "o", "\u001b["]
52-
[8.054957, "o", "0m"]
53-
[9.056615, "o", "\r\n"]
54-
[9.52535, "o", "\u001b[1;34mDfetch (0.12.1)\u001b[0m\r\n"]
55-
[10.052605, "o", " \u001b[1;92mhttps://github.com/dfetch-org/dfetch.git:\u001b[0m\r\n"]
56-
[10.053209, "o", " \u001b[1;34m> Adding project to manifest\u001b[0m\r\n"]
57-
[10.053749, "o", " - \u001b[34mname:\u001b[0m dfetch\r\n"]
58-
[10.054229, "o", " \u001b[34mremote:\u001b[0m github\r\n"]
59-
[10.054731, "o", " \u001b[34mbranch:\u001b[0m main\r\n"]
60-
[10.055203, "o", " \u001b[34mrepo-path:\u001b[0m dfetch-org/dfetch.git\r\n"]
61-
[10.05624, "o", " \u001b[1;92mdfetch:\u001b[0m\r\n"]
62-
[10.056777, "o", " \u001b[1;34m> Added 'dfetch' to manifest '/workspaces/dfetch/doc/generate-casts/add/dfetch.yaml'\u001b[0m\r\n"]
63-
[10.114965, "o", "$ "]
64-
[11.118103, "o", "\u001b"]
65-
[11.298382, "o", "[1"]
66-
[11.388507, "o", "mc"]
67-
[11.478657, "o", "at"]
68-
[11.568774, "o", " d"]
69-
[11.658911, "o", "fe"]
70-
[11.749043, "o", "tc"]
71-
[11.839164, "o", "h."]
72-
[11.929283, "o", "ya"]
73-
[12.019422, "o", "ml"]
74-
[12.199664, "o", "\u001b"]
75-
[12.289795, "o", "[0"]
76-
[12.379925, "o", "m"]
77-
[13.381651, "o", "\r\n"]
78-
[13.387827, "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\r\n - name: dfetch\r\n remote: github\r\n branch: main\r\n repo-path: dfetch-org/dfetch.git\r\n"]
79-
[16.398412, "o", "$ "]
80-
[16.40025, "o", "\u001b"]
81-
[16.580666, "o", "[1"]
82-
[16.670843, "o", "m\u001b"]
83-
[16.76096, "o", "[0"]
84-
[16.851064, "o", "m"]
85-
[16.851564, "o", "\r\n"]
86-
[16.854342, "o", "/workspaces/dfetch/doc/generate-casts\r\n"]
1+
{"version": 2, "width": 114, "height": 25, "timestamp": 1774904942, "env": {"SHELL": "/bin/sh", "TERM": "xterm-256color"}}
2+
[0.607458, "o", "\u001b[H\u001b[2J\u001b[3J"]
3+
[0.611103, "o", "$ "]
4+
[1.614465, "o", "\u001b["]
5+
[1.794764, "o", "1m"]
6+
[1.884911, "o", "ca"]
7+
[1.975062, "o", "t "]
8+
[2.065244, "o", "dfe"]
9+
[2.155367, "o", "tc"]
10+
[2.245541, "o", "h."]
11+
[2.335738, "o", "ya"]
12+
[2.425879, "o", "ml"]
13+
[2.515991, "o", "\u001b[0"]
14+
[2.696593, "o", "m"]
15+
[3.697817, "o", "\r\n"]
16+
[3.700914, "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"]
17+
[3.705871, "o", "$ "]
18+
[4.709167, "o", "\u001b["]
19+
[4.889501, "o", "1m"]
20+
[4.979644, "o", "df"]
21+
[5.069788, "o", "et"]
22+
[5.159904, "o", "ch"]
23+
[5.250053, "o", " a"]
24+
[5.340199, "o", "dd"]
25+
[5.430359, "o", " h"]
26+
[5.520497, "o", "tt"]
27+
[5.610624, "o", "ps"]
28+
[5.790876, "o", ":/"]
29+
[5.881046, "o", "/g"]
30+
[5.971185, "o", "it"]
31+
[6.061318, "o", "hu"]
32+
[6.151464, "o", "b."]
33+
[6.243581, "o", "co"]
34+
[6.332403, "o", "m/"]
35+
[6.422545, "o", "df"]
36+
[6.512688, "o", "et"]
37+
[6.69294, "o", "ch"]
38+
[6.7831, "o", "-o"]
39+
[6.873247, "o", "rg"]
40+
[6.963389, "o", "/d"]
41+
[7.053537, "o", "fe"]
42+
[7.143708, "o", "tc"]
43+
[7.233846, "o", "h."]
44+
[7.323982, "o", "gi"]
45+
[7.414108, "o", "t\u001b"]
46+
[7.594357, "o", "[0"]
47+
[7.684503, "o", "m"]
48+
[8.687025, "o", "\r\n"]
49+
[9.171683, "o", "\u001b[1;34mDfetch (0.13.0)\u001b[0m\r\n"]
50+
[9.61021, "o", " \u001b[1;92mhttps://github.com/dfetch-org/dfetch.git:\u001b[0m\r\n"]
51+
[9.610781, "o", " \u001b[1;34m> Adding project to manifest\u001b[0m\r\n"]
52+
[9.611327, "o", " - \u001b[34mname:\u001b[0m dfetch\r\n"]
53+
[9.611806, "o", " \u001b[34mremote:\u001b[0m github\r\n"]
54+
[9.612372, "o", " \u001b[34mbranch:\u001b[0m main\r\n"]
55+
[9.612877, "o", " \u001b[34mrepo-path:\u001b[0m dfetch-org/dfetch.git\r\n"]
56+
[9.614035, "o", " \u001b[1;92mdfetch:\u001b[0m\r\n"]
57+
[9.614595, "o", " \u001b[1;34m> Added 'dfetch' to manifest '/workspaces/dfetch/doc/generate-casts/add/dfetch.yaml'\u001b[0m\r\n"]
58+
[9.686571, "o", "$ "]
59+
[10.689682, "o", "\u001b["]
60+
[10.869946, "o", "1m"]
61+
[10.960081, "o", "ca"]
62+
[11.050231, "o", "t "]
63+
[11.140331, "o", "df"]
64+
[11.230463, "o", "et"]
65+
[11.320598, "o", "ch"]
66+
[11.410748, "o", ".y"]
67+
[11.500868, "o", "am"]
68+
[11.591019, "o", "l\u001b"]
69+
[11.771278, "o", "[0"]
70+
[11.86378, "o", "m"]
71+
[12.86512, "o", "\r\n"]
72+
[12.867952, "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\r\n - name: dfetch\r\n remote: github\r\n branch: main\r\n repo-path: dfetch-org/dfetch.git\r\n"]
73+
[15.875792, "o", "$ "]
74+
[15.877684, "o", "\u001b["]
75+
[16.057963, "o", "1m"]
76+
[16.148109, "o", "\u001b["]
77+
[16.238273, "o", "0m"]
78+
[16.239261, "o", "\r\n"]
79+
[16.243093, "o", "/workspaces/dfetch/doc/generate-casts\r\n"]

0 commit comments

Comments
 (0)