Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-paste
Commits: 9eafa3f4 by Jelle van der Waa at 2024-09-30T20:50:05+02:00 upgpkg: 3.7.1-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-paste pkgdesc = Tools for using a Web Server Gateway Interface stack - pkgver = 3.5.3 - pkgrel = 2 + pkgver = 3.7.1 + pkgrel = 1 url = https://pythonpaste.readthedocs.io/ arch = any license = MIT @@ -10,7 +10,7 @@ pkgbase = python-paste makedepends = python-setuptools depends = python-six optdepends = python-flup: WSGI utilities - source = https://files.pythonhosted.org/packages/source/P/Paste/Paste-3.5.3.tar.gz - sha512sums = 3087ea7b6cc45a90b85c473cbff7f018ca961536ff70fbed4610f86dedc82cef0274ccddb767de411ec2955d0c265cb4e797a14a25697870c38667ccd7c4a2d8 + source = https://files.pythonhosted.org/packages/source/P/Paste/Paste-3.7.1.tar.gz + sha512sums = 672f0476582b0c0f65a049800fbd23f7df2c62b405ed1b803474715a80d532bbf117558b201329967bf83f4c88c8740e5f626ff5c2dafa3eade04fccefd332b0 pkgname = python-paste ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ # Contributor: Cilyan Olowen <gak...@gmail.com> pkgname=python-paste -pkgver=3.5.3 -pkgrel=2 +pkgver=3.7.1 +pkgrel=1 pkgdesc="Tools for using a Web Server Gateway Interface stack" arch=('any') url="https://pythonpaste.readthedocs.io/" @@ -14,7 +14,7 @@ optdepends=('python-flup: WSGI utilities') makedepends=('python-setuptools') checkdepends=('python-pytest' 'python-flup') source=("https://files.pythonhosted.org/packages/source/P/Paste/Paste-${pkgver}.tar.gz") -sha512sums=('3087ea7b6cc45a90b85c473cbff7f018ca961536ff70fbed4610f86dedc82cef0274ccddb767de411ec2955d0c265cb4e797a14a25697870c38667ccd7c4a2d8') +sha512sums=('672f0476582b0c0f65a049800fbd23f7df2c62b405ed1b803474715a80d532bbf117558b201329967bf83f4c88c8740e5f626ff5c2dafa3eade04fccefd332b0') build() { cd Paste-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-paste/-/commit/9eafa3f4055037eb67cb10d1995ab88e211f49f2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-paste/-/commit/9eafa3f4055037eb67cb10d1995ab88e211f49f2 You're receiving this email because of your account on gitlab.archlinux.org.