Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / python-pytest-httpserver
Commits: 4016c709 by Daniel Bermond at 2025-04-10T22:15:27-03:00 upgpkg: 1.1.3-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-pytest-httpserver pkgdesc = Http server for pytest to test http clients - pkgver = 1.1.2 + pkgver = 1.1.3 pkgrel = 1 url = https://github.com/csernazs/pytest-httpserver arch = any @@ -14,8 +14,8 @@ pkgbase = python-pytest-httpserver depends = python depends = python-pytest depends = python-werkzeug - source = pytest-httpserver-1.1.2.tar.gz::https://github.com/csernazs/pytest-httpserver/archive/refs/tags/1.1.2.tar.gz - sha256sums = b706af59bcf019d9d1e623b7934c316038529cb18137163289ab5387ba627d43 - b2sums = ed77939e423846ba08dd22329b1583d110bd9a4b6d6d5e07d95e5bd85076705f8fc052da868e90e08421200c70325267c8f3f68a8b92028616468d3d67347a9f + source = pytest-httpserver-1.1.3.tar.gz::https://github.com/csernazs/pytest-httpserver/archive/refs/tags/1.1.3.tar.gz + sha256sums = 5ca7247206fc6d5620986cdc4fd0706046ff468165907e73d60c64fd3313674c + b2sums = 68128f558462a2e73a2d10bec669735695f0099a6e1fa8244438bbafc7d4dc65cc145397460ac260f11d023a0e4fd737031ef8f09c84fd29691e91735b61720d pkgname = python-pytest-httpserver ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ _name=pytest-httpserver pkgname=python-pytest-httpserver -pkgver=1.1.2 +pkgver=1.1.3 pkgrel=1 pkgdesc="Http server for pytest to test http clients" arch=(any) @@ -25,8 +25,8 @@ checkdepends=( python-requests ) source=($_name-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz) -sha256sums=('b706af59bcf019d9d1e623b7934c316038529cb18137163289ab5387ba627d43') -b2sums=('ed77939e423846ba08dd22329b1583d110bd9a4b6d6d5e07d95e5bd85076705f8fc052da868e90e08421200c70325267c8f3f68a8b92028616468d3d67347a9f') +sha256sums=('5ca7247206fc6d5620986cdc4fd0706046ff468165907e73d60c64fd3313674c') +b2sums=('68128f558462a2e73a2d10bec669735695f0099a6e1fa8244438bbafc7d4dc65cc145397460ac260f11d023a0e4fd737031ef8f09c84fd29691e91735b61720d') build() { cd $_name-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-httpserver/-/commit/4016c709f5aedfe132f85d927649cef21d12db21 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-httpserver/-/commit/4016c709f5aedfe132f85d927649cef21d12db21 You're receiving this email because of your account on gitlab.archlinux.org.