alicelinux

A lightweight musl + clang/llvm + libressl + busybox distro
git clone https://codeberg.org/emmett1/alicelinux
Log | Files | Refs | README | LICENSE

commit 65e70c7641b8aae5e63c2d693d97426d498f034f
parent 85835166a57d48981f3afd8a0a23aea838054f34
Author: emmett1 <emmett1.2miligrams@protonmail.com>
Date:   Thu,  2 Oct 2025 04:27:39 +0000

python-markupsafe: updated to 3.0.3

Diffstat:
Mrepos/extra/python-markupsafe/.checksum | 2+-
Mrepos/extra/python-markupsafe/.files | 10+++++-----
Mrepos/extra/python-markupsafe/abuild | 2+-
3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/repos/extra/python-markupsafe/.checksum b/repos/extra/python-markupsafe/.checksum @@ -1 +1 @@ -c9503fa501962313722c119bf65798eeadc18cac8044f087923fb321519a1832 markupsafe-3.0.2.tar.gz +31c0e30de872706dfc7789faa8f991527fb66ade1da83e78320c794af64e6da5 markupsafe-3.0.3.tar.gz diff --git a/repos/extra/python-markupsafe/.files b/repos/extra/python-markupsafe/.files @@ -2,11 +2,11 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/python3.13/ drwxr-xr-x root/root usr/lib/python3.13/site-packages/ -drwxr-xr-x root/root usr/lib/python3.13/site-packages/MarkupSafe-3.0.2-py3.13.egg-info/ --rw-r--r-- root/root usr/lib/python3.13/site-packages/MarkupSafe-3.0.2-py3.13.egg-info/PKG-INFO --rw-r--r-- root/root usr/lib/python3.13/site-packages/MarkupSafe-3.0.2-py3.13.egg-info/SOURCES.txt --rw-r--r-- root/root usr/lib/python3.13/site-packages/MarkupSafe-3.0.2-py3.13.egg-info/dependency_links.txt --rw-r--r-- root/root usr/lib/python3.13/site-packages/MarkupSafe-3.0.2-py3.13.egg-info/top_level.txt +drwxr-xr-x root/root usr/lib/python3.13/site-packages/MarkupSafe-3.0.3-py3.13.egg-info/ +-rw-r--r-- root/root usr/lib/python3.13/site-packages/MarkupSafe-3.0.3-py3.13.egg-info/PKG-INFO +-rw-r--r-- root/root usr/lib/python3.13/site-packages/MarkupSafe-3.0.3-py3.13.egg-info/SOURCES.txt +-rw-r--r-- root/root usr/lib/python3.13/site-packages/MarkupSafe-3.0.3-py3.13.egg-info/dependency_links.txt +-rw-r--r-- root/root usr/lib/python3.13/site-packages/MarkupSafe-3.0.3-py3.13.egg-info/top_level.txt drwxr-xr-x root/root usr/lib/python3.13/site-packages/markupsafe/ -rw-r--r-- root/root usr/lib/python3.13/site-packages/markupsafe/__init__.py drwxr-xr-x root/root usr/lib/python3.13/site-packages/markupsafe/__pycache__/ diff --git a/repos/extra/python-markupsafe/abuild b/repos/extra/python-markupsafe/abuild @@ -1,4 +1,4 @@ name=python-markupsafe -version=3.0.2 +version=3.0.3 release=1 source="https://pypi.io/packages/source/m/markupsafe/markupsafe-$version.tar.gz"