-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
38f8542
commit c00d487
Showing
3 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,26 @@ | ||
- commits: | ||
- subject: Use python3 venv which is recommended for adhering with PEP 668. | ||
hash: 045c6112c1445bd4ecf24b88687f20227d32a14b | ||
body: > | ||
Starting alpine:3.19 with py3-pip v23.3.1-r0, py3-pip installations | ||
using | ||
apk will cause the error `error: externally-managed-environment` when | ||
pip | ||
attempts to upgrade the pip installation. We now use a virtual env for | ||
the test app to avoid this issue. | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
Signed-off-by: Carlo Miguel F. Cruz <[email protected]> | ||
signed-off-by: Carlo Miguel F. Cruz <[email protected]> | ||
author: Carlo Miguel F. Cruz | ||
nested: [] | ||
version: 0.0.5 | ||
title: "" | ||
date: 2024-11-01T07:40:24.530Z | ||
- commits: | ||
- subject: add default rote | ||
hash: 78156e42def9b077f43b881a3839464f4fca225e | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.0.4 | ||
0.0.5 |