unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#33593] [PATCH 1/3] gnu: python-regex, python2-regex: Update to 2018.11.22.
@ 2018-12-03  1:28 Brendan Tildesley
  2018-12-03  1:31 ` [bug#33593] [PATCH 2/3] gnu: calibre: Update to 3.34.0 Brendan Tildesley
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Brendan Tildesley @ 2018-12-03  1:28 UTC (permalink / raw)
  To: 33593

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

I could not figure out how to get the tests working, but I updated this
for a calibre test which worked ok.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-python-regex-python2-regex-Update-to-2018.11.22.patch --]
[-- Type: text/x-patch; name="0001-gnu-python-regex-python2-regex-Update-to-2018.11.22.patch", Size: 1377 bytes --]

From ab73ed73c76da6ac98856d2b7f576f535d2629b7 Mon Sep 17 00:00:00 2001
From: Brendan Tildesley <brendan.tildesley@openmailbox.org>
Date: Fri, 30 Nov 2018 16:39:23 +1100
Subject: [PATCH 1/3] gnu: python-regex, python2-regex: Update to 2018.11.22.

* gnu/packages/python.scm (python-regex, python2-regex): Update to 2018.11.22.
---
 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 3168e0f89d..f893a21e32 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -12465,13 +12465,15 @@ window memory map manager.")
 (define-public python-regex
   (package
     (name "python-regex")
-    (version "2017.06.07")
+    (version "2018.11.22")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "regex" version))
               (sha256
                (base32
-                "06r6b7yigikbj3a72whl85r2b64pj1r0ypmw9yalmkm0wnxq8mz4"))))
+                "0gxslhjx9qgxqbbassbdc7v3lx1vbvbh33421vmi4fzfs47ad9kr"))))
+    ;; TODO: Fix and enable regex_test.py tests that complain about the
+    ;; test.support module not existing.
     (build-system python-build-system)
     (home-page "https://bitbucket.org/mrabarnett/mrab-regex")
     (synopsis "Alternative regular expression module")
-- 
2.19.1


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

end of thread, other threads:[~2018-12-08 15:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-03  1:28 [bug#33593] [PATCH 1/3] gnu: python-regex, python2-regex: Update to 2018.11.22 Brendan Tildesley
2018-12-03  1:31 ` [bug#33593] [PATCH 2/3] gnu: calibre: Update to 3.34.0 Brendan Tildesley
2018-12-03  1:32 ` [bug#33593] [PATCH 3/3] gnu: calibre: Remove unused dependencies Brendan Tildesley
     [not found] ` <handler.33593.B.154380053219903.ack@debbugs.gnu.org>
2018-12-07  9:27   ` [bug#33593] [PATCH] gnu: calibre: Update to 3.35.0 Brendan Tildesley
2018-12-08 15:46     ` bug#33593: " Andreas Enge

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).