unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: John Kehayias via Bug reports for GNU Guix <bug-guix@gnu.org>
To: 62956@debbugs.gnu.org
Cc: John Kehayias <john.kehayias@protonmail.com>
Subject: bug#62956: [PATCH 2/2] gnu: python-gssapi: Update to 1.8.2.
Date: Wed, 26 Apr 2023 21:18:49 +0000	[thread overview]
Message-ID: <20230426211821.13756-2-john.kehayias@protonmail.com> (raw)
In-Reply-To: <20230426211821.13756-1-john.kehayias@protonmail.com>

* gnu/packages/python-xyz.scm (python-gssapi): Update to 1.8.2.
[native-inputs]: Add python-cython.  Order alphabetically.
---
 gnu/packages/python-xyz.scm | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 849b75ead2..247a842a3e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -26117,22 +26117,25 @@ (define-public python-k5test
 (define-public python-gssapi
   (package
     (name "python-gssapi")
-    (version "1.6.12")
+    (version "1.8.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "gssapi" version))
        (sha256
         (base32
-         "1j2idrbrbczykzlb56q1bn0ivc9c0rjjljpk4yz86xn3gxfkpv8n"))))
+         "16n86nr19s95czvc1a9mdhs1kiq77qkcjp2c1rk5h4f93h10m3mp"))))
     (build-system python-build-system)
     (propagated-inputs
      (list python-decorator python-six))
     (inputs
      (list mit-krb5))
-    ;; for tests
     (native-inputs
-     (list python-parameterized python-k5test python-nose))
+     (list python-cython
+           ;; for tests
+           python-k5test
+           python-nose
+           python-parameterized))
     (home-page "https://github.com/pythongssapi/python-gssapi")
     (synopsis "Python GSSAPI Wrapper")
     (description
--
2.39.2






  reply	other threads:[~2023-04-26 21:20 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-19 21:22 bug#62956: gajim-1.4.7: build fails during check phase Christopher Howard
     [not found] ` <handler.62956.B.168193940222428.ack@debbugs.gnu.org>
2023-04-22 16:17   ` Christopher Howard
2023-04-26 21:18 ` bug#62956: [PATCH 1/2] gnu: python-k5test: Update to 0.10.3 John Kehayias via Bug reports for GNU Guix
2023-04-26 21:18   ` John Kehayias via Bug reports for GNU Guix [this message]
2023-05-19  1:35 ` bug#62956: [PATCH] Updates for python-k5test and python-gssapi Lilah Tascheter via Bug reports for GNU Guix
2023-05-19  7:37   ` Lars-Dominik Braun

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=20230426211821.13756-2-john.kehayias@protonmail.com \
    --to=bug-guix@gnu.org \
    --cc=62956@debbugs.gnu.org \
    --cc=john.kehayias@protonmail.com \
    /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).