summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2018-11-28 21:57:15 +0800
committerUniversebenzene2018-11-28 21:57:15 +0800
commitcc09692d4e3dcd3ad63f364780d6207fcd986202 (patch)
tree284d30b615f0675cbbc3168e7d23abb1ece5ffdc
parent1ac7f10534455d238670dfc89f4dd0266cf9118b (diff)
downloadaur-cc09692d4e3dcd3ad63f364780d6207fcd986202.tar.gz
Update to version 0.3.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fbd4eab0dacd..d23f1440626a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Aug 7 04:32:08 UTC 2018
+# Wed Nov 28 13:56:46 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.3.0
- pkgrel = 2
+ pkgver = 0.3.1
+ pkgrel = 1
url = https://github.com/astropy/pytest-openfiles
arch = i686
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = python-pytest-openfiles
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.3.0.tar.gz
- md5sums = ca2dd340e2b4df7de4bba9ed014d657d
+ source = https://files.pythonhosted.org/packages/source/p/pytest-openfiles/pytest-openfiles-0.3.1.tar.gz
+ md5sums = 44cf5a6664388f69033f2ead77bb27ae
pkgname = python-pytest-openfiles
diff --git a/PKGBUILD b/PKGBUILD
index e361e38eb597..b830fc96c42f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname=python-pytest-openfiles
-pkgver=0.3.0
-pkgrel=2
+pkgver=0.3.1
+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"
@@ -9,7 +9,7 @@ license=('BSD')
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=('ca2dd340e2b4df7de4bba9ed014d657d')
+md5sums=('44cf5a6664388f69033f2ead77bb27ae')
package() {
cd ${srcdir}/pytest-openfiles-${pkgver}