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

Antonio Rojas arojas at gemini.archlinux.org
Tue Jan 25 21:32:09 UTC 2022


    Date: Tuesday, January 25, 2022 @ 21:32:09
  Author: arojas
Revision: 1115582

Update to 3.3.0

Modified:
  python-stone/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-25 21:31:36 UTC (rev 1115581)
+++ PKGBUILD	2022-01-25 21:32:09 UTC (rev 1115582)
@@ -2,8 +2,8 @@
 
 pkgname=python-stone
 _name=${pkgname#python-}
-pkgver=3.2.1
-pkgrel=3
+pkgver=3.3.0
+pkgrel=1
 pkgdesc='The Official API Spec Language for Dropbox API V2'
 arch=(any)
 url='https://github.com/dropbox/stone'
@@ -12,8 +12,12 @@
 makedepends=(python-setuptools python-pytest-runner)
 checkdepends=(python-mock python-coverage)
 source=(https://github.com/dropbox/stone/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('05a6c9fec0b923a5e54814f31365499d6e7b726aaddfe5b8ee2d1a4b6cb06d3a')
+sha256sums=('48b1a29b271fed237a6a1087bad3cca938f58c1650c69c35322ab14a2969c01b')
 
+prepare() {
+  sed -e 's|== 5\.2\.0|>= 5.2.0|' -i $_name-$pkgver/setup.py # Unpin pytest-runner version
+}
+
 build() {
   cd $_name-$pkgver
   python setup.py build



More information about the arch-commits mailing list