all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#62350] [PATCH 0/2] Update python-numpy-next.
@ 2023-03-21 19:04 Greg Hogan
  2023-03-21 19:20 ` [bug#62350] [PATCH 1/2] gnu: python-typing-extensions: Update to 4.5.0 Greg Hogan
       [not found] ` <handler.62350.B.167942598423474.ack@debbugs.gnu.org>
  0 siblings, 2 replies; 4+ messages in thread
From: Greg Hogan @ 2023-03-21 19:04 UTC (permalink / raw)
  To: 62350; +Cc: Greg Hogan

Greg Hogan (2):
  gnu: python-typing-extensions: Update to 4.5.0.
  gnu: python-numpy-next: Update to 1.24.2.

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

-- 
2.40.0





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#62350] [PATCH 1/2] gnu: python-typing-extensions: Update to 4.5.0.
  2023-03-21 19:04 [bug#62350] [PATCH 0/2] Update python-numpy-next Greg Hogan
@ 2023-03-21 19:20 ` Greg Hogan
  2023-03-21 19:20   ` [bug#62350] [PATCH 2/2] gnu: python-numpy-next: Update to 1.24.2 Greg Hogan
       [not found] ` <handler.62350.B.167942598423474.ack@debbugs.gnu.org>
  1 sibling, 1 reply; 4+ messages in thread
From: Greg Hogan @ 2023-03-21 19:20 UTC (permalink / raw)
  To: 62350; +Cc: Greg Hogan

See https://github.com/python/typing/tree/master/typing_extensions for
notice about repository change.

* gnu/packages/python-xyz.scm (python-typing-extensions): Update to 4.5.0.
[source]: Update repository URL.
[arguments](%standard-phases): Remove 'enter-source-directory'.
---
 gnu/packages/python-xyz.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ac10290237..e3778b0a44 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22533,26 +22533,23 @@ (define-public python-typeguard
 (define-public python-typing-extensions
   (package
     (name "python-typing-extensions")
-    (version "4.0.1")
+    (version "4.5.0")
     (source (origin
               ;; The test script is missing from the PyPI archive.
               (method git-fetch)
               (uri (git-reference
-                    (url "https://github.com/python/typing")
+                    (url "https://github.com/python/typing_extensions")
                     (commit version)))
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0a35fh5wk9s538x0w3dz95y0avnhd2srzyv9s1a372711n8hdl4p"))))
+                "1fymg0hirbmv51avwv17s426hi8bwg0pq8yjci1n7qzr2p3dp3my"))))
     (build-system python-build-system)
     (arguments
      (list
       #:tests? #f       ;requires Python's test module, not available in Guix
       #:phases
       #~(modify-phases %standard-phases
-          (add-after 'unpack 'enter-source-directory
-            (lambda _
-              (chdir "typing_extensions")))
           ;; XXX: PEP 517 manual build copied from python-isort.
           (replace 'build
             (lambda _
-- 
2.40.0





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#62350] [PATCH 2/2] gnu: python-numpy-next: Update to 1.24.2.
  2023-03-21 19:20 ` [bug#62350] [PATCH 1/2] gnu: python-typing-extensions: Update to 4.5.0 Greg Hogan
@ 2023-03-21 19:20   ` Greg Hogan
  0 siblings, 0 replies; 4+ messages in thread
From: Greg Hogan @ 2023-03-21 19:20 UTC (permalink / raw)
  To: 62350; +Cc: Greg Hogan

* gnu/packages/python-xyz.scm (python-numpy-next): Update to 1.24.2.
[native-inputs]: Add python-typing-extensions.
---
 gnu/packages/python-xyz.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e3778b0a44..79c68d4ee5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6304,7 +6304,7 @@ (define-public python-numpy-next
   (package
     (inherit python-numpy)
     (name "python-numpy-next")
-    (version "1.22.3")
+    (version "1.24.2")
     (source
      (origin
        (inherit (package-source python-numpy))
@@ -6314,7 +6314,10 @@ (define-public python-numpy-next
              version "/numpy-" version ".tar.gz"))
        (sha256
         (base32
-         "19dw91pqbqcniw2z57kiyqs1qp56g7kqy1bdyv664g8s62sc01m9"))))))
+         "08ibxgknpvn35wmgqjlwxwns96hb4bvimfkw2z6v43481r9ryfh0"))))
+      (native-inputs
+       (modify-inputs (package-native-inputs python-numpy)
+         (append python-typing-extensions)))))
 
 (define-public python-numpy-documentation
   (package
-- 
2.40.0





^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#62350: Acknowledgement ([PATCH 0/2] Update python-numpy-next.)
       [not found] ` <handler.62350.B.167942598423474.ack@debbugs.gnu.org>
@ 2023-05-11 20:54   ` Greg Hogan
  0 siblings, 0 replies; 4+ messages in thread
From: Greg Hogan @ 2023-05-11 20:54 UTC (permalink / raw)
  To: 62350-done

python-typing-extensions has already been updated with a different
commit. Closing this issue as I will simply update python-numpy in my
manifest.




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-05-11 20:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-21 19:04 [bug#62350] [PATCH 0/2] Update python-numpy-next Greg Hogan
2023-03-21 19:20 ` [bug#62350] [PATCH 1/2] gnu: python-typing-extensions: Update to 4.5.0 Greg Hogan
2023-03-21 19:20   ` [bug#62350] [PATCH 2/2] gnu: python-numpy-next: Update to 1.24.2 Greg Hogan
     [not found] ` <handler.62350.B.167942598423474.ack@debbugs.gnu.org>
2023-05-11 20:54   ` bug#62350: Acknowledgement ([PATCH 0/2] Update python-numpy-next.) Greg Hogan

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.