X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id 40826DC01BD for ; Thu, 7 Apr 2016 20:02:06 +0000 (UTC) Received: from mail-pa0-f66.google.com (mail-pa0-f66.google.com [209.85.220.66]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id F1F8BDC1506 for ; Thu, 7 Apr 2016 20:02:04 +0000 (UTC) Received: by mail-pa0-f66.google.com with SMTP id q6so7543531pav.0 for ; Thu, 07 Apr 2016 13:02:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=yhS1mo7dDfwrwSvNeHGHqL9Uinl3OsZk4YT9EyG1K/8=; b=ChosVec0ac5pfNuTdFBqtQTUs6NkK3YH5MT6sYaLcHiR/I+KeoYtcenJrpvd6pO1Ja 80z4ms7ehLucSiUOrq1m5ZiiWy6rny5nJp9Egyw6NRG0I8RyPvqlxHANqT5Si299Hph9 OQGXfECBlccSXn0OI8yxoo3vcNBEvbKC1fiyqB6N1ABwtFQap2uFPH4i8kWwgRDSakCU 3Vm98VvIQae/VAP15NLtrNKv3ijjvqlEz8Q4/gXJcNTR0o8LtuuPlLpOj6xdcyjR38ak wUsIdCfwalkRkGPXRNbWDGaScwM+BaT2YmyVKJc+HeWBMCoAb6S9qJrDq4fJdUfvZ7b6 5euA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=yhS1mo7dDfwrwSvNeHGHqL9Uinl3OsZk4YT9EyG1K/8=; b=TB+ieZ0KeVRhZufAaRRz59nhmkiS8OtT+AdvPCf2ADsBWdDvxHqBuFVsVZxt/TXGo9 828Hp1os4B5DK7eSReZ37BEdbdI4DJX98SwmzhwFW2mTjKWsdQv0WQ58pk/2xhcfLpV3 Ea579wOFUf01tc2TNCspnB9p/pK2FWujpdJcpOoZxsQk5/QTv72sjSoQHQNzfp0jYt1U BGgpM1fC5kcQ5m60M9lqwxObZcONTGzurA6/NXk4sBUFrA7SsaTPBq4tvPXsofox7920 QfoFqGzCfoxMhciq7unqWSoNGkKYFG4y1DRipkOeCT6b3E06ow3M3/skmh1P8aMC3ppy xGIw== X-Gm-Message-State: AD7BkJIIRxR6bDjnbAVzKg29gltHS3r8W3dEF97YULeBoesheQUXcbmcqdLflw0+rEjIgQ== X-Received: by 10.66.62.232 with SMTP id b8mr7071926pas.104.1460059323757; Thu, 07 Apr 2016 13:02:03 -0700 (PDT) Received: from localhost.localdomain ([50.0.225.136]) by smtp.gmail.com with ESMTPSA id k65sm14024854pfb.30.2016.04.07.13.02.02 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 07 Apr 2016 13:02:03 -0700 (PDT) From: Isaac Dunham To: alpine-aports@lists.alpinelinux.org Cc: Isaac Dunham Subject: [alpine-aports] [PATCH 2/2] testing/py-matplotlib: update to 1.5.1 Date: Thu, 7 Apr 2016 13:01:54 -0700 Message-Id: <1460059314-23321-2-git-send-email-ibid.ag@gmail.com> X-Mailer: git-send-email 2.8.0 In-Reply-To: <1460059314-23321-1-git-send-email-ibid.ag@gmail.com> References: <1460059314-23321-1-git-send-email-ibid.ag@gmail.com> X-Virus-Scanned: ClamAV using ClamSMTP X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: This update adds py-tz and py-cycler dependencies. --- testing/py-matplotlib/APKBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/testing/py-matplotlib/APKBUILD b/testing/py-matplotlib/APKBUILD index 2033d0a..64d4f96 100644 --- a/testing/py-matplotlib/APKBUILD +++ b/testing/py-matplotlib/APKBUILD @@ -1,13 +1,13 @@ # Contributor: Isaac Dunham # Maintainer: Isaac Dunham pkgname=py-matplotlib -pkgver=1.3.1 -pkgrel=1 +pkgver=1.5.1 +pkgrel=0 pkgdesc="A Python library for plots" url="http://matplotlib.org" arch="all" license="custom" -depends="python py-numpy py-tkinter py-dateutil py-parsing" +depends="python py-numpy py-tkinter py-dateutil py-parsing py-tz" depends_dev="" makedepends="$depends python-dev gfortran py-numpy-dev freetype-dev libpng-dev tk-dev py-setuptools" @@ -52,6 +52,6 @@ tests() { } -md5sums="d90d1f84140fc924ecb8f8610affd665 matplotlib-1.3.1.tar.gz" -sha256sums="144125c941f72d900fcd2d1d676bfd47c9043af74ed62b87341dc12a55ec1454 matplotlib-1.3.1.tar.gz" -sha512sums="f178e61f2133078daec2cd7bc05411a26da36121607a72115a991052dd002c72daaf8a7a60513b861ac50aabf0524db155cd748925abae23e2311a98b704ee2b matplotlib-1.3.1.tar.gz" +md5sums="b22dc4962f36aab919a7125b3b35953b matplotlib-1.5.1.tar.gz" +sha256sums="64c9f7cce4075d05c2602108ee1795aa6455c2c1d8e4329c95c83465e3806887 matplotlib-1.5.1.tar.gz" +sha512sums="da99fffcb4fb600ed4386ce89e61725768d4209f3bd4ab174e0d8474c24b2736516a4299ceaa0714b276d7d02c3e33e39a6204e014569ec3f6249085b1ba7a0d matplotlib-1.5.1.tar.gz" -- 2.8.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---