diff options
author | Tim Biermann <tbier@posteo.de> | 2022-03-29 19:46:30 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-03-29 19:46:30 +0200 |
commit | deaca01945c571216fb3be73ff006ea83a1d54ac (patch) | |
tree | 69b2a0c9248ff1888ad536f95e64dbf15f264db5 /python3-flask | |
parent | c7d1693fb3e0cf84e990f1d3f2829ad9fab51006 (diff) | |
parent | 004125c665a419ba286e90fd69a18ddb365a0837 (diff) | |
download | contrib-deaca01945c571216fb3be73ff006ea83a1d54ac.tar.gz contrib-deaca01945c571216fb3be73ff006ea83a1d54ac.tar.xz |
Merge remote-tracking branch 'origin/3.6' into 3.7
Diffstat (limited to 'python3-flask')
-rw-r--r-- | python3-flask/.footprint | 14 | ||||
-rw-r--r-- | python3-flask/.signature | 8 | ||||
-rw-r--r-- | python3-flask/Pkgfile | 2 |
3 files changed, 12 insertions, 12 deletions
diff --git a/python3-flask/.footprint b/python3-flask/.footprint index 6128305eb..2a4f9663e 100644 --- a/python3-flask/.footprint +++ b/python3-flask/.footprint @@ -4,13 +4,13 @@ drwxr-xr-x root/root usr/bin/ 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/Flask-2.0.3-py3.10.egg-info/ --rw-r--r-- root/root usr/lib/python3.10/site-packages/Flask-2.0.3-py3.10.egg-info/PKG-INFO --rw-r--r-- root/root usr/lib/python3.10/site-packages/Flask-2.0.3-py3.10.egg-info/SOURCES.txt --rw-r--r-- root/root usr/lib/python3.10/site-packages/Flask-2.0.3-py3.10.egg-info/dependency_links.txt --rw-r--r-- root/root usr/lib/python3.10/site-packages/Flask-2.0.3-py3.10.egg-info/entry_points.txt --rw-r--r-- root/root usr/lib/python3.10/site-packages/Flask-2.0.3-py3.10.egg-info/requires.txt --rw-r--r-- root/root usr/lib/python3.10/site-packages/Flask-2.0.3-py3.10.egg-info/top_level.txt +drwxr-xr-x root/root usr/lib/python3.10/site-packages/Flask-2.1.0-py3.10.egg-info/ +-rw-r--r-- root/root usr/lib/python3.10/site-packages/Flask-2.1.0-py3.10.egg-info/PKG-INFO +-rw-r--r-- root/root usr/lib/python3.10/site-packages/Flask-2.1.0-py3.10.egg-info/SOURCES.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/Flask-2.1.0-py3.10.egg-info/dependency_links.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/Flask-2.1.0-py3.10.egg-info/entry_points.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/Flask-2.1.0-py3.10.egg-info/requires.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/Flask-2.1.0-py3.10.egg-info/top_level.txt drwxr-xr-x root/root usr/lib/python3.10/site-packages/flask/ -rw-r--r-- root/root usr/lib/python3.10/site-packages/flask/__init__.py -rw-r--r-- root/root usr/lib/python3.10/site-packages/flask/__main__.py diff --git a/python3-flask/.signature b/python3-flask/.signature index 7346f3a28..8de6c336c 100644 --- a/python3-flask/.signature +++ b/python3-flask/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF31yvLYPQVS5UqQ45QJ3GfKG3AyVwfe4I+VvsM4HD/tWVoMVP4qb7ogIo1HZOAV4k0LIvs8aoLp7l7DKuZ7uL7AA= -SHA256 (Pkgfile) = 1073f8c12a504df11480ed4f8b1abf328da305cb0eb0da4d374c551aa505c0ac -SHA256 (.footprint) = 9460d03b4bccf432f93d709bd35b5006bfcbd19034b35d7773e4b3522c22c62b -SHA256 (python3-flask-2.0.3.tar.gz) = 2943f7c047a6897aecb18d82ee34d8414c187131631527c5f2a184d0e8ec1c24 +RWSagIOpLGJF37aCcXDfBbIP9jhpleXiLf2OcFM33vcH1aZ7SvMZw3Olggx8mxzEFWBMwouFBJTS84yBOrZ81zT4huBBk8aTkAs= +SHA256 (Pkgfile) = 0a8f5c2fcf14337dc21b905d02e13768d91f43634b84a61432095a8f8a93f833 +SHA256 (.footprint) = 7bdac2623a1422047845859094bb1ba5099bda9fde171f6426dc32cc430f91c6 +SHA256 (python3-flask-2.1.0.tar.gz) = 04b6894d6dca8c54c165408ad49350e39d0f0e05c79a39d144f1bb1d8c595f2e diff --git a/python3-flask/Pkgfile b/python3-flask/Pkgfile index 4b31c7ae1..284a1aad6 100644 --- a/python3-flask/Pkgfile +++ b/python3-flask/Pkgfile @@ -4,7 +4,7 @@ # Depends on: python3-click python3-itsdangerous python3-jinja2 python3-werkzeug name=python3-flask -version=2.0.3 +version=2.1.0 release=1 source=(https://github.com/pallets/flask/archive/$version/$name-$version.tar.gz) |