summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJelle van der Waa2024-04-05 10:30:55 +0200
committerJelle van der Waa2024-04-05 10:30:55 +0200
commit3c5d96a6624bc243bf18fa996e5c5bc71e31ef54 (patch)
tree07b6ed043c120ab7cdb56ce8a4eccff74b8ceeab
parent605b14521f53e1319a7a045ce88f7fe5a74ef2f0 (diff)
downloadaur-python-asynctest.tar.gz
upgpkg: 0.13.0-8: Rebuild with Python 3.12
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD2
2 files changed, 14 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..e9f5dc76fe02
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = python-asynctest
+ pkgdesc = Enhance the standard unittest package with features for testing asyncio libraries
+ pkgver = 0.13.0
+ pkgrel = 8
+ url = https://github.com/Martiusweb/asynctest
+ arch = any
+ license = Apache
+ makedepends = python-setuptools
+ depends = python
+ source = python-asynctest-0.13.0.tar.gz::https://github.com/Martiusweb/asynctest/archive/v0.13.0.tar.gz
+ sha512sums = cfa76a461c81d702f96cc06d6a6786c35373802a4d878927a1f11eaad741aef8e55130e4b07cfc78673210f0ebf45bf808b7c43aebb1b2835f40306b5e44b141
+
+pkgname = python-asynctest
diff --git a/PKGBUILD b/PKGBUILD
index 73e67b2472d8..b72c01f38eaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-asynctest
pkgver=0.13.0
-pkgrel=7
+pkgrel=8
pkgdesc="Enhance the standard unittest package with features for testing asyncio libraries"
url="https://github.com/Martiusweb/asynctest"
license=('Apache')