python-atomicwrites: Update to 1.3.0

This commit is contained in:
Alexey Pavlov
2019-04-29 08:45:52 +03:00
parent e30d43dff1
commit fb34a15a02

View File

@@ -3,7 +3,7 @@
_realname=atomicwrites
pkgbase=python-${_realname}
pkgname=("python2-${_realname}" "python3-${_realname}")
pkgver=1.2.1
pkgver=1.3.0
pkgrel=1
pkgdesc="Atomic file writes on POSIX"
arch=('any')
@@ -12,7 +12,7 @@ license=('MIT')
makedepends=('python2-setuptools' 'python3-setuptools')
checkdepends=('python2-pytest' 'python3-pytest')
source=("https://files.pythonhosted.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha512sums=('29751e43e6095e97a8760140d58cd339ddccdf5481cf490e5fce000dca760bffaacdf85d612a07c35af82d9b3039b72fd7b9ad29772e29eaa785687de7597e92')
sha512sums=('7a257286ba35d6f0db3772ef9666283f29c36719fe35eeb1cb9c36341f0f6a0d7c316d236927ef031f2b8ac6c245320481f51c59e0e1ccf2cbea49065a13d474')
prepare() {
cd "${srcdir}"