diff options
author | Tim Biermann <tbier@posteo.de> | 2022-04-28 21:29:24 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2022-04-28 21:29:24 +0200 |
commit | 97f7752f14c615a1980ebec9cc0e792b7251700e (patch) | |
tree | f4d4fbafccebf73a468abd8489b0902dca425771 /python3-flask | |
parent | dd92b930312f4425e9e04d25b0870927f6109d1d (diff) | |
parent | 34507e1752a536c8d8672a95d90c91ebc6b40811 (diff) | |
download | contrib-97f7752f14c615a1980ebec9cc0e792b7251700e.tar.gz contrib-97f7752f14c615a1980ebec9cc0e792b7251700e.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 b7d49513a..0c5b1f2af 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.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-2.1.2-py3.10.egg-info/ +-rw-r--r-- root/root usr/lib/python3.10/site-packages/Flask-2.1.2-py3.10.egg-info/PKG-INFO +-rw-r--r-- root/root usr/lib/python3.10/site-packages/Flask-2.1.2-py3.10.egg-info/SOURCES.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/Flask-2.1.2-py3.10.egg-info/dependency_links.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/Flask-2.1.2-py3.10.egg-info/entry_points.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/Flask-2.1.2-py3.10.egg-info/requires.txt +-rw-r--r-- root/root usr/lib/python3.10/site-packages/Flask-2.1.2-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 519d6a34e..b34093875 100644 --- a/python3-flask/.signature +++ b/python3-flask/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3x1t8fE9oydGuoKDeF3a4HtlxMEWM6JYmHiFHFNexlWAyl27f9kl6Bi7UTyHPLF/fJ2ABN5GCqvvXE8cK2pzmgQ= -SHA256 (Pkgfile) = edd5f1cef7f6c9e4e347f648149254911fe21263fcb59e67165a47e58ae9fe8e -SHA256 (.footprint) = 3ee08ba7fd86f47f314570fa151a0f35361e41856e67df15c65499547fc4a234 -SHA256 (python3-flask-2.1.1.tar.gz) = 4df3143473ead21cfeb894f13f5a8476b55af456b8c2783c47a843a38f73bcfd +RWSagIOpLGJF3/8E/mhDxQmfO937jF05tB46lVUoU+XmXFAEqzzhT1B9zWPWB26zhHEAixB6HqgezrOYikpejYm/rK6s5B8pCQ4= +SHA256 (Pkgfile) = eb04744070979f1cb62ffe047d0a17af1b584c9c168cdeb2c2dfe15078cbaed4 +SHA256 (.footprint) = e8b892ff53fd2d0c805c2c5ad4ae1fe3c4167df29103d2f445a8e1494c4e0f04 +SHA256 (python3-flask-2.1.2.tar.gz) = 7d9a32b84cd6cafa0cbd4e3bd7411cd46d3d8112b3c0fc15623cc72bacce52ee diff --git a/python3-flask/Pkgfile b/python3-flask/Pkgfile index 27f41e339..669bb6144 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.1 +version=2.1.2 release=1 source=(https://github.com/pallets/flask/archive/$version/$name-$version.tar.gz) |