From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id By9RL33ozl8KTAAA0tVLHw (envelope-from ) for ; Tue, 08 Dec 2020 02:44:13 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id iJ7MKn3ozl8lWgAAbx9fmQ (envelope-from ) for ; Tue, 08 Dec 2020 02:44:13 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 3B2919403CA for ; Tue, 8 Dec 2020 02:44:13 +0000 (UTC) Received: from localhost ([::1]:42682 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kmSz6-0008PZ-69 for larch@yhetil.org; Mon, 07 Dec 2020 21:44:12 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:55568) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kmSyw-0008PM-5T for guix-patches@gnu.org; Mon, 07 Dec 2020 21:44:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:44500) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kmSyv-0000e6-Uj for guix-patches@gnu.org; Mon, 07 Dec 2020 21:44:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kmSyv-0003tF-Sq for guix-patches@gnu.org; Mon, 07 Dec 2020 21:44:01 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#45111] [PATCH 0/3] Update python-dnspython and b4 Resent-From: Kyle Meyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 08 Dec 2020 02:44:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 45111 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 45111@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.160739541114906 (code B ref -1); Tue, 08 Dec 2020 02:44:01 +0000 Received: (at submit) by debbugs.gnu.org; 8 Dec 2020 02:43:31 +0000 Received: from localhost ([127.0.0.1]:56046 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kmSyR-0003sM-2W for submit@debbugs.gnu.org; Mon, 07 Dec 2020 21:43:31 -0500 Received: from lists.gnu.org ([209.51.188.17]:36674) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kmSyO-0003sD-6G for submit@debbugs.gnu.org; Mon, 07 Dec 2020 21:43:30 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:55448) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kmSyN-0008I6-8D for guix-patches@gnu.org; Mon, 07 Dec 2020 21:43:27 -0500 Received: from out1.migadu.com ([91.121.223.63]:4510) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kmSyH-0000QM-26 for guix-patches@gnu.org; Mon, 07 Dec 2020 21:43:27 -0500 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1607395444; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=6USR7SqfYXgxwClOrQlQNwvaPvTaNeYG4V4WeZXOTKo=; b=cK4Bhh/t9hQVrVeACgKyq1qGsZTjVxclu9TICCfAo0jfRbX7RWBQlG94XfCpiLMd3QhHJg qEE/uekhqqVwAoKQn48GWuQAa9XHykJPDorT0DPUpEZ5DE2/Ccj+o3zue3zs6sGRQ5eT3T bIdB9RHKOEwzJIDWBhkHIfDr4801CEZAhSUKAwMfpR0mFMGGQ9DCcDGGDgM9Ggnfhm28/a B4N44UsnAO/614NJhgy+9/X3ql0Y3Sc21rPZtKVVQfHvzuCdtkMFgqW/87MuzQInMn5zBw L+HF7hojpSWHGpjmkCFDZv1OAJQAto2JXrYa5e8exdaH0jg0P/lRNtCPw7pWdw== From: Kyle Meyer Message-Id: <20201208024309.21231-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Auth-User: kyle@kyleam.com Date: Tue, 08 Dec 2020 02:44:03 GMT Received-SPF: pass client-ip=91.121.223.63; envelope-from=kyle@kyleam.com; helo=out1.migadu.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: 3.70 Authentication-Results: aspmx1.migadu.com; dkim=fail (headers rsa verify failed) header.d=kyleam.com header.s=key1 header.b=cK4Bhh/t; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 3B2919403CA X-Spam-Score: 3.70 X-Migadu-Scanner: ns3122888.ip-94-23-21.eu X-TUID: EjyYajOLPHfh The recent release of b4 adds a couple of dependencies, including the latest version (2.0.0) of python-dnspython. This series updates python-dnspython from 1.16.0 to 2.0.0, keeping a definition for the older version around for three packages that don't support the new version. (This includes two packages that had python2-dnspython as input, as dnspython 2.0.0 dropped support for Python 2). [1/3] gnu: python-dnspython: Fix indentation. [2/3] gnu: python-dnspython: Update to 2.0.0. [3/3] gnu: b4: Update to 0.6.1. gnu/packages/ebook.scm | 2 +- gnu/packages/finance.scm | 2 +- gnu/packages/python-xyz.scm | 51 ++++++++++++++++++++------------ gnu/packages/version-control.scm | 28 +++++------------- gnu/packages/web.scm | 2 +- 5 files changed, 43 insertions(+), 42 deletions(-) base-commit: 608113c083312d31d74a7a395c8537dc32484c3d -- 2.29.2.576.ga3fc446d84