all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>
To: 73109@debbugs.gnu.org
Cc: ngraves@ngraves.fr
Subject: [bug#73109] [PATCH 1/2] gnu: python-huggingface-hub: Update to 0.23.2.
Date: Sat,  7 Sep 2024 18:56:54 +0200	[thread overview]
Message-ID: <20240907165703.23229-1-ngraves@ngraves.fr> (raw)
In-Reply-To: <20240907165534.22367-1-ngraves@ngraves.fr>

* gnu/packages/python-web.scm (python-huggingface-hub): Update to 0.23.2.

Change-Id: I06989e883f54d9f0fc8db002d0a580008f6c6b67
---
 gnu/packages/python-web.scm | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index bb1b912c0c..2a7dc8f8b3 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -143,7 +143,7 @@ (define-module (gnu packages python-web)
 (define-public python-huggingface-hub
   (package
     (name "python-huggingface-hub")
-    (version "0.20.3")
+    (version "0.23.2")
     (source
      (origin
        (method git-fetch)
@@ -152,7 +152,7 @@ (define-public python-huggingface-hub
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "00indl9labvqvm4m0y5jbzl68cgj8i60a6qy498gpnjj2pqk4l6v"))))
+        (base32 "0hygxqcixkc1d9sr47j2km6z0p17aj4k1dzm4cvpddrvhrgqayq5"))))
     (build-system pyproject-build-system)
     (arguments
      (list
@@ -185,7 +185,11 @@ (define-public python-huggingface-hub
              "--ignore=tests/test_utils_git_credentials.py"
              "--ignore=tests/test_utils_http.py"
              "--ignore=tests/test_utils_pagination.py"
-             "--ignore=tests/test_webhooks_server.py")
+             "--ignore=tests/test_webhooks_server.py"
+             "-k" (string-append
+                   "not test_push_to_hub"
+                   " and not test_from_pretrained_model_id_only"
+                   " and not test_from_pretrained_model_id_and_revision"))
       #:phases
       '(modify-phases %standard-phases
          (add-before 'check 'pre-check
-- 
2.45.2





  reply	other threads:[~2024-09-07 16:58 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-07 16:54 [bug#73109] [PATCH 0/2] Add python-transformers Nicolas Graves via Guix-patches via
2024-09-07 16:56 ` Nicolas Graves via Guix-patches via [this message]
2024-09-07 16:56   ` [bug#73109] [PATCH 2/2] gnu: " Nicolas Graves via Guix-patches via
  -- strict thread matches above, loose matches on Subject: below --
2024-09-06 14:18 [bug#73069] [PATCH] gnu: python-huggingface-hub: Disable failing tests Nicolas Graves via Guix-patches via
     [not found] ` <87o74x5v51.fsf@ngraves.fr>
2024-09-10  4:55   ` bug#73069: " jgart via Guix-patches via
2024-09-10  5:07   ` [bug#73109] [PATCH 0/2] Add python-transformers jgart via Guix-patches via
2024-09-10  8:25     ` Nicolas Graves via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240907165703.23229-1-ngraves@ngraves.fr \
    --to=guix-patches@gnu.org \
    --cc=73109@debbugs.gnu.org \
    --cc=ngraves@ngraves.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.