[arch-commits] Commit in python-pytest-httpx/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue May 11 19:43:56 UTC 2021


    Date: Tuesday, May 11, 2021 @ 19:43:55
  Author: felixonmars
Revision: 930572

upgpkg: python-pytest-httpx 0.12.0-1

Modified:
  python-pytest-httpx/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-11 19:43:36 UTC (rev 930571)
+++ PKGBUILD	2021-05-11 19:43:55 UTC (rev 930572)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-pytest-httpx
-pkgver=0.11.0
+pkgver=0.12.0
 pkgrel=1
 pkgdesc='Send responses to httpx'
 arch=('any')
@@ -8,9 +8,10 @@
 license=('MIT')
 url='https://colin-b.github.io/pytest_httpx'
 depends=('python-httpx' 'python-pytest')
+makedepends=('python-setuptools')
 checkdepends=('python-pytest-asyncio')
 source=("https://github.com/Colin-b/pytest_httpx/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('eb798d31c710ab50d3176c569aba8ae2131a17f415fe87830fc71aa941d638bdbda4296032a07fce98d9a43a57f250cea380f8c409660eb1f13862094b6fcbb6')
+sha512sums=('b5866ab0123755020fad679d27d4d113132b2a79da85c52a334904d19aea90ddc71088a6e0f27110498da2731be664c525f3cab256d447a37d9a507f9a508b43')
 
 build() {
   cd pytest_httpx-$pkgver



More information about the arch-commits mailing list