GNU bug report logs - #61657
[PATCH] gnu: python-paste: Update to 3.5.2.

Previous Next

Package: guix-patches;

Reported by: Jake Leporte <jakeleporte <at> outlook.com>

Date: Mon, 20 Feb 2023 16:19:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 61657 in the body.
You can then email your comments to 61657 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#61657; Package guix-patches. (Mon, 20 Feb 2023 16:19:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jake Leporte <jakeleporte <at> outlook.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 20 Feb 2023 16:19:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jake Leporte <jakeleporte <at> outlook.com>
To: guix-patches <at> gnu.org
Cc: Jake Leporte <jakeleporte <at> outlook.com>
Subject: [PATCH] gnu: python-paste: Update to 3.5.2.
Date: Mon, 20 Feb 2023 10:13:06 -0600
* gnu/packages/python-web.scm (python-paste): Update to 3.5.2.
---

This patch also fixes the failing build for python-paste.  I wasn't
able to determine why exactly the package won't build with
`python-build-system' vs. `pyproject-build-system', only that it
doesn't- it produces a traceback with a TypeError deep in the
setuptools code.  Switching to pyproject fixed the issue.

 gnu/packages/python-web.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 758cd91..b12f86b 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -4599,23 +4599,23 @@ (define-public python-wtforms
 (define-public python-paste
   (package
     (name "python-paste")
-    (version "3.0.6")
+    (version "3.5.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Paste" version))
        (sha256
         (base32
-         "14lbi9asn5agsdf7r97prkjpz7amgmp529lbvfhf0nv881xczah6"))
+         "1xjakxrdvy4kgfy170gb9bl8zp9hqjjwh1h1vlik1pxw606399ym"))
        (patches (search-patches "python-paste-remove-timing-test.patch"))
        (modules '((guix build utils)))
        (snippet
         '(begin
            ;; This test calls out to the internet.
            (delete-file "tests/test_proxy.py") #t))))
-    (build-system python-build-system)
+    (build-system pyproject-build-system)
     (native-inputs
-     (list python-pytest python-pytest-runner python-nose))
+     (list python-pytest python-nose))
     (propagated-inputs
      (list python-six))
     (home-page "https://pythonpaste.readthedocs.io/")

base-commit: 6dce27abbba01cb4e249c9bdb3c132cecc0a5c51
prerequisite-patch-id: 55ebfdbee35b36ac06da23b716337ecfef350452
prerequisite-patch-id: cc81d1d3eb9c0687793c8baf949901cd49c42650
prerequisite-patch-id: 52c97b6e4d8d4b78217423a3f1323d95a609de8c
prerequisite-patch-id: 90b350ab4778843697da28bb10344a84ccacc70c
prerequisite-patch-id: 0d5a1f7cfe93822a3f3b11c19f4b2662a79cda17
prerequisite-patch-id: f6dd89498a48185e628f547b7f023a30547d8933
prerequisite-patch-id: 1a1a441a49fc8cad10ad161ab39b0fb73b19f42d
--
2.39.1




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Fri, 24 Feb 2023 21:37:02 GMT) Full text and rfc822 format available.

Notification sent to Jake Leporte <jakeleporte <at> outlook.com>:
bug acknowledged by developer. (Fri, 24 Feb 2023 21:37:02 GMT) Full text and rfc822 format available.

Message #10 received at 61657-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Jake Leporte <jakeleporte <at> outlook.com>
Cc: 61657-done <at> debbugs.gnu.org
Subject: Re: bug#61657: [PATCH] gnu: python-paste: Update to 3.5.2.
Date: Fri, 24 Feb 2023 22:36:44 +0100
Hi Jake,

Jake Leporte <jakeleporte <at> outlook.com> skribis:

> * gnu/packages/python-web.scm (python-paste): Update to 3.5.2.
> ---
>
> This patch also fixes the failing build for python-paste.  I wasn't
> able to determine why exactly the package won't build with
> `python-build-system' vs. `pyproject-build-system', only that it
> doesn't- it produces a traceback with a TypeError deep in the
> setuptools code.  Switching to pyproject fixed the issue.

Great.  Applied, thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 25 Mar 2023 11:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 33 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.