Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-aiounittest


Commits:
a1066c82 by Antonio Rojas at 2025-12-26T18:56:42+01:00
upgpkg: 1.5.0-4: Python 3.14 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-aiounittest
        pkgdesc = Test asyncio code more easily
        pkgver = 1.5.0
-       pkgrel = 3
+       pkgrel = 4
        url = https://github.com/kwarunek/aiounittest
        arch = any
        license = MIT


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=python-aiounittest
 pkgver=1.5.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Test asyncio code more easily"
 url="https://github.com/kwarunek/aiounittest";
 license=('MIT')
@@ -13,6 +13,11 @@ checkdepends=('python-pytest')
 source=("git+https://github.com/kwarunek/aiounittest.git#tag=$pkgver";)
 
sha512sums=('ae8c3c2ff504f095e5b90dd898a60c6d8bfc844e7fa6f81c56bad1d183b55e723861844bbd820ff57ae6b69b1e336c70e67b5a4d4e2249fc8f3d7dea5ca55c8b')
 
+prepare() {
+  cd aiounittest
+  git cherry-pick -n 603ca4f57ee2f580d59066600e0ca886efcf8700 # Fix tests with 
python 3.14
+}
+
 build() {
   cd aiounittest
   python -m build --wheel --no-isolation



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiounittest/-/commit/a1066c820e14a4fbc3f65c31f081e3e0945754b3

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiounittest/-/commit/a1066c820e14a4fbc3f65c31f081e3e0945754b3
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to