[arch-commits] Commit in python-sphinxcontrib-trio/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Thu Nov 12 10:43:25 UTC 2020
Date: Thursday, November 12, 2020 @ 10:43:24
Author: foutrelis
Revision: 751552
Bump to 1.1.2 for Python 3.9
Modified:
python-sphinxcontrib-trio/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-12 10:42:36 UTC (rev 751551)
+++ PKGBUILD 2020-11-12 10:43:24 UTC (rev 751552)
@@ -2,8 +2,8 @@
pkgname=python-sphinxcontrib-trio
_pyname=${pkgname/python-/}
-pkgver=1.1.0
-pkgrel=4
+pkgver=1.1.2
+pkgrel=0
pkgdesc='Make Sphinx better at documenting Python functions and methods'
url='https://github.com/python-trio/sphinxcontrib-trio'
arch=('any')
@@ -12,7 +12,7 @@
makedepends=('python-setuptools')
checkdepends=('python-pytest' 'python-lxml' 'python-cssselect')
source=(https://github.com/python-trio/sphinxcontrib-trio/archive/v${pkgver}/${_pyname}-${pkgver}.tar.gz)
-sha512sums=('0d119cb8a1669dcb10f4498d87dae70496b64976618783c7b49f8177b03eb15d7fb8833f21b395f62288e3e619dd98a620677d316bafbcc0bc716115a9b574c2')
+sha512sums=('490511ce953e0589759af7fd98dbfe1e9875c9bf3ca0046491fd0cbf25cec37fe5c343a4eacce5e9db3e9e0aca23a9ab7993fb19dd77b7bf95cc38e7ff2911ff')
build() {
cd ${_pyname}-${pkgver}
More information about the arch-commits
mailing list