[arch-commits] Commit in python-flask/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Sat Apr 30 13:04:09 UTC 2022


    Date: Saturday, April 30, 2022 @ 13:04:09
  Author: svenstaro
Revision: 1191942

upgpkg: python-flask 2.1.2-1

Modified:
  python-flask/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-30 13:00:03 UTC (rev 1191941)
+++ PKGBUILD	2022-04-30 13:04:09 UTC (rev 1191942)
@@ -4,7 +4,7 @@
 # Contributor: Tarmo Heiskanen <turskii at gmail.com>
 
 pkgname=python-flask
-pkgver=2.1.1
+pkgver=2.1.2
 pkgrel=1
 pkgdesc='Micro webdevelopment framework for Python'
 url='http://flask.pocoo.org/'
@@ -11,7 +11,7 @@
 arch=('any')
 license=('custom:BSD')
 depends=('python-werkzeug' 'python-jinja' 'python-itsdangerous' 'python-click')
-makedepends=('python-build' 'python-installer' 'python-wheel')
+makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools')
 checkdepends=('python-pytest')
 optdepends=(
   'python-asgiref: async functions and views'
@@ -18,7 +18,7 @@
   'python-dotenv: loading env vars from files'
 )
 source=("$pkgname-$pkgver.tar.gz::https://github.com/pallets/flask/archive/${pkgver}.tar.gz")
-sha512sums=('b761ce2f8f0562241f97be1172a87576aec8a7dbe8384945ccc35f2b03773f774c86d568a6cf35f7641f264db407fe0c9cd743adc8c879005a6d4b6a098a0b17')
+sha512sums=('f8cb5a2330b0a03f44c33ec1c0561d172639e484e2d2017d5a6ae38d871bbcc210d53dc2cb851c5d5b862a719f3d42ee61834508745e12dd22953f7a9d1f78ce')
 
 build() {
   cd "flask-$pkgver"



More information about the arch-commits mailing list