From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42759) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f1pgn-0001qH-KP for guix-patches@gnu.org; Fri, 30 Mar 2018 04:48:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f1pfj-0000VL-6k for guix-patches@gnu.org; Fri, 30 Mar 2018 04:47:12 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51468) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f1pfh-0000Sn-LG for guix-patches@gnu.org; Fri, 30 Mar 2018 04:46:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f1pfd-0001OV-Jh for guix-patches@gnu.org; Fri, 30 Mar 2018 04:46:01 -0400 Subject: [bug#30982] [PATCH 0/8] Update python-pycairo and dependencies Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180329072251.12561-1-arunisaac@systemreboot.net> Date: Fri, 30 Mar 2018 10:45:12 +0200 In-Reply-To: <20180329072251.12561-1-arunisaac@systemreboot.net> (Arun Isaac's message of "Thu, 29 Mar 2018 12:52:51 +0530") Message-ID: <87fu4iostj.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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: Arun Isaac Cc: 30982@debbugs.gnu.org Hi Arun, Arun Isaac skribis: > I have updated python-pycairo and several of its dependencies. In particu= lar, > 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. Good! > 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-updat= es > 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. I looked at the patches and they LGTM. You=E2=80=99re welcome to test them (even on master, if that=E2=80=99s more= convenient for you), and then push to =E2=80=98core-updates=E2=80=99. Thank you! Ludo=E2=80=99.