Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-reactivex
Commits:
6581af92 by Jelle van der Waa at 2024-11-08T17:39:48+01:00
upgpkg: 4.0.4-6: Drop unrequired coverage checkdependency
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,11 +1,10 @@
pkgbase = python-reactivex
pkgdesc = Reactive Extensions for Python
pkgver = 4.0.4
- pkgrel = 5
+ pkgrel = 6
url = http://reactivex.io
arch = any
license = APACHE
- checkdepends = python-coverage
checkdepends = python-pytest
checkdepends = python-pytest-asyncio
makedepends = git
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=python-reactivex
pkgver=4.0.4
-pkgrel=5
+pkgrel=6
pkgdesc='Reactive Extensions for Python'
arch=(any)
url=http://reactivex.io
@@ -20,7 +20,6 @@ makedepends=(
python-installer
)
checkdepends=(
- python-coverage
python-pytest
python-pytest-asyncio
)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-reactivex/-/commit/6581af9235bcf06cdabdaf7dc880e598020c840c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-reactivex/-/commit/6581af9235bcf06cdabdaf7dc880e598020c840c
You're receiving this email because of your account on gitlab.archlinux.org.