summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2021-12-10 12:22:50 +0800
committerUniversebenzene2021-12-10 12:22:50 +0800
commitfa47735fa4f9f75850d135c44923242eb962acfb (patch)
tree31218e41fa09009027ff874b066289ac5d4266bf
parent23e2faac2e5135be78a549d6f8dfb07e42364750 (diff)
downloadaur-fa47735fa4f9f75850d135c44923242eb962acfb.tar.gz
Update to version 0.11.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8473f1b76545..a791a900425c 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.1
+ pkgver = 0.11.2
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.1.tar.gz
- md5sums = d49a97f361eaddc5612f6b8af9bb29e2
+ source = https://files.pythonhosted.org/packages/source/p/pytest-doctestplus/pytest-doctestplus-0.11.2.tar.gz
+ md5sums = 0722247b329b08ce2084534e185b66a5
pkgname = python-pytest-doctestplus
depends = python-pytest>=4.6
diff --git a/PKGBUILD b/PKGBUILD
index a66ee5c03eab..7959f4daf826 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.1
+pkgver=0.11.2
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=('d49a97f361eaddc5612f6b8af9bb29e2')
+md5sums=('0722247b329b08ce2084534e185b66a5')
prepare() {
export _pyver=$(python -c 'import sys; print("%d.%d" % sys.version_info[:2])')