guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 56a15ca05d985b3ec20cf5b9cc4852a26913826f
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Oct 18 12:40:51 2025 +0100

    gnu: python-types-pytz: Update to 2025.2.0.20250809.
    
    * gnu/packages/python-xyz.scm (python-types-pytz): Update to 
2025.2.0.20250809.
    [buld-system]: Switch to pyproject-build-system.
    [arguments] <tests?>: No tests.
    [native-inputs]: Add python-setuptools.
    
    Change-Id: I2793dc8b9ca5156a4e11305e7822c9c66a5b0fb3
---
 gnu/packages/python-xyz.scm | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index cce261f9be..d1532f473a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -36514,14 +36514,17 @@ collection.")
 (define-public python-types-pytz
   (package
     (name "python-types-pytz")
-    (version "2023.3.1.1")
+    (version "2025.2.0.20250809")
     (source
      (origin
        (method url-fetch)
-       (uri (pypi-uri "types-pytz" version))
+       (uri (pypi-uri "types_pytz" version))
        (sha256
-        (base32 "16mbinqac2fjjh4gqw2940q8ysjqwj0hrvj4p9mqz76l5hcx08yc"))))
-    (build-system python-build-system)
+        (base32 "1r91pvn1w9rb1395qw8w8k22s7w0wf2qfkl3z1qqiclvlbk34bi2"))))
+    (build-system pyproject-build-system)
+    (arguments
+     (list #:tests? #f))        ;no tests provided
+    (native-inputs (list python-setuptools))
     (home-page "https://github.com/python/typeshed";)
     (synopsis "Typing stubs for pytz")
     (description "This package contains typing stubs for @code{pytz}, a very

Reply via email to