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 9A6E2DC0806 for ; Tue, 5 Apr 2016 05:44:58 +0000 (UTC) Received: from mail-wm0-f44.google.com (mail-wm0-f44.google.com [74.125.82.44]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 437A6DC0428 for ; Tue, 5 Apr 2016 05:44:57 +0000 (UTC) Received: by mail-wm0-f44.google.com with SMTP id n3so6326371wmn.0 for ; Mon, 04 Apr 2016 22:44:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kampka-net.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=QKnPNe0HwhcxZ/wn1BhAW2mtLMoJeFt0NQQEHTnqJ9o=; b=xv+2mOqROUh7GfV74L1CUZZ3QP+MwqZ7Uec8OimWc0K8keYGzTlwP4rhPoL/SBk41F E9YlH1P0i3MgwN8PPQNGZ78oxwK7aAdXLJx4FSs9o2b3t06RiCFAeJEqDLwYLIqJAOay LNOxAmUTSFQEKhAUfSq5b0jHyDv+nC4X/wrl/2xffoUjpByr47mZf7Do2OaCaer2sCvZ 7A9HP6I57U/52/nC0iIr/Hh+OInIqZrB+j/BxmqJwDRuuvyg1TV+wxgREQAhP/esbiB3 wBJFBvM3jmngM+5Bo2EH5S/NHNzI8mOSDBypO+KcctX1f+IBt9DVlT8lkjFipI+fIuxD 7i4w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=QKnPNe0HwhcxZ/wn1BhAW2mtLMoJeFt0NQQEHTnqJ9o=; b=TdU1hdREpC6KX/0daTVhqwZs4EJb+8lwAY5f51hKSoX2o4qiAXDz5YvZfgOyo7+htR nA6yuVYr7BxHMAATQcPW1s0x1L99F4pZc9SWndKtLGxmp11KLgN9Fy8w3S+YuPNWFUux fEjb00P+w3YvuMexgOb4CY8V0wz0Ht1kD2JZVGLx5AYqsPYR17PCswGK0ywyh6QPXVjj ettQP/kqVBEk1Khc65eMD8EaueVP6C7CvBtV2SL7TbegG+9zw3vdoS7noYOfsnBbvCBh n7+uBMjlohMRmRF05EXSoX/Q9x7UGrsSRiDJO8DuTNsTLANnTgUedhDLPdLE7z4dn6Pr 3apQ== X-Gm-Message-State: AD7BkJIuR9b//HYpgF67U9SUGMBowQtW9whxAeYc3sK7t5Bygkx4y1BwajFXs0eBexIwCtxNBEtTTFCIcJ+CaQ== X-Received: by 10.194.21.102 with SMTP id u6mr8968376wje.124.1459835096497; Mon, 04 Apr 2016 22:44:56 -0700 (PDT) X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 References: <1459618261-503-1-git-send-email-christian@kampka.net> <20160404112315.33e635dc@vostro.util.wtbts.net> In-Reply-To: <20160404112315.33e635dc@vostro.util.wtbts.net> From: Christian Kampka Date: Tue, 05 Apr 2016 05:44:46 +0000 Message-ID: Subject: Re: [alpine-aports] [PATCH] main/py-setuptools: new upstream version 20.5 To: Timo Teras Cc: alpine-aports@lists.alpinelinux.org Content-Type: multipart/alternative; boundary=047d7b5d86a15b9240052fb65843 X-Virus-Scanned: ClamAV using ClamSMTP --047d7b5d86a15b9240052fb65843 Content-Type: text/plain; charset=UTF-8 Sorry, I cannot reproduce that, so my guess would be a temporary pypi issue. Cheers, Christian Timo Teras schrieb am Mo., 4. Apr. 2016, 10:23: > On Sat, 2 Apr 2016 19:31:01 +0200 > Christian Kampka wrote: > > > --- > > main/py-setuptools/APKBUILD | 15 ++++++++------- > > 1 file changed, 8 insertions(+), 7 deletions(-) > > > > diff --git a/main/py-setuptools/APKBUILD b/main/py-setuptools/APKBUILD > > index f68b445..85b9b6f 100644 > > --- a/main/py-setuptools/APKBUILD > > +++ b/main/py-setuptools/APKBUILD > > @@ -2,7 +2,7 @@ > > # Maintainer: Fabian Affolter > > pkgname=py-setuptools > > _pkgname=${pkgname#py-} > > -pkgver=20.3.1 > > +pkgver=20.5 > > pkgrel=0 > > pkgdesc="A collection of enhancements to the Python distutils" > > url="http://pypi.python.org/pypi/setuptools" > > @@ -14,20 +14,21 @@ install="" > > subpackages="" > > source=" > http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz > " > > Applied. > > But I'm getting 404 on this at times. Now armhf builder is getting 404. > Is this pypi.python.org issue? Or something else? > --047d7b5d86a15b9240052fb65843 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Sorry, I cannot reproduce that, so my guess would be a tempo= rary pypi issue.

Cheers,
Christian


Timo Teras <timo.teras@iki.fi> schrieb am Mo., 4. Apr. = 2016, 10:23:
On Sat,=C2=A0 2 Apr 20= 16 19:31:01 +0200
Christian Kampka <christian@kampka.net> wrote:

> ---
>=C2=A0 main/py-setuptools/APKBUILD | 15 ++++++++-------
>=C2=A0 1 file changed, 8 insertions(+), 7 deletions(-)
>
> diff --git a/main/py-setuptools/APKBUILD b/main/py-setuptools/APKBUILD=
> index f68b445..85b9b6f 100644
> --- a/main/py-setuptools/APKBUILD
> +++ b/main/py-setuptools/APKBUILD
> @@ -2,7 +2,7 @@
>=C2=A0 # Maintainer:=C2=A0 Fabian Affolter <fabian@affolter-engineering.ch<= /a>>
>=C2=A0 pkgname=3Dpy-setuptools
>=C2=A0 _pkgname=3D${pkgname#py-}
> -pkgver=3D20.3.1
> +pkgver=3D20.5
>=C2=A0 pkgrel=3D0
>=C2=A0 pkgdesc=3D"A collection of enhancements to the Python distu= tils"
>=C2=A0 url=3D"
http://pypi.python.org/pypi/setuptools<= /a>"
> @@ -14,20 +14,21 @@ install=3D""
>=C2=A0 subpackages=3D""
>=C2=A0 source=3D"
http://pypi.python.org/packages/source/${_pkgname:0:1}/$= _pkgname/$_pkgname-$pkgver.tar.gz"

Applied.

But I'm getting 404 on this at times. Now armhf builder is getting 404.=
Is this pypi.python.org issue? Or something else?
--047d7b5d86a15b9240052fb65843-- --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---