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

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

bug#64503: closed ([PATCH] gnu: python-pygments: Update to 2.15.1.)


From: GNU bug Tracking System
Subject: bug#64503: closed ([PATCH] gnu: python-pygments: Update to 2.15.1.)
Date: Tue, 27 Feb 2024 10:20:02 +0000

Your message dated Tue, 27 Feb 2024 11:18:08 +0100
with message-id <874jduyzuu.fsf@elephly.net>
and subject line [PATCH] gnu: python-pygments: Update to 2.15.1.
has caused the debbugs.gnu.org bug report #64503,
regarding [PATCH] gnu: python-pygments: Update to 2.15.1.
to be marked as done.

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


-- 
64503: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64503
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: python-pygments: Update to 2.15.1. Date: Thu, 6 Jul 2023 23:18:47 +0200
* gnu/packages/python-xyz.scm (python-pygments): Update to 2.15.1.
[build-system]: Use pyproject-build-system.
[arguments]: Run tests.
[native-inputs]: Add python-pytest.
---
 gnu/packages/python-xyz.scm | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a89f25b5b6..89a75556bd 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5913,18 +5913,23 @@ (define-public python-doc8
 (define-public python-pygments
   (package
     (name "python-pygments")
-    (version "2.12.0")
+    (version "2.15.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "Pygments" version))
        (sha256
         (base32
-         "1sr6iqh21xi6p8aba4wa9pqfhjbbpcvn9jcsx0ggy4lniw8idcay"))))
-    (build-system python-build-system)
+         "0p3p28fif7m2w5mkd0z99zk9xwgrs3m61x85415qk0fl3ly4vkla"))))
+    (build-system pyproject-build-system)
     (arguments
-     ;; FIXME: Tests require sphinx, which depends on this.
-     '(#:tests? #f))
+     (list
+      #:test-flags
+      ;; Some tests require sphinx, which depends on this, so we only run
+      ;; basic tests.
+      '(list "--ignore-glob=tests/*/*")))
+    (native-inputs
+     (list python-pytest))
     (home-page "https://pygments.org/";)
     (synopsis "Syntax highlighting")
     (description

base-commit: 2426e51688d479042ea115a634c6be2d8b9f3b99
prerequisite-patch-id: 64bdaf1b46e713c11e7e3befc50968710d721da1
prerequisite-patch-id: 33eb796cc51e4372cab09fce61b1c4da73c5884d
-- 
2.40.1




--- End Message ---
--- Begin Message --- Subject: [PATCH] gnu: python-pygments: Update to 2.15.1. Date: Tue, 27 Feb 2024 11:18:08 +0100 User-agent: mu4e 1.10.8; emacs 29.1
This is on python-team and sphinx has been upgraded too.  Closing.

-- 
Ricardo


--- End Message ---

reply via email to

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