From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2C8ABC43460 for ; Mon, 3 May 2021 15:48:50 +0000 (UTC) Received: by mail.kernel.org (Postfix) id D99FA611AB; Mon, 3 May 2021 15:48:49 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 8C3AF600CC for ; Mon, 3 May 2021 15:48:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1620056929; bh=PzpgcLzPnTrDyKB2JFHs7dwxnBpBa8Z4H2twqJrh02w=; h=From:List-Id:To:Subject:Date:From; b=pakURm0t5pbBGkuBXGvxz/KU+t30OnGVj3EX7IsRWhEg5ecX7OBAweQ5p6AYgljpk OxAPlagQXr3fJ8pZAxVail6rmy4CZoliBN5BBPPD5K1Q4sKfVzLkPwmeuJlzKSpoLM Wat42iGqH0s+FXXZ6BMwGwV60w99sToi/iGlfY+Q= From: Konstantin Ryabitsev List-Id: To: signatures@kernel.org Subject: [PATCH 0/3] Another test, with ed25519-sha256 Date: Mon, 3 May 2021 11:48:45 -0400 Message-Id: <20210503154848.28770-1-konstantin@linuxfoundation.org> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Developer-Signature: v=1; a=ed25519-sha256; t=1620056902; h=from:subject; l=509; bh=PzpgcLzPnTrDyKB2JFHs7dwxnBpBa8Z4H2twqJrh02w=; b=TnUz4U/C0bq9pQt9MLenzSF+F0JLXumgFXUcghnJiuRFZe3+MRUXD4hlLgIaxmuhkiKtlOA+ZgKW fmuIZQELDUT28G7zW2Jm4JJ4aDAXDN86zJ1ZTDLW2ePbitmq1VZG Content-Transfer-Encoding: 8bit This series is signed with an ed25519 key. Konstantin Ryabitsev (2): Add -f to "b4 mbox" to filter dupes Save to/cc headers as-is for tracking Kyle Meyer (1): Loosen compatible release identifiers for install_requires b4/__init__.py | 11 ++++++++--- b4/command.py | 2 ++ b4/mbox.py | 15 +++++++++++---- b4/pr.py | 4 ++-- man/b4.5 | 5 ++++- man/b4.5.rst | 1 + setup.py | 6 +++--- 7 files changed, 31 insertions(+), 13 deletions(-) -- 2.31.1