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

Alexander Epaneshnikov alex19ep at gemini.archlinux.org
Wed Jul 6 12:21:56 UTC 2022


    Date: Wednesday, July 6, 2022 @ 12:21:56
  Author: alex19ep
Revision: 1246710

upgpkg: python-matrix-common 1.2.1-1 upstream release

Modified:
  python-matrix-common/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-06 11:50:17 UTC (rev 1246709)
+++ PKGBUILD	2022-07-06 12:21:56 UTC (rev 1246710)
@@ -1,7 +1,7 @@
 # Maintainer: Alexander Epaneshnikov <alex19ep at archlinux.org>
 
 pkgname=python-matrix-common
-pkgver=1.1.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="Common code for Synapse, Sydent and Sygnal"
 arch=(any)
@@ -8,10 +8,10 @@
 url="https://github.com/matrix-org/matrix-python-common"
 license=('Apache')
 makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
-checkdepends=('python-twisted' 'python-service-identity' 'python-aiounittest')
+checkdepends=('python-twisted' 'python-service-identity' 'python-aiounittest' 'python-pip')
 source=($pkgname-$pkgver.tar.gz::"https://github.com/matrix-org/matrix-python-common/archive/refs/tags/v$pkgver.tar.gz")
-sha512sums=('22cb3844f4e442e92c1a1dc1e5d0559525c0e375063a5adb0fe7c7b5051d94cbdeb114ee12acf84ffc97e4fd9b351417a6a624fd156c98acee5dc1bb650eb2a7')
-b2sums=('90fe64187dadcabae90753f2bc5486bc9e958820334d718734d69172f4d8920d0d86dd9e6211fae7e893140d67d88e8f21d4cebb03ff6e8ef6c220d713d2de1c')
+sha512sums=('9ab05d6aeddf4915970916d34e625b7a059823e56ba8868f955cf8971a51ac31891304a7fb00170c60c6b107f7526565f67bd78416a466c50092954c5b422114')
+b2sums=('94f25d90c9df948054739cee39033c1f261e61300aa74b7ce606cf8a3c82e716687aa57ddb0f72b8617ae56c21486b50a68f9e6c8611e2f8b19c33b0d2a557e7')
 
 build() {
 	cd "matrix-python-common-$pkgver"
@@ -20,6 +20,7 @@
 
 check() {
 	cd "matrix-python-common-$pkgver"
+	pip install dist/*.whl
 	PYTHONPATH=. trial tests
 }
 



More information about the arch-commits mailing list