guix-patches
[Top][All Lists]
Advanced

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

[bug#51630] [PATCH v3 1/3] gnu: python-orderedmultidict: Update to 1.0.1


From: jgart
Subject: [bug#51630] [PATCH v3 1/3] gnu: python-orderedmultidict: Update to 1.0.1.
Date: Wed, 10 Nov 2021 12:32:46 -0500

Hi Arun,

I hadn't seen the release of 1.3.1 on PyPi. The github repo confused me :()

Thanks for pointing it out.

Attached is patch set v3 including furl 1.3.1

all best,

jgart

* gnu/packages/python-xyz.scm (python-orderedmultidict): Update to 1.0.1.
---
 gnu/packages/python-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 495d7faa87..f1cb084533 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6653,14 +6653,14 @@ (define-public python-multidict
 (define-public python-orderedmultidict
   (package
     (name "python-orderedmultidict")
-    (version "1.0")
+    (version "1.0.1")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "orderedmultidict" version))
         (sha256
           (base32
-            "1idjbl933avgaadscrjw1np3xkvnz3phq0l8vw5qs0rqcjx9b65q"))))
+            "1bc2v0yflsxjyyjx4q9wqx0j3bvzcw9z87d5pz4iqac7bsxhn1q4"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -6675,7 +6675,8 @@ (define-public python-orderedmultidict
     (propagated-inputs
      `(("python-six" ,python-six)))
     (native-inputs
-     `(("python-pycodestyle" ,python-pycodestyle)))
+     `(("python-flake8" ,python-flake8)
+       ("python-pycodestyle" ,python-pycodestyle)))
     (home-page "https://github.com/gruns/orderedmultidict";)
     (synopsis "Python Ordered Multivalue Dictionary - omdict")
     (description "This package contains a library for ordered multivalue
-- 
2.33.1






reply via email to

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