mbox-extractor 0.1.5__tar.gz → 0.1.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mbox_extractor-0.1.5 → mbox_extractor-0.1.6}/.github/workflows/release.yml +6 -0
- {mbox_extractor-0.1.5 → mbox_extractor-0.1.6}/PKG-INFO +2 -2
- {mbox_extractor-0.1.5 → mbox_extractor-0.1.6}/README.md +1 -1
- {mbox_extractor-0.1.5 → mbox_extractor-0.1.6}/pyproject.toml +1 -1
- {mbox_extractor-0.1.5 → mbox_extractor-0.1.6}/.github/dependabot.yml +0 -0
- {mbox_extractor-0.1.5 → mbox_extractor-0.1.6}/.gitignore +0 -0
- {mbox_extractor-0.1.5 → mbox_extractor-0.1.6}/CLAUDE.md +0 -0
- {mbox_extractor-0.1.5 → mbox_extractor-0.1.6}/LICENSE +0 -0
- {mbox_extractor-0.1.5 → mbox_extractor-0.1.6}/logo.png +0 -0
- {mbox_extractor-0.1.5 → mbox_extractor-0.1.6}/main.py +0 -0
- {mbox_extractor-0.1.5 → mbox_extractor-0.1.6}/uv.lock +0 -0
|
@@ -25,6 +25,12 @@ jobs:
|
|
|
25
25
|
VERSION=$(python -c "import tomllib; print(tomllib.load(open('pyproject.toml','rb'))['project']['version'])")
|
|
26
26
|
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
|
|
27
27
|
echo "tag=v$VERSION" >> "$GITHUB_OUTPUT"
|
|
28
|
+
- name: Update repo description
|
|
29
|
+
run: |
|
|
30
|
+
DESC=$(python -c "import tomllib; print(tomllib.load(open('pyproject.toml','rb'))['project']['description'])")
|
|
31
|
+
gh repo edit --description "$DESC"
|
|
32
|
+
env:
|
|
33
|
+
GH_TOKEN: ${{ secrets.PAT_TOKEN }}
|
|
28
34
|
- name: Check if tag exists
|
|
29
35
|
id: check
|
|
30
36
|
run: |
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mbox-extractor
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.6
|
|
4
4
|
Summary: Recursively extract attachments from .mbox files
|
|
5
5
|
Project-URL: Homepage, https://github.com/tsilva/mbox-extractor
|
|
6
6
|
Project-URL: Repository, https://github.com/tsilva/mbox-extractor
|
|
@@ -23,7 +23,7 @@ Description-Content-Type: text/markdown
|
|
|
23
23
|
[](LICENSE)
|
|
24
24
|
[](https://python.org)
|
|
25
25
|
|
|
26
|
-
**📬 Recursively extract all attachments from .mbox email archives with a single command**
|
|
26
|
+
**📬 Recursively extract all attachments from .mbox email archives with a single command test123**
|
|
27
27
|
|
|
28
28
|
</div>
|
|
29
29
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
[](LICENSE)
|
|
7
7
|
[](https://python.org)
|
|
8
8
|
|
|
9
|
-
**📬 Recursively extract all attachments from .mbox email archives with a single command**
|
|
9
|
+
**📬 Recursively extract all attachments from .mbox email archives with a single command test123**
|
|
10
10
|
|
|
11
11
|
</div>
|
|
12
12
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|