summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2018-04-26 15:52:45 +0800
committerUniversebenzene2018-04-26 15:52:45 +0800
commitcec665178fab094304b61f7e509730206f7e747c (patch)
tree57d7923ca39933362e0083a5b866424375339525
parent6df1fed6852461b142e65c0c4a2200f0cb7d5104 (diff)
downloadaur-cec665178fab094304b61f7e509730206f7e747c.tar.gz
Update to version 0.3.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index caf977c860ac..c130ae1f43ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,19 @@
# Generated by mksrcinfo v8
-# Wed Feb 14 16:29:05 UTC 2018
+# Thu Apr 26 07:52:21 UTC 2018
pkgbase = python-pytest-openfiles
pkgdesc = Pytest plugin for detecting file handles that were inadvertently left open at the end of unit tests
- pkgver = 0.2.0
+ pkgver = 0.3.0
pkgrel = 1
url = https://github.com/astropy/pytest-openfiles
arch = i686
arch = x86_64
license = BSD
makedepends = python-setuptools
- depends = python
- depends = python-pytest
+ depends = python-pytest>=2.8.0
depends = python-psutil
depends = python-six
- source = https://files.pythonhosted.org/packages/source/p/pytest-openfiles/pytest-openfiles-0.2.0.tar.gz
- md5sums = 67be17f8a5eec42a23ed2c0cb1cc3894
+ source = https://files.pythonhosted.org/packages/source/p/pytest-openfiles/pytest-openfiles-0.3.0.tar.gz
+ md5sums = ca2dd340e2b4df7de4bba9ed014d657d
pkgname = python-pytest-openfiles
diff --git a/PKGBUILD b/PKGBUILD
index 81c14482f314..e75c18fc01ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname=python-pytest-openfiles
-pkgver=0.2.0
+pkgver=0.3.0
pkgrel=1
pkgdesc="Pytest plugin for detecting file handles that were inadvertently left open at the end of unit tests"
arch=('i686' 'x86_64')
url="https://github.com/astropy/pytest-openfiles"
license=('BSD')
-depends=('python' 'python-pytest' 'python-psutil' 'python-six')
+depends=('python-pytest>=2.8.0' 'python-psutil' 'python-six')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/p/pytest-openfiles/pytest-openfiles-${pkgver}.tar.gz")
-md5sums=('67be17f8a5eec42a23ed2c0cb1cc3894')
+md5sums=('ca2dd340e2b4df7de4bba9ed014d657d')
package() {
cd ${srcdir}/pytest-openfiles-${pkgver}