[arch-commits] Commit in python-h11/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Nov 26 17:22:41 UTC 2020
Date: Thursday, November 26, 2020 @ 17:22:40
Author: felixonmars
Revision: 763673
upgpkg: python-h11 0.11.0-1
Modified:
python-h11/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-26 17:21:40 UTC (rev 763672)
+++ PKGBUILD 2020-11-26 17:22:40 UTC (rev 763673)
@@ -3,8 +3,8 @@
# Contributor: Kyle Keen <keenerd at gmail.com>
pkgname=python-h11
-pkgver=0.10.0
-pkgrel=3
+pkgver=0.11.0
+pkgrel=1
pkgdesc="A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
url="https://github.com/njsmith/h11"
license=('MIT')
@@ -13,7 +13,7 @@
makedepends=('python-setuptools')
checkdepends=('python-pytest-runner')
source=("https://pypi.io/packages/source/h/h11/h11-$pkgver.tar.gz")
-sha512sums=('c5f6271002d3c9423d6587a1050279d4cb25c6f1a0fee87f8f01c5dbd02b4c4817f1a6b7ea0b92c49a45a1f05a7073c6f4953c9d61d29e341fdd8b0a5f40a0b4')
+sha512sums=('13dba59afd949d715fd693e5224e57dea5c923eb91b0981a5b5987bbe6e6e00e32552e1602353a48458615a8dd21f2a561961747ae15291eb3462fe42cef3f82')
build() {
cd "$srcdir"/h11-$pkgver
More information about the arch-commits
mailing list