summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2021-07-21 20:30:57 +0800
committerUniversebenzene2021-07-21 20:30:57 +0800
commitb5bd50f00afa118f7d0f2422472f0da979dea18b (patch)
tree82433ea09092440ec9533be323fa53ae2ac9437a
parent01fb49ed88f701f18d5feaefdad7898f0f9f3be9 (diff)
downloadaur-b5bd50f00afa118f7d0f2422472f0da979dea18b.tar.gz
Update to version 0.10.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a7ea6304ad5..8aa05989df42 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pytest-doctestplus
pkgdesc = Pytest plugin that provides advanced features for testing example code in documentation
- pkgver = 0.10.0
+ pkgver = 0.10.1
pkgrel = 1
url = https://github.com/astropy/pytest-doctestplus
arch = i686
@@ -10,7 +10,7 @@ pkgbase = python-pytest-doctestplus
depends = python-pytest>=4.6
depends = python-setuptools>=30.3.0
depends = python-packaging>=17.0
- source = https://files.pythonhosted.org/packages/source/p/pytest-doctestplus/pytest-doctestplus-0.10.0.tar.gz
- md5sums = e02263d3213e78573c21de7e69652ddb
+ source = https://files.pythonhosted.org/packages/source/p/pytest-doctestplus/pytest-doctestplus-0.10.1.tar.gz
+ md5sums = 3f7627713cf25c5726659e05b5ed16b8
pkgname = python-pytest-doctestplus
diff --git a/PKGBUILD b/PKGBUILD
index afd908648677..096658aa7c11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname=python-pytest-doctestplus
_pyname=${pkgname#python-}
-pkgver=0.10.0
+pkgver=0.10.1
pkgrel=1
pkgdesc="Pytest plugin that provides advanced features for testing example code in documentation"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('BSD')
depends=('python-pytest>=4.6' 'python-setuptools>=30.3.0' 'python-packaging>=17.0')
makedepends=('python-setuptools-scm')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('e02263d3213e78573c21de7e69652ddb')
+md5sums=('3f7627713cf25c5726659e05b5ed16b8')
build() {
cd ${srcdir}/${_pyname}-${pkgver}