~alpine/aports

testing/py3-attrs: upgrade to 17.4.0 v1 PROPOSED

Jean-Louis Fuchs: 1
 testing/py3-attrs: upgrade to 17.4.0

 1 files changed, 2 insertions(+), 2 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/aports/patches/89/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] testing/py3-attrs: upgrade to 17.4.0 Export this patch

---
 testing/py3-attrs/APKBUILD | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/testing/py3-attrs/APKBUILD b/testing/py3-attrs/APKBUILD
index 80a9d31c68..dad2170ca9 100644
--- a/testing/py3-attrs/APKBUILD
+++ b/testing/py3-attrs/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Jean-Louis Fuchs <ganwell@fangorn.ch>
# Maintainer: Jean-Louis Fuchs <ganwell@fangorn.ch>
pkgname=py3-attrs
pkgver=17.2.0
pkgver=17.4.0
pkgrel=0
pkgdesc="Python classes without boilerplate"
url="http://www.attrs.org"
@@ -26,4 +26,4 @@ package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"
}

sha512sums="0084f115d8013e63bd81118a9f4d7a5e9c0b398a1ca8596d81fa00db17b2c241243026ccc7a5af579aba1aa53027cabfa2ae8610ac310e7f037f7b0ef2b15542  py3-attrs-17.2.0.tar.gz"
sha512sums="14a512009cefbadc66972380f3beeb80e28daebeef467838c3506fd33a65e555666434a2d8f7294291b431e8b787aea370e267045f30a2253463e79d0e6caa3a  py3-attrs-17.4.0.tar.gz"
-- 
2.13.5



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Hi,

On Sun, Dec 31, 2017 at 4:08 PM, Jean-Louis Fuchs <ganwell@fangorn.ch>
wrote: