From unknown Wed Aug 20 00:02:26 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#30982] [PATCH 0/8] Update python-pycairo and dependencies Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 29 Mar 2018 07:24:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 30982 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 30982@debbugs.gnu.org Cc: Arun Isaac , mbakke@fastmail.com X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.152230822730840 (code B ref -1); Thu, 29 Mar 2018 07:24:02 +0000 Received: (at submit) by debbugs.gnu.org; 29 Mar 2018 07:23:47 +0000 Received: from localhost ([127.0.0.1]:57862 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f1RuV-00081L-9E for submit@debbugs.gnu.org; Thu, 29 Mar 2018 03:23:47 -0400 Received: from eggs.gnu.org ([208.118.235.92]:48869) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f1RuS-000818-1m for submit@debbugs.gnu.org; Thu, 29 Mar 2018 03:23:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f1RuM-0007C2-5R for submit@debbugs.gnu.org; Thu, 29 Mar 2018 03:23:38 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:38471) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f1RuM-0007Bs-1m for submit@debbugs.gnu.org; Thu, 29 Mar 2018 03:23:38 -0400 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 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Message-Id:Date:Subject:Cc:To:From:Sender: Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=tBTNdpxcKwAQNQZdfoPdU0PCanL2hsnM5f0VBebkc1k=; b=TBrOTqw3+Lu4GN9evZJAKCMQHw E0RdypFtdHQjqYfLBfEx1h/KpF+h134Wum8TJQ6IjA5fE/WCqxPd42BvstKBFTQBopA8ipPOZXG7t DmNHXUFUcVwiMJO+1knLu1wVmeSsARDqUqMzNu8swnqoQU8LPCwATjUAQVvl7z8H0HZY=; Received: from [117.192.121.10] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.90_1) (envelope-from ) id 1f1Ru9-00042s-Ck; Thu, 29 Mar 2018 12:53:25 +0530 From: Arun Isaac Date: Thu, 29 Mar 2018 12:52:51 +0530 Message-Id: <20180329072251.12561-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.15.1 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.1 (----) 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 From unknown Wed Aug 20 00:02:26 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#30982] [PATCH 7/8] gnu: python-pytest: Update to 3.5.0. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 29 Mar 2018 07:29:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 30982 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 30982@debbugs.gnu.org Cc: Arun Isaac Received: via spool by 30982-submit@debbugs.gnu.org id=B30982.152230852931290 (code B ref 30982); Thu, 29 Mar 2018 07:29:02 +0000 Received: (at 30982) by debbugs.gnu.org; 29 Mar 2018 07:28:49 +0000 Received: from localhost ([127.0.0.1]:57868 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f1RzM-00088c-Rx for submit@debbugs.gnu.org; Thu, 29 Mar 2018 03:28:49 -0400 Received: from vultr.systemreboot.net ([45.77.148.100]:41596) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f1RzK-00088M-Qw for 30982@debbugs.gnu.org; Thu, 29 Mar 2018 03:28:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=References:In-Reply-To:Message-Id:Date: Subject:Cc:To:From:Sender:Reply-To:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=FwPtfuB4WfCH+i6BNorHZVhbvRYcJa6YbycBzWxc1ac=; b=HYVjlPpNxQgs800WtDTklP78J iZkXCKP4dhivYsNknSSWwZIPH9b0kNIqA2CpN0Il8XUzpwzDF42tqt37vshm94E1CZrt1AGIqlSMi 04PD1/bviZUDUKnJeE/WGyfz5l7s/bap+SdquwaVkEWDv5h15tu5fnMKn3PeJhOR6QQ+s=; Received: from [117.192.121.10] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.90_1) (envelope-from ) id 1f1RzD-0004n7-GK; Thu, 29 Mar 2018 12:58:39 +0530 From: Arun Isaac Date: Thu, 29 Mar 2018 12:58:15 +0530 Message-Id: <20180329072816.3911-7-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20180329072816.3911-1-arunisaac@systemreboot.net> References: <20180329072816.3911-1-arunisaac@systemreboot.net> X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) * gnu/packages/python.scm (python-six): Replace system* with invoke. (python-six-bootstrap, python2-six-bootstrap, python2-funcsigs-bootstrap): New variables. (python-more-itertools)[propagated-inputs]: Replace python-six with python-six-bootstrap. * gnu/packages/check.scm (python-pytest): Update to 3.5.0. [propagated-inputs]: Add python-attrs-bootstrap, python-more-itertools-bootstrap, python-pluggy and python-six-bootstrap. [properties]: Add python2-variant. (python2-pytest)[propagated-inputs]: Add python2-funcsigs. (python-pytest-bootstrap)[properties]: Add python2-variant. (python2-pytest-bootstrap)[propagated-inputs]: Add python2-funcsigs-bootstrap. --- gnu/packages/check.scm | 33 +++++++++++++++++++++++++-------- gnu/packages/python.scm | 21 ++++++++++++++++++++- 2 files changed, 45 insertions(+), 9 deletions(-) diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index e99d44a56..c214f8bf8 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -597,14 +597,14 @@ standard library.") (define-public python-pytest (package (name "python-pytest") - (version "3.2.3") + (version "3.5.0") (source (origin (method url-fetch) (uri (pypi-uri "pytest" version)) (sha256 (base32 - "0g6w86ks73fnrnsyib9ii2rbyx830vn7aglsjqz9v1n2xwbndyi7")))) + "1q832zd07zak2lyxbycxjydh0jp7y3hvawjqzlvra6aghz8r3r7s")))) (build-system python-build-system) (arguments `(#:phases @@ -622,7 +622,11 @@ standard library.") line))) #t))))) (propagated-inputs - `(("python-py" ,python-py))) + `(("python-attrs" ,python-attrs-bootstrap) + ("python-more-itertools" ,python-more-itertools) + ("python-pluggy" ,python-pluggy) + ("python-py" ,python-py) + ("python-six" ,python-six-bootstrap))) (native-inputs `(;; Tests need the "regular" bash since 'bash-final' lacks `compgen`. ("bash" ,bash) @@ -636,20 +640,33 @@ standard library.") "Pytest is a testing tool that provides auto-discovery of test modules and functions, detailed info on failing assert statements, modular fixtures, and many external plugins.") - (license license:expat))) + (license license:expat) + (properties `((python2-variant . ,(delay python2-pytest)))))) (define-public python2-pytest - (package-with-python2 python-pytest)) + (let ((pytest (package-with-python2 + (strip-python2-variant python-pytest)))) + (package + (inherit pytest) + (propagated-inputs + `(("python2-funcsigs" ,python2-funcsigs) + ,@(package-propagated-inputs pytest)))))) (define-public python-pytest-bootstrap (package - (inherit python-pytest) + (inherit (strip-python2-variant python-pytest)) (name "python-pytest-bootstrap") (native-inputs `(("python-setuptools-scm" ,python-setuptools-scm))) - (arguments `(#:tests? #f)))) + (arguments `(#:tests? #f)) + (properties `((python2-variant . ,(delay python2-pytest-bootstrap)))))) (define-public python2-pytest-bootstrap - (package-with-python2 python-pytest-bootstrap)) + (let ((pytest (package-with-python2 + (strip-python2-variant python-pytest-bootstrap)))) + (package (inherit pytest) + (propagated-inputs + `(("python2-funcsigs" ,python2-funcsigs-bootstrap) + ,@(package-propagated-inputs pytest)))))) (define-public python-pytest-cov (package diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 0548fe722..0078cc104 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -1111,6 +1111,16 @@ Python file, so it can be easily copied into your project.") (define-public python2-six (package-with-python2 python-six)) +(define-public python-six-bootstrap + (package + (inherit python-six) + (name "python-six-bootstrap") + (native-inputs `()) + (arguments `(#:tests? #f)))) + +(define-public python2-six-bootstrap + (package-with-python2 python-six-bootstrap)) + (define-public python-schedule (package (name "python-schedule") @@ -1667,6 +1677,15 @@ matching them against a list of media-ranges.") "Backport of @code{funcsigs} which was introduced in Python 3.3.") (license license:asl2.0))) +(define-public python2-funcsigs-bootstrap + (package + (inherit python2-funcsigs) + (name "python2-funcsigs-bootstrap") + (native-inputs `()) + (arguments + `(#:tests? #f + ,@(package-arguments python2-funcsigs))))) + (define-public python-pafy (package (name "python-pafy") @@ -13134,7 +13153,7 @@ file system events on Linux.") "0i3ch700g5fyjp692gprlnzbysl8w0sa2vijbp3s40drvk67xkn9")))) (build-system python-build-system) (propagated-inputs - `(("python-six" ,python-six))) + `(("python-six" ,python-six-bootstrap))) (home-page "https://github.com/erikrose/more-itertools") (synopsis "More routines for operating on iterables, beyond itertools") (description "Python's built-in @code{itertools} module implements a -- 2.15.1 From unknown Wed Aug 20 00:02:26 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#30982] [PATCH 8/8] gnu: python-pycairo: Update to 1.16.3. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 29 Mar 2018 07:29:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 30982 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 30982@debbugs.gnu.org Cc: Arun Isaac Received: via spool by 30982-submit@debbugs.gnu.org id=B30982.152230853231319 (code B ref 30982); Thu, 29 Mar 2018 07:29:03 +0000 Received: (at 30982) by debbugs.gnu.org; 29 Mar 2018 07:28:52 +0000 Received: from localhost ([127.0.0.1]:57872 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f1RzQ-000895-6M for submit@debbugs.gnu.org; Thu, 29 Mar 2018 03:28:52 -0400 Received: from vultr.systemreboot.net ([45.77.148.100]:41594) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f1RzK-00088L-R4 for 30982@debbugs.gnu.org; Thu, 29 Mar 2018 03:28:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=References:In-Reply-To:Message-Id:Date: Subject:Cc:To:From:Sender:Reply-To:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=XnKXlmqFIGWDd20pwvHm5ibI1QoKcjcnUqRL9PiJUDk=; b=Fb56B5EPGZVmVJLNLswKi9KO9 NEo7VdPYKrNh/8I1D6gZUNjb7kvOM4lgU2thkoBl/5EZSMNpSGeyRZ55CrPJjIGh0yUzF6cc03HGI qaCVQntEwD+CJkaEqsIJVFrSlwlxkehPWSJKZdS+YfIqf77+pZEU4I50zZCXUgLx8s4hQ=; Received: from [117.192.121.10] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.90_1) (envelope-from ) id 1f1RzD-0004n7-LH; Thu, 29 Mar 2018 12:58:39 +0530 From: Arun Isaac Date: Thu, 29 Mar 2018 12:58:16 +0530 Message-Id: <20180329072816.3911-8-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20180329072816.3911-1-arunisaac@systemreboot.net> References: <20180329072816.3911-1-arunisaac@systemreboot.net> X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) * gnu/packages/gtk.scm (python-pycairo): Update to 1.16.3. [source]: Remove patch. [build-system]: Switch to python-build-system. [native-inputs]: Remove python-waf. [home-page]: Use HTTPS URI. * gnu/packages/patches/pycairo-wscript.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Unregister it. --- gnu/local.mk | 1 - gnu/packages/gtk.scm | 53 +++++++++--------------------- gnu/packages/patches/pycairo-wscript.patch | 31 ----------------- 3 files changed, 16 insertions(+), 69 deletions(-) delete mode 100644 gnu/packages/patches/pycairo-wscript.patch diff --git a/gnu/local.mk b/gnu/local.mk index 786e5a695..f0519ee89 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1006,7 +1006,6 @@ dist_patch_DATA = \ %D%/packages/patches/pulseaudio-glibc-2.27.patch \ %D%/packages/patches/pulseaudio-fix-mult-test.patch \ %D%/packages/patches/pulseaudio-longer-test-timeout.patch \ - %D%/packages/patches/pycairo-wscript.patch \ %D%/packages/patches/pybugz-encode-error.patch \ %D%/packages/patches/pybugz-stty.patch \ %D%/packages/patches/pygpgme-disable-problematic-tests.patch \ diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index 2fc667b80..191fa698d 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -1166,32 +1166,22 @@ printing and other features typical of a source code editor.") (define-public python-pycairo (package (name "python-pycairo") - (version "1.10.0") + (version "1.16.3") (source (origin (method url-fetch) - (uri (string-append "http://cairographics.org/releases/pycairo-" - version ".tar.bz2")) + (uri (string-append "https://github.com/pygobject/pycairo/releases/download/v" + version "/pycairo-" version ".tar.gz")) (sha256 (base32 - "1gjkf8x6hyx1skq3hhwcbvwifxvrf9qxis5vx8x5igmmgs70g94s")) - (patches (search-patches "pycairo-wscript.patch")))) - (build-system waf-build-system) + "1xq1bwhyi5imca5kvd28szh2rdzi8g0kaspwaqgsbczqskjj3csv")))) + (build-system python-build-system) (native-inputs `(("pkg-config" ,pkg-config) - ("python-waf" ,python-waf))) + ("python-pytest" ,python-pytest))) (propagated-inputs ;pycairo.pc references cairo `(("cairo" ,cairo))) - (arguments - `(#:tests? #f - #:phases - (modify-phases %standard-phases - (add-before - 'configure 'patch-waf - (lambda* (#:key inputs #:allow-other-keys) - ;; The bundled `waf' doesn't work with python-3.4.x. - (copy-file (assoc-ref %build-inputs "python-waf") "./waf")))))) - (home-page "http://cairographics.org/pycairo/") + (home-page "https://cairographics.org/pycairo/") (synopsis "Python bindings for cairo") (description "Pycairo is a set of Python bindings for the Cairo graphics library.") @@ -1199,26 +1189,15 @@ printing and other features typical of a source code editor.") (properties `((python2-variant . ,(delay python2-pycairo)))))) (define-public python2-pycairo - (package (inherit (strip-python2-variant python-pycairo)) - (name "python2-pycairo") - (version "1.10.0") - (source - (origin - (method url-fetch) - (uri (string-append "http://cairographics.org/releases/py2cairo-" - version ".tar.bz2")) - (sha256 - (base32 - "0cblk919wh6w0pgb45zf48xwxykfif16qk264yga7h9fdkq3j16k")))) - (arguments - `(#:python ,python-2 - ,@(substitute-keyword-arguments (package-arguments python-pycairo) - ((#:phases phases) - `(modify-phases ,phases (delete 'patch-waf))) - ((#:native-inputs native-inputs) - `(alist-delete "python-waf" ,native-inputs))))) - ;; Dual-licensed under LGPL 2.1 or Mozilla Public License 1.1 - (license (list license:lgpl2.1 license:mpl1.1)))) + (let ((pycairo (package-with-python2 + (strip-python2-variant python-pycairo)))) + (package + (inherit pycairo) + (propagated-inputs + `(("python2-funcsigs" ,python2-funcsigs) + ,@(package-propagated-inputs pycairo))) + ;; Dual-licensed under LGPL 2.1 or Mozilla Public License 1.1 + (license (list license:lgpl2.1 license:mpl1.1))))) (define-public python2-pygtk (package diff --git a/gnu/packages/patches/pycairo-wscript.patch b/gnu/packages/patches/pycairo-wscript.patch deleted file mode 100644 index c49f0afcb..000000000 --- a/gnu/packages/patches/pycairo-wscript.patch +++ /dev/null @@ -1,31 +0,0 @@ -Update the wscript to work with waf-1.8.8. Based on: -http://cgit.freedesktop.org/pycairo/commit/?id=c57cd129407c904f8c2f752a59d0183df7b01a5e - - ---- pycairo-1.10.0.orig/wscript 2011-04-18 15:42:29.000000000 +0800 -+++ pycairo-1.10.0/wscript 2015-04-20 13:01:45.383756898 +0800 -@@ -13,18 +13,18 @@ - - def options(ctx): - print(' %s/options()' %d) -- ctx.tool_options('gnu_dirs') -- ctx.tool_options('compiler_cc') -- ctx.tool_options('python') # options for disabling pyc or pyo compilation -+ ctx.load('gnu_dirs') -+ ctx.load('compiler_c') -+ ctx.load('python') # options for disabling pyc or pyo compilation - - - def configure(ctx): - print(' %s/configure()' %d) - - env = ctx.env -- ctx.check_tool('gnu_dirs') -- ctx.check_tool('compiler_cc') -- ctx.check_tool('python') -+ ctx.load('gnu_dirs') -+ ctx.load('compiler_c') -+ ctx.load('python') - ctx.check_python_version((3,1,0)) - ctx.check_python_headers() - ctx.check_cfg(package='cairo', atleast_version=cairo_version_required, -- 2.15.1 From unknown Wed Aug 20 00:02:26 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#30982] [PATCH 2/8] gnu: python-pyasn1: Update to 0.4.2. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 29 Mar 2018 07:29:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 30982 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 30982@debbugs.gnu.org Cc: Arun Isaac Received: via spool by 30982-submit@debbugs.gnu.org id=B30982.152230853531330 (code B ref 30982); Thu, 29 Mar 2018 07:29:03 +0000 Received: (at 30982) by debbugs.gnu.org; 29 Mar 2018 07:28:55 +0000 Received: from localhost ([127.0.0.1]:57874 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f1RzT-00089F-JK for submit@debbugs.gnu.org; Thu, 29 Mar 2018 03:28:55 -0400 Received: from vultr.systemreboot.net ([45.77.148.100]:41600) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f1RzP-00088S-DO for 30982@debbugs.gnu.org; Thu, 29 Mar 2018 03:28:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=References:In-Reply-To:Message-Id:Date: Subject:Cc:To:From:Sender:Reply-To:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=5tGFKo1z+G67yBvQUuQQpkE0ikBkRoFo3Rwkd6ZrxJI=; b=MnTdO3blDnyROof2UHZCUKk4/ 9nPGQeRJyhJimxFkMvMQYOLAEK9yR0KfRXNix/NiqMLlzQ92Ba6c8Z7rqVE2Ow+mNV+v9v28eFIQE mdkIRI96ub2mcCxYVPtqZOTKHo3cbxzwrt5yknS2IGYzt5EjywI5Uo6L3JpQHm9dd5hd4=; Received: from [117.192.121.10] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.90_1) (envelope-from ) id 1f1RzC-0004n7-S3; Thu, 29 Mar 2018 12:58:38 +0530 From: Arun Isaac Date: Thu, 29 Mar 2018 12:58:10 +0530 Message-Id: <20180329072816.3911-2-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20180329072816.3911-1-arunisaac@systemreboot.net> References: <20180329072816.3911-1-arunisaac@systemreboot.net> X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) * gnu/packages/python.scm (python-pyasn1): Update to 0.4.2. --- gnu/packages/python.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 2846f33a9..8ec1025c6 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -6156,14 +6156,14 @@ designed to efficiently cope with extremely large amounts of data.") (define-public python-pyasn1 (package (name "python-pyasn1") - (version "0.2.3") + (version "0.4.2") (source (origin (method url-fetch) (uri (pypi-uri "pyasn1" version)) (sha256 (base32 - "1b86yx23c1x74clai05a5ma8c8nfmhlx3j1mxq0ff657i2ylx33k")))) + "05bxnr4wmrg62m4qr1pg1p3z7bhwrv74jll3k42pgxwl36kv0n6j")))) (build-system python-build-system) (home-page "http://pyasn1.sourceforge.net/") (synopsis "ASN.1 types and codecs") -- 2.15.1 From unknown Wed Aug 20 00:02:26 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#30982] [PATCH 4/8] gnu: Add python-more-itertools. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 29 Mar 2018 07:29:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 30982 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 30982@debbugs.gnu.org Cc: Arun Isaac Received: via spool by 30982-submit@debbugs.gnu.org id=B30982.152230853631338 (code B ref 30982); Thu, 29 Mar 2018 07:29:04 +0000 Received: (at 30982) by debbugs.gnu.org; 29 Mar 2018 07:28:56 +0000 Received: from localhost ([127.0.0.1]:57876 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f1RzT-00089H-SP for submit@debbugs.gnu.org; Thu, 29 Mar 2018 03:28:56 -0400 Received: from vultr.systemreboot.net ([45.77.148.100]:41604) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f1RzP-00088T-Dd for 30982@debbugs.gnu.org; Thu, 29 Mar 2018 03:28:52 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=References:In-Reply-To:Message-Id:Date: Subject:Cc:To:From:Sender:Reply-To:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=jNp9U3JP+sycTr4FBvuSKpqJHONaKWZxVehXHRAVjro=; b=BSYqbYeEkvMZ44pmbekCUBpVo p98AuXFlTyqlEAhJQlZUoUvO9xGMUPaGHUc7uKSo4qow1ek3E0LOq/vaM5cQ3sNgOZOO65BERI8YC QdIp2+p7e9yryW9LAet3FpG4Y6DWpUO7m/JvSG5xDGwaTt5qySPP8DDO5Ghd8zfGdJp5k=; Received: from [117.192.121.10] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.90_1) (envelope-from ) id 1f1RzD-0004n7-38; Thu, 29 Mar 2018 12:58:39 +0530 From: Arun Isaac Date: Thu, 29 Mar 2018 12:58:12 +0530 Message-Id: <20180329072816.3911-4-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20180329072816.3911-1-arunisaac@systemreboot.net> References: <20180329072816.3911-1-arunisaac@systemreboot.net> X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) * gnu/packages/python.scm (python-more-itertools, python2-more-itertools): New variables. --- gnu/packages/python.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 18811e8a7..ce89f21df 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -13110,3 +13110,28 @@ file system events on Linux.") (base32 "0svc9nla3b9145d6b7fb9dizx412l3difzqw0ilh9lz52nsixw8j")) (file-name (string-append name "-" version ".tar.gz")))))) + +(define-public python-more-itertools + (package + (name "python-more-itertools") + (version "4.1.0") + (source + (origin + (method url-fetch) + (uri (pypi-uri "more-itertools" version)) + (sha256 + (base32 + "0i3ch700g5fyjp692gprlnzbysl8w0sa2vijbp3s40drvk67xkn9")))) + (build-system python-build-system) + (propagated-inputs + `(("python-six" ,python-six))) + (home-page "https://github.com/erikrose/more-itertools") + (synopsis "More routines for operating on iterables, beyond itertools") + (description "Python's built-in @code{itertools} module implements a +number of iterator building blocks inspired by constructs from APL, Haskell, +and SML. @code{more-itertools} includes additional building blocks for +working with iterables.") + (license license:expat))) + +(define-public python2-more-itertools + (package-with-python2 python-more-itertools)) -- 2.15.1 From unknown Wed Aug 20 00:02:26 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#30982] [PATCH 3/8] gnu: python-pluggy: Update to 0.6.0. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 29 Mar 2018 07:29:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 30982 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 30982@debbugs.gnu.org Cc: Arun Isaac Received: via spool by 30982-submit@debbugs.gnu.org id=B30982.152230854131373 (code B ref 30982); Thu, 29 Mar 2018 07:29:04 +0000 Received: (at 30982) by debbugs.gnu.org; 29 Mar 2018 07:29:01 +0000 Received: from localhost ([127.0.0.1]:57882 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f1RzZ-00089w-8U for submit@debbugs.gnu.org; Thu, 29 Mar 2018 03:29:01 -0400 Received: from vultr.systemreboot.net ([45.77.148.100]:41612) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f1RzV-00088s-N2 for 30982@debbugs.gnu.org; Thu, 29 Mar 2018 03:28:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=References:In-Reply-To:Message-Id:Date: Subject:Cc:To:From:Sender:Reply-To:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=VFmPkhCIwM5LuFqqzXK8Ddy55SWGpSfvH2UDilhcTx4=; b=oeT97ek7JpVTpd2j3H1fwnqLP DYoMQs7or0qw0qYzJlctqdN1bClduwMzFZ/nYi4OCuEQ5WIR7btVHnwCiN5owDowMWiBcUvWi3ycC diHKjkMIAfd+g02c1w0PcqYaaqpbzFVZDyZWQ1x6N9q3KynbD9m5xCTLiXGSztNIn0N/8=; Received: from [117.192.121.10] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.90_1) (envelope-from ) id 1f1RzC-0004n7-Vh; Thu, 29 Mar 2018 12:58:39 +0530 From: Arun Isaac Date: Thu, 29 Mar 2018 12:58:11 +0530 Message-Id: <20180329072816.3911-3-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20180329072816.3911-1-arunisaac@systemreboot.net> References: <20180329072816.3911-1-arunisaac@systemreboot.net> X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) * gnu/packages/python.scm (python-pluggy): Update to 0.6.0. --- gnu/packages/python.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 8ec1025c6..18811e8a7 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -7523,14 +7523,14 @@ library as well as on the command line.") (define-public python-pluggy (package (name "python-pluggy") - (version "0.3.1") + (version "0.6.0") (source (origin (method url-fetch) (uri (pypi-uri "pluggy" version)) (sha256 (base32 - "18qfzfm40bgx672lkg8q9x5hdh76n7vax99aank7vh2nw21wg70m")))) + "1zqckndfn85l1cd8pndw212zg1bq9fkg1nnj32kp2mppppsyg2kz")))) (build-system python-build-system) (synopsis "Plugin and hook calling mechanism for Python") (description "Pluggy is an extraction of the plugin manager as used by -- 2.15.1 From unknown Wed Aug 20 00:02:26 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#30982] [PATCH 6/8] gnu: python-py: Update to 1.5.3. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 29 Mar 2018 07:29:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 30982 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 30982@debbugs.gnu.org Cc: Arun Isaac Received: via spool by 30982-submit@debbugs.gnu.org id=B30982.152230854131380 (code B ref 30982); Thu, 29 Mar 2018 07:29:05 +0000 Received: (at 30982) by debbugs.gnu.org; 29 Mar 2018 07:29:01 +0000 Received: from localhost ([127.0.0.1]:57884 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f1RzZ-00089y-Gn for submit@debbugs.gnu.org; Thu, 29 Mar 2018 03:29:01 -0400 Received: from vultr.systemreboot.net ([45.77.148.100]:41616) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f1RzV-00088t-NH for 30982@debbugs.gnu.org; Thu, 29 Mar 2018 03:28:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=References:In-Reply-To:Message-Id:Date: Subject:Cc:To:From:Sender:Reply-To:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=t3gi8XTaWL3smpKB8aTNGF1A5Tt1gzgUXyfte4CWFJo=; b=purnbdFFVJuDtjR1uF2CBS/rM cxd8W0E5yDIBqGSaTot3+sggrxzJlrgBMrCW0x75ArxlpHsdygYgswbN4I5qhTcGNPPaRj1EJG0Nh gGAYPZhFOEXpsSN51/xcIAy16L+cR3gfLB/Ev6zu+UqHQM4rlrIF3Wdin5QEZHetAfTzs=; Received: from [117.192.121.10] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.90_1) (envelope-from ) id 1f1RzD-0004n7-An; Thu, 29 Mar 2018 12:58:39 +0530 From: Arun Isaac Date: Thu, 29 Mar 2018 12:58:14 +0530 Message-Id: <20180329072816.3911-6-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20180329072816.3911-1-arunisaac@systemreboot.net> References: <20180329072816.3911-1-arunisaac@systemreboot.net> X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) * gnu/packages/python.scm (python-py): Update to 1.5.3. [home-page]: Update URI. --- gnu/packages/python.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 4f622e469..0548fe722 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -1694,14 +1694,14 @@ matching them against a list of media-ranges.") (define-public python-py (package (name "python-py") - (version "1.4.34") + (version "1.5.3") (source (origin (method url-fetch) (uri (pypi-uri "py" version)) (sha256 (base32 - "1qyd5z0hv8ymxy84v5vig3vps2fvhcf4bdlksb3r03h549fmhb8g")))) + "10gq2lckvgwlk9w6yzijhzkarx44hsaknd0ypa08wlnpjnsgmj99")))) (build-system python-build-system) (arguments ;; FIXME: "ImportError: 'test' module incorrectly imported from @@ -1709,7 +1709,7 @@ matching them against a list of media-ranges.") ;; Expected '/tmp/guix-build-python-py-1.4.31.drv-0/py-1.4.31/py'. ;; Is this module globally installed?" '(#:tests? #f)) - (home-page "http://pylib.readthedocs.org/") + (home-page "http://pylib.readthedocs.io/") (synopsis "Python library for parsing, I/O, instrospection, and logging") (description "Py is a Python library for file name parsing, .ini file parsing, I/O, -- 2.15.1 From unknown Wed Aug 20 00:02:26 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#30982] [PATCH 1/8] gnu: python-attrs: Update to 17.4.0. References: <20180329072251.12561-1-arunisaac@systemreboot.net> In-Reply-To: <20180329072251.12561-1-arunisaac@systemreboot.net> Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 29 Mar 2018 07:29:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 30982 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 30982@debbugs.gnu.org Cc: Arun Isaac Received: via spool by 30982-submit@debbugs.gnu.org id=B30982.152230854231394 (code B ref 30982); Thu, 29 Mar 2018 07:29:05 +0000 Received: (at 30982) by debbugs.gnu.org; 29 Mar 2018 07:29:02 +0000 Received: from localhost ([127.0.0.1]:57886 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f1RzZ-0008A5-Q8 for submit@debbugs.gnu.org; Thu, 29 Mar 2018 03:29:02 -0400 Received: from vultr.systemreboot.net ([45.77.148.100]:41608) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f1RzV-00088r-Mp for 30982@debbugs.gnu.org; Thu, 29 Mar 2018 03:28:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=bTCiOFVfHnflqNtl6WusEW6FZVD99iQf58CSWTa/yvA=; b=EABogR3X+rbcOHaCU5PL5mwb+Q Zg7JI1KK/mkuXwW83Nqj74LjSI7i/E+/2GpN/xCAufM5/0FGDo3Z4VKVg+I8KfyAM/SwBltHMabjn 5rNQu+32HvCSid2oOsBxHWRxBnZjZp6xErIshikW1x5PSYh39j8OLC2ScS9A5wm6i6jE=; Received: from [117.192.121.10] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.90_1) (envelope-from ) id 1f1RzC-0004n7-LL; Thu, 29 Mar 2018 12:58:38 +0530 From: Arun Isaac Date: Thu, 29 Mar 2018 12:58:09 +0530 Message-Id: <20180329072816.3911-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) * gnu/packages/python.scm (python-attrs): Update to 17.4.0. --- gnu/packages/python.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index a1af6967f..2846f33a9 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -30,7 +30,7 @@ ;;; Copyright © 2016, 2017 Stefan Reichör ;;; Copyright © 2016 Dylan Jeffers ;;; Copyright © 2016, 2017 Alex Vong -;;; Copyright © 2016, 2017 Arun Isaac +;;; Copyright © 2016, 2017, 2018 Arun Isaac ;;; Copyright © 2016, 2017 Julien Lepiller ;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice ;;; Copyright © 2016, 2017 Thomas Danckaert @@ -10714,13 +10714,13 @@ and bit flag values.") (define-public python-attrs (package (name "python-attrs") - (version "17.2.0") + (version "17.4.0") (source (origin (method url-fetch) (uri (pypi-uri "attrs" version)) (sha256 (base32 - "04gx08ikpk26wnq22f7l42gapcvk8iz1512r927k6sadz6cinkax")))) + "1jafnn1kzd6qhxgprhx6y6ik1r5m2rilx25syzcmq03azp660y8w")))) (build-system python-build-system) (native-inputs `(("python-pytest" ,python-pytest) -- 2.15.1 From unknown Wed Aug 20 00:02:26 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#30982] [PATCH 5/8] gnu: python-hypothesis: Update to 3.52.0. Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 29 Mar 2018 07:30:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 30982 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 30982@debbugs.gnu.org Cc: Arun Isaac Received: via spool by 30982-submit@debbugs.gnu.org id=B30982.152230854631465 (code B ref 30982); Thu, 29 Mar 2018 07:30:02 +0000 Received: (at 30982) by debbugs.gnu.org; 29 Mar 2018 07:29:06 +0000 Received: from localhost ([127.0.0.1]:57888 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f1Rza-0008AJ-9v for submit@debbugs.gnu.org; Thu, 29 Mar 2018 03:29:06 -0400 Received: from vultr.systemreboot.net ([45.77.148.100]:41620) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f1RzV-00088u-NX for 30982@debbugs.gnu.org; Thu, 29 Mar 2018 03:28:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=u1p96OjF/Rn8U1iQ/t8mfEgNqKVxsT+nUMeJlJu227E=; b=IxJJ2P9LE2F+alLNCCX/oL8Ji4 TKb07mnA0qx4wgEFiQ9PaMsfGfI/0eblXg1nPsJTo/Stv0SwB5tTqPcxF5gXTv2VbJ/CnYTAKqZ3s 8fMuRz4upqnNOHNbfOjuaWJzn416MAQzHPKLOWeDSeeSycuW42FjbijOhOqAi/sORZrg=; Received: from [117.192.121.10] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.90_1) (envelope-from ) id 1f1RzD-0004n7-6n; Thu, 29 Mar 2018 12:58:39 +0530 From: Arun Isaac Date: Thu, 29 Mar 2018 12:58:13 +0530 Message-Id: <20180329072816.3911-5-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.15.1 In-Reply-To: <20180329072816.3911-1-arunisaac@systemreboot.net> References: <20180329072816.3911-1-arunisaac@systemreboot.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.0 (/) * gnu/packages/check.scm (python-hypothesis): Update to 3.52.0. [propagated-inputs]: Add python-attrs and python-coverage. [home-page]: Update URI. * gnu/packages/python.scm (python-attrs-bootstrap, python2-attrs-bootstrap): New variables. --- gnu/packages/check.scm | 11 +++++++---- gnu/packages/python.scm | 10 ++++++++++ 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 9d3d03672..e99d44a56 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -19,7 +19,7 @@ ;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice ;;; Copyright © 2017 Julien Lepiller ;;; Copyright © 2017 Thomas Danckaert -;;; Copyright © 2017 Arun Isaac +;;; Copyright © 2017, 2018 Arun Isaac ;;; Copyright © 2017 Frederick M. Muriithi ;;; Copyright © 2017 Mathieu Othacehe ;;; Copyright © 2017 Kei Kebreau @@ -1358,23 +1358,26 @@ normally the case.") (define-public python-hypothesis (package (name "python-hypothesis") - (version "3.1.0") + (version "3.52.0") (source (origin (method url-fetch) (uri (pypi-uri "hypothesis" version)) (sha256 (base32 - "0qyqq9akm4vshhn8cngjc1qykcvsn7cz6dlm6njfsgpbraqrmbbw")))) + "0g54cypfi5qj6cgxfr7l1nb41r1cqhhngx4qxn4ga9h720rcsbr8")))) (build-system python-build-system) (native-inputs `(("python-flake8" ,python-flake8) ("python-pytest" ,python-pytest-bootstrap))) + (propagated-inputs + `(("python-attrs" ,python-attrs-bootstrap) + ("python-coverage" ,python-coverage))) (synopsis "Library for property based testing") (description "Hypothesis is a library for testing your Python code against a much larger range of examples than you would ever want to write by hand. It’s based on the Haskell library, Quickcheck, and is designed to integrate seamlessly into your existing Python unit testing work flow.") - (home-page "https://github.com/DRMacIver/hypothesis") + (home-page "https://github.com/HypothesisWorks/hypothesis-python") (license license:mpl2.0) (properties `((python2-variant . ,(delay python2-hypothesis)))))) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index ce89f21df..4f622e469 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -10737,6 +10737,16 @@ protocols.") (define-public python2-attrs (package-with-python2 python-attrs)) +(define-public python-attrs-bootstrap + (package + (inherit python-attrs) + (name "python-attrs-bootstrap") + (native-inputs `()) + (arguments `(#:tests? #f)))) + +(define-public python2-attrs-bootstrap + (package-with-python2 python-attrs-bootstrap)) + (define-public python2-cliapp (package (name "python2-cliapp") -- 2.15.1 From unknown Wed Aug 20 00:02:26 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#30982] [PATCH 0/8] Update python-pycairo and dependencies Resent-From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 30 Mar 2018 08:46:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 30982 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Arun Isaac Cc: 30982@debbugs.gnu.org Received: via spool by 30982-submit@debbugs.gnu.org id=B30982.15223995165306 (code B ref 30982); Fri, 30 Mar 2018 08:46:01 +0000 Received: (at 30982) by debbugs.gnu.org; 30 Mar 2018 08:45:16 +0000 Received: from localhost ([127.0.0.1]:59365 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f1peu-0001NW-1K for submit@debbugs.gnu.org; Fri, 30 Mar 2018 04:45:16 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:50222) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f1pes-0001NO-Gy for 30982@debbugs.gnu.org; Fri, 30 Mar 2018 04:45:14 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id E8E4112CF1; Fri, 30 Mar 2018 10:45:13 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 58RLEreDyhGj; Fri, 30 Mar 2018 10:45:13 +0200 (CEST) Received: from ribbon (unknown [193.50.110.67]) by hera.aquilenet.fr (Postfix) with ESMTPSA id D207812CE8; Fri, 30 Mar 2018 10:45:12 +0200 (CEST) From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180329072251.12561-1-arunisaac@systemreboot.net> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 10 Germinal an 226 de la =?UTF-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu 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> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) 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. From unknown Wed Aug 20 00:02:26 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#30982] [PATCH 0/8] Update python-pycairo and dependencies Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 30 Mar 2018 18:59:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 30982 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 30982@debbugs.gnu.org Received: via spool by 30982-submit@debbugs.gnu.org id=B30982.1522436299331 (code B ref 30982); Fri, 30 Mar 2018 18:59:01 +0000 Received: (at 30982) by debbugs.gnu.org; 30 Mar 2018 18:58:19 +0000 Received: from localhost ([127.0.0.1]:60433 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f1zEA-00005G-VL for submit@debbugs.gnu.org; Fri, 30 Mar 2018 14:58:19 -0400 Received: from vultr.systemreboot.net ([45.77.148.100]:53486) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f1zE9-00004w-6N for 30982@debbugs.gnu.org; Fri, 30 Mar 2018 14:58:17 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From:Sender :Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help: List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=b4vW68epnQw5EwCvWIPYfbpoSZbEXtn0IQoczduQu+w=; b=LZOdD/nEF5Oj7X32BKSrhbzpC+ ZbhQa2RRCsZ/RP+FdWUbq0YjV5wou1bk6nYWOsKwZ6LuGOpfe20jZkXFP+1SB0rl5F9ogDs0S6F34 KGuHBiymcPfVWodNAWeCz0f1x1B+xEImRqbCMEfQ+wn2eJk7hQq6EXV2BKzwKMRxeSso=; Received: from [124.40.246.228] (helo=steel) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1f1zE0-0000g1-FS; Sat, 31 Mar 2018 00:28:08 +0530 From: Arun Isaac In-Reply-To: <87fu4iostj.fsf@gnu.org> References: <20180329072251.12561-1-arunisaac@systemreboot.net> <87fu4iostj.fsf@gnu.org> Date: Sat, 31 Mar 2018 00:28:06 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.2 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: > I looked at the patches and they LGTM. > > =?UTF-8?Q?You=E2=80=99re?= welcome to test them (even on master, if =?UTF-8?Q?that=E2=80=99s?= more convenient > for you), and then push to =?UTF-8?Q?=E2=80=98core-updates=E2=80=99.?= I've tested them both on master and on core-updates. They build successfully. I will build them once more against the latest core-updates, and push before the April 2 deadline. [...] Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain 1.2 RCVD_IN_BL_SPAMCOP_NET RBL: Received via a relay in bl.spamcop.net [Blocked - see ] 0.0 T_DKIM_INVALID DKIM-Signature header exists but is not valid X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.2 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: > I looked at the patches and they LGTM. > > =?UTF-8?Q?You=E2=80=99re?= welcome to test them (even on master, if =?UTF-8?Q?that=E2=80=99s?= more convenient > for you), and then push to =?UTF-8?Q?=E2=80=98core-updates=E2=80=99.?= I've tested them both on master and on core-updates. They build successfully. I will build them once more against the latest core-updates, and push before the April 2 deadline. [...] Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.2 RCVD_IN_BL_SPAMCOP_NET RBL: Received via a relay in bl.spamcop.net [Blocked - see ] -0.0 SPF_PASS SPF: sender matches SPF record -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain 0.0 T_DKIM_INVALID DKIM-Signature header exists but is not valid > I looked at the patches and they LGTM. > > You=E2=80=99re welcome to test them (even on master, if that=E2=80=99s mo= re convenient > for you), and then push to =E2=80=98core-updates=E2=80=99. I've tested them both on master and on core-updates. They build successfully. I will build them once more against the latest core-updates, and push before the April 2 deadline. Thank you for the review! From unknown Wed Aug 20 00:02:26 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Arun Isaac Subject: bug#30982: closed (Re: [bug#30982] [PATCH 0/8] Update python-pycairo and dependencies) Message-ID: References: <20180329072251.12561-1-arunisaac@systemreboot.net> X-Gnu-PR-Message: they-closed 30982 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 30982@debbugs.gnu.org Date: Sat, 31 Mar 2018 05:54:01 +0000 Content-Type: multipart/mixed; boundary="----------=_1522475641-16246-1" This is a multi-part message in MIME format... ------------=_1522475641-16246-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #30982: [PATCH 0/8] Update python-pycairo and dependencies which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 30982@debbugs.gnu.org. --=20 30982: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D30982 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1522475641-16246-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 30982-done) by debbugs.gnu.org; 31 Mar 2018 05:53:59 +0000 Received: from localhost ([127.0.0.1]:60613 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f29Sh-0004Dp-Nx for submit@debbugs.gnu.org; Sat, 31 Mar 2018 01:53:59 -0400 Received: from vultr.systemreboot.net ([45.77.148.100]:46212) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f29Sg-0004Db-51 for 30982-done@debbugs.gnu.org; Sat, 31 Mar 2018 01:53:58 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=82x6tH7aGTa3QMRkJZ9Vf2G3nI9LtNLHPApXrRAbaZA=; b=XWsyhp1gOMHAJ4WIUfl8kjIjR Qj3FSHbR1NBTxe4x7K7NZLMHVe3aWae92WI/DpqizMtn7EO68ugnCi8t8dkMw0SFPRnuU8jTO+r3v npK+OV1WW2Uj5/ulwa0dXMRUFbhceT3vYY2sWxZsYsvarIpKejEl1aw8lJbi0SEsCVsf8=; Received: from [124.40.246.228] (helo=steel) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1f29SX-0002iI-43; Sat, 31 Mar 2018 11:23:49 +0530 From: Arun Isaac To: Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: [bug#30982] [PATCH 0/8] Update python-pycairo and dependencies In-Reply-To: <87fu4iostj.fsf@gnu.org> References: <20180329072251.12561-1-arunisaac@systemreboot.net> <87fu4iostj.fsf@gnu.org> Date: Sat, 31 Mar 2018 11:23:43 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 1.2 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Pushed to core-updates! [...] Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.2 RCVD_IN_BL_SPAMCOP_NET RBL: Received via a relay in bl.spamcop.net [Blocked - see ] -0.0 SPF_PASS SPF: sender matches SPF record -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain 0.0 T_DKIM_INVALID DKIM-Signature header exists but is not valid X-Debbugs-Envelope-To: 30982-done Cc: 30982-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.2 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Pushed to core-updates! [...] Content analysis details: (1.2 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 1.2 RCVD_IN_BL_SPAMCOP_NET RBL: Received via a relay in bl.spamcop.net [Blocked - see ] -0.0 SPF_PASS SPF: sender matches SPF record -0.0 T_RP_MATCHES_RCVD Envelope sender domain matches handover relay domain 0.0 T_DKIM_INVALID DKIM-Signature header exists but is not valid Pushed to core-updates! ------------=_1522475641-16246-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 29 Mar 2018 07:23:47 +0000 Received: from localhost ([127.0.0.1]:57862 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f1RuV-00081L-9E for submit@debbugs.gnu.org; Thu, 29 Mar 2018 03:23:47 -0400 Received: from eggs.gnu.org ([208.118.235.92]:48869) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f1RuS-000818-1m for submit@debbugs.gnu.org; Thu, 29 Mar 2018 03:23:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f1RuM-0007C2-5R for submit@debbugs.gnu.org; Thu, 29 Mar 2018 03:23:38 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:38471) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f1RuM-0007Bs-1m for submit@debbugs.gnu.org; Thu, 29 Mar 2018 03:23:38 -0400 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 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Message-Id:Date:Subject:Cc:To:From:Sender: Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=tBTNdpxcKwAQNQZdfoPdU0PCanL2hsnM5f0VBebkc1k=; b=TBrOTqw3+Lu4GN9evZJAKCMQHw E0RdypFtdHQjqYfLBfEx1h/KpF+h134Wum8TJQ6IjA5fE/WCqxPd42BvstKBFTQBopA8ipPOZXG7t DmNHXUFUcVwiMJO+1knLu1wVmeSsARDqUqMzNu8swnqoQU8LPCwATjUAQVvl7z8H0HZY=; Received: from [117.192.121.10] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.90_1) (envelope-from ) id 1f1Ru9-00042s-Ck; Thu, 29 Mar 2018 12:53:25 +0530 From: Arun Isaac To: guix-patches@gnu.org Subject: [PATCH 0/8] Update python-pycairo and dependencies Date: Thu, 29 Mar 2018 12:52:51 +0530 Message-Id: <20180329072251.12561-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.15.1 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit Cc: Arun Isaac , mbakke@fastmail.com X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.1 (----) 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 ------------=_1522475641-16246-1-- From unknown Wed Aug 20 00:02:26 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#30982] [PATCH 0/8] Update python-pycairo and dependencies Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 31 Mar 2018 13:56:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 30982 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Arun Isaac , Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 30982-done@debbugs.gnu.org Received: via spool by 30982-done@debbugs.gnu.org id=D30982.15225045361332 (code D ref 30982); Sat, 31 Mar 2018 13:56:02 +0000 Received: (at 30982-done) by debbugs.gnu.org; 31 Mar 2018 13:55:36 +0000 Received: from localhost ([127.0.0.1]:33060 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f2Gym-0000LQ-AZ for submit@debbugs.gnu.org; Sat, 31 Mar 2018 09:55:36 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:42637) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f2Gyl-0000LK-1E for 30982-done@debbugs.gnu.org; Sat, 31 Mar 2018 09:55:35 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 4F66120DCE; Sat, 31 Mar 2018 09:55:34 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute5.internal (MEProxy); Sat, 31 Mar 2018 09:55:34 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= cc:content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; bh=fcY/NXQXPtpdAMY11DPX2xuAs8K/2LOH7nTYoodoAdI=; b=oGvJLbfN 8IEWAVEZK8oF9O07WcMA8Pc6pJSS19Qw+iaHpZufypAKE98UL9EClFGEZqSp5Kv4 yLsxzMZCLgq/52Ywr46sNt2KdXPLfP0nTY/QP/D5RsBmj4CjyEs/Jy1JDHvVLmGi TXUnh35bYa+HdRvLHB4KQ4AXRKMQR+KvTfdJLvyI8lXTkYhqzXjst5ifnG9JhOdI bUJwvqy6aM3GSPPkyjpvykpSw+uA3+qjDEzDg/zwtfQNBuuCMNVZhnyNHVzHJdti /0zJfejhMjHWf8M6Ab5EbwaEZ+svFFv8U/CfdC+S/+Xve7BOUw6ckSQ2uRuECcXU dDhPbwF+Tlrhiw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=fm2; bh=fcY/NXQXPtpdAMY11DPX2xuAs8K/2 LOH7nTYoodoAdI=; b=XFjvmFx3SYM0Vcd+NOcI2leF7N0+EvNNuol5n1tgV1yRT 99mc8PXs0NNR9rcy/yHu3BdocrrNyNaKNo/FjPQMa5EkUnga9pg5/hNlFo3NNHx7 E390NIoieaysiS4uQdf8dMBCFUlX6UdLQ4vY1BZv7W1C4dMlpCuJGa0C3J4SH7k1 7oL1JVMea4jgcTWmmqe3mK6R8K2h5O3dQGrx3Hs62BZOEH0SOojo9R0idwxlRmye NkmkMMPoS3EXimGxv092pNJnKmvH/43gW2GAiFBmahu+YiO1lkBBgBCEIZXVJUE4 cAEzMG3hL4NTP8c/X11zxypn+prIwxpghfj71hrVg== X-ME-Sender: Received: from localhost (ti0089a400-2222.bb.online.no [88.89.166.190]) by mail.messagingengine.com (Postfix) with ESMTPA id D121AE443C; Sat, 31 Mar 2018 09:55:33 -0400 (EDT) From: Marius Bakke In-Reply-To: References: <20180329072251.12561-1-arunisaac@systemreboot.net> <87fu4iostj.fsf@gnu.org> User-Agent: Notmuch/0.26 (https://notmuchmail.org) Emacs/25.3.1 (x86_64-pc-linux-gnu) Date: Sat, 31 Mar 2018 15:55:26 +0200 Message-ID: <87a7uo8i41.fsf@fastmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --=-=-= Content-Type: text/plain Arun Isaac writes: > Pushed to core-updates! Thank you for this series! One item removed from my TODO list :-) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlq/k08ACgkQoqBt8qM6 VPo0twgAh7joRdSnxoAxTwnbcliqAzlj5QUvoF6eMh9m85ZdlJ87J0YfzznPptwt xjwOe2eceqkNS1aDn9+mdyuI9RAK9haw55wX+IY08VIYe0+VnHpP0qZndIDizxAE GoVAYIGxZ9jXqj6sq00/FPHWC6qKndKsPaUIJeDpg6Pv5P3aCMa5YBU4xLztT7Xq 25Nq62SShWXVRQ1nHGGz/hZVMit5sdBHkpfa0A4nQrQvxez0F/8IljupVs8V1Mmv H5YoGeFBmHPlUCvet3o4kQQ+dtvc1pjrabEGHWTJHuDSv46c26srMi7FmJYQOYJN wD57FbzSWwwrVIxpWegeIXHLFDiBpg== =nts0 -----END PGP SIGNATURE----- --=-=-=--