Received: from out.migadu.com (out.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id CCC59782ECB for ; Sat, 25 Jan 2020 16:44:27 +0000 (UTC) Received: (Migadu outbound); Sat, 25 Jan 2020 16:44:26 +0000 Authentication-Results: out.migadu.com; auth=pass (plain) Received: from loki.galenabell.com ([24.181.218.135]) by out.migadu.com (Haraka/2.8.16) with ESMTPSA id 5B2DA3B8-54D5-4A57-9F8B-8B7BDC8FCAAE.1 envelope-from (authenticated bits=0) (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 verify=FAIL); Sat, 25 Jan 2020 16:44:26 +0000 From: Galen Abell To: alpine-aports@lists.alpinelinux.org Cc: Galen Abell Subject: [PATCH] testing/py3-pynvim: upgrade to 0.4.1 Date: Sat, 25 Jan 2020 11:44:20 -0500 Message-Id: <20200125164421.24006-1-galen@galenabell.com> X-Mailer: git-send-email 2.25.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit DKIM-Signature: v=1;a=rsa-sha256;bh=oDLtubx6E9iz6jlRG54FkinIw/qsvN0lZczazPsO0Is=;c=relaxed/simple;d=galenabell.com;h=from:subject:date:to;s=default;b=g3q5oVLaJ9sWYwZD6/2Z0cYd5zA7aY/BINEunyDup+qSmz7UFTm3dGhllnasI3hta1uX/DK3Ji6ShMaNDUwbt7SxEyJ+KEkIUW+VOwb9wyvqowBLIfSMlWUTFEyJsCjp5cqTa2ZtHTYmJPik/jKAKay4RUXLjX5z52jY3PwPEGg= --- testing/py3-pynvim/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/py3-pynvim/APKBUILD b/testing/py3-pynvim/APKBUILD index 70c93c015b..e1d4b59981 100644 --- a/testing/py3-pynvim/APKBUILD +++ b/testing/py3-pynvim/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Galen Abell pkgname="py3-pynvim" _pyname="pynvim" -pkgver="0.4.0" +pkgver="0.4.1" pkgrel=1 pkgdesc="python client and plugin host for Nvim" options="!check" # Tests fail on the builders @@ -26,4 +26,4 @@ check() { package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="4b3b0e295181cf8886850477d01daba1cba8ac456aedadc5b3881b0b4910724450c4e7774282f6edf3e322792b697ae8e925f40b2a0b181a95eee48aef42a97a pynvim-0.4.0.tar.gz" +sha512sums="78cb343ad02603a0d1c8f56079b46a9d341d8808a19112e758e5299994fe12a433cd61a4dbbaf0d5ffe00c676bcff844a53e910093efb862ad48cc4b4326f7de pynvim-0.4.1.tar.gz" -- 2.25.0