public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-paramiko] epel10: Update to 3.5.1 (rhbz#2343673)
@ 2026-06-15 17:40 Paul Howarth
0 siblings, 0 replies; only message in thread
From: Paul Howarth @ 2026-06-15 17:40 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-15 17:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-15 17:40 [rpms/python-paramiko] epel10: Update to 3.5.1 (rhbz#2343673) Paul Howarth
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox