unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#46324] [PATCH] semantic_version update to 2.8.5
@ 2021-02-05  9:26 Sharlatan Hellseher
  2021-02-08  7:35 ` bug#46324: " Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: Sharlatan Hellseher @ 2021-02-05  9:26 UTC (permalink / raw)
  To: 46324

[-- Attachment #1: Type: text/plain, Size: 356 bytes --]

-- 
… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.

[-- Attachment #2: 0001-gnu-semantic_version-Update-to-2.8.5.patch --]
[-- Type: text/x-patch, Size: 1355 bytes --]

From 11f83352cfcf56dbbc94ac3e3d709591552e266c Mon Sep 17 00:00:00 2001
From: Sharlatan Hellseher <sharlatanus@gmail.com>
Date: Fri, 5 Feb 2021 09:23:22 +0000
Subject: [PATCH] gnu: semantic_version: Update to 2.8.5

* gnu/packages/python-xyz.scm (python-semantic-version)
  [arguments] tests are present in the latest version, enable them
---
 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 e296e3c6e1..4e2ffedbc3 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
-- 
2.30.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#46324: [PATCH] semantic_version update to 2.8.5
  2021-02-05  9:26 [bug#46324] [PATCH] semantic_version update to 2.8.5 Sharlatan Hellseher
@ 2021-02-08  7:35 ` Efraim Flashner
  0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2021-02-08  7:35 UTC (permalink / raw)
  To: Sharlatan Hellseher; +Cc: 46324-done

[-- Attachment #1: Type: text/plain, Size: 276 bytes --]

Thanks! I adjusted the commit message slightly and pushed it.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-08 15:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-05  9:26 [bug#46324] [PATCH] semantic_version update to 2.8.5 Sharlatan Hellseher
2021-02-08  7:35 ` bug#46324: " Efraim Flashner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).