summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2019-07-20 21:32:10 +0800
committerUniversebenzene2019-07-20 21:32:10 +0800
commitc41bf0d00ad163956dd3983aeba37600b139b103 (patch)
treec5060e09f17c49a5861b1529e7e867acd8799fb6
parent9cfb59cda11600a8d08940781e81f4ecf1b0f2bf (diff)
downloadaur-c41bf0d00ad163956dd3983aeba37600b139b103.tar.gz
Update to version 0.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore7
-rw-r--r--PKGBUILD4
3 files changed, 12 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fd950833bc7c..2647d94cb268 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Mon Jan 7 15:55:46 UTC 2019
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.2
+ pkgver = 0.4.0
pkgrel = 1
url = https://github.com/astropy/pytest-openfiles
arch = i686
@@ -12,8 +10,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.2.tar.gz
- md5sums = b219c5487f7630c3944973cf24709340
+ source = https://files.pythonhosted.org/packages/source/p/pytest-openfiles/pytest-openfiles-0.4.0.tar.gz
+ md5sums = 23fcf695c3d0245cb3f9d69952f189e6
pkgname = python-pytest-openfiles
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..1df7b618a7b3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+src
+pkg
+*.src.tar.gz
+*.tar.gz
+*.tar.bz2
+*.part
+*.pkg.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index 424cb2d61194..5ddd54e1be0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname=python-pytest-openfiles
_pyname=${pkgname#python-}
-pkgver=0.3.2
+pkgver=0.4.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')
@@ -10,7 +10,7 @@ license=('BSD')
depends=('python-pytest>=2.8.0' 'python-psutil' 'python-six')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('b219c5487f7630c3944973cf24709340')
+md5sums=('23fcf695c3d0245cb3f9d69952f189e6')
package() {
cd ${srcdir}/${_pyname}-${pkgver}