unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Brendan Tildesley <brendan.tildesley@gmail.com>
To: 33593@debbugs.gnu.org
Subject: [bug#33593] [PATCH 1/3] gnu: python-regex, python2-regex: Update to 2018.11.22.
Date: Mon, 3 Dec 2018 12:28:23 +1100	[thread overview]
Message-ID: <e7eeba35-c4ac-d843-8b72-41b2a906ed09@gmail.com> (raw)

[-- 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


             reply	other threads:[~2018-12-03  1:29 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-03  1:28 Brendan Tildesley [this message]
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

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

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e7eeba35-c4ac-d843-8b72-41b2a906ed09@gmail.com \
    --to=brendan.tildesley@gmail.com \
    --cc=33593@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 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).