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