Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-whitenoise
Commits:
5eff6899 by Felix Yan at 2026-03-04T05:48:28+08:00
upgpkg: 6.12.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-whitenoise
pkgdesc = Radically simplified static file serving for WSGI applications
- pkgver = 6.11.0
- pkgrel = 2
+ pkgver = 6.12.0
+ pkgrel = 1
url = https://github.com/evansd/whitenoise
arch = any
license = MIT
@@ -15,7 +15,7 @@ pkgbase = python-whitenoise
makedepends = python-setuptools
makedepends = python-wheel
depends = python
- source = git+https://github.com/evansd/whitenoise.git#tag=6.11.0
- sha512sums =
760ce87339b99ca8341378c7bd4362aa28436ed0b2854d2a091939a0242f4929441f10414bbd112c7104c22ae87ae9af17541910e7e03dfec048ce4928a614cc
+ source = git+https://github.com/evansd/whitenoise.git#tag=6.12.0
+ sha512sums =
7b7a86434e1b3df9c92717b23158c2de9b9dfef94f56213f757271b802305ba79513845b0320fe7cc27eb1f881da90bd6c9ab530ef344f676770fc2a7f577695
pkgname = python-whitenoise
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-whitenoise
-pkgver=6.11.0
-pkgrel=2
+pkgver=6.12.0
+pkgrel=1
pkgdesc='Radically simplified static file serving for WSGI applications'
arch=('any')
license=('MIT')
@@ -11,7 +11,7 @@ depends=('python')
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools'
'python-wheel')
checkdepends=('python-brotli' 'python-django' 'python-pytest'
'python-requests')
source=("git+https://github.com/evansd/whitenoise.git#tag=$pkgver")
-sha512sums=('760ce87339b99ca8341378c7bd4362aa28436ed0b2854d2a091939a0242f4929441f10414bbd112c7104c22ae87ae9af17541910e7e03dfec048ce4928a614cc')
+sha512sums=('7b7a86434e1b3df9c92717b23158c2de9b9dfef94f56213f757271b802305ba79513845b0320fe7cc27eb1f881da90bd6c9ab530ef344f676770fc2a7f577695')
build() {
cd whitenoise
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-whitenoise/-/commit/5eff6899e6b67aff1a3f3abe56741e4bd9c59c42
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-whitenoise/-/commit/5eff6899e6b67aff1a3f3abe56741e4bd9c59c42
You're receiving this email because of your account on gitlab.archlinux.org.