Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages /
python-kombu
Commits:
afd2ab30 by Carl Smedstad at 2024-09-24T09:21:27+02:00
upgpkg: 5.4.2-2: Remove unneeded checkdep python-case
Resolves #1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,12 @@
pkgbase = python-kombu
pkgdesc = A messaging library for Python
pkgver = 5.4.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/celery/kombu
arch = any
license = BSD-3-Clause
checkdepends = python-boto3
checkdepends = python-brotli
- checkdepends = python-case
checkdepends = python-hypothesis
checkdepends = python-msgpack
checkdepends = python-pycurl
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgname=python-kombu
_pkgname=${pkgname#python-}
pkgver=5.4.2
-pkgrel=1
+pkgrel=2
pkgdesc="A messaging library for Python"
arch=(any)
url="https://github.com/celery/kombu"
@@ -24,7 +24,6 @@ makedepends=(
checkdepends=(
python-boto3
python-brotli
- python-case
python-hypothesis
python-msgpack
python-pycurl
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-kombu/-/commit/afd2ab30616c965c3b2056b5fbcd4e0f4be1299e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-kombu/-/commit/afd2ab30616c965c3b2056b5fbcd4e0f4be1299e
You're receiving this email because of your account on gitlab.archlinux.org.