summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2018-04-26 15:51:38 +0800
committerUniversebenzene2018-04-26 15:51:38 +0800
commitbcdbdd2a39b5ac42db937628d0540eed5480e32c (patch)
treed93ff80869b35f36d839cee7e7c322d9343ad3fd
parentb4f3a3bf117ba5fcf35756ceca90e45aff062dec (diff)
downloadaur-bcdbdd2a39b5ac42db937628d0540eed5480e32c.tar.gz
Update to version 0.1.3
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7fca11f14f4..45818f1abd73 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
# Generated by mksrcinfo v8
-# Wed Feb 14 16:25:58 UTC 2018
+# Thu Apr 26 07:50:44 UTC 2018
pkgbase = python-pytest-doctestplus
pkgdesc = Pytest plugin that provides advanced features for testing example code in documentation
- pkgver = 0.1.2
+ pkgver = 0.1.3
pkgrel = 1
url = https://github.com/astropy/pytest-doctestplus
arch = i686
arch = x86_64
license = BSD
makedepends = python-setuptools
- depends = python
- depends = python-pytest
+ depends = python-pytest>=2.8.0
depends = python-six
- source = https://files.pythonhosted.org/packages/source/p/pytest-doctestplus/pytest-doctestplus-0.1.2.tar.gz
- md5sums = 4929b135dfff1b1bded726a2c719c101
+ depends = python-numpy>=1.10
+ source = https://files.pythonhosted.org/packages/source/p/pytest-doctestplus/pytest-doctestplus-0.1.3.tar.gz
+ md5sums = c8c3107a601aadd3dad05b9dd6c68d1d
pkgname = python-pytest-doctestplus
diff --git a/PKGBUILD b/PKGBUILD
index 5fa91d11e51d..759479019fe1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname=python-pytest-doctestplus
-pkgver=0.1.2
+pkgver=0.1.3
pkgrel=1
pkgdesc="Pytest plugin that provides advanced features for testing example code in documentation"
arch=('i686' 'x86_64')
url="https://github.com/astropy/pytest-doctestplus"
license=('BSD')
-depends=('python' 'python-pytest' 'python-six')
+depends=('python-pytest>=2.8.0' 'python-six' 'python-numpy>=1.10')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/p/pytest-doctestplus/pytest-doctestplus-${pkgver}.tar.gz")
-md5sums=('4929b135dfff1b1bded726a2c719c101')
+md5sums=('c8c3107a601aadd3dad05b9dd6c68d1d')
package() {
cd ${srcdir}/pytest-doctestplus-${pkgver}