Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-pika
Commits:
12947fd8 by Jelle van der Waa at 2026-05-17T13:57:11+02:00
upgpkg: 1.4.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pika
pkgdesc = Pure Python RabbitMQ/AMQP 0-9-1 client library
- pkgver = 1.3.2
- pkgrel = 4
+ pkgver = 1.4.0
+ pkgrel = 1
url = https://github.com/pika/pika/
arch = any
license = BSD-3-Clause
@@ -14,7 +14,7 @@ pkgbase = python-pika
optdepends = python-tornado: use with Tornado I/O loop
optdepends = python-twisted: use with Twisted I/O loop
optdepends = python-gevent: use with Gevent I/O loop
- source = git+https://github.com/pika/pika.git#tag=1.3.2
- sha256sums =
86c8ced6356aaba2eddbdd05dd2af4b67443395c9a678fff0afa82c1159f7f38
+ source = git+https://github.com/pika/pika.git#tag=1.4.0
+ sha256sums =
d070711cda828f885af8f9a8318e4bc5e741514cc3f3dd4817001eeef9c7a03a
pkgname = python-pika
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Jelle van der Waa <[email protected]>
pkgname=python-pika
-pkgver=1.3.2
-pkgrel=4
+pkgver=1.4.0
+pkgrel=1
pkgdesc="Pure Python RabbitMQ/AMQP 0-9-1 client library"
arch=(any)
url="https://github.com/pika/pika/"
@@ -14,7 +14,7 @@ optdepends=('python-tornado: use with Tornado I/O loop'
'python-twisted: use with Twisted I/O loop'
'python-gevent: use with Gevent I/O loop')
source=("git+https://github.com/pika/pika.git#tag=${pkgver}")
-sha256sums=('86c8ced6356aaba2eddbdd05dd2af4b67443395c9a678fff0afa82c1159f7f38')
+sha256sums=('d070711cda828f885af8f9a8318e4bc5e741514cc3f3dd4817001eeef9c7a03a')
build() {
cd pika
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pika/-/commit/12947fd8fc99dfd91c22cd0f083dc59bd0990bb8
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pika/-/commit/12947fd8fc99dfd91c22cd0f083dc59bd0990bb8
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help