Received: from mail-qk1-f196.google.com (mail-qk1-f196.google.com [209.85.222.196]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 3BB4F782CFE for <~alpine/aports@lists.alpinelinux.org>; Mon, 1 Jun 2020 20:26:33 +0000 (UTC) Received: by mail-qk1-f196.google.com with SMTP id c185so10408647qke.7 for <~alpine/aports@lists.alpinelinux.org>; Mon, 01 Jun 2020 13:26:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=LFtoBVV8kXsXfStBJORK0sCLGDYBCeE3M3zqPzyGCi8=; b=qGy+tdde5KKe8MY3rE6LXFeLRoa3HhIlDS1qIUY9VbISIOV+MdgrkeYK9gdmJ4ECfy dLfcftSGqdOlnwjg+0eFugC7cxB5FbOYZ/GMu3riQq4Bt3DMEaMdk5/WW+fcQe+Aj/zT 8mWddqTbk4Ab1/ZwkyyQ/y8ImX34UIAC9fJmsgG+AF1lKNkgSDow+TDDwVXGjjJWw/vc xPXdekgX0CmNPQtbQrZ7Z+7wxNpb8sHD36WM7lJtOjEkdfrDCUMVpP3hlrkkSalL+5kd V8k2Rs7fYhjomTSjAyoZ1jsWMXEEnUj/Thr/lEg/9qeA9UIHzu3MD8xEOh9yMxQJ/I8W oWhw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=LFtoBVV8kXsXfStBJORK0sCLGDYBCeE3M3zqPzyGCi8=; b=Nb/4vRUHU45XLymOpMtnlVSUkFCFxgEFwoGrRgmsDZnNMuZGMBJMvZNAJ/O6CzUGbG Nfefonr/Yr9m8atiXEwm/us3FbHgi6a8GJnPUH70wXk0MzbZ1kSN3WBu1GZ7uKz0BET/ tCf9c8w7T/5iL3CvwOupeYnKTv93xrSI0WSEVRtgMxQrQ9YlbcI2wumFu/s30DsXreAL CEhuv7GhXDI7TIrAZqSlBrQK6s22SXODaxSS5XvwgTYyCL6RzHo4rpUSG7JEiy23oi2F BHrUQfbj8PJf3ULb0eCAHohplCSlyIgGgA0R8fSlewdy3QzNLZ57x4XjxpJ0NIxpXX6p NQvg== X-Gm-Message-State: AOAM531P6QyJv1Ngn9bN42O2HAQN9Lb/AK5vrRXt4iZNHIh1uiaYL+Cq NXWboncOu+2nL/rYNWcjU6wqRlp0 X-Google-Smtp-Source: ABdhPJymPyXeAl4cC1/z7PF4SltOqsAb4UlG8WGEJrf8eU4d+4wyBOGIRHdDvVosyJWsd50YNdq5vw== X-Received: by 2002:a37:414f:: with SMTP id o76mr20926057qka.375.1591043191873; Mon, 01 Jun 2020 13:26:31 -0700 (PDT) Received: from enterprise ([2804:431:cfcc:5935:8181:c728:64ce:b957]) by smtp.gmail.com with ESMTPSA id 130sm284025qko.113.2020.06.01.13.26.31 for <~alpine/aports@lists.alpinelinux.org> (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 01 Jun 2020 13:26:31 -0700 (PDT) Date: Mon, 1 Jun 2020 17:26:25 -0300 From: Leo To: ~alpine/aports@lists.alpinelinux.org Subject: Re: [PATCH] community/py3-pygit2: update dependencies Message-ID: <20200601172625.5055e9d0@enterprise> In-Reply-To: <20200601202310.26963-1-sir@cmpwn.com> References: <20200601202310.26963-1-sir@cmpwn.com> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-alpine-linux-musl) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Mon, 1 Jun 2020 14:23:10 -0600 Drew DeVault wrote: > six is no longer required; and a new dependency is necessary. > --- > community/py3-pygit2/APKBUILD | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/community/py3-pygit2/APKBUILD > b/community/py3-pygit2/APKBUILD index 95edde892b..9f18bd1fb5 100644 > --- a/community/py3-pygit2/APKBUILD > +++ b/community/py3-pygit2/APKBUILD > @@ -4,12 +4,12 @@ > pkgname=py3-pygit2 > _pkgname=pygit2 > pkgver=1.2.1 > -pkgrel=0 > +pkgrel=1 > pkgdesc="Python bindings for libgit2" > url="https://github.com/libgit2/pygit2" > arch="all" > license="GPL-2.0 WITH GCC-exception-2.0" > -depends="py3-cffi py3-six" > +depends="py3-cffi py3-cached-property" > makedepends="python3-dev py3-setuptools libgit2-dev" > checkdepends="py3-pytest py3-hypothesis py3-cached-property" > source="https://pypi.io/packages/source/p/$_pkgname/$_pkgname-$pkgver.tar.gz Hello Opened Merge Requests to test CI, for both master and 3.12-stable. Will merge once they pass. Regards Leo