unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Sharlatan Hellseher <sharlatanus@gmail.com>
To: 59335@debbugs.gnu.org
Cc: Sharlatan Hellseher <sharlatanus@gmail.com>
Subject: [bug#59335] [PATCH 2/2] gnu: python-sniffio: Update to 1.3.0
Date: Thu, 17 Nov 2022 10:17:42 +0000	[thread overview]
Message-ID: <20221117101742.15094-2-sharlatanus@gmail.com> (raw)
In-Reply-To: <20221117101742.15094-1-sharlatanus@gmail.com>

* gnu/packages/python-xyz.scm (python-sniffio): Update to 1.3.0.
  [build-system]: Use pyproject-build-system to simplify package.
---
 gnu/packages/python-xyz.scm | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8de175dd1a..d3fd727042 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12342,20 +12342,14 @@ (define-public python-tables
 (define-public python-sniffio
   (package
     (name "python-sniffio")
-    (version "1.2.0")
+    (version "1.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "sniffio" version))
        (sha256
-        (base32 "1pnkvi6wvn4qd37y69n1ls6n8l63gfmn3pvb1jb50gqxxkn6wrn4"))))
-    (build-system python-build-system)
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (replace 'check
-           (lambda _
-             (invoke "pytest" "-vv"))))))
+        (base32 "00cibg2madxg6j912qwpwkgggn1km8mg5dsrj8wga56kwp2ha0z6"))))
+    (build-system pyproject-build-system)
     (native-inputs
      (list python-curio python-pytest python-pytest-cov))
     (home-page "https://github.com/python-trio/sniffio")
-- 
2.38.0





  reply	other threads:[~2022-11-17 10:18 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-17 10:15 [bug#59335] [PATCH 0/2]: python-numexpr and python-sniffio: Update version, enable tests Sharlatan Hellseher
2022-11-17 10:17 ` [bug#59335] [PATCH 1/2] gnu: python-numexpr: Update to 2.8.4 Sharlatan Hellseher
2022-11-17 10:17   ` Sharlatan Hellseher [this message]
2022-12-01 21:47 ` [bug#59335] [PATCH 0/2]: python-numexpr and python-sniffio: Update version, enable tests Ludovic Courtès
2022-12-05 22:05   ` Sharlatan Hellseher

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=20221117101742.15094-2-sharlatanus@gmail.com \
    --to=sharlatanus@gmail.com \
    --cc=59335@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).