all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Efraim Flashner <efraim@flashner.co.il>
To: c4droid <c4droid@foxmail.com>
Cc: 62774-done@debbugs.gnu.org
Subject: bug#62774: gnu: python-pyspnego: Update to 0.8.0.
Date: Fri, 8 Sep 2023 09:12:05 +0300	[thread overview]
Message-ID: <ZPq7NWvrQsgkKpG2@pbp> (raw)
In-Reply-To: <87zg7elooz.fsf@VM-0-5-ubuntu.mail-host-address-is-not-set>

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

On Tue, Apr 11, 2023 at 06:03:07PM +0800, c4droid wrote:
> From 57748cc9a9e614b0a27c83379b8cbd78122e9d13 Mon Sep 17 00:00:00 2001
> From: c4droid <c4droid@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@erlikon.ch>
>  ;;; Copyright © 2023 Amade Nemes <nemesamade@gmail.com>
>  ;;; Copyright © 2023 Bruno Victal <mirai@makinata.eu>
> +;;; Copyright © 2023 c4droid <c4droid@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@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

      parent reply	other threads:[~2023-09-08  6:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-11 10:03 [bug#62774] gnu: python-pyspnego: Update to 0.8.0 c4droid
2023-04-11 10:03 ` c4droid
2023-09-08  6:12 ` Efraim Flashner [this message]

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

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

  git send-email \
    --in-reply-to=ZPq7NWvrQsgkKpG2@pbp \
    --to=efraim@flashner.co.il \
    --cc=62774-done@debbugs.gnu.org \
    --cc=c4droid@foxmail.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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.