[arch-commits] Commit in python-janus/trunk (PKGBUILD)

2020-11-09 Thread Felix Yan via arch-commits
Date: Monday, November 9, 2020 @ 15:53:24
  Author: felixonmars
Revision: 747215

upgpkg: python-janus 0.6.1-2: Python 3.9 rebuild

Modified:
  python-janus/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-09 15:53:20 UTC (rev 747214)
+++ PKGBUILD2020-11-09 15:53:24 UTC (rev 747215)
@@ -3,7 +3,7 @@
 
 pkgname=python-janus
 pkgver=0.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Thread-safe asyncio-aware queue for Python"
 arch=('any')
 url="https://github.com/aio-libs/janus;


[arch-commits] Commit in python-janus/trunk (PKGBUILD)

2020-10-26 Thread Felix Yan via arch-commits
Date: Monday, October 26, 2020 @ 20:27:31
  Author: felixonmars
Revision: 734055

upgpkg: python-janus 0.6.1-1

Modified:
  python-janus/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 20:27:26 UTC (rev 734054)
+++ PKGBUILD2020-10-26 20:27:31 UTC (rev 734055)
@@ -2,7 +2,7 @@
 # Contributor: Bruce Zhang 
 
 pkgname=python-janus
-pkgver=0.6.0
+pkgver=0.6.1
 pkgrel=1
 pkgdesc="Thread-safe asyncio-aware queue for Python"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest-asyncio')
 
source=("https://github.com/aio-libs/janus/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('5f4069eadc337381a1a60211af890f466e3d28c79117dbfdce8dd8d032d94432')
+sha512sums=('688a0ee62fdf0a0844d56f0ae210512bec4fd9c3bcfbf88af31fb57fb7c005aed29158019b79d896736e35d38d18f2d3b77925dd04042d58641c05d6bd9e054e')
 
 build() {
   cd janus-$pkgver