emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61657: closed ([PATCH] gnu: python-paste: Update to 3.5.2.)


From: GNU bug Tracking System
Subject: bug#61657: closed ([PATCH] gnu: python-paste: Update to 3.5.2.)
Date: Fri, 24 Feb 2023 21:37:02 +0000

Your message dated Fri, 24 Feb 2023 22:36:44 +0100
with message-id <87k00621ar.fsf@gnu.org>
and subject line Re: bug#61657: [PATCH] gnu: python-paste: Update to 3.5.2.
has caused the debbugs.gnu.org bug report #61657,
regarding [PATCH] gnu: python-paste: Update to 3.5.2.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61657: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61657
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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



--- End Message ---
--- Begin Message --- Subject: Re: bug#61657: [PATCH] gnu: python-paste: Update to 3.5.2. Date: Fri, 24 Feb 2023 22:36:44 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hi Jake,

Jake Leporte <jakeleporte@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’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]