GNU bug report logs - #62774
gnu: python-pyspnego: Update to 0.8.0.

Previous Next

Package: guix-patches;

Reported by: c4droid <c4droid <at> foxmail.com>

Date: Tue, 11 Apr 2023 10:06:02 UTC

Severity: normal

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 62774 in the body.
You can then email your comments to 62774 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#62774; Package guix-patches. (Tue, 11 Apr 2023 10:06:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to c4droid <c4droid <at> foxmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Tue, 11 Apr 2023 10:06:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: c4droid <c4droid <at> foxmail.com>
To: guix-patches <at> gnu.org
Subject: gnu: python-pyspnego: Update to 0.8.0.
Date: Tue, 11 Apr 2023 18:03:07 +0800
[0002-gnu-python-pyspnego-Update-to-0.8.0.patch (text/x-diff, inline)]
From 57748cc9a9e614b0a27c83379b8cbd78122e9d13 Mon Sep 17 00:00:00 2001
From: c4droid <c4droid <at> foxmail.com>
Date: Tue, 11 Apr 2023 17:51:33 +0800
Subject: [PATCH 2/2] gnu: python-pyspnego: Update to 0.8.0.

---
 gnu/packages/python-xyz.scm | 27 +++++++++------------------
 1 file changed, 9 insertions(+), 18 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 06eae3d..4bf086a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -135,6 +135,7 @@
 ;;; Copyright © 2023 Gabriel Wicki <gabriel <at> erlikon.ch>
 ;;; Copyright © 2023 Amade Nemes <nemesamade <at> gmail.com>
 ;;; Copyright © 2023 Bruno Victal <mirai <at> makinata.eu>
+;;; Copyright © 2023 c4droid <c4droid <at> foxmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -6677,24 +6678,14 @@ (define-public python-spectra
 (define-public python-pyspnego
   (package
     (name "python-pyspnego")
-    (version "0.1.6")
-    (source
-     (origin
-       (method git-fetch)               ;no tests in PyPI release
-       (uri (git-reference
-             (url "https://github.com/jborean93/pyspnego")
-             (commit (string-append "v" version))))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32
-         "0pfh2x0539f0k2qi2pbjm64b2fqp64c63xxpinvg1yfaw915kgpb"))))
-    (build-system python-build-system)
-    (arguments
-     `(#:phases (modify-phases %standard-phases
-                  (replace 'check
-                    (lambda* (#:key tests? #:allow-other-keys)
-                      (when tests?
-                        (invoke "pytest")))))))
+    (version "0.8.0")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "pyspnego" version))
+              (sha256
+               (base32
+                "1ps34laa0kvvp33az173hp5l0hnk8cr0bfqmlgw64ry5cv09qjg0"))))
+    (build-system pyproject-build-system)
     (native-inputs
      (list python-pytest python-pytest-mock))
     (propagated-inputs
-- 
2.39.2





Reply sent to Efraim Flashner <efraim <at> flashner.co.il>:
You have taken responsibility. (Fri, 08 Sep 2023 06:13:03 GMT) Full text and rfc822 format available.

Notification sent to c4droid <c4droid <at> foxmail.com>:
bug acknowledged by developer. (Fri, 08 Sep 2023 06:13:03 GMT) Full text and rfc822 format available.

Message #10 received at 62774-done <at> debbugs.gnu.org (full text, mbox):

From: Efraim Flashner <efraim <at> flashner.co.il>
To: c4droid <c4droid <at> foxmail.com>
Cc: 62774-done <at> debbugs.gnu.org
Subject: Re: [bug#62774] gnu: python-pyspnego: Update to 0.8.0.
Date: Fri, 8 Sep 2023 09:12:05 +0300
[Message part 1 (text/plain, inline)]
On Tue, Apr 11, 2023 at 06:03:07PM +0800, c4droid wrote:
> From 57748cc9a9e614b0a27c83379b8cbd78122e9d13 Mon Sep 17 00:00:00 2001
> From: c4droid <c4droid <at> foxmail.com>
> Date: Tue, 11 Apr 2023 17:51:33 +0800
> Subject: [PATCH 2/2] gnu: python-pyspnego: Update to 0.8.0.
> 
> ---
>  gnu/packages/python-xyz.scm | 27 +++++++++------------------
>  1 file changed, 9 insertions(+), 18 deletions(-)
> 
> diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
> index 06eae3d..4bf086a 100644
> --- a/gnu/packages/python-xyz.scm
> +++ b/gnu/packages/python-xyz.scm
> @@ -135,6 +135,7 @@
>  ;;; Copyright © 2023 Gabriel Wicki <gabriel <at> erlikon.ch>
>  ;;; Copyright © 2023 Amade Nemes <nemesamade <at> gmail.com>
>  ;;; Copyright © 2023 Bruno Victal <mirai <at> makinata.eu>
> +;;; Copyright © 2023 c4droid <c4droid <at> foxmail.com>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -6677,24 +6678,14 @@ (define-public python-spectra
>  (define-public python-pyspnego
>    (package
>      (name "python-pyspnego")
> -    (version "0.1.6")
> -    (source
> -     (origin
> -       (method git-fetch)               ;no tests in PyPI release
> -       (uri (git-reference
> -             (url "https://github.com/jborean93/pyspnego")
> -             (commit (string-append "v" version))))
> -       (file-name (git-file-name name version))
> -       (sha256
> -        (base32
> -         "0pfh2x0539f0k2qi2pbjm64b2fqp64c63xxpinvg1yfaw915kgpb"))))
> -    (build-system python-build-system)
> -    (arguments
> -     `(#:phases (modify-phases %standard-phases
> -                  (replace 'check
> -                    (lambda* (#:key tests? #:allow-other-keys)
> -                      (when tests?
> -                        (invoke "pytest")))))))
> +    (version "0.8.0")
> +    (source (origin
> +              (method url-fetch)
> +              (uri (pypi-uri "pyspnego" version))
> +              (sha256
> +               (base32
> +                "1ps34laa0kvvp33az173hp5l0hnk8cr0bfqmlgw64ry5cv09qjg0"))))
> +    (build-system pyproject-build-system)
>      (native-inputs
>       (list python-pytest python-pytest-mock))
>      (propagated-inputs
> -- 
> 2.39.2
> 

I fixed up the commit message and applied the patch. Thanks!

-- 
Efraim Flashner   <efraim <at> 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
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 06 Oct 2023 11:24:16 GMT) Full text and rfc822 format available.

This bug report was last modified 192 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.