all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 51630@debbugs.gnu.org, Arun Isaac <arunisaac@systemreboot.net>
Cc: jgart <jgart@dismail.de>
Subject: [bug#51630] [PATCH v3 1/3] gnu: python-orderedmultidict: Update to 1.0.1.
Date: Wed, 10 Nov 2021 12:32:46 -0500	[thread overview]
Message-ID: <20211110173246.29027-1-jgart@dismail.de> (raw)
In-Reply-To: <20211106085802.5917-1-jgart@dismail.de>

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





  parent reply	other threads:[~2021-11-10 17:39 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-06  8:58 [bug#51630] [PATCH 1/2] gnu: python-furl: Update to 2.1.2 jgart via Guix-patches via
2021-11-06  8:58 ` [bug#51630] [PATCH 2/2] gnu: python-orderedmultidict: Update to 1.0.1 jgart via Guix-patches via
2021-11-10  2:41   ` [bug#51630] [PATCH 1/2] gnu: python-furl: Update to 2.1.2 Arun Isaac
2021-11-10  6:05 ` [bug#51630] [PATCH 1/3] gnu: python-orderedmultidict: Update to 1.0.1 jgart via Guix-patches via
2021-11-10  6:05   ` [bug#51630] [PATCH 2/3] gnu: Remove python2-orderedmultidict jgart via Guix-patches via
2021-11-10  6:05   ` [bug#51630] [PATCH 3/3] gnu: python-furl: Update to 2.1.2 jgart via Guix-patches via
2021-11-10 17:32 ` jgart via Guix-patches via [this message]
2021-11-10 17:32   ` [bug#51630] [PATCH 2/3] gnu: Remove python2-orderedmultidict jgart via Guix-patches via
2021-11-10 17:32   ` [bug#51630] [PATCH 3/3] gnu: python-furl: Update to 2.1.3 jgart via Guix-patches via
2021-11-15  6:37   ` bug#51630: [PATCH 1/2] gnu: python-furl: Update to 2.1.2 Arun Isaac
2021-11-15  6:51     ` [bug#51630] " jgart 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=20211110173246.29027-1-jgart@dismail.de \
    --to=guix-patches@gnu.org \
    --cc=51630@debbugs.gnu.org \
    --cc=arunisaac@systemreboot.net \
    --cc=jgart@dismail.de \
    /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.