From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 83982139695 for ; Fri, 9 Jun 2017 18:19:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 811E221C07D; Fri, 9 Jun 2017 18:19:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 47AD021C054 for ; Fri, 9 Jun 2017 18:19:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 974BB3418C8 for ; Fri, 9 Jun 2017 18:19:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05A55747B for ; Fri, 9 Jun 2017 18:19:00 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1497032325.e1dc42245d39d635175f5ae42c234eed7f4a21a9.dolsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hpack/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/hpack/Manifest dev-python/hpack/hpack-2.3.0-r1.ebuild dev-python/hpack/hpack-3.0.0.ebuild X-VCS-Directories: dev-python/hpack/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: e1dc42245d39d635175f5ae42c234eed7f4a21a9 X-VCS-Branch: master Date: Fri, 9 Jun 2017 18:19:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fc282ce3-8326-4eb5-ad1e-ba5870fa95af X-Archives-Hash: c35be342ab22f77855aae9c2eb45ae55 commit: e1dc42245d39d635175f5ae42c234eed7f4a21a9 Author: Brian Dolbec gentoo org> AuthorDate: Fri Jun 9 16:45:32 2017 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Fri Jun 9 18:18:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1dc4224 dev-python/hpack: Version bump Update HOMEPAGE Package-Manager: Portage-2.3.6_p2, Repoman-2.3.2_p70 dev-python/hpack/Manifest | 1 + dev-python/hpack/hpack-2.3.0-r1.ebuild | 2 +- dev-python/hpack/{hpack-2.3.0-r1.ebuild => hpack-3.0.0.ebuild} | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-python/hpack/Manifest b/dev-python/hpack/Manifest index a74bd98c2af..21c7ef9c83f 100644 --- a/dev-python/hpack/Manifest +++ b/dev-python/hpack/Manifest @@ -1 +1,2 @@ DIST hpack-2.3.0.tar.gz 41610 SHA256 51bd9aa8151efd190d70fe87991b1e3b79be0f93f0e34088fba2a8d34877a0a9 SHA512 a3d13da105482bb258ee3a2314b2629215028777f84127f71359f08819c96af088a3952bb0a74435472035d10ee6e3943cdad689a28f04cbc12cddcc4af9a8a7 WHIRLPOOL 8f47b6c2a78f915b009c35ecefa517486c27eb45f0b99834718152e14f9e934c23d52981c87b0c39af28fb9cb58d94e5eda07db2e999c37900b76b7aefd64b08 +DIST hpack-3.0.0.tar.gz 5305971 SHA256 0f8f5f92cfa59f91804eabb237d4b18895f3e200e282c41cedf6cd11a4416daa SHA512 7b9cf5e643dff2a6454bfe419b797c8ed1a0fe6ec3b725d2696da5a820ab96fe87a64e600b1831c7024bd82616b155a0aa058301acb32172155b6538ba0a73c6 WHIRLPOOL 3252253a9f489d5bf4bc8ef243f576c99f5fa9a49d2767ca1e7f59ba15da1e00de3b083e6e64f69bb8c3c32bf27b177aaaad94b3cf1aba1c726d473d7b062403 diff --git a/dev-python/hpack/hpack-2.3.0-r1.ebuild b/dev-python/hpack/hpack-2.3.0-r1.ebuild index c668992919b..d4a79cf5156 100644 --- a/dev-python/hpack/hpack-2.3.0-r1.ebuild +++ b/dev-python/hpack/hpack-2.3.0-r1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy) inherit distutils-r1 DESCRIPTION="Pure-Python HPACK header compression" -HOMEPAGE="http://python-hyper.org/hpack https://pypi.python.org/pypi/hpack" +HOMEPAGE="https://python-hyper.org/hpack/en/latest/ https://pypi.python.org/pypi/hpack" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/hpack/hpack-2.3.0-r1.ebuild b/dev-python/hpack/hpack-3.0.0.ebuild similarity index 83% copy from dev-python/hpack/hpack-2.3.0-r1.ebuild copy to dev-python/hpack/hpack-3.0.0.ebuild index c668992919b..67d5b0266c6 100644 --- a/dev-python/hpack/hpack-2.3.0-r1.ebuild +++ b/dev-python/hpack/hpack-3.0.0.ebuild @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy) inherit distutils-r1 DESCRIPTION="Pure-Python HPACK header compression" -HOMEPAGE="http://python-hyper.org/hpack https://pypi.python.org/pypi/hpack" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" +HOMEPAGE="https://python-hyper.org/hpack/en/latest/ https://pypi.python.org/pypi/hpack" +SRC_URI="https://github.com/python-hyper/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0"