* update python-pyfakefs to 5.7.4-1
This commit is contained in:
parent
fa90fabb1e
commit
15ef5a2652
@ -1,7 +1,7 @@
|
||||
pkgbase = python-pyfakefs
|
||||
pkgdesc = pyfakefs implements a fake file system that mocks the Python file system modules
|
||||
pkgver = 5.6.0
|
||||
pkgrel = 2
|
||||
pkgver = 5.7.4
|
||||
pkgrel = 1
|
||||
url = https://github.com/jmcgeheeiv/pyfakefs/
|
||||
arch = any
|
||||
license = APACHE
|
||||
@ -14,7 +14,7 @@ pkgbase = python-pyfakefs
|
||||
makedepends = python-setuptools
|
||||
makedepends = python-wheel
|
||||
depends = python-pytest
|
||||
source = git+https://github.com/jmcgeheeiv/pyfakefs.git#tag=ba30aeb8b86b44c96adc8531571e5b8a6a50cfd2
|
||||
b2sums = 42d6b2c8646067e0a1c2f42a1741f476740ad35990bdabe39caaa69c9bc2275c073ad7cb07fb6a3e224b2969f3c6e2ce5976cd9d4218e377047c2a2ec67908b1
|
||||
source = git+https://github.com/jmcgeheeiv/pyfakefs.git#tag=ff139b2b4067974adfa111d80b5dce269799a494
|
||||
b2sums = e0d13e5333d10e75e58e7bb3ff0202f8c0323e4786cf14bf565fd6f55dadbe6876a105ad98cce7151a2c797f476976830e178c8f7b717481f07cb41276ea8c56
|
||||
|
||||
pkgname = python-pyfakefs
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Maintainer: Maxime Gauduin <alucryd@archlinux.org>
|
||||
|
||||
pkgname=python-pyfakefs
|
||||
pkgver=5.6.0
|
||||
pkgrel=2
|
||||
pkgver=5.7.4
|
||||
pkgrel=1
|
||||
pkgdesc='pyfakefs implements a fake file system that mocks the Python file system modules'
|
||||
url=https://github.com/jmcgeheeiv/pyfakefs/
|
||||
license=(APACHE)
|
||||
@ -21,9 +21,9 @@ checkdepends=(
|
||||
python-xlrd
|
||||
python-openpyxl
|
||||
)
|
||||
_tag=ba30aeb8b86b44c96adc8531571e5b8a6a50cfd2
|
||||
_tag=ff139b2b4067974adfa111d80b5dce269799a494
|
||||
source=(git+https://github.com/jmcgeheeiv/pyfakefs.git#tag=${_tag})
|
||||
b2sums=('42d6b2c8646067e0a1c2f42a1741f476740ad35990bdabe39caaa69c9bc2275c073ad7cb07fb6a3e224b2969f3c6e2ce5976cd9d4218e377047c2a2ec67908b1')
|
||||
b2sums=('e0d13e5333d10e75e58e7bb3ff0202f8c0323e4786cf14bf565fd6f55dadbe6876a105ad98cce7151a2c797f476976830e178c8f7b717481f07cb41276ea8c56')
|
||||
|
||||
pkgver() {
|
||||
cd pyfakefs
|
||||
|
Loading…
x
Reference in New Issue
Block a user