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 37C891382C5 for ; Wed, 28 Mar 2018 07:52:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58621E0855; Wed, 28 Mar 2018 07:52:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 33C86E0855 for ; Wed, 28 Mar 2018 07:52:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C7D80335C9A for ; Wed, 28 Mar 2018 07:52:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D127B264 for ; Wed, 28 Mar 2018 07:52:11 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1522222704.9459ce0ff459ac262cc8b494c57c4b8299cfe4f3.zmedico@gentoo> Subject: [gentoo-commits] proj/portage:master commit in: repoman/ X-VCS-Repository: proj/portage X-VCS-Files: repoman/RELEASE-NOTES repoman/setup.py X-VCS-Directories: repoman/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 9459ce0ff459ac262cc8b494c57c4b8299cfe4f3 X-VCS-Branch: master Date: Wed, 28 Mar 2018 07:52:11 +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: 7e935891-199e-47d8-a4ac-592713ddfa5c X-Archives-Hash: b3036aa402d32df4dceb4bd6c0c5b281 commit: 9459ce0ff459ac262cc8b494c57c4b8299cfe4f3 Author: Zac Medico gentoo org> AuthorDate: Wed Mar 28 07:38:24 2018 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Mar 28 07:38:24 2018 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=9459ce0f repoman: Update for a repoman-2.3.7 release repoman/RELEASE-NOTES | 6 ++++++ repoman/setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/repoman/RELEASE-NOTES b/repoman/RELEASE-NOTES index 2e1464826..42e66969e 100644 --- a/repoman/RELEASE-NOTES +++ b/repoman/RELEASE-NOTES @@ -1,6 +1,12 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS +repoman-2.3.7 +================================== +* Bug Fixes: + - Bug 552720 allow https for metadata.dtd URI + + repoman-2.3.6 ================================== * Bug Fixes: diff --git a/repoman/setup.py b/repoman/setup.py index c22a5c305..aaf10cdb5 100755 --- a/repoman/setup.py +++ b/repoman/setup.py @@ -467,7 +467,7 @@ def get_manpages(): setup( name = 'repoman', - version = '2.3.6', + version = '2.3.7', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org',