Skip to content

Commit a6d7cde

Browse files
claudeben-edna
authored andcommitted
revert: keep __version__ at 0.14.1 until release time
The version bump and feature file propagation belong at release time (via script/release.py), not in the post-release prep commit. Only the CHANGELOG unreleased header and the winget egress fix are needed on this branch.
1 parent 8858808 commit a6d7cde

38 files changed

Lines changed: 106 additions & 106 deletions

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.14.2"
3+
__version__ = "0.14.1"
44

55
DEFAULT_MANIFEST_NAME: str = "dfetch.yaml"

features/check-archive.feature

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Feature: Checking dependencies from an archive
2525
When I run "dfetch check" in MyProject
2626
Then the output shows
2727
"""
28-
Dfetch (0.14.2)
28+
Dfetch (0.14.1)
2929
SomeProject:
3030
> up-to-date (some-remote-server/SomeProject.tar.gz)
3131
"""
@@ -49,7 +49,7 @@ Feature: Checking dependencies from an archive
4949
When I run "dfetch check" in MyProject
5050
Then the output shows
5151
"""
52-
Dfetch (0.14.2)
52+
Dfetch (0.14.1)
5353
SomeProject:
5454
> up-to-date (sha256:<archive-sha256>)
5555
"""
@@ -70,7 +70,7 @@ Feature: Checking dependencies from an archive
7070
When I run "dfetch check" in MyProject
7171
Then the output shows
7272
"""
73-
Dfetch (0.14.2)
73+
Dfetch (0.14.1)
7474
SomeProject:
7575
> wanted (some-remote-server/SomeProject.tar.gz), available (some-remote-server/SomeProject.tar.gz)
7676
"""
@@ -88,7 +88,7 @@ Feature: Checking dependencies from an archive
8888
When I run "dfetch check"
8989
Then the output shows
9090
"""
91-
Dfetch (0.14.2)
91+
Dfetch (0.14.1)
9292
non-existent-archive:
9393
> wanted (https://dfetch.invalid/does-not-exist.tar.gz), but not available at the upstream.
9494
"""
@@ -114,7 +114,7 @@ Feature: Checking dependencies from an archive
114114
When I run "dfetch check SomeProject" in MyProject
115115
Then the output shows
116116
"""
117-
Dfetch (0.14.2)
117+
Dfetch (0.14.1)
118118
SomeProject:
119119
> up-to-date (some-remote-server/SomeProject.tar.gz)
120120
"""
@@ -137,7 +137,7 @@ Feature: Checking dependencies from an archive
137137
When I run "dfetch check SomeProject" in MyProject
138138
Then the output shows
139139
"""
140-
Dfetch (0.14.2)
140+
Dfetch (0.14.1)
141141
SomeProject:
142142
> Local changes were detected, please generate a patch using 'dfetch diff SomeProject' and add it to your manifest using 'patch:'. Alternatively overwrite the local changes with 'dfetch update --force SomeProject'
143143
> up-to-date (some-remote-server/SomeProject.tar.gz)

features/check-git-repo.feature

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Feature: Checking dependencies from a git repository
2727
When I run "dfetch check"
2828
Then the output shows
2929
"""
30-
Dfetch (0.14.2)
30+
Dfetch (0.14.1)
3131
ext/test-repo-rev-only:
3232
> wanted (e1fda19a57b873eb8e6ae37780594cbb77b70f1a), available (e1fda19a57b873eb8e6ae37780594cbb77b70f1a)
3333
ext/test-rev-and-branch:
@@ -53,7 +53,7 @@ Feature: Checking dependencies from a git repository
5353
When I run "dfetch check"
5454
Then the output shows
5555
"""
56-
Dfetch (0.14.2)
56+
Dfetch (0.14.1)
5757
ext/test-repo-tag-v1:
5858
> wanted (v1), available (v2.0)
5959
"""
@@ -83,7 +83,7 @@ Feature: Checking dependencies from a git repository
8383
When I run "dfetch check"
8484
Then the output shows
8585
"""
86-
Dfetch (0.14.2)
86+
Dfetch (0.14.1)
8787
ext/test-repo-rev-only:
8888
> up-to-date (e1fda19a57b873eb8e6ae37780594cbb77b70f1a)
8989
ext/test-rev-and-branch:
@@ -117,7 +117,7 @@ Feature: Checking dependencies from a git repository
117117
And I run "dfetch check"
118118
Then the output shows
119119
"""
120-
Dfetch (0.14.2)
120+
Dfetch (0.14.1)
121121
ext/test-repo-tag:
122122
> wanted (v2.0), current (v1), available (v2.0)
123123
"""
@@ -139,7 +139,7 @@ Feature: Checking dependencies from a git repository
139139
When I run "dfetch check SomeProject"
140140
Then the output shows
141141
"""
142-
Dfetch (0.14.2)
142+
Dfetch (0.14.1)
143143
SomeProject:
144144
> Local changes were detected, please generate a patch using 'dfetch diff SomeProject' and add it to your manifest using 'patch:'. Alternatively overwrite the local changes with 'dfetch update --force SomeProject'
145145
> up-to-date (master - 90be799b58b10971691715bdc751fbe5237848a0)
@@ -160,7 +160,7 @@ Feature: Checking dependencies from a git repository
160160
When I run "dfetch check SomeProject"
161161
Then the output shows
162162
"""
163-
Dfetch (0.14.2)
163+
Dfetch (0.14.1)
164164
SomeProject:
165165
> up-to-date (master - 90be799b58b10971691715bdc751fbe5237848a0)
166166
"""
@@ -180,7 +180,7 @@ Feature: Checking dependencies from a git repository
180180
When I run "dfetch check"
181181
Then the output shows
182182
"""
183-
Dfetch (0.14.2)
183+
Dfetch (0.14.1)
184184
non-existent-url:
185185
> >>>git ls-remote --heads https://giiiiiidhub.com/i-do-not-exist/broken<<< failed!
186186
'https://giiiiiidhub.com/i-do-not-exist/broken' is not a valid URL or unreachable:
@@ -210,7 +210,7 @@ Feature: Checking dependencies from a git repository
210210
When I run "dfetch check"
211211
Then the output shows
212212
"""
213-
Dfetch (0.14.2)
213+
Dfetch (0.14.1)
214214
SomeProjectMissingTag:
215215
> wanted (i-dont-exist), but not available at the upstream.
216216
SomeProjectNonExistentBranch:
@@ -232,7 +232,7 @@ Feature: Checking dependencies from a git repository
232232
When I run "dfetch check"
233233
Then the output starts with:
234234
"""
235-
Dfetch (0.14.2)
235+
Dfetch (0.14.1)
236236
>>>git ls-remote --heads --tags https://github.com/dfetch-org/test-repo-private.git<<< returned 128:
237237
"""
238238

