~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
3 2

[PATCH] community/py3-pygit2: update dependencies

Details
Message ID
<20200601202310.26963-1-sir@cmpwn.com>
DKIM signature
missing
Download raw message
Patch: +2 -2
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
-- 
2.26.2
Details
Message ID
<C361OPOOJ9PB.7TV9BI3FHMN1@cirno>
In-Reply-To
<20200601202310.26963-1-sir@cmpwn.com> (view parent)
DKIM signature
missing
Download raw message
Be advised, this patch should be backported to Alpine 3.12.
Details
Message ID
<20200601172625.5055e9d0@enterprise>
In-Reply-To
<20200601202310.26963-1-sir@cmpwn.com> (view parent)
DKIM signature
missing
Download raw message
On Mon,  1 Jun 2020 14:23:10 -0600
Drew DeVault <sir@cmpwn.com> 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
Details
Message ID
<20200601172954.2d03ca82@enterprise>
In-Reply-To
<C361OPOOJ9PB.7TV9BI3FHMN1@cirno> (view parent)
DKIM signature
missing
Download raw message
On Mon, 01 Jun 2020 14:23:58 -0600
"Drew DeVault" <sir@cmpwn.com> wrote:

> Be advised, this patch should be backported to Alpine 3.12.

This has been applied to master and 3.12-stable
Reply to thread Export thread (mbox)