Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-rangehttpserver
Commits: 1bc35ae8 by Antonio Rojas at 2024-04-13T12:51:51+02:00 upgpkg: 1.3.3-2: Python 3.12 rebuild - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,17 @@ +pkgbase = python-rangehttpserver + pkgdesc = SimpleHTTPServer with support for Range requests + pkgver = 1.3.3 + pkgrel = 2 + url = https://github.com/danvk/RangeHTTPServer/ + arch = any + license = Apache + checkdepends = python-pytest7 + checkdepends = python-requests + makedepends = python + makedepends = python-setuptools + depends = python + source = python-rangehttpserver-1.3.3.tar.gz::https://github.com/danvk/RangeHTTPServer//archive/1.3.3.tar.gz + sha256sums = 5232af4db9a87d0ee84b6d242b58c48c874062de74bf723a1205b7fdae1e872f + sha512sums = 5d179766640bd408d70f083c9fbd7822cdc14a3205d8134f5e20e3c2e22a9e360d1c458b07b028f5f2242e1aa94e623e3ac0f7453e83beabd67477d0f8c027c3 + +pkgname = python-rangehttpserver ===================================== PKGBUILD ===================================== @@ -3,14 +3,14 @@ _pkgname=RangeHTTPServer pkgname=python-rangehttpserver pkgver=1.3.3 -pkgrel=1 +pkgrel=2 pkgdesc='SimpleHTTPServer with support for Range requests' url='https://github.com/danvk/RangeHTTPServer/' arch=('any') license=('Apache') depends=('python') makedepends=('python' 'python-setuptools') -checkdepends=('python-pytest' 'python-requests') +checkdepends=('python-pytest7' 'python-requests') source=(${pkgname}-${pkgver}.tar.gz::https://github.com/danvk/RangeHTTPServer//archive/${pkgver}.tar.gz) sha256sums=('5232af4db9a87d0ee84b6d242b58c48c874062de74bf723a1205b7fdae1e872f') sha512sums=('5d179766640bd408d70f083c9fbd7822cdc14a3205d8134f5e20e3c2e22a9e360d1c458b07b028f5f2242e1aa94e623e3ac0f7453e83beabd67477d0f8c027c3') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-rangehttpserver/-/commit/1bc35ae81907e584058301d2bbb67d6cd4fd3e22 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-rangehttpserver/-/commit/1bc35ae81907e584058301d2bbb67d6cd4fd3e22 You're receiving this email because of your account on gitlab.archlinux.org.
