~alpine/devel

testing/pyflakes: update to 0.8.1 v1 PROPOSED

Peter Bui: 1
 testing/pyflakes: update to 0.8.1

 1 files changed, 4 insertions(+), 4 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/67/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] testing/pyflakes: update to 0.8.1 Export this patch

testing/py-flakes8 requires pyflakes >= 0.8.1
---
 testing/pyflakes/APKBUILD | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/testing/pyflakes/APKBUILD b/testing/pyflakes/APKBUILD
index dfa8e75..4388965 100644
--- a/testing/pyflakes/APKBUILD
+++ b/testing/pyflakes/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=pyflakes
pkgver=0.7.3
pkgver=0.8.1
pkgrel=0
pkgdesc="A passive checker of Python programs"
url="https://launchpad.net/pyflakes"
@@ -35,6 +35,6 @@ package() {
	python setup.py install --prefix=/usr --root="$pkgdir" || return 1
}

md5sums="ec94ac11cb110e6e72cca23c104b66b1  pyflakes-0.7.3.tar.gz"
sha256sums="dbd2c940a1030a4f811afc1a04017a44011c0cb54f8f384b66aa624097d9b5e3  pyflakes-0.7.3.tar.gz"
sha512sums="a77fc6a1ca1bdb8aaf31e3653389c7c9357433b8b64dbd3104068a4ce900a019d3dbba5bd23c313fc70398f6f2767a3639cf7b915d3edbc1e1d1e1a03932729d  pyflakes-0.7.3.tar.gz"
md5sums="905fe91ad14b912807e8fdc2ac2e2c23  pyflakes-0.8.1.tar.gz"
sha256sums="3fa80a10b36d51686bf7744f5dc99622cd5c98ce8ed64022e629868aafc17769  pyflakes-0.8.1.tar.gz"
sha512sums="b9843637891f3e82a8430121395ceb4ec5df48b5ba73b96a307ebcb4a393e8cebee1681e094ee1f71a85b58bd2f32562b78fbd61d3fa85634f3ac448b1244637  pyflakes-0.8.1.tar.gz"
-- 
2.1.0



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---