Skip to content

Commit 66c5ebb

Browse files
author
GitHub Actions
committed
Add automatically parsed data (test)
[ci skip]
1 parent f2b3ad5 commit 66c5ebb

File tree

6 files changed

+21
-22
lines changed

6 files changed

+21
-22
lines changed

apps/xonsh.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
layout: app
33

44
permalink: /xonsh/
5-
description: Xonsh on Python 3.8.5
6-
license: Python-2.0
5+
description: Xonsh on Python 3.11.14
6+
license: BSD
77

88
icons:
9-
- xonsh/icons/256x256/python.png
9+
- xonsh/icons/205x205/xonsh_terminal_icon_256x256_cropped.png
1010

1111
authors:
1212
- name: xonsh
@@ -23,15 +23,15 @@ desktop:
2323
Type: Application
2424
Name: xonsh
2525
Exec: xonsh
26-
Comment: Xonsh on Python 3.8.5
27-
Icon: python
26+
Comment: Xonsh on Python 3.11.14
27+
Icon: xonsh_terminal_icon_256x256_cropped
2828
Categories: System
2929
Terminal: true
30-
X-AppImage-Version: 0.9.20
3130
AppImageHub:
32-
X-AppImage-Signature: no valid OpenPGP data found. the signature could not be verified.
33-
Please remember that the signature file (.sig or .asc) should be the first file
34-
given on the command line.
31+
X-AppImage-Signature: 'directory ''/home/runner/.gnupg'' created keybox ''/home/runner/.gnupg/pubring.kbx''
32+
created [don''t know]: invalid packet (ctb=0a) no signature found the signature
33+
could not be verified. Please remember that the signature file (.sig or .asc)
34+
should be the first file given on the command line.'
3535
X-AppImage-Type: 2
3636
X-AppImage-Architecture: x86_64
3737

@@ -41,17 +41,17 @@ appdata:
4141
Name:
4242
C: Xonsh
4343
Summary:
44-
C: Xonsh on Python 3.8.5
44+
C: Xonsh on Python 3.11.14
4545
Description:
4646
C: >-
47-
<p>Python 3.8.5 + Xonsh bundled in an AppImage.</p>
48-
ProjectLicense: Python-2.0
47+
<p>Python 3.11.14 + Xonsh bundled in an AppImage.</p>
48+
ProjectLicense: BSD
4949
Url:
5050
homepage: http://xon.sh
5151
Launchable:
5252
desktop-id:
5353
- xonsh.desktop
5454
Provides:
5555
binaries:
56-
- python3.8
56+
- python3.11
5757
---
3.23 KB
Loading
-28.1 KB
Binary file not shown.

database/xonsh/screenshot.png

-481 Bytes
Loading

database/xonsh/xonsh.appdata.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<component type="desktop-application">
33
<id>xonsh</id>
4-
<metadata_license>MIT</metadata_license>
5-
<project_license>Python-2.0</project_license>
4+
<metadata_license>BSD</metadata_license>
5+
<project_license>BSD</project_license>
66
<name>Xonsh</name>
7-
<summary>Xonsh on Python 3.8.5</summary>
7+
<summary>Xonsh on Python 3.11.14</summary>
88
<description>
9-
<p> Python 3.8.5 + Xonsh bundled in an AppImage.
9+
<p> Python 3.11.14 + Xonsh bundled in an AppImage.
1010
</p>
1111
</description>
1212
<launchable type="desktop-id">xonsh.desktop</launchable>
1313
<url type="homepage">http://xon.sh</url>
1414
<provides>
15-
<binary>python3.8</binary>
15+
<binary>python3.11</binary>
1616
</provides>
1717
</component>

database/xonsh/xonsh.desktop

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
Type=Application
33
Name=xonsh
44
Exec=xonsh
5-
Comment=Xonsh on Python 3.8.5
6-
Icon=python
5+
Comment=Xonsh on Python 3.11.14
6+
Icon=xonsh_terminal_icon_256x256_cropped
77
Categories=System;
88
Terminal=true
9-
X-AppImage-Version=0.9.20
109

1110
[AppImageHub]
1211
# Dear upstream developer, please include update information in your AppImage
1312
# (e.g., with appimagetool -u) so that users can easily update the AppImage
14-
X-AppImage-Signature=no valid OpenPGP data found. the signature could not be verified. Please remember that the signature file (.sig or .asc) should be the first file given on the command line.
13+
X-AppImage-Signature=directory '/home/runner/.gnupg' created keybox '/home/runner/.gnupg/pubring.kbx' created [don't know]: invalid packet (ctb=0a) no signature found the signature could not be verified. Please remember that the signature file (.sig or .asc) should be the first file given on the command line.
1514
X-AppImage-Type=2
1615
X-AppImage-Architecture=x86_64

0 commit comments

Comments
 (0)