Skip to content

Commit

Permalink
python3-markupsafe: update to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pitill0 committed Oct 11, 2024
1 parent d399559 commit 86d022c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions python3-markupsafe/.footprint
Original file line number Diff line number Diff line change
Expand Up @@ -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.10/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/MarkupSafe-2.1.5-py3.10.egg-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/MarkupSafe-2.1.5-py3.10.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.10/site-packages/MarkupSafe-2.1.5-py3.10.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/MarkupSafe-2.1.5-py3.10.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/MarkupSafe-2.1.5-py3.10.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/MarkupSafe-3.0.1-py3.10.egg-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/MarkupSafe-3.0.1-py3.10.egg-info/PKG-INFO
-rw-r--r-- root/root usr/lib/python3.10/site-packages/MarkupSafe-3.0.1-py3.10.egg-info/SOURCES.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/MarkupSafe-3.0.1-py3.10.egg-info/dependency_links.txt
-rw-r--r-- root/root usr/lib/python3.10/site-packages/MarkupSafe-3.0.1-py3.10.egg-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/markupsafe/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/markupsafe/__init__.py
drwxr-xr-x root/root usr/lib/python3.10/site-packages/markupsafe/__pycache__/
Expand Down
8 changes: 4 additions & 4 deletions python3-markupsafe/.signature
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt-arm.pub
RWQh9Dk2FlLauFt0J6pRfwbQpjF93M8+SECRUPlzW0f/gHAIwGAA8IiBHuj75X3BJMGcpd6A0XbONtBobasksh/E3CPPHSZYBQs=
SHA256 (Pkgfile) = e9cdf5915e1c2aa5cdb1ba4a1c141bcd4dd11fa56e53104c72839289736b7479
SHA256 (.footprint) = 51725112c25c4b12646135ff927077b4f84f6f227b0250e6d792abf546aed1ee
SHA256 (MarkupSafe-2.1.5.tar.gz) = d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b
RWQh9Dk2FlLauCo+ryr51yHIZIDSSCgwwVkXE2V7rIPXWEFdi4bcISb9FpcIunNXcjsG2ttLjnLAqGvnRcwhuNyIofO+gZ1NcQE=
SHA256 (Pkgfile) = d05cf6a112d4a5541b40944c10243509b351a99ea488e15ee5bcbd66f0d01c3c
SHA256 (.footprint) = cfb018d236efc8f77502fe76f5c2fedd4a3804e7f986e7fc977e9c69162662aa
SHA256 (markupsafe-3.0.1.tar.gz) = 3e683ee4f5d0fa2dde4db77ed8dd8a876686e3fc417655c2ece9a90576905344
8 changes: 4 additions & 4 deletions python3-markupsafe/Pkgfile
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# Description: Implements a XML/HTML/XHTML Markup safe string for Python.
# URL: http://pypi.python.org/pypi/MarkupSafe
# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: Tim Biermann, tbier at posteo dot de
# Arch Maintainer: CRUX-ARM System Team. devel at crux-arm dot nu
# Depends on: python3-setuptools

name=python3-markupsafe
version=2.1.5
version=3.0.1
release=1
source=(https://pypi.io/packages/source/M/MarkupSafe/MarkupSafe-$version.tar.gz)
source=(https://pypi.io/packages/source/m/markupsafe/markupsafe-$version.tar.gz)

build() {
cd MarkupSafe-$version
cd markupsafe-$version

/usr/bin/python3 setup.py build

Expand Down

0 comments on commit 86d022c

Please sign in to comment.