unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>
To: 73203@debbugs.gnu.org
Cc: ngraves@ngraves.fr
Subject: [bug#73203] [PATCH 2/3] gnu: python-azure-storage-blob: Update to 12.22.0.
Date: Thu, 12 Sep 2024 19:21:23 +0200	[thread overview]
Message-ID: <20240912172133.3611-2-ngraves@ngraves.fr> (raw)
In-Reply-To: <20240912172133.3611-1-ngraves@ngraves.fr>

* gnu/packages/python-web.scm (python-azure-storage-blob): Update to 12.22.0.
[build-system]: Move to pyproject-build-system.
[propagated-inputs]: Remove python-msrest. Add python-isodate and
  python-typing-extensions.

Change-Id: If7163dd4568136a19799b78e9fce246ab0611cbd
---
 gnu/packages/python-web.scm | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 5b75fd06ea..03d21f77d7 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -8122,17 +8122,19 @@ (define-public python-azure-core
 (define-public python-azure-storage-blob
   (package
     (name "python-azure-storage-blob")
-    (version "12.12.0")
+    (version "12.22.0")
     (source
      (origin
        (method url-fetch)
-       (uri (pypi-uri "azure-storage-blob" version ".zip"))
+       (uri (pypi-uri "azure-storage-blob" version))
        (sha256
-        (base32 "1xv23ph822qywjxs81say9xi5dzmvxcii6sww6d1hvd83iyz1npn"))))
-    (build-system python-build-system)
+        (base32 "0vkkngiybx5372j9vc9p4wn6hakpv99l0ipsf4kw7ccazss4p05k"))))
+    (build-system pyproject-build-system)
     (propagated-inputs
-     (list python-azure-core python-cryptography python-msrest))
-    (native-inputs (list unzip))
+     (list python-azure-core
+           python-cryptography
+           python-isodate
+           python-typing-extensions))
     (home-page "https://github.com/Azure/azure-sdk-for-python/")
     (synopsis "Microsoft Azure Blob Storage client library for Python")
     (description "This package provides the Microsoft Azure Blob Storage
-- 
2.46.0





  reply	other threads:[~2024-09-12 17:22 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-12 17:06 [bug#73203] [PATCH 0/3] Fix python-azure packages Nicolas Graves via Guix-patches via
2024-09-12 17:21 ` [bug#73203] [PATCH 1/3] gnu: python-azure-core: Update to 1.28.0 Nicolas Graves via Guix-patches via
2024-09-12 17:21   ` Nicolas Graves via Guix-patches via [this message]
2024-09-12 17:21   ` [bug#73203] [PATCH 3/3] gnu: Remove python-msrest Nicolas Graves via Guix-patches via
2024-09-13 10:45 ` [bug#73203] QA review for 73203 Lars Bilke
2024-09-15 15:13   ` bug#73203: " Christopher Baines

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=20240912172133.3611-2-ngraves@ngraves.fr \
    --to=guix-patches@gnu.org \
    --cc=73203@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).