emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#27380: closed ([PATCH 2/2] gnu: python-mock: Updat


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#27380: closed ([PATCH 2/2] gnu: python-mock: Update to 2.0.0)
Date: Tue, 15 Aug 2017 20:24:02 +0000

Your message dated Tue, 15 Aug 2017 21:22:51 +0100
with message-id <address@hidden>
and subject line Re: [bug#27380] [PATCH 2/2] gnu: python-mock: Update to 2.0.0
has caused the debbugs.gnu.org bug report #27380,
regarding [PATCH 2/2] gnu: python-mock: Update to 2.0.0
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
27380: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27380
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH 2/2] gnu: python-mock: Update to 2.0.0 Date: Thu, 15 Jun 2017 18:39:06 +0300
* gnu/packages/python.scm (python-mock): Update to 2.0.0
[source]: Update hash.
[native-inputs]: Add python-pbr-minimal as a dependency.
---
 gnu/packages/python.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 1427d92ab..8e18173a0 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -900,14 +900,16 @@ API for locking files.")
 (define-public python-mock
   (package
     (name "python-mock")
-    (version "1.0.1")
+    (version "2.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "mock" version))
        (sha256
         (base32
-         "0kzlsbki6q0awf89rc287f3aj8x431lrajf160a70z0ikhnxsfdq"))))
+         "1flbpksir5sqrvq2z0dp8sl4bzbadg21sj4d42w3klpdfvgvcn5i"))))
+    (native-inputs
+     `(("python-pbr-minimal" ,python-pbr-minimal)))
     (build-system python-build-system)
     (arguments '(#:test-target "check"))
     (home-page "https://github.com/testing-cabal/mock";)
-- 
2.13.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#27380] [PATCH 2/2] gnu: python-mock: Update to 2.0.0 Date: Tue, 15 Aug 2017 21:22:51 +0100
On Thu, 15 Jun 2017 18:39:06 +0300
Muriithi Frederick Muriuki <address@hidden> wrote:

> * gnu/packages/python.scm (python-mock): Update to 2.0.0
> [source]: Update hash.
> [native-inputs]: Add python-pbr-minimal as a dependency.

Hey,

I was looking at older patches, and came across this. Apologies it
hasn't been looked at sooner.

A few days after you submitted this, version 2 of python-mock was
added as a new package, rather than updating the existing package
definition [1]. There is some justification for this in a comment that
the commit adds.

As such, I'm going to close this bug, as I'm guessing that updating
to version 2 will probably involve getting all packages to use the
new version 2 package, and then removing the version 1 package.

Thanks for taking the time to send the patch though.

1: 731b0c727c017df20cead6f63b91d9b3f44febab
http://git.savannah.gnu.org/cgit/guix.git/commit/?id=731b0c727c017df20cead6f63b91d9b3f44febab

Attachment: pgpYFDAujWLic.pgp
Description: OpenPGP digital signature


--- End Message ---

reply via email to

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