unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Michael Rohleder <mike@rohleder.de>
To: 58211@debbugs.gnu.org
Cc: Michael Rohleder <mike@rohleder.de>
Subject: [bug#58211] [PATCH 1/4] gnu: python-socks: Update to 2.0.3.
Date: Sat,  1 Oct 2022 06:27:23 +0200	[thread overview]
Message-ID: <20221001042726.28433-2-mike@rohleder.de> (raw)
In-Reply-To: <20221001042726.28433-1-mike@rohleder.de>

* gnu/packages/python-web.scm (python-socks): Update to 2.0.3.
[arguments]<#:phases>: Remove trailing #t.
---
 gnu/packages/python-web.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 94544e1e74..f1eb4fb7b5 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -6555,14 +6555,14 @@ (define-public python-socketio
 (define-public python-socks
   (package
     (name "python-socks")
-    (version "1.2.4")
+    (version "2.0.3")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "python-socks" version))
        (sha256
         (base32
-         "1n6xb18jy41ybgkmamakg6psp3qididd45qknxiggngaiibz43kx"))))
+         "12msk06c0glljcrx1byd78xgv05lxw81vknqwhn8ccs7an7cmag3"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f                      ; tests not included
@@ -6571,8 +6571,7 @@ (define-public python-socks
          (replace 'check
            (lambda* (#:key tests? #:allow-other-keys)
              (when tests?
-               (invoke "pytest" "tests/" "-s"))
-             #t)))))
+               (invoke "pytest" "tests/" "-s")))))))
     (propagated-inputs
      (list python-async-timeout python-curio python-trio))
     (native-inputs
-- 
2.37.3





  reply	other threads:[~2022-10-01  4:31 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-01  4:27 [bug#58211] [PATCH 0/4] gnu: pantalaimon: Update to 0.10.5 Michael Rohleder
2022-10-01  4:27 ` Michael Rohleder [this message]
2022-10-01  4:27 ` [bug#58211] [PATCH 2/4] gnu: python-aiohttp-socks: Update to 0.7.1 Michael Rohleder
2022-10-01  4:27 ` [bug#58211] [PATCH 3/4] gnu: python-matrix-nio: Update to 0.20.0 Michael Rohleder
2022-10-01  4:27 ` [bug#58211] [PATCH 4/4] gnu: pantalaimon: Update to 0.10.5 Michael Rohleder
2022-10-02 18:13 ` bug#58211: [PATCH 0/4] " Efraim Flashner

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=20221001042726.28433-2-mike@rohleder.de \
    --to=mike@rohleder.de \
    --cc=58211@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).