public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/calibre] f43: Update to 9.11.0. Fixes rhbz#2493338
@ 2026-07-12 20:14 Kevin Fenzi
0 siblings, 0 replies; only message in thread
From: Kevin Fenzi @ 2026-07-12 20:14 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/calibre
Branch : f43
Commit : 9f6c7d7f562bcfeb5c1ec4806a245bce55854227
Author : Kevin Fenzi <kevin@scrye.com>
Date : 2026-07-05T10:07:59-07:00
Stats : +19/-3 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/calibre/c/9f6c7d7f562bcfeb5c1ec4806a245bce55854227?branch=f43
Log:
Update to 9.11.0. Fixes rhbz#2493338
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
---
diff --git a/.gitignore b/.gitignore
index e060905..b08b753 100644
--- a/.gitignore
+++ b/.gitignore
@@ -378,3 +378,4 @@ calibre-0.7.14-nofonts.tar.xz
/calibre-9.7.0.tar.xz
/calibre-9.8.0.tar.xz
/calibre-9.9.0.tar.xz
+/calibre-9.11.0.tar.xz
diff --git a/calibre-9.11.0-openssl.patch b/calibre-9.11.0-openssl.patch
new file mode 100644
index 0000000..24fc048
--- /dev/null
+++ b/calibre-9.11.0-openssl.patch
@@ -0,0 +1,12 @@
+diff --color -Nur calibre-9.11.0.orig/src/calibre/test_build.py calibre-9.11.0/src/calibre/test_build.py
+--- calibre-9.11.0.orig/src/calibre/test_build.py 2026-07-05 09:51:44.221104211 -0700
++++ calibre-9.11.0/src/calibre/test_build.py 2026-07-05 09:52:48.934976230 -0700
+@@ -519,7 +519,7 @@
+
+ def test_openssl(self):
+ import ssl
+- ssl.PROTOCOL_TLSv1_2
++ ssl.PROTOCOL_TLS
+ if ismacos or (iswindows and not is_ci):
+ paths = ssl.get_default_verify_paths()
+ capath = paths.capath
diff --git a/calibre.spec b/calibre.spec
index 6e49816..26e5364 100644
--- a/calibre.spec
+++ b/calibre.spec
@@ -3,7 +3,7 @@
%global _python_bytecompile_extra 0
Name: calibre
-Version: 9.9.0
+Version: 9.11.0
Release: %autorelease
Summary: E-book converter and library manager
# see COPYRIGHT file for a listing
@@ -19,6 +19,9 @@ Patch: calibre-no-update.patch
# This is so gnome-software only 'sees' calibre once.
Patch: calibre-nodisplay.patch
+# fix openssl test
+Patch: calibre-9.11.0-openssl.patch
+
ExclusiveArch: %{qt6_qtwebengine_arches}
BuildRequires: python3-devel
@@ -370,7 +373,7 @@ TEST_ARGS=(
# fails with python3.13:
# calibre.srv.tests.loop.LoopTest.test_ssl
# ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Missing Authority Key Identifier (_ssl.c:1020)
- --exclude-test-name test_ssl
+ #--exclude-test-name test_ssl
--exclude-test-name test_pycryptodome # We do not ship the bundled pycryptodome
--exclude-test-name test_piper # piper is not yet packaged
# segfaults
diff --git a/sources b/sources
index 5f1d7dd..0d3f635 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (calibre-9.9.0.tar.xz) = 4ed7a0d1a38b209e3d330ceeda1e260b6c21f652c25a770fb618819dc04a835cf0a9b221c48d0c8a4ad8650d33c1956c194f42195cb1c35f670fdd9542510e1f
+SHA512 (calibre-9.11.0.tar.xz) = 034c08f45a3ac67e457cbde99e306b4afd4669916eeb1dd9d1392a9365e75c6120fcf08a5cc301d2c53a0747c7bf0f4e48ee9b7116212d3524a791897238521b
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-12 20:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-12 20:14 [rpms/calibre] f43: Update to 9.11.0. Fixes rhbz#2493338 Kevin Fenzi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox