Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages /
python-flask-talisman
Commits:
29dcd7bb by Levente Polyak at 2026-02-07T16:36:34+01:00
upgpkg: 1.1.0-7: rebuild with PEP517 and SPDX license
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-flask-talisman
pkgdesc = HTTP security headers for Flask
pkgver = 1.1.0
- pkgrel = 6
+ pkgrel = 7
url = https://github.com/wntrblm/flask-talisman
arch = any
license = Apache-2.0
@@ -10,8 +10,10 @@ pkgbase = python-flask-talisman
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
+ depends = python
depends = python-flask
source =
https://github.com/wntrblm/flask-talisman/archive/v1.1.0/python-flask-talisman-1.1.0.tar.gz
sha256sums =
02829a008f7127166d66f3731a57e5cd0bcbb6182e7b8fea30a6cb115d3726a4
+ b2sums =
7e832ede4ae103ce74a3a2fdc3f5d8c48fa34a86eaaf661a9ef4543b8174c16a8ad90b09469b53104820f7587e696072978ab3ef8ccca06fc0e15788385cd083
pkgname = python-flask-talisman
=====================================
PKGBUILD
=====================================
@@ -4,16 +4,27 @@
pkgname=python-flask-talisman
_pyname=${pkgname/python-/}
pkgver=1.1.0
-pkgrel=6
+pkgrel=7
pkgdesc='HTTP security headers for Flask'
url='https://github.com/wntrblm/flask-talisman'
-arch=('any')
-license=('Apache-2.0')
-depends=('python-flask')
-makedepends=('python-build' 'python-installer' 'python-setuptools'
'python-wheel')
-checkdepends=('python-pytest')
+arch=(any)
+license=(Apache-2.0)
+depends=(
+ python
+ python-flask
+)
+makedepends=(
+ python-build
+ python-installer
+ python-setuptools
+ python-wheel
+)
+checkdepends=(
+ python-pytest
+)
source=(https://github.com/wntrblm/flask-talisman/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
sha256sums=('02829a008f7127166d66f3731a57e5cd0bcbb6182e7b8fea30a6cb115d3726a4')
+b2sums=('7e832ede4ae103ce74a3a2fdc3f5d8c48fa34a86eaaf661a9ef4543b8174c16a8ad90b09469b53104820f7587e696072978ab3ef8ccca06fc0e15788385cd083')
build() {
cd ${_pyname}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-flask-talisman/-/commit/29dcd7bb01129dab6f4e70d967fd5cd370b35ecc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-flask-talisman/-/commit/29dcd7bb01129dab6f4e70d967fd5cd370b35ecc
You're receiving this email because of your account on gitlab.archlinux.org.