all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Muriithi Frederick Muriuki <fredmanglis@gmail.com>
To: 27381@debbugs.gnu.org
Subject: [bug#27381] [PATCH 1/2] gnu: python-pbr-minimal: Update to 3.0.1
Date: Thu, 15 Jun 2017 18:39:05 +0300	[thread overview]
Message-ID: <20170615153906.26709-2-fredmanglis@gmail.com> (raw)
In-Reply-To: <20170615153906.26709-1-fredmanglis@gmail.com>

* gnu/packages/python.scm (python-pbr-minimal): Update to 3.0.1
[source]: Update hash and remove patch.
---
 gnu/packages/python.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 352a5f333..1427d92ab 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2190,15 +2190,14 @@ protocol.")
 (define python-pbr-minimal
   (package
     (name "python-pbr-minimal")
-    (version "1.10.0")
+    (version "3.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "pbr" version))
        (sha256
         (base32
-         "177kd9kbv1hvf2ban7l3x9ymzbi1md4hkaymwbgnz7ihf312hr0q"))
-       (patches (search-patches "python-pbr-fix-man-page-support.patch"))))
+         "14fs5acnalnb3h62s7q7av239j541fk0n0z0lawh4h09b1s93s6p"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f))
-- 
2.13.1

  reply	other threads:[~2017-06-15 15:40 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-15 15:39 [bug#27382] Patches for python-updates Muriithi Frederick Muriuki
2017-06-15 15:39 ` Muriithi Frederick Muriuki [this message]
2017-08-01 12:30   ` bug#27381: [PATCH 1/2] gnu: python-pbr-minimal: Update to 3.0.1 Efraim Flashner
2017-06-15 15:39 ` [bug#27380] [PATCH 2/2] gnu: python-mock: Update to 2.0.0 Muriithi Frederick Muriuki
2017-08-15 20:22   ` bug#27380: " Christopher Baines
2017-06-22 20:07 ` [bug#27382] Patches for python-updates Ludovic Courtès
2019-02-12 22:53 ` bug#27382: " Leo Famulari

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=20170615153906.26709-2-fredmanglis@gmail.com \
    --to=fredmanglis@gmail.com \
    --cc=27381@debbugs.gnu.org \
    /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.