summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2018-04-26 15:52:15 +0800
committerUniversebenzene2018-04-26 15:52:15 +0800
commit85beec7543d01ff5aaca9d5b3dd17ca729a1ce23 (patch)
treeaf782b2ce655baa3014a122eeefe299d4bd5332b
parent29d9795ffce492687926d6cc7520a51cc8c46fbe (diff)
downloadaur-85beec7543d01ff5aaca9d5b3dd17ca729a1ce23.tar.gz
Update to version 0.2.1
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1159f0b7ce80..434fe32451ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,18 @@
# Generated by mksrcinfo v8
-# Wed Feb 14 16:31:48 UTC 2018
+# Thu Apr 26 07:51:57 UTC 2018
pkgbase = python-pytest-remotedata
pkgdesc = Pytest plugin used for controlling access to data files hosted online
- pkgver = 0.2.0
+ pkgver = 0.2.1
pkgrel = 1
url = https://github.com/astropy/pytest-remotedata
arch = i686
arch = x86_64
license = BSD
makedepends = python-setuptools
- depends = python
- depends = python-pytest
+ depends = python-pytest>=3.1
depends = python-six
- source = https://files.pythonhosted.org/packages/source/p/pytest-remotedata/pytest-remotedata-0.2.0.tar.gz
- md5sums = 963ee4151c16d2dd2679bcd97fc324ff
+ source = https://files.pythonhosted.org/packages/source/p/pytest-remotedata/pytest-remotedata-0.2.1.tar.gz
+ md5sums = f9ba2c150c2bdb8da6d90da5f3fa447f
pkgname = python-pytest-remotedata
diff --git a/PKGBUILD b/PKGBUILD
index e5f53d8a722b..ec8889ed531c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname=python-pytest-remotedata
-pkgver=0.2.0
+pkgver=0.2.1
pkgrel=1
pkgdesc="Pytest plugin used for controlling access to data files hosted online"
arch=('i686' 'x86_64')
url="https://github.com/astropy/pytest-remotedata"
license=('BSD')
-depends=('python' 'python-pytest' 'python-six')
+depends=('python-pytest>=3.1' 'python-six')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/p/pytest-remotedata/pytest-remotedata-${pkgver}.tar.gz")
-md5sums=('963ee4151c16d2dd2679bcd97fc324ff')
+md5sums=('f9ba2c150c2bdb8da6d90da5f3fa447f')
package() {
cd ${srcdir}/pytest-remotedata-${pkgver}