summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2020-08-31 16:24:47 +0800
committerUniversebenzene2020-08-31 16:24:47 +0800
commit034fc4b0caa91feeaaf91ea235f3b94aac94750f (patch)
tree638a48b2ad0600187926d19cc323cc38b15b070f
parentb106a55d0bc71ff733aa09f699dd9cd597471473 (diff)
downloadaur-034fc4b0caa91feeaaf91ea235f3b94aac94750f.tar.gz
Update to version 0.8.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7d0519a8c79c..c68a864c2135 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.7.0
+ pkgver = 0.8.0
pkgrel = 1
url = https://github.com/astropy/pytest-doctestplus
arch = i686
@@ -9,8 +9,8 @@ pkgbase = python-pytest-doctestplus
makedepends = python-setuptools
depends = python-pytest>=4.0
depends = python-pip
- source = https://files.pythonhosted.org/packages/source/p/pytest-doctestplus/pytest-doctestplus-0.7.0.tar.gz
- md5sums = 85c4d8a5fcbe7ab4d513e523c9c99342
+ source = https://files.pythonhosted.org/packages/source/p/pytest-doctestplus/pytest-doctestplus-0.8.0.tar.gz
+ md5sums = a3fb5901026a8550723dd5882f5fc7f4
pkgname = python-pytest-doctestplus
diff --git a/PKGBUILD b/PKGBUILD
index 37652429f5f0..8ba2bd5a792d 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.7.0
+pkgver=0.8.0
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.0' 'python-pip')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('85c4d8a5fcbe7ab4d513e523c9c99342')
+md5sums=('a3fb5901026a8550723dd5882f5fc7f4')
build() {
cd ${srcdir}/${_pyname}-${pkgver}