~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

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

Marian Buschsieweke <marian.buschsieweke@ovgu.de>
Details
Message ID
<20190909071034.5744-1-marian.buschsieweke@ovgu.de>
DKIM signature
missing
Download raw message
Patch: +3 -3
---
 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>
Details
Message ID
<20190909083246.GA30683@arya.arvanta.net>
In-Reply-To
<20190909071034.5744-1-marian.buschsieweke@ovgu.de> (view parent)
DKIM signature
missing
Download raw message
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:
> ---
>  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
Reply to thread Export thread (mbox)