Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / python-flask-compress
Commits: cf8aa24e by Carl Smedstad at 2025-12-09T13:04:55+01:00 upgpkg: 1.23-1: Upstream release https://github.com/colour-science/flask-compress/blob/v1.23/CHANGELOG.md - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-flask-compress pkgdesc = Compress responses in your Flask app - pkgver = 1.18 + pkgver = 1.23 pkgrel = 1 url = https://github.com/colour-science/flask-compress arch = any @@ -13,11 +13,10 @@ pkgbase = python-flask-compress makedepends = python-setuptools-scm makedepends = python-wheel depends = python + depends = python-backports-zstd depends = python-brotli depends = python-flask - depends = python-pyzstd - source = https://github.com/colour-science/flask-compress/archive/v1.18/python-flask-compress-1.18.tar.gz - sha256sums = b37ff382043da7cdfb64cbf3b0c2de8652e5dce2245a3283d0bb0b9368dd2002 - sha512sums = 290426bf94c24963d7022191f35486fbe43dcc5550585b75e624019141ae0e5944fb9928315ede3ae1843c0beeef917f982c53f75e73f40046a24df0bcf691a8 + source = https://github.com/colour-science/flask-compress/archive/v1.23/python-flask-compress-1.23.tar.gz + sha512sums = 54754e6676706e67ffc4fecbb714300b9da47ebe41b461be87800143bc3b35c2ce0d44f719370264296c55d358e1dbb5b58c2c5f5a43cb988793006b82a81df6 pkgname = python-flask-compress ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Cedric Girard <[email protected]> pkgname=python-flask-compress -pkgver=1.18 +pkgver=1.23 pkgrel=1 pkgdesc='Compress responses in your Flask app' url='https://github.com/colour-science/flask-compress' @@ -11,9 +11,9 @@ arch=('any') license=('MIT') depends=( 'python' + 'python-backports-zstd' 'python-brotli' 'python-flask' - 'python-pyzstd' ) makedepends=( 'python-build' @@ -27,8 +27,7 @@ checkdepends=( 'python-pytest' ) source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha256sums=('b37ff382043da7cdfb64cbf3b0c2de8652e5dce2245a3283d0bb0b9368dd2002') -sha512sums=('290426bf94c24963d7022191f35486fbe43dcc5550585b75e624019141ae0e5944fb9928315ede3ae1843c0beeef917f982c53f75e73f40046a24df0bcf691a8') +sha512sums=('54754e6676706e67ffc4fecbb714300b9da47ebe41b461be87800143bc3b35c2ce0d44f719370264296c55d358e1dbb5b58c2c5f5a43cb988793006b82a81df6') build() { cd ${pkgname#python-}-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-flask-compress/-/commit/cf8aa24e1369dd7110066e1b84316ce77d54430e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-flask-compress/-/commit/cf8aa24e1369dd7110066e1b84316ce77d54430e You're receiving this email because of your account on gitlab.archlinux.org.