@@ -249,7 +249,7 @@ Feature: Checking dependencies from a git repository
249249
When I run "dfetch check"
250250
Then the output starts with:
251251
"""
252-
Dfetch (0.14.2)
252+
Dfetch (0.14.1)
253253
>>>git ls-remote --heads --tags git@github.com:dfetch-org/test-repo-private.git<<< returned 128:
254254
"""
255255

@@ -262,5 +262,5 @@ Feature: Checking dependencies from a git repository
262262
When I run "dfetch check"
263263
Then the output shows
264264
"""
265-
Dfetch (0.14.2)
265+
Dfetch (0.14.1)
266266
"""

features/check-specific-projects.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Feature: Checking specific projects
2828
When I run "dfetch check ext/test-rev-and-branch"
2929
Then the output shows
3030
"""
31-
Dfetch (0.14.2)
31+
Dfetch (0.14.1)
3232
ext/test-rev-and-branch:
3333
> wanted (main - 8df389d0524863b85f484f15a91c5f2c40aefda1), available (main - e1fda19a57b873eb8e6ae37780594cbb77b70f1a)
3434
"""

features/check-svn-repo.feature

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Feature: Checking dependencies from a svn repository
2929
When I run "dfetch check"
3030
Then the output shows
3131
"""
32-
Dfetch (0.14.2)
32+
Dfetch (0.14.1)
3333
cunit-svn-rev-only:
3434
> wanted (176), available (trunk - 176)
3535
cunit-svn-rev-and-branch:
@@ -56,7 +56,7 @@ Feature: Checking dependencies from a svn repository
5656
When I run "dfetch check"
5757
Then the output shows
5858
"""
59-
Dfetch (0.14.2)
59+
Dfetch (0.14.1)
6060
cutter-svn-tag:
6161
> wanted (1.1.7), available (1.1.8)
6262
"""
@@ -94,7 +94,7 @@ Feature: Checking dependencies from a svn repository
9494
When I run "dfetch check"
9595
Then the output shows
9696
"""
97-
Dfetch (0.14.2)
97+
Dfetch (0.14.1)
9898
cunit-svn-rev-only:
9999
> wanted (169), current (trunk - 169), available (trunk - 176)
100100
cunit-svn-rev-and-branch:
@@ -118,7 +118,7 @@ Feature: Checking dependencies from a svn repository
118118
When I run "dfetch check" in MyProject
119119
Then the output shows
120120
"""
121-
Dfetch (0.14.2)
121+
Dfetch (0.14.1)
122122
SomeProject:
123123
> wanted (latest), current (1), available (1)
124124
"""
@@ -137,7 +137,7 @@ Feature: Checking dependencies from a svn repository
137137
When I run "dfetch check"
138138
Then the output shows
139139
"""
140-
Dfetch (0.14.2)
140+
Dfetch (0.14.1)
141141
non-existent-url:
142142
> >>>svn --non-interactive info https://giiiiiidhub.com/i-do-not-exist/broken/trunk<<< failed!
143143
'https://giiiiiidhub.com/i-do-not-exist/broken/trunk' is not a valid URL or unreachable:
@@ -163,7 +163,7 @@ Feature: Checking dependencies from a svn repository
163163
When I run "dfetch check" in MyProject
164164
Then the output shows
165165
"""
166-
Dfetch (0.14.2)
166+
Dfetch (0.14.1)
167167
cutter-svn-tag:
168168
> wanted (non-existent-tag), but not available at the upstream.
169169
"""
@@ -184,7 +184,7 @@ Feature: Checking dependencies from a svn repository
184184
When I run "dfetch check SomeProject"
185185
Then the output shows
186186
"""
187-
Dfetch (0.14.2)
187+
Dfetch (0.14.1)
188188
SomeProject:
189189
> up-to-date (v1)
190190
"""

features/checked-project-has-dependencies.feature

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Feature: Check for dependencies in projects
3030
When I run "dfetch check" in MyProject
3131
Then the output shows
3232
"""
33-
Dfetch (0.14.2)
33+
Dfetch (0.14.1)
3434
SomeProject:
3535
> wanted (v1), available (v1)
3636
"""
@@ -67,7 +67,7 @@ Feature: Check for dependencies in projects
6767
When I run "dfetch check" in MyProject
6868
Then the output shows
6969
"""
70-
Dfetch (0.14.2)
70+
Dfetch (0.14.1)
7171
Multiple manifests found, using dfetch.yaml
7272
SomeProject:
7373
> up-to-date (v1)
@@ -111,7 +111,7 @@ Feature: Check for dependencies in projects
111111
When I run "dfetch check" in MyProject
112112
Then the output shows
113113
"""
114-
Dfetch (0.14.2)
114+
Dfetch (0.14.1)
115115
Multiple manifests found, using dfetch.yaml
116116
SomeProject:
117117
> up-to-date (v1)

features/diff-in-git.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Feature: Diff in git
6666
When I run "dfetch diff SomeProject"
6767
Then the output shows
6868
"""
69-
Dfetch (0.14.2)
69+
Dfetch (0.14.1)
7070
SomeProject:
7171
> No diffs found since 59efb91396fd369eb113b43382783294dc8ed6d2
7272
"""
@@ -93,7 +93,7 @@ Feature: Diff in git
9393
When I run "dfetch diff SomeProject"
9494
Then the output shows
9595
"""
96-
Dfetch (0.14.2)
96+
Dfetch (0.14.1)
9797
SomeProject:
9898
> No diffs found since 59efb91396fd369eb113b43382783294dc8ed6d2
9999
"""

features/diff-in-svn.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Feature: Diff in svn
6363
When I run "dfetch diff SomeProject" in MySvnProject
6464
Then the output shows
6565
"""
66-
Dfetch (0.14.2)
66+
Dfetch (0.14.1)
6767
SomeProject:
6868
> No diffs found since 1
6969
"""
@@ -90,7 +90,7 @@ Feature: Diff in svn
9090
When I run "dfetch diff SomeProject" in MySvnProject
9191
Then the output shows
9292
"""
93-
Dfetch (0.14.2)
93+
Dfetch (0.14.1)
9494
SomeProject:
9595
> No diffs found since 1
9696
"""

features/environment.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Feature: Display environment information
99
When I run "dfetch environment"
1010
Then the output starts with:
1111
"""
12-
Dfetch (0.14.2)
12+
Dfetch (0.14.1)
1313
dfetch : 0.13.0
1414
"""
1515

@@ -18,7 +18,7 @@ Feature: Display environment information
1818
When I run "dfetch environment"
1919
Then the output starts with:
2020
"""
21-
Dfetch (0.14.2)
21+
Dfetch (0.14.1)
2222
dfetch : 0.13.0
2323
dfetch 1.99.0 available — https://github.com/dfetch-org/dfetch/releases
2424
"""

features/fetch-archive.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Feature: Fetching dependencies from an archive (tar/zip)
118118
When I run "dfetch update" in MyProject
119119
Then the output shows
120120
"""
121-
Dfetch (0.14.2)
121+
Dfetch (0.14.1)
122122
SomeProject:
123123
> Hash mismatch for SomeProject! sha256 expected 0000000000000000000000000000000000000000000000000000000000000000
124124
"""
@@ -196,7 +196,7 @@ Feature: Fetching dependencies from an archive (tar/zip)
196196
When I run "dfetch update --force" in MyProject
197197
Then the output shows
198198
"""
199-
Dfetch (0.14.2)
199+
Dfetch (0.14.1)
200200
SomeProject:
201201
> Fetched some-remote-server/SomeProject.tar.gz
202202
"""

0 commit comments

Comments
 (0)