~alpine/aports

testing/py3-matplotlib: Update to 3.1.1 v1 APPLIED

Marian Buschsieweke: 1
 testing/py3-matplotlib: Update to 3.1.1

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

[PATCH] testing/py3-matplotlib: Update to 3.1.1 Export this patch

---
 testing/py3-matplotlib/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/testing/py3-matplotlib/APKBUILD b/testing/py3-matplotlib/APKBUILD
index 8bbaeabd3c..1d6fb2d745 100644
--- a/testing/py3-matplotlib/APKBUILD
+++ b/testing/py3-matplotlib/APKBUILD
@@ -2,8 +2,8 @@
# Maintainer: Isaac Dunham <ibid.ag@gmail.com>
pkgname=py3-matplotlib
_pkgname=matplotlib
pkgver=2.2.3
pkgrel=2
pkgver=3.1.1
pkgrel=0
pkgdesc="Python3 library for plots"
url="https://matplotlib.org"
arch="all"
@@ -28,4 +28,4 @@ build() {
package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="d118f5d56e2f578031aba22933c0b3a4423a31a04f50f08cc1aa660186546d09692a9cf401bb5f24cb296f94fbfd8707460728d501ac2bd4a624dfa89e92949b  matplotlib-2.2.3.tar.gz"
sha512sums="157ced0cdcb17c9c82f897ee1621ea06a063491ce7393cda4c74a07a970c49385167b5cf32c1666a2933af50ccc53811cf871b6465b796a42abf4a358c76f6c0  matplotlib-3.1.1.tar.gz"
-- 
2.23.0
Milan P. Stanić <mps@arvanta.net>
Hi,

Patch looks good but commit message should be 'upgrade' (all lower case)
and not 'Update'.
And with next upgrade for this package pkgdesc should be changed also:
Python3 => python3 (name to lower case)

I fixed it and pushed, please keep this in mind with your next patches.

Thank you for helping Alpine Linux.

-- 
regards

On Mon, 2019-09-09 at 09:10, Marian Buschsieweke wrote: