Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-werkzeug
Commits:
cffc3136 by Jelle van der Waa at 2024-10-15T17:12:21+02:00
upgpkg: 3.0.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-werkzeug
pkgdesc = Swiss Army knife of Python web development
- pkgver = 3.0.1
+ pkgver = 3.0.4
pkgrel = 1
url = https://werkzeug.palletsprojects.com/
arch = any
@@ -17,9 +17,7 @@ pkgbase = python-werkzeug
makedepends = python-installer
makedepends = python-flit-core
depends = python-markupsafe
- source =
https://github.com/pallets/werkzeug/archive/3.0.1/python-werkzeug-3.0.1.tar.gz
- source = https://github.com/pallets/werkzeug/commit/4e5bdca7.patch
- sha512sums =
125a5c7680cba726149198802efa90d06c6586daeafcd0960feda637b765356f602df83af7b14996994303c52d32bc6fa044b774f42f0b8991008d1396675033
- sha512sums =
eddd871dfe1faf3b2ab35dac32fe991ee26679eb6116fe6290e7a20f2abe430a025b0345b39137746c05c0da79f555ca10d73df298eb02d5c5ef82b13d6384ad
+ source =
https://github.com/pallets/werkzeug/archive/3.0.4/python-werkzeug-3.0.4.tar.gz
+ sha512sums =
b89efc5193b5565f74188475e041961d2d3b24e579b60080fe38f806775f2d04ce7902909fdca43b0d40bde3fc5bef871b02eb1fc2a3b57dbb00d5b07dd16b57
pkgname = python-werkzeug
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# Contributor: Richard Murri
pkgname=python-werkzeug
-pkgver=3.0.1
+pkgver=3.0.4
pkgrel=1
pkgdesc='Swiss Army knife of Python web development'
url='https://werkzeug.palletsprojects.com/'
@@ -16,13 +16,11 @@ makedepends=('python-build' 'python-installer'
'python-flit-core')
checkdepends=('python-pytest' 'python-pytest-timeout' 'python-pytest-xprocess'
'python-requests'
'python-ephemeral-port-reserve' 'python-greenlet'
'python-watchdog'
'python-cryptography')
-source=("https://github.com/pallets/werkzeug/archive/${pkgver}/$pkgname-$pkgver.tar.gz"
- https://github.com/pallets/werkzeug/commit/4e5bdca7.patch)
-sha512sums=('125a5c7680cba726149198802efa90d06c6586daeafcd0960feda637b765356f602df83af7b14996994303c52d32bc6fa044b774f42f0b8991008d1396675033'
-
'eddd871dfe1faf3b2ab35dac32fe991ee26679eb6116fe6290e7a20f2abe430a025b0345b39137746c05c0da79f555ca10d73df298eb02d5c5ef82b13d6384ad')
+source=("https://github.com/pallets/werkzeug/archive/${pkgver}/$pkgname-$pkgver.tar.gz")
+sha512sums=('b89efc5193b5565f74188475e041961d2d3b24e579b60080fe38f806775f2d04ce7902909fdca43b0d40bde3fc5bef871b02eb1fc2a3b57dbb00d5b07dd16b57')
prepare() {
- patch -d werkzeug-$pkgver -p1 < 4e5bdca7.patch # Fix tests with pytest 8
+ cd "werkzeug-$pkgver"
}
build() {
@@ -43,7 +41,7 @@ package() {
cd "werkzeug-$pkgver"
python -m installer --destdir="$pkgdir" dist/*.whl
- install -Dm 644 LICENSE.rst -t "$pkgdir/usr/share/licenses/$pkgname"
+ install -Dm 644 LICENSE.txt -t "$pkgdir/usr/share/licenses/$pkgname"
}
# vim:set ts=2 sw=2 et:
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-werkzeug/-/commit/cffc3136a18271dac280e3226f992d98bad47fdd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-werkzeug/-/commit/cffc3136a18271dac280e3226f992d98bad47fdd
You're receiving this email because of your account on gitlab.archlinux.org.