Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-tornado


Commits:
1ffda9f2 by Daniel M. Capella at 2024-07-20T19:18:32-04:00
upgpkg: 6.4.1-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.4.0
-       pkgrel = 2
+       pkgver = 6.4.1
+       pkgrel = 1
        url = https://www.tornadoweb.org/
        arch = x86_64
        license = Apache-2.0
@@ -17,9 +17,7 @@ pkgbase = python-tornado
        optdepends = python-pycurl: for tornado.curl_httpclient
        optdepends = python-pycares: an alternative non-blocking DNS resolver
        optdepends = python-twisted: for tornado.platform.twisted
-       source = 
python-tornado-6.4.0.tar.gz::https://github.com/tornadoweb/tornado/archive/v6.4.0.tar.gz
-       source = https://github.com/tornadoweb/tornado/commit/c851aa8a.patch
-       sha512sums = 
dc584acc14d93c7109e4744b690641ae318ee9ad2c42a4c3560c315fa8654de3a64574c7187f5afdbde2906b7cccf5725f45462e710effb6f025e5ec1a3810d4
-       sha512sums = 
a252f8276b503f5f96f0059f3a75ca480b9f99542cf88066aff4ec020f091acb7826222441538f010a7a2ac1c0a9b423630eb8fcff54be89ef30f998d11e7e3a
+       source = 
python-tornado-6.4.1.tar.gz::https://github.com/tornadoweb/tornado/archive/v6.4.1.tar.gz
+       sha512sums = 
57ad42b78a6216fc69fb12035258e02ff80fd5fe494f9d7dc758a1e6e285f755ca3f29fe558e22a82673e0773fd5f2662034376f13d1978f1f466ff2966f3de4
 
 pkgname = python-tornado


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 # Contributor: Thomas Dziedzic < gostrc at gmail >
 
 pkgname=python-tornado
-pkgver=6.4.0
-pkgrel=2
+pkgver=6.4.1
+pkgrel=1
 pkgdesc='open source version of the scalable, non-blocking web server and 
tools'
 arch=('x86_64')
 url='https://www.tornadoweb.org/'
@@ -14,18 +14,11 @@ optdepends=('python-pycurl: for tornado.curl_httpclient'
             'python-twisted: for tornado.platform.twisted')
 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";
-         https://github.com/tornadoweb/tornado/commit/c851aa8a.patch)
-sha512sums=('dc584acc14d93c7109e4744b690641ae318ee9ad2c42a4c3560c315fa8654de3a64574c7187f5afdbde2906b7cccf5725f45462e710effb6f025e5ec1a3810d4'
-            
'a252f8276b503f5f96f0059f3a75ca480b9f99542cf88066aff4ec020f091acb7826222441538f010a7a2ac1c0a9b423630eb8fcff54be89ef30f998d11e7e3a')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/tornadoweb/tornado/archive/v$pkgver.tar.gz";)
+sha512sums=('57ad42b78a6216fc69fb12035258e02ff80fd5fe494f9d7dc758a1e6e285f755ca3f29fe558e22a82673e0773fd5f2662034376f13d1978f1f466ff2966f3de4')
 
 export TORNADO_EXTENSION=1
 
-prepare() {
-  cd tornado-$pkgver
-  patch -p1 -i ../c851aa8a.patch # Compatibility with pytest 8.2
-}
-
 build() {
   cd tornado-$pkgver
   python -m build --wheel --no-isolation



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tornado/-/commit/1ffda9f2c66965596081ac96ce6c2a2293360f96

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tornado/-/commit/1ffda9f2c66965596081ac96ce6c2a2293360f96
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to