summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2018-04-26 15:53:37 +0800
committerUniversebenzene2018-04-26 15:53:37 +0800
commit24c38edf6c719587e5dfdfc182cbcd400fe3833e (patch)
tree448b865172394b4d50614c9b9164da3ef8b0809f
parenta9f5a0d257692bed34283b37f9ae8ccd3eed3fe5 (diff)
downloadaur-24c38edf6c719587e5dfdfc182cbcd400fe3833e.tar.gz
Update to version 0.3.0
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD6
2 files changed, 12 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e813a0c742f..f4ab38f18f22 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,21 @@
# Generated by mksrcinfo v8
-# Wed Feb 14 16:34:22 UTC 2018
+# Thu Apr 26 07:53:17 UTC 2018
pkgbase = python-pytest-astropy
pkgdesc = Metapackage for all the testing machinery used by the Astropy Project
- pkgver = 0.2.1
+ pkgver = 0.3.0
pkgrel = 1
url = https://github.com/astropy/pytest-astropy
arch = i686
arch = x86_64
license = BSD
makedepends = python-setuptools
- depends = python-pytest
- depends = python-pytest-remotedata
- depends = python-pytest-doctestplus
- depends = python-pytest-openfiles
- depends = python-pytest-arraydiff
- source = https://files.pythonhosted.org/packages/source/p/pytest-astropy/pytest-astropy-0.2.1.tar.gz
- md5sums = 5b84af93e0e126d156060eae3f5f922b
+ depends = python-pytest>=3.1.0
+ depends = python-pytest-doctestplus>=0.1.3
+ depends = python-pytest-remotedata>=0.2.1
+ 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
pkgname = python-pytest-astropy
diff --git a/PKGBUILD b/PKGBUILD
index 6ec7d5de374d..aff474de2ccb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname=python-pytest-astropy
-pkgver=0.2.1
+pkgver=0.3.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' 'python-pytest-remotedata' 'python-pytest-doctestplus' 'python-pytest-openfiles' 'python-pytest-arraydiff')
+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')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/p/pytest-astropy/pytest-astropy-${pkgver}.tar.gz")
-md5sums=('5b84af93e0e126d156060eae3f5f922b')
+md5sums=('3c6cfe17d3b67fe4a84f2bccd737e24f')
package() {
cd ${srcdir}/pytest-astropy-${pkgver}