public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: sergesanspaille <sguelton@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/offlineimap] rawhide: Upstream release - 8.0.3
Date: Sun, 20 Sep 2026 11:06:54 GMT [thread overview]
Message-ID: <178990241435.1.6935051891526948584.rpms-offlineimap-e83891a99115@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/offlineimap
Branch : rawhide
Commit : e83891a99115291ef8d3f070f4c124b018e1b1a6
Author : sergesanspaille <sguelton@redhat.com>
Date : 2026-09-20T12:25:33+02:00
Stats : +17/-13 in 6 file(s)
URL : https://src.fedoraproject.org/rpms/offlineimap/c/e83891a99115291ef8d3f070f4c124b018e1b1a6?branch=rawhide
Log:
Upstream release - 8.0.3
---
diff --git a/.gitignore b/.gitignore
index 054baa0..60f3a94 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@
/v8.0.1.tar.gz
/238.patch
/v8.0.2.tar.gz
+/v8.0.3.tar.gz
diff --git a/0001-PATCH-Vendor-imaplib2.patch b/0001-PATCH-Vendor-imaplib2.patch
index 49d4c59..d1b2c11 100644
--- a/0001-PATCH-Vendor-imaplib2.patch
+++ b/0001-PATCH-Vendor-imaplib2.patch
@@ -1,4 +1,4 @@
-From da4294b13f27f49ec983d2f58f746159058b99fd Mon Sep 17 00:00:00 2001
+From 6d5f1f5b3cadbba2acf9d074f235b2be2bd436c6 Mon Sep 17 00:00:00 2001
From: serge-sans-paille <serge.guelton@telecom-bretagne.eu>
Date: Wed, 29 Oct 2025 00:07:14 +0100
Subject: [PATCH 1/3] [PATCH] Vendor imaplib2
@@ -13,7 +13,7 @@ Subject: [PATCH 1/3] [PATCH] Vendor imaplib2
6 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/offlineimap/folder/IMAP.py b/offlineimap/folder/IMAP.py
-index 4da8986..0f95d0a 100644
+index c34d4c0..f55cd63 100644
--- a/offlineimap/folder/IMAP.py
+++ b/offlineimap/folder/IMAP.py
@@ -22,7 +22,7 @@ import time
@@ -52,7 +52,7 @@ index 24e5f08..5015ebc 100644
# Ensure that `ui` gets loaded before `threadutil` in order to
# break the circular dependency between `threadutil` and `Curses`.
diff --git a/pyproject.toml b/pyproject.toml
-index e7e1d07..931ef52 100644
+index f798b32..075a809 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,6 @@
@@ -93,5 +93,5 @@ index 75f3db8..015f977 100644
from . import default_conf
--
-2.53.0
+2.54.0
diff --git a/0002-PATCH-no-eyeballs.patch b/0002-PATCH-no-eyeballs.patch
index 34b975c..e588500 100644
--- a/0002-PATCH-no-eyeballs.patch
+++ b/0002-PATCH-no-eyeballs.patch
@@ -1,4 +1,4 @@
-From 8f06ec22bfaa49d183878f01a0b3d40667505d0a Mon Sep 17 00:00:00 2001
+From 31fc5ff34abc0f17ad296d37d50f04711f519c8f Mon Sep 17 00:00:00 2001
From: serge-sans-paille <serge.guelton@telecom-bretagne.eu>
Date: Wed, 29 Oct 2025 00:08:46 +0100
Subject: [PATCH 2/3] [PATCH] no eyeballs
@@ -38,7 +38,7 @@ index a519aa2..32dc644 100644
try:
# use socket of our own, possibly SOCKS socket.
diff --git a/pyproject.toml b/pyproject.toml
-index 931ef52..7864680 100644
+index 075a809..c315021 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,6 @@
@@ -48,7 +48,7 @@ index 931ef52..7864680 100644
- "rfc6555"
]
name = "offlineimap"
- version = "8.0.2"
+ version = "8.0.3"
diff --git a/requirements.txt b/requirements.txt
index 0b90295..d4c1538 100644
--- a/requirements.txt
@@ -58,5 +58,5 @@ index 0b90295..d4c1538 100644
-rfc6555
distro; python_version > "3.6"
--
-2.53.0
+2.54.0
diff --git a/0003-PATCH-Sphinx-doc-compat.patch b/0003-PATCH-Sphinx-doc-compat.patch
index b16f4c9..2c64eba 100644
--- a/0003-PATCH-Sphinx-doc-compat.patch
+++ b/0003-PATCH-Sphinx-doc-compat.patch
@@ -1,4 +1,4 @@
-From 889e3a0d6dab06d383ce7631b03800b93dfb6650 Mon Sep 17 00:00:00 2001
+From 2ea06f7c76a4562b76e95ad5cee709089162db34 Mon Sep 17 00:00:00 2001
From: serge-sans-paille <serge.guelton@telecom-bretagne.eu>
Date: Wed, 29 Oct 2025 00:11:15 +0100
Subject: [PATCH 3/3] [PATCH] Sphinx doc compat
@@ -18,5 +18,5 @@ index 8b6eb3c..344fa47 100644
-intersphinx_mapping = { 'http://docs.python.org/': ('https://docs.python.org/3', None) }
+intersphinx_mapping = {'python': ('http://docs.python.org/', None)}
--
-2.53.0
+2.54.0
diff --git a/offlineimap.spec b/offlineimap.spec
index 5b5a4cd..3af18c0 100644
--- a/offlineimap.spec
+++ b/offlineimap.spec
@@ -1,4 +1,4 @@
-%global baserelease 3
+%global baserelease 1
#%%global commit 1e7ef9e7e6952f5d29ef0f5c25fd062798de55f3
#%%global shortcommit %(c=%{commit}; echo ${c:0:7})
@@ -7,7 +7,7 @@
%global imaplib2_shortcommit %(c=%{imaplib2_commit}; echo ${c:0:7})
Name: offlineimap
-Version: 8.0.2
+Version: 8.0.3
Release: %{baserelease}%{?dist}
Summary: Powerful IMAP/Maildir synchronization and reader support
@@ -106,6 +106,9 @@ install -p docs/offlineimapui.7.gz %{buildroot}/%{_mandir}/man7/
%{_mandir}/man7/%{name}ui.7*
%changelog
+* Sun Sep 20 2025 Serge Guelton <sergesanspaille@free.fr> - 8.0.3-1
+- Upstream release
+
* Thu Jul 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 8.0.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
diff --git a/sources b/sources
index af478db..5e9bd00 100644
--- a/sources
+++ b/sources
@@ -1,5 +1,5 @@
SHA512 (imaplib2-e969a3f.tar.gz) = 9dbcd3c9d82b008ce842c90cbb28491fe68635963f2c1f8301d2571817ad4ba1b4e69a7ac47e72d88ab22ff55c8158b651902506b16a6311da5c3e919260861d
-SHA512 (v8.0.2.tar.gz) = 971fe76cd5e58fe13faf00ffd069e8de931c1503ef37b9b9e871fdd2f578fb4b56a2e254f160a47531206811b92001ac8e4ec95c744cfa6f7ab35fcb9bab0648
+SHA512 (v8.0.3.tar.gz) = b11177afb402d05c8467d20465bb3eb8148e08193d2129e35fc2220542dc712b5cdfc7ee61d250c73761266f4b357e03a239b517cb7d9d1b2d5155e62fb2ffbf
SHA512 (4.patch) = 4c7e9cc253aa6bfde224ad401a334586112505d1282773c18fbd4ad52fd1261a2fe487b2da054c7adc57d46eace49e8e6f10303e263877b3d47bdeaf04729e66
SHA512 (6.patch) = 99350b0aa6b65a24fb992c737fba57ba531779275a0f7820eb0a7059830166dde6dbbb53c2b08fb81ad510fcbceddb164481991e529b59e5c548f0e2121fcf37
SHA512 (15.patch) = 12dadfb447af728963d8df4035fc40e771e0e1d144182891a846d42809399211e0532742e5e1ed69259f4ebd295b99a15a9d2c6da996d032ea900f32475ed937
reply other threads:[~2026-09-20 11:06 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=178990241435.1.6935051891526948584.rpms-offlineimap-e83891a99115@fedoraproject.org \
--to=sguelton@redhat.com \
--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