Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-reactivex
Commits: 4b33f185 by Jelle van der Waa at 2024-04-06T18:31:35+02:00 upgpkg: 4.0.4-4: Rebuild with Python 3.12 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,21 @@ +pkgbase = python-reactivex + pkgdesc = Reactive Extensions for Python + pkgver = 4.0.4 + pkgrel = 4 + url = http://reactivex.io + arch = any + license = APACHE + checkdepends = python-coverage + checkdepends = python-nose + checkdepends = python-pytest + checkdepends = python-pytest-asyncio + makedepends = git + makedepends = python-build + makedepends = python-poetry-core + makedepends = python-installer + depends = python + depends = python-typing_extensions + source = git+https://github.com/ReactiveX/RxPY.git#tag=7187453c1a829c3f7ceeadae722f2d1d13f6b51e + sha256sums = SKIP + +pkgname = python-reactivex ===================================== PKGBUILD ===================================== @@ -4,7 +4,7 @@ pkgname=python-reactivex pkgver=4.0.4 -pkgrel=3 +pkgrel=4 pkgdesc='Reactive Extensions for Python' arch=(any) url=http://reactivex.io View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-reactivex/-/commit/4b33f185e87343d2fc5a555bd4323258bf61bb54 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-reactivex/-/commit/4b33f185e87343d2fc5a555bd4323258bf61bb54 You're receiving this email because of your account on gitlab.archlinux.org.
