diff options
author | Tim Biermann <tbier@posteo.de> | 2022-03-31 19:40:09 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-03-31 19:40:09 +0200 |
commit | 4d21877411b51fdab26e52642b0f0f8d56b2d941 (patch) | |
tree | 577829fe8fb4d8eab019c7950402e28f21e9e06e /python3-flask | |
parent | 8b425e678657393203d7859378a8b21fefbc5218 (diff) | |
parent | 025607baa2f0fa13affcfb79e045a911badd0239 (diff) | |
download | contrib-4d21877411b51fdab26e52642b0f0f8d56b2d941.tar.gz contrib-4d21877411b51fdab26e52642b0f0f8d56b2d941.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 2a4f9663e..b7d49513a 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.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-2.1.1-py3.10.egg-info/ +-rw-r--r-- root/root usr/lib/python3.10/site-packages/Flask-2.1.1-py3.10.egg-info/PKG-INFO +-rw-r--r-- root/root usr/lib/python3.10/site-packages/Flask-2.1.1-py3.10.egg-info/SOURCES.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/Flask-2.1.1-py3.10.egg-info/dependency_links.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/Flask-2.1.1-py3.10.egg-info/entry_points.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/Flask-2.1.1-py3.10.egg-info/requires.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/Flask-2.1.1-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 8de6c336c..519d6a34e 100644 --- a/python3-flask/.signature +++ b/python3-flask/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF37aCcXDfBbIP9jhpleXiLf2OcFM33vcH1aZ7SvMZw3Olggx8mxzEFWBMwouFBJTS84yBOrZ81zT4huBBk8aTkAs= -SHA256 (Pkgfile) = 0a8f5c2fcf14337dc21b905d02e13768d91f43634b84a61432095a8f8a93f833 -SHA256 (.footprint) = 7bdac2623a1422047845859094bb1ba5099bda9fde171f6426dc32cc430f91c6 -SHA256 (python3-flask-2.1.0.tar.gz) = 04b6894d6dca8c54c165408ad49350e39d0f0e05c79a39d144f1bb1d8c595f2e +RWSagIOpLGJF3x1t8fE9oydGuoKDeF3a4HtlxMEWM6JYmHiFHFNexlWAyl27f9kl6Bi7UTyHPLF/fJ2ABN5GCqvvXE8cK2pzmgQ= +SHA256 (Pkgfile) = edd5f1cef7f6c9e4e347f648149254911fe21263fcb59e67165a47e58ae9fe8e +SHA256 (.footprint) = 3ee08ba7fd86f47f314570fa151a0f35361e41856e67df15c65499547fc4a234 +SHA256 (python3-flask-2.1.1.tar.gz) = 4df3143473ead21cfeb894f13f5a8476b55af456b8c2783c47a843a38f73bcfd diff --git a/python3-flask/Pkgfile b/python3-flask/Pkgfile index 284a1aad6..27f41e339 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.1.0 +version=2.1.1 release=1 source=(https://github.com/pallets/flask/archive/$version/$name-$version.tar.gz) |