python3-werkzeug: 2.3.1 -> 2.3.2

This commit is contained in:
Tim Biermann 2023-04-29 09:18:00 +02:00
parent 5a7be1cd44
commit 5636c312a0
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 12 additions and 12 deletions

View File

@ -2,12 +2,12 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/ 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/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/ drwxr-xr-x root/root usr/lib/python3.10/site-packages/
drwxr-xr-x root/root usr/lib/python3.10/site-packages/Werkzeug-2.3.1.dist-info/ drwxr-xr-x root/root usr/lib/python3.10/site-packages/Werkzeug-2.3.2.dist-info/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/Werkzeug-2.3.1.dist-info/LICENSE.rst -rw-r--r-- root/root usr/lib/python3.10/site-packages/Werkzeug-2.3.2.dist-info/LICENSE.rst
-rw-r--r-- root/root usr/lib/python3.10/site-packages/Werkzeug-2.3.1.dist-info/METADATA -rw-r--r-- root/root usr/lib/python3.10/site-packages/Werkzeug-2.3.2.dist-info/METADATA
-rw-r--r-- root/root usr/lib/python3.10/site-packages/Werkzeug-2.3.1.dist-info/RECORD -rw-r--r-- root/root usr/lib/python3.10/site-packages/Werkzeug-2.3.2.dist-info/RECORD
-rw-r--r-- root/root usr/lib/python3.10/site-packages/Werkzeug-2.3.1.dist-info/WHEEL -rw-r--r-- root/root usr/lib/python3.10/site-packages/Werkzeug-2.3.2.dist-info/WHEEL
-rw-r--r-- root/root usr/lib/python3.10/site-packages/Werkzeug-2.3.1.dist-info/top_level.txt -rw-r--r-- root/root usr/lib/python3.10/site-packages/Werkzeug-2.3.2.dist-info/top_level.txt
drwxr-xr-x root/root usr/lib/python3.10/site-packages/werkzeug/ drwxr-xr-x root/root usr/lib/python3.10/site-packages/werkzeug/
-rw-r--r-- root/root usr/lib/python3.10/site-packages/werkzeug/__init__.py -rw-r--r-- root/root usr/lib/python3.10/site-packages/werkzeug/__init__.py
drwxr-xr-x root/root usr/lib/python3.10/site-packages/werkzeug/__pycache__/ drwxr-xr-x root/root usr/lib/python3.10/site-packages/werkzeug/__pycache__/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF33WyDdn6xNUCBbUMQ7IIG8O8rKHnDTU0KuFFlW4HzhAuqEwCJYI8/D9ybOI9sCrm9Ruj5Z13Kjm9OljWFua5xgk= RWSagIOpLGJF3+VqZXe6n/EGdnF/J90NHiGOANi27sjduGYNMiEjDhYZ7cazUAgxqxQ8oWw/uJLWYSKakiVuEPoXgxxNDb0kmAU=
SHA256 (Pkgfile) = 069673eb123f443e0e7e1e5c6f6f0e9145a0501060b5098b822acbd585e80949 SHA256 (Pkgfile) = 179fcf1e18e938d2270030abb5d5449e9f4b5f69d25bae1e99f4545678490d95
SHA256 (.footprint) = 35c186286329bb68d3e838e8ff3667caee4c766a8b2a32ee2935e12a016db423 SHA256 (.footprint) = a38d640183a311ac95fe9650ef333687681def224522c7a09232a74132c6afd3
SHA256 (python3-werkzeug-2.3.1.tar.gz) = e61d0ca4255d1289e82542245998a9b203b8b281f76668b1435c89e92b57e3fe SHA256 (python3-werkzeug-2.3.2.tar.gz) = 8df38cf6a45455811e582fe32566a8716eb253ae54bd6c710f82fec51f62e73a

View File

@ -1,10 +1,10 @@
# Description: Swiss Army knife of Python web development # Description: Swiss Army knife of Python web development
# URL: http://werkzeug.pocoo.org/ # URL: http://werkzeug.pocoo.org/
# Maintainer: Tim Biermann, tbier at posteo dot de # Maintainer: Tim Biermann, tbier at posteo dot de
# Depends on: python3-markupsafe python3-build python3-wheel python3-installer # Depends on: python3-build python3-installer python3-markupsafe python3-wheel
name=python3-werkzeug name=python3-werkzeug
version=2.3.1 version=2.3.2
release=1 release=1
source=(https://github.com/pallets/werkzeug/archive/$version/$name-$version.tar.gz) source=(https://github.com/pallets/werkzeug/archive/$version/$name-$version.tar.gz)