unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Lars-Dominik Braun <ldb@leibniz-psychology.org>
To: 39028@debbugs.gnu.org
Cc: zimon.toutoune@gmail.com
Subject: [bug#39028] [PATCH 5/7] gnu: python-cryptography: Update to 2.8
Date: Mon, 13 Jan 2020 08:46:53 +0100	[thread overview]
Message-ID: <20200113074655.11012-5-ldb@leibniz-psychology.org> (raw)
In-Reply-To: <20200113074655.11012-1-ldb@leibniz-psychology.org>

* gnu/packages/python-crypto.scm (python-cryptography): Update to 2.8
(python-cryptography-vectors): Update to 2.8
---
 gnu/packages/python-crypto.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 43a0d95ddc..0322e1691e 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -361,14 +361,14 @@ is used by the Requests library to verify HTTPS requests.")
 (define-public python-cryptography-vectors
   (package
     (name "python-cryptography-vectors")
-    (version "2.7")
+    (version "2.8")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "cryptography_vectors" version))
        (sha256
         (base32
-         "1g38zw90510azyfrj6mxbslx2gp9yrnv5dac0w2819k9ssdznbgi"))))
+         "05pi3shqz0fgvy0d5yazza67bbnam8fkrx2ayrrclgkaqms23lvc"))))
     (build-system python-build-system)
     (home-page "https://github.com/pyca/cryptography")
     (synopsis "Test vectors for the cryptography package")
@@ -383,14 +383,14 @@ is used by the Requests library to verify HTTPS requests.")
 (define-public python-cryptography
   (package
     (name "python-cryptography")
-    (version "2.7")
+    (version "2.8")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "cryptography" version))
        (sha256
         (base32
-         "1inlnr36kl36551c9rcad99jmhk81v33by3glkadwdcgmi17fd76"))))
+         "0l8nhw14npknncxdnp7n4hpmjyscly6g7fbivyxkjwvlv071zniw"))))
     (build-system python-build-system)
     (inputs
      `(("openssl" ,openssl)))
-- 
2.20.1

  parent reply	other threads:[~2020-01-13  7:48 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-08  9:10 [bug#39028] [PATCH] gnu: Add python-asyncssh and dependencies Lars-Dominik Braun
2020-01-09 14:15 ` zimoun
2020-01-13  7:46 ` [bug#39028] [PATCH 1/7] gnu: Add python-shouldbe Lars-Dominik Braun
2020-01-13  7:46   ` [bug#39028] [PATCH 2/7] gnu: Add python-forbiddenfruit Lars-Dominik Braun
2020-01-13  7:46   ` [bug#39028] [PATCH 3/7] gnu: Add python-k5test Lars-Dominik Braun
2020-01-13  7:46   ` [bug#39028] [PATCH 4/7] gnu: Add python-gssapi Lars-Dominik Braun
2020-01-13  7:46   ` Lars-Dominik Braun [this message]
     [not found]     ` <87k15mi8ax.fsf@member.fsf.org>
2020-01-21 10:08       ` [bug#39028] [PATCH 5/7] gnu: python-cryptography: Update to 2.8 Lars-Dominik Braun
2020-01-13  7:46   ` [bug#39028] [PATCH 6/7] gnu: python-pyopenssl: Disable failing tests Lars-Dominik Braun
2020-01-13  7:46   ` [bug#39028] [PATCH 7/7] gnu: Add python-asyncssh Lars-Dominik Braun
2020-04-28  9:44 ` [bug#39028] [PATCH] " Lars-Dominik Braun
2020-07-27  8:38   ` Lars-Dominik Braun
2020-10-31 21:38     ` bug#39028: " Christopher Baines

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=20200113074655.11012-5-ldb@leibniz-psychology.org \
    --to=ldb@leibniz-psychology.org \
    --cc=39028@debbugs.gnu.org \
    --cc=zimon.toutoune@gmail.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).