Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-tornado
Commits:
ec9b0700 by Felix Yan at 2026-03-03T18:53:30+08:00
upgpkg: 6.5.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-tornado
pkgdesc = open source version of the scalable, non-blocking web server
and tools
- pkgver = 6.5.2
- pkgrel = 4
+ pkgver = 6.5.3
+ pkgrel = 1
url = https://www.tornadoweb.org/
arch = x86_64
license = Apache-2.0
@@ -16,7 +16,7 @@ pkgbase = python-tornado
depends = python
optdepends = python-pycurl: for tornado.curl_httpclient
optdepends = python-twisted: for tornado.platform.twisted
- source =
python-tornado-6.5.2.tar.gz::https://github.com/tornadoweb/tornado/archive/v6.5.2.tar.gz
- sha512sums =
0de428da32a16fc2c8a738ffe0ba3031a3a5af63d1fc4337c6556ecc4cc68ae0d0e695a07ee3a0b91337723d2a06d9442b58126be9f22f0cdb6fdfba2177ad8b
+ source =
python-tornado-6.5.3.tar.gz::https://github.com/tornadoweb/tornado/archive/v6.5.3.tar.gz
+ sha512sums =
92e2feb5038411b6f468f174139ec77568b7e828f56be7a1eb960096fd8b42e88d235b0349d52fef17ddca6c4c522eec8ebaefa166ff3c2e0476a6e697716764
pkgname = python-tornado
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Thomas Dziedzic < gostrc at gmail >
pkgname=python-tornado
-pkgver=6.5.2
-pkgrel=4
+pkgver=6.5.3
+pkgrel=1
pkgdesc='open source version of the scalable, non-blocking web server and
tools'
arch=('x86_64')
url='https://www.tornadoweb.org/'
@@ -14,7 +14,7 @@ optdepends=('python-pycurl: for tornado.curl_httpclient'
makedepends=('python-build' 'python-installer' 'python-setuptools'
'python-wheel')
checkdepends=('python-pycares' 'python-pycurl' 'python-twisted')
source=("$pkgname-$pkgver.tar.gz::https://github.com/tornadoweb/tornado/archive/v$pkgver.tar.gz")
-sha512sums=('0de428da32a16fc2c8a738ffe0ba3031a3a5af63d1fc4337c6556ecc4cc68ae0d0e695a07ee3a0b91337723d2a06d9442b58126be9f22f0cdb6fdfba2177ad8b')
+sha512sums=('92e2feb5038411b6f468f174139ec77568b7e828f56be7a1eb960096fd8b42e88d235b0349d52fef17ddca6c4c522eec8ebaefa166ff3c2e0476a6e697716764')
export TORNADO_EXTENSION=1
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tornado/-/commit/ec9b070095e86ebbed603351daaaeada0c796792
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tornado/-/commit/ec9b070095e86ebbed603351daaaeada0c796792
You're receiving this email because of your account on gitlab.archlinux.org.