Received: from out.migadu.com (out.migadu.com [91.121.223.63]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 25D20782C17 for ; Thu, 16 Jan 2020 14:55:49 +0000 (UTC) Received: (Migadu outbound); Thu, 16 Jan 2020 14:48:17 +0000 Authentication-Results: out.migadu.com; auth=pass (plain) Received: from localhost.localdomain (24-181-218-135.dhcp.hckr.nc.charter.com [24.181.218.135]) by out.migadu.com (Haraka/2.8.16) with ESMTPSA id 9F4C36F8-0304-45B0-87FA-0262AFE0877B.1 envelope-from (authenticated bits=0) (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 verify=FAIL); Thu, 16 Jan 2020 14:48:16 +0000 From: Galen Abell To: alpine-aports@lists.alpinelinux.org Cc: Galen Abell Subject: [PATCH] testing/py3-html2text: upgrade to 2020.1.16 Date: Thu, 16 Jan 2020 09:48:08 -0500 Message-Id: <20200116144808.20473-1-galen@galenabell.com> X-Mailer: git-send-email 2.24.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit DKIM-Signature: v=1;a=rsa-sha256;bh=UfhwlOOpKNpfelUnN2tVn2FdhqRtg9rnRqMj/p5Gd4U=;c=relaxed/simple;d=galenabell.com;h=from:subject:date:to;s=default;b=NWqLmxSmKzgpn0DJACB/4oY/gurEYZ5j3JCdIXPTRLCUNB/9vFiTosVHCD5sXuRh7FazuOD6u2CNrMkfU2XeCXvhIvcC9G+J/sulpXml2LljGvu1KRlzQutLUobPHTwsW+p+RDA9qO96wIrlrGY0fV11nySgeQi33aWe7JBvmNs= --- testing/py3-html2text/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing/py3-html2text/APKBUILD b/testing/py3-html2text/APKBUILD index 5498ac2ac6..46f1b444c6 100644 --- a/testing/py3-html2text/APKBUILD +++ b/testing/py3-html2text/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Galen Abell pkgname="py3-html2text" _pyname="html2text" -pkgver="2019.9.26" +pkgver="2020.1.16" pkgrel=0 pkgdesc="Convert HTML to Markdown-formatted text" url="https://github.com/Alir3z4/html2text" @@ -27,4 +27,4 @@ doc() { package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="79962d8a16e53010040de2c9f6d4c95eda93d5ff2c444f29008318b986d0e01a134813f4cb32f9752d46bd1b9bd88532393b2015af36844a1de929cfb55fb305 html2text-2019.9.26.tar.gz" +sha512sums="95d3f560932a68e5cfe4f7d1f87cb7e4235efe57251813d148c7a19a5202ff3dc3ea5c047884803e10b64e7b7e1e2ef70aec87e5eb5f15ea89aeb542eaa9e053 html2text-2020.1.16.tar.gz" -- 2.24.1