George Hu pushed to branch main at Arch Linux / Packaging / Packages /
python-janus
Commits:
c0b35e51 by George Hu at 2026-02-01T11:26:57+08:00
upgpkg: 2.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-janus
pkgdesc = Thread-safe asyncio-aware queue for Python
- pkgver = 1.2.0
+ pkgver = 2.0.0
pkgrel = 1
url = https://github.com/aio-libs/janus
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-janus
makedepends = python-installer
makedepends = python-wheel
depends = python
- source = git+https://github.com/aio-libs/janus.git#tag=v1.2.0
- sha512sums =
8ca7008f90873868efb027314efa9b0e3b4587ec3977924ccf517df5c7c8ab23f80ccbf878b24dfcaebed11f5f82e28cdf5290319006d7d5b4234005b89062f1
+ source = git+https://github.com/aio-libs/janus.git#tag=v2.0.0
+ sha512sums =
03c33577dfc9591afe11c88741d98ceb19d060a8a90bdab2a7c21198ca89f6e06f62375e0bea90a18f6fa426390935e750670bb62976153110e4a8a04ef2e21d
pkgname = python-janus
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Bruce Zhang <[email protected]>
pkgname=python-janus
-pkgver=1.2.0
+pkgver=2.0.0
pkgrel=1
pkgdesc="Thread-safe asyncio-aware queue for Python"
arch=('any')
@@ -12,7 +12,7 @@ depends=('python')
makedepends=('git' 'python-setuptools' 'python-build' 'python-installer'
'python-wheel')
checkdepends=('python-pytest-asyncio' 'python-pytest-benchmark')
source=("git+https://github.com/aio-libs/janus.git#tag=v$pkgver")
-sha512sums=('8ca7008f90873868efb027314efa9b0e3b4587ec3977924ccf517df5c7c8ab23f80ccbf878b24dfcaebed11f5f82e28cdf5290319006d7d5b4234005b89062f1')
+sha512sums=('03c33577dfc9591afe11c88741d98ceb19d060a8a90bdab2a7c21198ca89f6e06f62375e0bea90a18f6fa426390935e750670bb62976153110e4a8a04ef2e21d')
prepare() {
cd janus
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-janus/-/commit/c0b35e51ac8a44c1bd77815cdc02d9301dbf9230
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-janus/-/commit/c0b35e51ac8a44c1bd77815cdc02d9301dbf9230
You're receiving this email because of your account on gitlab.archlinux.org.