summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4ab38f18f22..66e67e7533fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Apr 26 07:53:17 UTC 2018
+# Fri Jun 1 07:26:34 UTC 2018
pkgbase = python-pytest-astropy
pkgdesc = Metapackage for all the testing machinery used by the Astropy Project
- pkgver = 0.3.0
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/astropy/pytest-astropy
arch = i686
@@ -11,11 +11,11 @@ pkgbase = python-pytest-astropy
makedepends = python-setuptools
depends = python-pytest>=3.1.0
depends = python-pytest-doctestplus>=0.1.3
- depends = python-pytest-remotedata>=0.2.1
+ depends = python-pytest-remotedata>=0.3.0
depends = python-pytest-openfiles>=0.3.0
depends = python-pytest-arraydiff>=0.1
- source = https://files.pythonhosted.org/packages/source/p/pytest-astropy/pytest-astropy-0.3.0.tar.gz
- md5sums = 3c6cfe17d3b67fe4a84f2bccd737e24f
+ source = https://files.pythonhosted.org/packages/source/p/pytest-astropy/pytest-astropy-0.4.0.tar.gz
+ md5sums = d65157ab4b9e37ae01787bb1d4fcebc9
pkgname = python-pytest-astropy
diff --git a/PKGBUILD b/PKGBUILD
index aff474de2ccb..63006e000eaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname=python-pytest-astropy
-pkgver=0.3.0
+pkgver=0.4.0
pkgrel=1
pkgdesc="Metapackage for all the testing machinery used by the Astropy Project"
arch=('i686' 'x86_64')
url="https://github.com/astropy/pytest-astropy"
license=('BSD')
-depends=('python-pytest>=3.1.0' 'python-pytest-doctestplus>=0.1.3' 'python-pytest-remotedata>=0.2.1' 'python-pytest-openfiles>=0.3.0' 'python-pytest-arraydiff>=0.1')
+depends=('python-pytest>=3.1.0' 'python-pytest-doctestplus>=0.1.3' 'python-pytest-remotedata>=0.3.0' 'python-pytest-openfiles>=0.3.0' 'python-pytest-arraydiff>=0.1')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/p/pytest-astropy/pytest-astropy-${pkgver}.tar.gz")
-md5sums=('3c6cfe17d3b67fe4a84f2bccd737e24f')
+md5sums=('d65157ab4b9e37ae01787bb1d4fcebc9')
package() {
cd ${srcdir}/pytest-astropy-${pkgver}