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 2E3AF138351 for ; Sun, 15 Mar 2020 02:09:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69737E0AF8; Sun, 15 Mar 2020 02:09:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 2C8C6E0AF8 for ; Sun, 15 Mar 2020 02:09:28 +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 4A4D534F024 for ; Sun, 15 Mar 2020 02:09:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77A91175 for ; Sun, 15 Mar 2020 02:09:25 +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: <1584237536.8494160c57cbe38a2f2f7b3aa5b72eb4a122fdff.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: 8494160c57cbe38a2f2f7b3aa5b72eb4a122fdff X-VCS-Branch: master Date: Sun, 15 Mar 2020 02:09:25 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c4701a21-84b0-47de-8098-e2e2d825f3c9 X-Archives-Hash: 657cacb2649870c6e460bc3cbeb0b599 commit: 8494160c57cbe38a2f2f7b3aa5b72eb4a122fdff Author: Zac Medico gentoo org> AuthorDate: Sun Mar 15 01:58:43 2020 +0000 Commit: Zac Medico gentoo org> CommitDate: Sun Mar 15 01:58:56 2020 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=8494160c repoman: Update for a repoman-2.3.21 release Signed-off-by: Zac Medico gentoo.org> 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 849cf6a42..486c4f46c 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.21 +================================== +* Bug Fixes: + - Bug 712106 prevent spurious copyright header updates + + repoman-2.3.20 ================================== * Bug Fixes: diff --git a/repoman/setup.py b/repoman/setup.py index d8cf68a99..c3059003f 100755 --- a/repoman/setup.py +++ b/repoman/setup.py @@ -450,7 +450,7 @@ def get_manpages(): setup( name = 'repoman', - version = '2.3.20', + version = '2.3.21', url = 'https://wiki.gentoo.org/wiki/Project:Portage', author = 'Gentoo Portage Development Team', author_email = 'dev-portage@gentoo.org',