* update python-pytest-httpbin to 2.1.0-1

This commit is contained in:
Alexander Baldeck 2025-01-07 17:32:53 +01:00
parent 9c08424dc6
commit cbbfc0c3f8
2 changed files with 7 additions and 7 deletions

View File

@ -1,7 +1,7 @@
pkgbase = python-pytest-httpbin
pkgdesc = A py.test fixture for httpbining code
pkgver = 2.0.0
pkgrel = 3
pkgver = 2.1.0
pkgrel = 1
url = https://github.com/kevin1024/pytest-httpbin
arch = any
license = MIT
@ -12,9 +12,9 @@ pkgbase = python-pytest-httpbin
makedepends = python-wheel
depends = python-pytest
depends = httpbin
source = https://github.com/kevin1024/pytest-httpbin/archive/v2.0.0/python-pytest-httpbin-2.0.0.tar.gz
source = https://github.com/kevin1024/pytest-httpbin/archive/v2.1.0/python-pytest-httpbin-2.1.0.tar.gz
source = python-pytest-httpbin-LICENSE::https://raw.githubusercontent.com/kevin1024/pytest-httpbin/0bd7637a5c59b1a8376b9a4f051b02a97abb8c1b/LICENSE
sha512sums = 62876590bacae6601739f5cc2eccb087024e16731afc9613b5e6928c2a2f64b73418ddcb3c4f13a4bfe1f074510f922d85411d05ebf66f123a4a09d535771b64
sha512sums = 849985f170318ea3ad1d2af8811f3e3fef0e62bd6bdc611f061a8cd7d84a2d85d0ba9caf8c97298e1c99b979b08f1a28476927fa7abc1fa57334732ecfbdf2db
sha512sums = 64e7f080f69371711a2181dc7c072e1e4770914b577daae141deab447d781bddd1eae8a79eda367549ed7830de3d80c1a29d7139478f547e40bed62f2d75a3ca
pkgname = python-pytest-httpbin

View File

@ -2,8 +2,8 @@
# Maintainer: Felix Yan <felixonmars@archlinux.org>
pkgname=python-pytest-httpbin
pkgver=2.0.0
pkgrel=3
pkgver=2.1.0
pkgrel=1
pkgdesc='A py.test fixture for httpbining code'
arch=(any)
license=('MIT')
@ -13,7 +13,7 @@ makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel
checkdepends=('python-requests')
source=("https://github.com/kevin1024/pytest-httpbin/archive/v$pkgver/$pkgname-$pkgver.tar.gz"
$pkgname-LICENSE::https://raw.githubusercontent.com/kevin1024/pytest-httpbin/0bd7637a5c59b1a8376b9a4f051b02a97abb8c1b/LICENSE)
sha512sums=('62876590bacae6601739f5cc2eccb087024e16731afc9613b5e6928c2a2f64b73418ddcb3c4f13a4bfe1f074510f922d85411d05ebf66f123a4a09d535771b64'
sha512sums=('849985f170318ea3ad1d2af8811f3e3fef0e62bd6bdc611f061a8cd7d84a2d85d0ba9caf8c97298e1c99b979b08f1a28476927fa7abc1fa57334732ecfbdf2db'
'64e7f080f69371711a2181dc7c072e1e4770914b577daae141deab447d781bddd1eae8a79eda367549ed7830de3d80c1a29d7139478f547e40bed62f2d75a3ca')
build() {