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

Chih-Hsuan Yen yan12125 at gemini.archlinux.org
Thu Feb 24 15:19:58 UTC 2022


    Date: Thursday, February 24, 2022 @ 15:19:57
  Author: yan12125
Revision: 1136424

upgpkg: python-txaio 22.2.1-1; add a link to release notes

python-mock is not used since https://github.com/crossbario/txaio/pull/170

Modified:
  python-txaio/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-24 15:19:21 UTC (rev 1136423)
+++ PKGBUILD	2022-02-24 15:19:57 UTC (rev 1136424)
@@ -2,8 +2,9 @@
 # Contributor: Anatol Pomozov
 
 pkgname=python-txaio
-pkgver=21.2.1
-pkgrel=3
+# https://github.com/crossbario/txaio/blob/master/docs/releases.rst
+pkgver=22.2.1
+pkgrel=1
 pkgdesc='Compatibility API between asyncio/Twisted/Trollius'
 arch=('any')
 url="https://github.com/crossbario/txaio"
@@ -12,9 +13,9 @@
 makedepends=('python-setuptools')
 # python-tests is used here:
 # https://github.com/crossbario/txaio/blob/v20.1.1/test/_asyncio_test_utils.py#L35
-checkdepends=('python-pytest' 'python-mock' 'python-twisted' 'python-tests')
+checkdepends=('python-pytest' 'python-twisted' 'python-tests')
 source=("https://pypi.io/packages/source/t/txaio/txaio-$pkgver.tar.gz")
-sha512sums=('762875b9c10304dab31dd54f7830f56b0cc26dd6e7a98c8faf57891a2810e36f53004833f872f0f51bad61cb62be033cfc228c99fd6aff60cd4dd2ae2f2e5c37')
+sha512sums=('b5e33ba671ab215dadf4c348b01e9d5057d080c21707d31e38912fe596aabd7b388e8c5e0f2dd2b7d0d09fe0a175a0906e2a2ee428c1a943e786afa79182631e')
 
 prepare() {
   # This tests whether pip can install the sdist, and is completely broken



More information about the arch-commits mailing list