Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / 
python-flask


Commits:
c4fffc2d by Carl Smedstad at 2025-08-22T08:35:39+02:00
upgpkg: 3.1.2-1: Upstream release

https://github.com/pallets/flask/releases/tag/3.1.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,11 @@
 pkgbase = python-flask
        pkgdesc = Micro webdevelopment framework for Python
-       pkgver = 3.1.1
+       pkgver = 3.1.2
        pkgrel = 1
        url = https://flask.palletsprojects.com/
        arch = any
        license = BSD-3-Clause
+       checkdepends = python-asgiref
        checkdepends = python-pytest
        makedepends = python-build
        makedepends = python-flit-core
@@ -20,7 +21,7 @@ pkgbase = python-flask
        optdepends = python-asgiref: async functions and views
        optdepends = python-cryptography: using ad-hoc certificates
        optdepends = python-dotenv: loading env vars from files
-       source = 
python-flask-3.1.1.tar.gz::https://github.com/pallets/flask/archive/3.1.1.tar.gz
-       sha512sums = 
8bf68f4f1646bfb7e98ef432e68ca70cee641116164e0ab6777221be749b2b5a1a7c72b86a1044eeb9e9d97a87656cd31daa7f7d4d9dcbaad14a25885dc9414a
+       source = 
python-flask-3.1.2.tar.gz::https://github.com/pallets/flask/archive/3.1.2.tar.gz
+       sha512sums = 
87fcb2c73531eca0151286204034e433130f74ae365e62600f3973fbd0f11d0cdead62b07a9f4cbaaca2a1b2c149063be091c00addeba1f9ba6b7f2f2e0572c2
 
 pkgname = python-flask


=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
 # Contributor: Tarmo Heiskanen <turs...@gmail.com>
 
 pkgname=python-flask
-pkgver=3.1.1
+pkgver=3.1.2
 pkgrel=1
 pkgdesc='Micro webdevelopment framework for Python'
 url='https://flask.palletsprojects.com/'
@@ -27,14 +27,17 @@ makedepends=(
   'python-installer'
   'python-wheel'
 )
-checkdepends=('python-pytest')
+checkdepends=(
+  'python-asgiref'
+  'python-pytest'
+)
 optdepends=(
   'python-asgiref: async functions and views'
   'python-cryptography: using ad-hoc certificates'
   'python-dotenv: loading env vars from files'
 )
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/pallets/flask/archive/$pkgver.tar.gz";)
-sha512sums=('8bf68f4f1646bfb7e98ef432e68ca70cee641116164e0ab6777221be749b2b5a1a7c72b86a1044eeb9e9d97a87656cd31daa7f7d4d9dcbaad14a25885dc9414a')
+sha512sums=('87fcb2c73531eca0151286204034e433130f74ae365e62600f3973fbd0f11d0cdead62b07a9f4cbaaca2a1b2c149063be091c00addeba1f9ba6b7f2f2e0572c2')
 
 build() {
   cd ${pkgname#python-}-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-flask/-/commit/c4fffc2d1596d8b18c2d3985a090b543961fd45e

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-flask/-/commit/c4fffc2d1596d8b18c2d3985a090b543961fd45e
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to