From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39950) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f1Ruo-0004yb-6e for guix-patches@gnu.org; Thu, 29 Mar 2018 03:24:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f1Ruk-0007Lp-Ul for guix-patches@gnu.org; Thu, 29 Mar 2018 03:24:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:49965) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f1Ruk-0007Lh-Rb for guix-patches@gnu.org; Thu, 29 Mar 2018 03:24:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f1Ruk-00081q-Jp for guix-patches@gnu.org; Thu, 29 Mar 2018 03:24:02 -0400 Subject: [bug#30982] [PATCH 0/8] Update python-pycairo and dependencies Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39830) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f1RuK-0004ew-OF for guix-patches@gnu.org; Thu, 29 Mar 2018 03:23:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f1RuH-0007A0-8M for guix-patches@gnu.org; Thu, 29 Mar 2018 03:23:36 -0400 Received: from [2001:19f0:5:274f:351:616f:fec3:2694] (port=38472 helo=vultr.systemreboot.net) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f1RuG-00078c-NN for guix-patches@gnu.org; Thu, 29 Mar 2018 03:23:33 -0400 From: Arun Isaac Date: Thu, 29 Mar 2018 12:52:51 +0530 Message-Id: <20180329072251.12561-1-arunisaac@systemreboot.net> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 30982@debbugs.gnu.org Hi, I have updated python-pycairo and several of its dependencies. In particular, the latest version of python-pytest introduced several new circular dependencies. I created bootstrap versions of several packages with tests disabled to break up the circular dependencies. The April 2 deadline for freezing the current core-updates cycle is close by. Is it possible to accommodate these updates in the current core-updates cycle? Thanks! Arun Isaac (8): gnu: python-attrs: Update to 17.4.0. gnu: python-pyasn1: Update to 0.4.2. gnu: python-pluggy: Update to 0.6.0. gnu: Add python-more-itertools. gnu: python-hypothesis: Update to 3.52.0. gnu: python-py: Update to 1.5.3. gnu: python-pytest: Update to 3.5.0. gnu: python-pycairo: Update to 1.16.3. gnu/local.mk | 1 - gnu/packages/check.scm | 44 +++++++++++++----- gnu/packages/gtk.scm | 53 +++++++-------------- gnu/packages/patches/pycairo-wscript.patch | 31 ------------- gnu/packages/python.scm | 74 ++++++++++++++++++++++++++---- 5 files changed, 112 insertions(+), 91 deletions(-) delete mode 100644 gnu/packages/patches/pycairo-wscript.patch -- 2.15.1