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

Felix Yan felixonmars at archlinux.org
Thu Feb 27 10:37:01 UTC 2020


    Date: Thursday, February 27, 2020 @ 10:37:00
  Author: felixonmars
Revision: 583815

upgpkg: python-vcrpy 3.0.0-1

Modified:
  python-vcrpy/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-27 10:34:48 UTC (rev 583814)
+++ PKGBUILD	2020-02-27 10:37:00 UTC (rev 583815)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=python-vcrpy
-pkgver=2.1.1
-pkgrel=2
+pkgver=3.0.0
+pkgrel=1
 pkgdesc='Automatically mock your HTTP interactions to simplify and speed up testing'
 arch=('any')
 license=('MIT')
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-runner' 'python-pytest-httpbin' 'python-mock')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/kevin1024/vcrpy/archive/v$pkgver.tar.gz")
-sha512sums=('8c045d8f43c6dc44900dcefbd5f5d1c0843a6fb7950e778d7ef099cda9c8da8c3c1e106360df46b38c24bcce9946bf48df97c7e83e5d13b2901d22fe3c392fa2')
+sha512sums=('13459ab66eb32a996cabd46ca3c5550df8ffb81e521bb92fc1576705dfe9ab41d512416ee6116ab899342f7943fadb02f4f741032f70ca6a638d779efab70f0d')
 
 build() {
   cd vcrpy-$pkgver



More information about the arch-commits mailing list