summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2021-11-17 18:18:14 +0800
committerUniversebenzene2021-11-17 18:18:14 +0800
commit23e2faac2e5135be78a549d6f8dfb07e42364750 (patch)
tree8f53a3a299709dcbb64575da65e39615ce0bbeb2
parent0f21c65a4a40f8325a94a6ddce349925423d5ae0 (diff)
downloadaur-23e2faac2e5135be78a549d6f8dfb07e42364750.tar.gz
Update to version 0.11.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 578931220c79..8473f1b76545 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-pytest-doctestplus
pkgdesc = Pytest plugin that provides advanced features for testing example code in documentation
- pkgver = 0.11.0
+ pkgver = 0.11.1
pkgrel = 1
url = https://github.com/astropy/pytest-doctestplus
arch = any
license = BSD
checkdepends = python-pytest-remotedata
makedepends = python-setuptools-scm
- source = https://files.pythonhosted.org/packages/source/p/pytest-doctestplus/pytest-doctestplus-0.11.0.tar.gz
- md5sums = c759b220acb20d6dc6b2247369719ef3
+ source = https://files.pythonhosted.org/packages/source/p/pytest-doctestplus/pytest-doctestplus-0.11.1.tar.gz
+ md5sums = d49a97f361eaddc5612f6b8af9bb29e2
pkgname = python-pytest-doctestplus
depends = python-pytest>=4.6
diff --git a/PKGBUILD b/PKGBUILD
index de2c0eabea1a..a66ee5c03eab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgbase=python-pytest-doctestplus
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
#"python-${_pyname}-doc")
-pkgver=0.11.0
+pkgver=0.11.1
pkgrel=1
pkgdesc="Pytest plugin that provides advanced features for testing example code in documentation"
arch=('any')
@@ -13,7 +13,7 @@ makedepends=('python-setuptools-scm')
#'python-sphinx')
checkdepends=('python-pytest-remotedata')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('c759b220acb20d6dc6b2247369719ef3')
+md5sums=('d49a97f361eaddc5612f6b8af9bb29e2')
prepare() {
export _pyver=$(python -c 'import sys; print("%d.%d" % sys.version_info[:2])')