guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: python-k5test: Apply unreleased upstream fix


From: guix-commits
Subject: branch master updated: gnu: python-k5test: Apply unreleased upstream fix.
Date: Wed, 30 Jun 2021 04:37:30 -0400

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

lbraun pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 33b54ef  gnu: python-k5test: Apply unreleased upstream fix.
33b54ef is described below

commit 33b54ef2a57d361ec680e975c4617352478d6657
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Wed Jun 30 10:05:50 2021 +0200

    gnu: python-k5test: Apply unreleased upstream fix.
    
    * gnu/packages/python-xyz.scm (python-k5test) [arguments]<#:phases>:
    Rename phase to reflect what it actually does, add another substitute*
    expression.
---
 gnu/packages/python-xyz.scm | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bb28120..e655b3b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23286,10 +23286,13 @@ and cuts down boilerplate code when testing libraries 
for asyncio.")
     (arguments
      '(#:phases
        (modify-phases %standard-phases
-         (add-after 'unpack 'patch-paths
+         (add-after 'unpack 'apply-upstream-fixes
            (lambda* _
              (substitute* "k5test/realm.py"
-               (("'kadmin_local'") "'kadmin.local'")))))))
+               ;; Upstream commit f6b302d94dbdce37a1b81cc3faeeac4dc637b0e9.
+               (("'kadmin_local'") "'kadmin.local'")
+               ;; Upstream commit 3aef84515cf3d1a171c66856c898d0a5cbbd03ea.
+               (("\\.stop_daemon") "._stop_daemon")))))))
     (home-page "https://github.com/pythongssapi/k5test";)
     (synopsis "Library for setting up self-contained Kerberos 5 environments")
     (description



reply via email to

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