George Hu pushed to branch main at Arch Linux / Packaging / Packages /
python-janus
Commits:
eb81d466 by George Hu at 2026-01-28T13:21:33+08:00
upgpkg: 1.2.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,18 +1,19 @@
pkgbase = python-janus
pkgdesc = Thread-safe asyncio-aware queue for Python
- pkgver = 1.1.0
- pkgrel = 4
+ pkgver = 1.2.0
+ pkgrel = 1
url = https://github.com/aio-libs/janus
arch = any
license = Apache-2.0
checkdepends = python-pytest-asyncio
+ checkdepends = python-pytest-benchmark
makedepends = git
makedepends = python-setuptools
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
depends = python
- source = git+https://github.com/aio-libs/janus.git#tag=v1.1.0
- sha512sums =
4a9f850b2c3c7fbe0f5a99c064a45bb8e13355518e2e83b80f5ef1a978fe5db7b01c137cf6c830c4b9f9f03bc0a5c67940fe98aa546cbe1866bb860805d39bd0
+ source = git+https://github.com/aio-libs/janus.git#tag=v1.2.0
+ sha512sums =
8ca7008f90873868efb027314efa9b0e3b4587ec3977924ccf517df5c7c8ab23f80ccbf878b24dfcaebed11f5f82e28cdf5290319006d7d5b4234005b89062f1
pkgname = python-janus
=====================================
PKGBUILD
=====================================
@@ -2,17 +2,17 @@
# Contributor: Bruce Zhang <[email protected]>
pkgname=python-janus
-pkgver=1.1.0
-pkgrel=4
+pkgver=1.2.0
+pkgrel=1
pkgdesc="Thread-safe asyncio-aware queue for Python"
arch=('any')
url="https://github.com/aio-libs/janus"
license=('Apache-2.0')
depends=('python')
makedepends=('git' 'python-setuptools' 'python-build' 'python-installer'
'python-wheel')
-checkdepends=('python-pytest-asyncio')
+checkdepends=('python-pytest-asyncio' 'python-pytest-benchmark')
source=("git+https://github.com/aio-libs/janus.git#tag=v$pkgver")
-sha512sums=('4a9f850b2c3c7fbe0f5a99c064a45bb8e13355518e2e83b80f5ef1a978fe5db7b01c137cf6c830c4b9f9f03bc0a5c67940fe98aa546cbe1866bb860805d39bd0')
+sha512sums=('8ca7008f90873868efb027314efa9b0e3b4587ec3977924ccf517df5c7c8ab23f80ccbf878b24dfcaebed11f5f82e28cdf5290319006d7d5b4234005b89062f1')
prepare() {
cd janus
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-janus/-/commit/eb81d466d591e7a4ae3b19443f7e26e22364240e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-janus/-/commit/eb81d466d591e7a4ae3b19443f7e26e22364240e
You're receiving this email because of your account on gitlab.archlinux.org.