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 4DAD6139694 for ; Wed, 1 Mar 2017 22:45:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9831021C039; Wed, 1 Mar 2017 22:45:17 +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 7036F21C039 for ; Wed, 1 Mar 2017 22:45:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7EDF83416D0 for ; Wed, 1 Mar 2017 22:45:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25D175907 for ; Wed, 1 Mar 2017 22:45:15 +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: <1488407957.6d7651b429956d91ee26b251cb7cbd983e4afd20.dolsen@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: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 6d7651b429956d91ee26b251cb7cbd983e4afd20 X-VCS-Branch: master Date: Wed, 1 Mar 2017 22:45:15 +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: 44eff726-c387-44ac-b2be-384586894933 X-Archives-Hash: 6c8b176e3238087b1662832ef57fa0ac commit: 6d7651b429956d91ee26b251cb7cbd983e4afd20 Author: Brian Dolbec gentoo org> AuthorDate: Wed Mar 1 22:38:35 2017 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Wed Mar 1 22:39:17 2017 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=6d7651b4 repoman: Updates for a release repoman/RELEASE-NOTES | 18 ++++++++++++++++++ repoman/setup.py | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/repoman/RELEASE-NOTES b/repoman/RELEASE-NOTES index c02e17fac..96d7b2288 100644 --- a/repoman/RELEASE-NOTES +++ b/repoman/RELEASE-NOTES @@ -1,6 +1,24 @@ Release Notes; upgrade information mainly. Features/major bugfixes are listed in NEWS +repoman-2.3.2 +================================== +* Bug Fixes: + - Bug 544938 add dev-qt/linguist-tools to RDEPEND.suspect set + - Bug 602002 make unused local USE flags an error + - Bug 533554 add HOMEPAGE.missingurischeme check + - Bug 610414 use regular expression to detect line continuations + - Bug 610954 Warn about stale CVS keywords in ebuild header + - Bug 611296 Don't update years in non-Gentoo copyright lines +* Add virtual/linuxtv-dvb-headers to RDEPEND.suspect set +* Add virtual/os-headers to RDEPEND.suspect set +* Add gentoo to remote-id type +* Define long for python3 Fixes: 006b168c1bb6 +* Commit footer improvements +* Check for empty files in filesdir +* Deprecate gpe.eclass, confutils.eclass + + repoman-2.3.1 ================================== * Bug Fixes: diff --git a/repoman/setup.py b/repoman/setup.py index 1c148c634..aaf76eab1 100755 --- a/repoman/setup.py +++ b/repoman/setup.py @@ -447,7 +447,7 @@ def get_manpages(): setup( name = 'repoman', - version = '2.3.1', + version = '2.3.2', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org',