guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-semantic-version: Update to 2.8.5.


From: guix-commits
Subject: branch master updated: gnu: python-semantic-version: Update to 2.8.5.
Date: Mon, 08 Feb 2021 02:35:34 -0500

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6176af2  gnu: python-semantic-version: Update to 2.8.5.
6176af2 is described below

commit 6176af29445a5694470edc1782118c567ad33b9d
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Feb 5 09:23:22 2021 +0000

    gnu: python-semantic-version: Update to 2.8.5.
    
    * gnu/packages/python-xyz.scm (python-semantic-version): Update to 2.8.5.
    [arguments]: Enable tests.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/python-xyz.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e879742..0b63b3b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1080,17 +1080,15 @@ inter-process communication.")
 (define-public python-semantic-version
   (package
     (name "python-semantic-version")
-    (version "2.6.0")
+    (version "2.8.5")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "semantic_version" version))
        (sha256
         (base32
-         "1h2l9xyg1zzsda6kjcmfcgycbvrafwci283vcr1v5sbk01l2hhra"))))
+         "0m4avx8zdkzc7qglv5zlr54g8yna5vl098drg5396ql7aph2vjyj"))))
     (build-system python-build-system)
-    (arguments
-     `(#:tests? #f))                    ; PyPI tarball lacks tests
     (home-page "https://github.com/rbarrois/python-semanticversion";)
     (synopsis "Semantic versioning module for Python")
     (description



reply via email to

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