public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Paul Howarth <paul@city-fan.org>
To: git-commits@fedoraproject.org
Subject: [rpms/python-paramiko] epel10: Update to 3.5.1 (rhbz#2343673)
Date: Mon, 15 Jun 2026 17:40:25 GMT [thread overview]
Message-ID: <178154522548.1.6047031113878198435.rpms-python-paramiko-ffaddea2f61f@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/python-paramiko
Branch : epel10
Commit : ffaddea2f61f7e059c65e343b67ea36005ff89a2
Author : Paul Howarth <paul@city-fan.org>
Date : 2025-02-04T06:59:08+00:00
Stats : +10/-3 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/python-paramiko/c/ffaddea2f61f7e059c65e343b67ea36005ff89a2?branch=epel10
Log:
Update to 3.5.1 (rhbz#2343673)
- New upstream release 3.5.1
- Private key material is now explicitly 'unpadded' during decryption,
removing a reliance on some lax OpenSSL behavior and making us compatible
with future Cryptography releases (GH#2490)
---
diff --git a/.gitignore b/.gitignore
index 2d3ddbb..0a0d765 100644
--- a/.gitignore
+++ b/.gitignore
@@ -53,3 +53,4 @@
/paramiko-3.4.0.tar.gz
/paramiko-3.4.1.tar.gz
/paramiko-3.5.0.tar.gz
+/paramiko-3.5.1.tar.gz
diff --git a/python-paramiko.spec b/python-paramiko.spec
index fe9b195..791467d 100644
--- a/python-paramiko.spec
+++ b/python-paramiko.spec
@@ -1,8 +1,8 @@
%global srcname paramiko
Name: python-%{srcname}
-Version: 3.5.0
-Release: 2%{?dist}
+Version: 3.5.1
+Release: 1%{?dist}
Summary: SSH2 protocol library for python
# No version specified
@@ -92,6 +92,12 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%{python3_version}
%doc html/ demos/
%changelog
+* Tue Feb 4 2025 Paul Howarth <paul@city-fan.org> - 3.5.1-1
+- Update to 3.5.1 (rhbz#2343673)
+ - Private key material is now explicitly 'unpadded' during decryption,
+ removing a reliance on some lax OpenSSL behavior and making us compatible
+ with future Cryptography releases (GH#2490)
+
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
diff --git a/sources b/sources
index 25a13ae..d3044ab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (paramiko-3.5.0.tar.gz) = 933a63c511fcd0a5a159faf2a9dfddbb44368ba923ea892aa1bf8dbe296777f3caedff27560113cfb15576812b994a59007caac8f297b24e70c79505f88c7d9f
+SHA512 (paramiko-3.5.1.tar.gz) = a1198f7f21cfbdbb843acb59cc431f9af0a47d687a7e9702244f36b555bb37b75149c0e22302040400f20df50dee1d83154e5acd582982ca44f6cf68ff592675
reply other threads:[~2026-06-15 17:40 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=178154522548.1.6047031113878198435.rpms-python-paramiko-ffaddea2f61f@fedoraproject.org \
--to=paul@city-fan.org \
--cc=git-commits@fedoraproject.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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox