[bug#77952,0/2] Fix threadsafety errors in offlineimap with python-3.11.

Message ID cover.1745229729.git.csantosb@inventati.org
Headers
Series Fix threadsafety errors in offlineimap with python-3.11. |

Message

Cayetano Santos April 21, 2025, 10:11 a.m. UTC
  Offlineimap3 is broken since the latest python-team branch merge, which upgrades to python 3.11, see

    https://github.com/OfflineIMAP/offlineimap3/issues/151

Commit 7cd32cf in upstream repository fixes the issue, but there is no new release since then.

As latest tag upstream dates from 4 years ago, it is time to update to a non release, fixing the problem.

This upgrade requires also urllib3-1.25.

Cayetano Santos (2):
  gnu: Add python-urllib3-1.25.
  gnu: offlineimap3: Update to 8.0.0-0.db34745.

 gnu/packages/mail.scm       | 80 +++++++++++++++++++------------------
 gnu/packages/python-web.scm | 15 +++++++
 2 files changed, 56 insertions(+), 39 deletions(-)


base-commit: f9a7f2c8afdf33a36bd36177c0aa98d35331bf26
--
2.49.0
  

Comments

Sharlatan Hellseher April 23, 2025, 10:20 p.m. UTC | #1
Hi,

Thanks for the patches.

I've migrated to G-expressions and pyproject and pushed to master as:

3f61193716 * gnu: offlineimap3: Update to 8.0.0-0.db34745.
fc718a5df9 * gnu: Add python-urllib3-1.25.

--
Oleg