Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / python-pook
Commits: b0e38c73 by Felix Yan at 2023-12-23T19:44:07+02:00 upgpkg: 1.2.0-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,22 @@ +pkgbase = python-pook + pkgdesc = Versatile and expressive HTTP traffic mocking and testing made simple in Python + pkgver = 1.2.0 + pkgrel = 1 + url = https://github.com/h2non/pook + arch = any + license = MIT + checkdepends = python-nose + checkdepends = python-pytest + checkdepends = python-aiohttp + checkdepends = python-requests + makedepends = python-build + makedepends = python-installer + makedepends = python-setuptools + makedepends = python-wheel + depends = python-furl + depends = python-jsonschema + depends = python-xmltodict + source = https://github.com/h2non/pook/archive/v1.2.0/python-pook-1.2.0.tar.gz + sha512sums = 8ce9e430334b82bbd4f5105bf153d28029b28bb512fc42ccf91bb4af43d76a47ab82288dc4f476ee620b3ca5407a9ef384abb273affc07682eb425353f64d6a7 + +pkgname = python-pook ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <[email protected]> pkgname=python-pook -pkgver=1.1.1 -pkgrel=4 +pkgver=1.2.0 +pkgrel=1 pkgdesc="Versatile and expressive HTTP traffic mocking and testing made simple in Python" url="https://github.com/h2non/pook" license=('MIT') @@ -11,7 +11,7 @@ depends=('python-furl' 'python-jsonschema' 'python-xmltodict') makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') checkdepends=('python-nose' 'python-pytest' 'python-aiohttp' 'python-requests') source=("https://github.com/h2non/pook/archive/v$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('d9764f322475cb544498c3a2efb830790f058147903298e354ee02f2c14b7f1f3f8f227bf03de09ba09476ab2230d3a4064a944ada1aa327d1dba907b21dc505') +sha512sums=('8ce9e430334b82bbd4f5105bf153d28029b28bb512fc42ccf91bb4af43d76a47ab82288dc4f476ee620b3ca5407a9ef384abb273affc07682eb425353f64d6a7') build() { cd pook-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pook/-/commit/b0e38c7375119f82e0898d60e12af68966e33500 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pook/-/commit/b0e38c7375119f82e0898d60e12af68966e33500 You're receiving this email because of your account on gitlab.archlinux.org.
