Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-whitenoise
Commits:
ba95b61e by Felix Yan at 2025-01-01T02:55:07+08:00
upgpkg: 6.8.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-whitenoise
pkgdesc = Radically simplified static file serving for WSGI applications
- pkgver = 6.8.0
+ pkgver = 6.8.1
pkgrel = 1
url = https://github.com/evansd/whitenoise
arch = any
@@ -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.8.0
- sha512sums =
eb2fcd3266d457ed7f6e453844957a7082d1bbed6737b7dd8f2872b71abbb4b96a6755a2e310554cb7150409daba062d3433cb2d64324ccb35f94db6c52cf652
+ source = git+https://github.com/evansd/whitenoise.git#tag=6.8.1
+ sha512sums =
5d5528c238b744c730a988d1c81aaf7d98f73c66ac4ba9f5146d021b2412b7f065c314527a1147ef2a4aa0417b6919e49c30ee46c8924fda01b0fbd671e12d2e
pkgname = python-whitenoise
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-whitenoise
-pkgver=6.8.0
+pkgver=6.8.1
pkgrel=1
pkgdesc='Radically simplified static file serving for WSGI applications'
arch=('any')
@@ -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=('eb2fcd3266d457ed7f6e453844957a7082d1bbed6737b7dd8f2872b71abbb4b96a6755a2e310554cb7150409daba062d3433cb2d64324ccb35f94db6c52cf652')
+sha512sums=('5d5528c238b744c730a988d1c81aaf7d98f73c66ac4ba9f5146d021b2412b7f065c314527a1147ef2a4aa0417b6919e49c30ee46c8924fda01b0fbd671e12d2e')
build() {
cd whitenoise
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-whitenoise/-/commit/ba95b61ee27714369e726c6b24d542314fef8d8f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-whitenoise/-/commit/ba95b61ee27714369e726c6b24d542314fef8d8f
You're receiving this email because of your account on gitlab.archlinux.org.