diff options
author | Tim Biermann <tbier@posteo.de> | 2022-06-29 18:04:02 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-06-29 19:08:10 +0200 |
commit | 1811022d2d70c873a98f650c77e787bf9dfcf019 (patch) | |
tree | cbaa9d1558779bbf9a1d3e7bf65da24c71e1da58 /python3-flask | |
parent | af1ab31f0aa13d4b48332921b3587f2f31841c0c (diff) | |
download | contrib-1811022d2d70c873a98f650c77e787bf9dfcf019.tar.gz contrib-1811022d2d70c873a98f650c77e787bf9dfcf019.tar.xz |
python3-flask: new dependency: python3-importlib_metadata
Diffstat (limited to 'python3-flask')
-rw-r--r-- | python3-flask/.signature | 4 | ||||
-rw-r--r-- | python3-flask/Pkgfile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/python3-flask/.signature b/python3-flask/.signature index 408977481..7ab0463d7 100644 --- a/python3-flask/.signature +++ b/python3-flask/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF34OSSb1T3u21feK0ZwgVsq5dJrDDAPTpit+hEBb+o/zYCFPZM3Yz0LqYEArpLrZFoUzznyNB/EKm+m0yryor9Ao= -SHA256 (Pkgfile) = eb04744070979f1cb62ffe047d0a17af1b584c9c168cdeb2c2dfe15078cbaed4 +RWSagIOpLGJF39OSVtBYgGuCMWnJ6SpFVSpXmAXgUTKHZNVgQ7x8JsjjCL3bAznaJljk5pNlqsnXMl63/mib3geaxv8J89YjpQE= +SHA256 (Pkgfile) = d8ed3f2afbe87477bcf6da7eced1cead8b1b3396f57b8eaf18b22665d4a935c9 SHA256 (.footprint) = 1c91c8c3658ed69df2fa0fc4da74e7a9bbcf08521a62f4174d4c6cdc41a441d4 SHA256 (python3-flask-2.1.2.tar.gz) = 7d9a32b84cd6cafa0cbd4e3bd7411cd46d3d8112b3c0fc15623cc72bacce52ee diff --git a/python3-flask/Pkgfile b/python3-flask/Pkgfile index 669bb6144..a71c04235 100644 --- a/python3-flask/Pkgfile +++ b/python3-flask/Pkgfile @@ -1,7 +1,7 @@ # Description: Micro webdevelopment framework for Python # URL: https://flask.palletsprojects.com/ # Maintainer: Tim Biermann, tbier at posteo dot de -# Depends on: python3-click python3-itsdangerous python3-jinja2 python3-werkzeug +# Depends on: python3-click python3-importlib_metadata python3-itsdangerous python3-jinja2 python3-werkzeug name=python3-flask version=2.1.2 |